summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-08-30rcu: Remove rsp parameter from rcu_report_qs_rnp()Paul E. McKenney
2018-08-30rcu: Remove rcu_data_p pointer to default rcu_data structurePaul E. McKenney
2018-08-30rcu: Remove rcu_state_p pointer to default rcu_state structurePaul E. McKenney
2018-08-30rcu: Remove rcu_state structure's ->rda fieldPaul E. McKenney
2018-08-30rcu: Eliminate rcu_state structure's ->call fieldPaul E. McKenney
2018-08-30rcu: Remove RCU_STATE_INITIALIZER()Paul E. McKenney
2018-08-30rcu: Express Tiny RCU updates in terms of RCU rather than RCU-schedPaul E. McKenney
2018-08-30rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney
2018-08-30rcu: Fix typo in rcu_get_gp_kthreads_prio() header commentPaul E. McKenney
2018-08-30rcu: Drop "wake" parameter from rcu_report_exp_rdp()Paul E. McKenney
2018-08-30rcu: Update comments and help text for no more RCU-bh updatersPaul E. McKenney
2018-08-30rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney
2018-08-30rcu: Report expedited grace periods at context-switch timePaul E. McKenney
2018-08-30rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney
2018-08-30rcu: Add warning to detect half-interruptsPaul E. McKenney
2018-08-30rcu: Remove now-unused ->b.exp_need_qs field from the rcu_special unionPaul E. McKenney
2018-08-30rcu: Allow processing deferred QSes for exiting RCU-preempt readersPaul E. McKenney
2018-08-30rcutorture: Test extended "rcu" read-side critical sectionsPaul E. McKenney
2018-08-30rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney
2018-08-30rcu: Refactor rcu_{nmi,irq}_{enter,exit}()Byungchul Park
2018-08-30perf/hw_breakpoint: Simplify breakpoint enable in perf_event_modify_breakpointJiri Olsa
2018-08-30perf/hw_breakpoint: Enable breakpoint in modify_user_hw_breakpointJiri Olsa
2018-08-30perf/hw_breakpoint: Remove superfluous bp->attr.disabled = 0Jiri Olsa
2018-08-30perf/hw_breakpoint: Modify breakpoint even if the new attr has disabled setJiri Olsa
2018-08-30bpf: add bpffs pretty print for percpu arraymap/hash/lru_hashYonghong Song
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha
2018-08-30watchdog: Mark watchdog touch functions as notraceVincent Whitchurch
2018-08-29bpf/verifier: display non-spill stack slot types in print_verifier_stateEdward Cree
2018-08-29bpf/verifier: per-register parent pointersEdward Cree
2018-08-29rcutorture: Maintain self-propagating CB only during forward-progress testPaul E. McKenney
2018-08-29rcutorture: Check GP completion at stutter endPaul E. McKenney
2018-08-29rcutorture: Print forward-progress test interval on errorPaul E. McKenney
2018-08-29rcutorture: Adjust number of reader kthreads per CPU-hotplug operationsPaul E. McKenney
2018-08-29rcutorture: Reduce priority of forward-progress testingPaul E. McKenney
2018-08-29rcutorture: Limit reader duration if irq or bh disabledPaul E. McKenney
2018-08-29rcutorture: Increase rcu_read_delay() longdelay_msPaul E. McKenney
2018-08-29rcutorture: Add self-propagating callback to forward-progress testingPaul E. McKenney
2018-08-29rcutorture: Vary forward-progress test intervalPaul E. McKenney
2018-08-29rcutorture: Avoid no-test complaint if too few forward-progress triesPaul E. McKenney
2018-08-29rcutorture: Also use GP sequence to judge forward progressPaul E. McKenney
2018-08-29rcutorture: Add forward-progress tests for RCU grace periodsPaul E. McKenney
2018-08-29rcuperf: Warn on bad perf type for built-in testsPaul E. McKenney
2018-08-29rcutorture: Warn on bad torture type for built-in testsPaul E. McKenney
2018-08-29rcutorture: Force occasional reader waitsPaul E. McKenney
2018-08-29bpf: remove duplicated include from syscall.cYueHaibing
2018-08-29y2038: signal: Change rt_sigtimedwait to use __kernel_timespecArnd Bergmann
2018-08-29y2038: sched: Change sched_rr_get_interval to use __kernel_timespecArnd Bergmann
2018-08-29y2038: __get_old_timespec32() can be statickbuild test robot
2018-08-28bpf: sockmap, decrement copied count correctly in redirect error caseJohn Fastabend
2018-08-27bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsgDaniel Borkmann