aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/srcutree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-28module: Make srcu_struct ptr array as read-onlyJoel Fernandes (Google)1-1/+1
2019-05-28srcu: Allocate per-CPU data for DEFINE_SRCU() in modulesPaul E. McKenney1-3/+11
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'spdx.2019.02.09a', 'srcu.2019.01.26a' and 'torture.2019.01.26a' into HEADPaul E. McKenney1-16/+4
2019-02-09linux/srcu: Convert to SPDX license identifierPaul E. McKenney1-15/+2
2019-01-25srcu: Remove srcu_queue_delayed_work_on()Sebastian Andrzej Siewior1-1/+2
2018-11-27srcu: Use "ssp" instead of "sp" for srcu_struct pointerPaul E. McKenney1-4/+4
2018-08-30srcu: Make early-boot call_srcu() reuse workqueue listsPaul E. McKenney1-2/+1
2018-08-30srcu: Make call_srcu() available during very early bootPaul E. McKenney1-6/+8
2018-05-30kernel/SRCU: provide a static initializerSebastian Andrzej Siewior1-3/+3
2017-11-28srcu: Prohibit call_srcu() use under raw spinlocksPaul E. McKenney1-4/+4
2017-08-17Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b', 'misc.2017.08.17a', 'spin_unlock_wait_no.2017.08.17a', 'srcu.2017.07.27c' and 'torture.2017.07.24c' into HEADPaul E. McKenney1-2/+1
2017-07-24rcutorture: Move SRCU status printing to SRCU implementationsPaul E. McKenney1-0/+1
2017-07-24srcu: Make process_srcu() be staticPaul E. McKenney1-2/+0
2017-06-08srcu: Use rnp->lock wrappers to replace explicit memory barriersPaul E. McKenney1-4/+4
2017-06-08srcu: Shrink srcu.h by moving docbook and private functionPaul E. McKenney1-1/+0
2017-06-08rcu: Move torture-related definitions from rcupdate.h to rcu.hPaul E. McKenney1-4/+0
2017-04-26srcu: Specify auto-expedite holdoff timePaul E. McKenney1-0/+1
2017-04-26srcu: Expedited grace periods with reduced memory contentionPaul E. McKenney1-1/+3
2017-04-26srcu: Make rcutorture writer stalls print SRCU GP statePaul E. McKenney1-0/+4
2017-04-26srcu: Exact tracking of srcu_data structures containing callbacksPaul E. McKenney1-0/+4
2017-04-21srcu: Parallelize callback handlingPaul E. McKenney1-16/+64
2017-04-18srcu: Create a tiny SRCUPaul E. McKenney1-0/+91