aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/rcu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-01rcutorture: Dump grace-period diagnostics upon forward-progress OOMPaul E. McKenney1-0/+2
2018-12-01rcutorture: Affinity forward-progress test to avoid housekeeping CPUsPaul E. McKenney1-0/+2
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' and 'torture.2018.08.29a' into HEADPaul E. McKenney1-36/+31
2018-08-30srcu: Make call_srcu() available during very early bootPaul E. McKenney1-0/+6
2018-08-30rcu: Provide functions for determining if call_rcu() has been invokedPaul E. McKenney1-1/+4
2018-08-30rcu: Clean up flavor-related definitions and comments in rcu.hPaul E. McKenney1-8/+10
2018-08-30rcu: Remove now-unused rcutorture APIsPaul E. McKenney1-10/+0
2018-08-30rcu: Remove rsp parameter from rcu_node tree accessor macrosPaul E. McKenney1-17/+11
2018-07-12Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEADPaul E. McKenney1-4/+2
2018-07-12rcutorture: Add support to detect if boost kthread prio is too lowJoel Fernandes (Google)1-0/+2
2018-07-12rcu: Remove rcutorture test version and sequence numberPaul E. McKenney1-4/+0
2018-07-12rcu: Make rcu_seq_diff() more exactPaul E. McKenney1-1/+14
2018-07-12rcu: Add comment documenting how rcu_seq_snap worksJoel Fernandes (Google)1-1/+11
2018-07-12rcutorture: Correctly handle grace-period sequence wrapPaul E. McKenney1-0/+9
2018-07-12rcu: Make rcu_start_this_gp() check for grace period already startedPaul E. McKenney1-0/+9
2018-07-12rcutorture: Convert rcutorture_get_gp_data() to ->gp_seqPaul E. McKenney1-11/+6
2018-07-12rcu: Move RCU's grace-period-change code to ->gp_seqPaul E. McKenney1-0/+17
2018-07-12rcu: Make rcutorture's batches-completed API use ->gp_seqPaul E. McKenney1-12/+6
2018-06-25rcu: Make expedited grace period use direct call on last leafPaul E. McKenney1-0/+3
2018-05-15Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and 'torture.2018.05.15a' into HEADPaul E. McKenney1-3/+8
2018-05-15rcu: Add leaf-node macrosPaul E. McKenney1-3/+8
2018-05-15rcu: Parallelize expedited grace-period initializationPaul E. McKenney1-0/+1
2018-02-23rcu: Create RCU-specific workqueues with rescuersPaul E. McKenney1-0/+1
2018-02-20rcu: Make expedited RCU CPU selection avoid unnecessary storesPaul E. McKenney1-3/+13
2018-02-20rcu: Add more tracing of expedited grace periodsPaul E. McKenney1-1/+7
2018-02-20rcu: Use wrapper for lockdep assertsMatthew Wilcox1-1/+4
2018-02-20rcu: Consolidate rcu.h #ifdefsPaul E. McKenney1-6/+2
2017-11-28rcu: Shrink ->dynticks_{nmi_,}nesting from long long to longPaul E. McKenney1-1/+1
2017-11-27rcu: Make ->dynticks_nesting be a simple counterPaul E. McKenney1-26/+1
2017-11-27rcu: Clamp ->dynticks_nmi_nesting at eqs entry/exitPaul E. McKenney1-0/+2
2017-10-09rcu: Suppress RCU CPU stall warnings while dumping tracePaul E. McKenney1-0/+17
2017-10-09rcu: Turn off tracing before dumping tracePaul E. McKenney1-1/+3
2017-08-17rcu: Move rcu.h to new trivial-function stylePaul E. McKenney1-108/+20
2017-06-08rcu: Eliminate NOCBs CPU-state Kconfig optionsPaul E. McKenney1-3/+1
2017-06-08srcu: Remove Classic SRCUPaul E. McKenney1-16/+0
2017-06-08srcu: Fix rcutorture-statistics typoPaul E. McKenney1-1/+1
2017-06-08rcu: Remove typecheck() from RCU locking wrapper functionsPaul E. McKenney1-8/+4
2017-06-08rcu: Move rnp->lock wrappers for SRCU usePaul E. McKenney1-0/+53
2017-06-08srcu: Apply trivial callback lists to shrink Tiny SRCUPaul E. McKenney1-1/+1
2017-06-08srcu: Shrink srcu.h by moving docbook and private functionPaul E. McKenney1-0/+6
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: Move the RCU_SCHEDULER_ definitions from rcupdate.hPaul E. McKenney1-0/+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. McKenney1-0/+26
2017-04-18srcu: Merge ->srcu_state into ->srcu_gp_seqPaul E. McKenney1-0/+10
2017-04-18srcu: Allow a second bit in rcu_seq for SRCU statePaul E. McKenney1-1/+1
2017-04-18srcu: Improve rcu_seq grace-period-counter abstractionPaul E. McKenney1-4/+25