aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2017-06-01srcu: Move rcu_scheduler_starting() from Tiny RCU to Tiny SRCUPaul E. McKenney
2017-06-01rcu: Create reasonable API for do_exit() TASKS_RCU processingPaul E. McKenney
2017-06-01rcu: Remove CONFIG_TASKS_RCU ifdef from rcuperf.cPaul E. McKenney
2017-06-01rcu: Drive TASKS_RCU directly off of PREEMPTPaul E. McKenney
2017-06-01rcutorture: Print SRCU lock/unlock totalsPaul E. McKenney
2017-06-01rcutorture: Move SRCU status printing to SRCU implementationsPaul E. McKenney
2017-06-01rcu: Use timer as backstop for NOCB deferred wakeupsPaul E. McKenney
2017-06-01sched,rcu: Make cond_resched() provide RCU quiescent statePaul E. McKenney
2017-06-01rcu: Remove RCU CPU stall warnings from Tiny RCUPaul E. McKenney
2017-06-01rcu: Remove event tracing from Tiny RCUPaul E. McKenney
2017-06-01rcu: Move RCU debug Kconfig options to kernel/rcuPaul E. McKenney
2017-06-01rcu: Move RCU non-debug Kconfig options to kernel/rcuPaul E. McKenney
2017-06-01rcu: Eliminate NOCBs CPU-state Kconfig optionsPaul E. McKenney
2017-06-01rcu: Remove debugfs tracingPaul E. McKenney
2017-06-01srcu: Remove Classic SRCUPaul E. McKenney
2017-06-01srcu: Fix rcutorture-statistics typoPaul E. McKenney
2017-06-01rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionPaul E. McKenney
2017-06-01rcu: Remove typecheck() from RCU locking wrapper functionsPaul E. McKenney
2017-06-01rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney
2017-06-01rcu: Remove the RCU_KTHREAD_PRIO Kconfig optionPaul E. McKenney
2017-06-01rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney
2017-06-01srcu: Use rnp->lock wrappers to replace explicit memory barriersPaul E. McKenney
2017-06-01rcu: Move rnp->lock wrappers for SRCU usePaul E. McKenney
2017-06-01rcu: Convert rnp->lock wrappers to macros for SRCU usePaul E. McKenney
2017-05-31srcu: Apply trivial callback lists to shrink Tiny SRCUPaul E. McKenney
2017-05-31srcu: Shrink srcu.h by moving docbook and private functionPaul E. McKenney
2017-05-31srcu: Prevent sdp->srcu_gp_seq_needed counter wrapPaul E. McKenney
2017-05-31rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.hPaul E. McKenney
2017-05-31rcu: Move torture-related functions out of rcutiny.h and rcutree.hPaul E. McKenney
2017-05-31rcu: Move rcu_ftrace_dump() from rcupdate.h to rcu.hPaul E. McKenney
2017-05-31rcu: Move rcu_is_nocb_cpu() from rcupdate.h to rcu.hPaul E. McKenney
2017-05-31rcu: Improve __call_rcu() debug-objects error messagePaul E. McKenney
2017-05-31rcu: Move the RCU_SCHEDULER_ definitions from rcupdate.hPaul E. McKenney
2017-05-31rcu: Eliminate the unused __rcu_is_watching() functionPaul E. McKenney
2017-05-31rcu: Move torture-related definitions from rcupdate.h to rcu.hPaul E. McKenney
2017-05-31rcu: Move expediting-related access/control out of rcupdate.hPaul E. McKenney
2017-05-31rcu: Move rcu_expedited and rcu_normal externs from rcupdate.hPaul E. McKenney
2017-05-31rcu: Move docbook comments out of rcupdate.hPaul E. McKenney
2017-05-16rcu: Add memory barriers for NOCB leader wakeupPaul E. McKenney
2017-05-16rcu: Use RCU_NOCB_WAKE rather than RCU_NOGP_WAKEPaul E. McKenney
2017-05-16rcu: Make synchronize_rcu_mult() check for duplicatesPaul E. McKenney
2017-05-16srcu: Add DEBUG_OBJECTS_RCU_HEAD functionalityPaul E. McKenney
2017-05-16srcu: Shrink Tiny SRCU a bitPaul E. McKenney
2017-05-16rcu: Add lockdep_assert_held() teeth to tree_plugin.hPaul E. McKenney
2017-05-16rcu: Add lockdep_assert_held() teeth to tree.cPaul E. McKenney
2017-05-16srcu: Print non-default exp_holdoff values at boot timePaul E. McKenney
2017-05-16srcu: Make exp_holdoff module parameter be staticPaul E. McKenney
2017-05-16rcu: Update rcu_bootup_announce_oddness()Paul E. McKenney
2017-05-16rcu: Print out rcupdate.c non-default boot-time settingsPaul E. McKenney
2017-05-16rcu: Add preemptibility checks in rcu_sched_qs() and rcu_bh_qs()Paul E. McKenney