summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
...
* rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney2017-06-082-23/+9
* srcu: Use rnp->lock wrappers to replace explicit memory barriersPaul E. McKenney2017-06-081-48/+43
* rcu: Move rnp->lock wrappers for SRCU usePaul E. McKenney2017-06-082-53/+53
* rcu: Convert rnp->lock wrappers to macros for SRCU usePaul E. McKenney2017-06-081-26/+21
* srcu: Apply trivial callback lists to shrink Tiny SRCUPaul E. McKenney2017-06-082-39/+33
* srcu: Shrink srcu.h by moving docbook and private functionPaul E. McKenney2017-06-082-0/+23
* srcu: Prevent sdp->srcu_gp_seq_needed counter wrapPaul E. McKenney2017-06-081-0/+18
* rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.hPaul E. McKenney2017-06-081-0/+6
* rcu: Move torture-related functions out of rcutiny.h and rcutree.hPaul E. McKenney2017-06-081-0/+99
* rcu: Move rcu_ftrace_dump() from rcupdate.h to rcu.hPaul E. McKenney2017-06-081-0/+12
* rcu: Move rcu_is_nocb_cpu() from rcupdate.h to rcu.hPaul E. McKenney2017-06-081-0/+8
* rcu: Improve __call_rcu() debug-objects error messagePaul E. McKenney2017-06-081-2/+7
* rcu: Move the RCU_SCHEDULER_ definitions from rcupdate.hPaul E. McKenney2017-06-081-0/+4
* rcu: Eliminate the unused __rcu_is_watching() functionPaul E. McKenney2017-06-082-28/+4
* rcu: Move torture-related definitions from rcupdate.h to rcu.hPaul E. McKenney2017-06-081-0/+85
* rcu: Move expediting-related access/control out of rcupdate.hPaul E. McKenney2017-06-083-0/+30
* rcu: Move rcu_expedited and rcu_normal externs from rcupdate.hPaul E. McKenney2017-06-081-0/+2
* rcu: Move docbook comments out of rcupdate.hPaul E. McKenney2017-06-083-9/+86
* rcu: Add memory barriers for NOCB leader wakeupPaul E. McKenney2017-06-081-0/+2
* rcu: Use RCU_NOCB_WAKE rather than RCU_NOGP_WAKEPaul E. McKenney2017-06-082-7/+7
* rcu: Make synchronize_rcu_mult() check for duplicatesPaul E. McKenney2017-06-081-2/+11
* srcu: Add DEBUG_OBJECTS_RCU_HEAD functionalityPaul E. McKenney2017-06-081-1/+18
* srcu: Shrink Tiny SRCU a bitPaul E. McKenney2017-06-081-16/+0
* rcu: Add lockdep_assert_held() teeth to tree_plugin.hPaul E. McKenney2017-06-081-0/+17
* rcu: Add lockdep_assert_held() teeth to tree.cPaul E. McKenney2017-06-081-0/+25
* srcu: Print non-default exp_holdoff values at boot timePaul E. McKenney2017-06-081-1/+5
* srcu: Make exp_holdoff module parameter be staticPaul E. McKenney2017-06-081-1/+1
* rcu: Update rcu_bootup_announce_oddness()Paul E. McKenney2017-06-082-6/+34
* rcu: Print out rcupdate.c non-default boot-time settingsPaul E. McKenney2017-06-082-1/+42
* rcu: Add preemptibility checks in rcu_sched_qs() and rcu_bh_qs()Paul E. McKenney2017-06-081-0/+2
* rcuperf: Add writer_holdoff boot parameterPaul E. McKenney2017-06-081-0/+3
* rcuperf: Set more user-friendly defaultsPaul E. McKenney2017-06-081-2/+3
* srcu: Shrink Tiny SRCU a bit morePaul E. McKenney2017-06-081-1/+1
* srcu: Make Classic and Tree SRCU announce themselves at bootupPaul E. McKenney2017-06-082-0/+14
* rcuperf: Add test for dynamically initialized srcu_structPaul E. McKenney2017-06-081-1/+30
* rcu: Make sync_rcu_preempt_exp_done() return boolPaul E. McKenney2017-06-081-1/+1
* rcuperf: Add ability to performance-test call_rcu() and friendsPaul E. McKenney2017-06-081-5/+64
* rcu: Remove obsolete reference to synchronize_kernel()Paul E. McKenney2017-06-082-8/+7
* rcuperf: Defer expedited/normal check to end of testPaul E. McKenney2017-06-081-10/+9
* rcu: Complain if blocking in preemptible RCU read-side critical sectionPaul E. McKenney2017-06-083-4/+5
* srcu: Eliminate possibility of destructive counter overflowPaul E. McKenney2017-06-081-9/+24
* rcu: Prevent rcu_barrier() from starting needless grace periodsPaul E. McKenney2017-06-081-2/+8
* srcu: Allow use of Classic SRCU from both process and interrupt contextPaolo Bonzini2017-06-081-3/+2
* srcu: Allow use of Tiny/Tree SRCU from both process and interrupt contextPaolo Bonzini2017-06-082-6/+6
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-1016-669/+2658
|\
| * rcu: Open-code the rcu_cblist_n_lazy_cbs() functionPaul E. McKenney2017-05-024-9/+3
| * rcu: Open-code the rcu_cblist_n_cbs() functionPaul E. McKenney2017-05-024-13/+6
| * rcu: Open-code the rcu_cblist_empty() functionPaul E. McKenney2017-05-023-14/+7
| * rcu: Separately compile large rcu_segcblist functionsPaul E. McKenney2017-05-023-498/+541
| * srcu: Debloat the <linux/rcu_segcblist.h> headerIngo Molnar2017-05-024-1/+649