summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/srcutree.c
Commit message (Expand)AuthorAgeFilesLines
* srcu: Add cleanup_srcu_struct_quiesced()Paul E. McKenney2018-05-151-13/+17
*-. Merge branches 'fixes.2018.02.23a', 'srcu.2018.02.20a' and 'torture.2018.02.2...Paul E. McKenney2018-02-231-8/+9
|\ \
| * | rcu: Remove SRCU throttlingPaul E. McKenney2018-02-201-3/+1
| * | srcu: Remove dead code in srcu_gp_end()Byungchul Park2018-02-201-2/+0
| * | srcu: Reduce scans of srcu_data in counter wrap checkIldar Ismagilov2018-02-201-2/+4
| * | srcu: Prevent sdp->srcu_gp_seq_needed_exp counter wrapIldar Ismagilov2018-02-201-0/+3
| * | srcu: Abstract function namePaul E. McKenney2018-02-201-1/+1
| |/
* | rcu: Create RCU-specific workqueues with rescuersPaul E. McKenney2018-02-231-5/+3
* | rcu: Fix misprint in srcu_funnel_exp_startIldar Ismagilov2018-02-201-1/+1
* | rcu: Use wrapper for lockdep assertsMatthew Wilcox2018-02-201-1/+1
|/
* srcu: Prohibit call_srcu() use under raw spinlocksPaul E. McKenney2017-11-281-41/+68
* doc: Fix various RCU docbook comment-header problemsPaul E. McKenney2017-10-191-1/+1
*-. Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney2017-08-171-2/+48
|\ \
| | * rcutorture: Print SRCU lock/unlock totalsPaul E. McKenney2017-07-241-1/+4
| | * rcutorture: Move SRCU status printing to SRCU implementationsPaul E. McKenney2017-07-241-0/+34
| |/ |/|
| * srcu: Provide ordering for CPU not involved in grace periodPaul E. McKenney2017-07-271-0/+9
| * srcu: Make process_srcu() be staticPaul E. McKenney2017-07-241-2/+2
|/
* srcu: Use rnp->lock wrappers to replace explicit memory barriersPaul E. McKenney2017-06-081-48/+43
* srcu: Shrink srcu.h by moving docbook and private functionPaul E. McKenney2017-06-081-0/+17
* srcu: Prevent sdp->srcu_gp_seq_needed counter wrapPaul E. McKenney2017-06-081-0/+18
* srcu: Add DEBUG_OBJECTS_RCU_HEAD functionalityPaul E. McKenney2017-06-081-1/+18
* 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
* srcu: Make Classic and Tree SRCU announce themselves at bootupPaul E. McKenney2017-06-081-0/+7
* srcu: Eliminate possibility of destructive counter overflowPaul E. McKenney2017-06-081-9/+24
* srcu: Allow use of Tiny/Tree SRCU from both process and interrupt contextPaolo Bonzini2017-06-081-3/+2
* srcu: Debloat the <linux/rcu_segcblist.h> headerIngo Molnar2017-05-021-0/+1
* srcu: Adjust default auto-expediting holdoffPaul E. McKenney2017-04-271-1/+1
* srcu: Specify auto-expedite holdoff timePaul E. McKenney2017-04-261-1/+17
* srcu: Expedite first synchronize_srcu() when idlePaul E. McKenney2017-04-261-1/+58
* srcu: Expedited grace periods with reduced memory contentionPaul E. McKenney2017-04-261-40/+95
* srcu: Make rcutorture writer stalls print SRCU GP statePaul E. McKenney2017-04-261-0/+13
* srcu: Exact tracking of srcu_data structures containing callbacksPaul E. McKenney2017-04-261-6/+23
* srcu: Expedite srcu_schedule_cbs_snp() callback invocationPaul E. McKenney2017-04-211-1/+2
* srcu: Parallelize callback handlingPaul E. McKenney2017-04-211-130/+512
* srcu: Introduce CLASSIC_SRCU Kconfig optionPaul E. McKenney2017-04-181-0/+613
OpenPOWER on IntegriCloud