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