aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/srcutree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-12srcu: Add grace-period number to rcutorture statistics printoutPaul E. McKenney1-1/+2
2018-07-12rcu: Use pr_fmt to prefix "rcu: " to logging outputJoe Perches1-1/+4
2018-07-12rcutorture: Convert rcutorture_get_gp_data() to ->gp_seqPaul E. McKenney1-3/+2
2018-06-25srcu: Add address of first callback to rcutorture outputPaul E. McKenney1-7/+8
2018-06-25srcu: Document that srcu_funnel_gp_start() implies srcu_funnel_exp_start()Paul E. McKenney1-0/+3
2018-06-25srcu: Fix typos in __call_srcu() header commentPaul E. McKenney1-4/+4
2018-05-15srcu: Add cleanup_srcu_struct_quiesced()Paul E. McKenney1-13/+17
2018-02-23Merge branches 'fixes.2018.02.23a', 'srcu.2018.02.20a' and 'torture.2018.02.20a' into HEADPaul E. McKenney1-8/+9
2018-02-23rcu: Create RCU-specific workqueues with rescuersPaul E. McKenney1-5/+3
2018-02-20rcu: Remove SRCU throttlingPaul E. McKenney1-3/+1
2018-02-20srcu: Remove dead code in srcu_gp_end()Byungchul Park1-2/+0
2018-02-20srcu: Reduce scans of srcu_data in counter wrap checkIldar Ismagilov1-2/+4
2018-02-20srcu: Prevent sdp->srcu_gp_seq_needed_exp counter wrapIldar Ismagilov1-0/+3
2018-02-20srcu: Abstract function namePaul E. McKenney1-1/+1
2018-02-20rcu: Fix misprint in srcu_funnel_exp_startIldar Ismagilov1-1/+1
2018-02-20rcu: Use wrapper for lockdep assertsMatthew Wilcox1-1/+1
2017-11-28srcu: Prohibit call_srcu() use under raw spinlocksPaul E. McKenney1-41/+68
2017-10-19doc: Fix various RCU docbook comment-header problemsPaul E. McKenney1-1/+1
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/+48
2017-07-27srcu: Provide ordering for CPU not involved in grace periodPaul E. McKenney1-0/+9
2017-07-24rcutorture: Print SRCU lock/unlock totalsPaul E. McKenney1-1/+4
2017-07-24rcutorture: Move SRCU status printing to SRCU implementationsPaul E. McKenney1-0/+34
2017-07-24srcu: Make process_srcu() be staticPaul E. McKenney1-2/+2
2017-06-08srcu: Use rnp->lock wrappers to replace explicit memory barriersPaul E. McKenney1-48/+43
2017-06-08srcu: Shrink srcu.h by moving docbook and private functionPaul E. McKenney1-0/+17
2017-06-08srcu: Prevent sdp->srcu_gp_seq_needed counter wrapPaul E. McKenney1-0/+18
2017-06-08srcu: Add DEBUG_OBJECTS_RCU_HEAD functionalityPaul E. McKenney1-1/+18
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-08srcu: Make Classic and Tree SRCU announce themselves at bootupPaul E. McKenney1-0/+7
2017-06-08srcu: Eliminate possibility of destructive counter overflowPaul E. McKenney1-9/+24
2017-06-08srcu: Allow use of Tiny/Tree SRCU from both process and interrupt contextPaolo Bonzini1-3/+2
2017-05-02srcu: Debloat the <linux/rcu_segcblist.h> headerIngo Molnar1-0/+1
2017-04-27srcu: Adjust default auto-expediting holdoffPaul E. McKenney1-1/+1
2017-04-26srcu: Specify auto-expedite holdoff timePaul E. McKenney1-1/+17
2017-04-26srcu: Expedite first synchronize_srcu() when idlePaul E. McKenney1-1/+58
2017-04-26srcu: Expedited grace periods with reduced memory contentionPaul E. McKenney1-40/+95
2017-04-26srcu: Make rcutorture writer stalls print SRCU GP statePaul E. McKenney1-0/+13
2017-04-26srcu: Exact tracking of srcu_data structures containing callbacksPaul E. McKenney1-6/+23
2017-04-21srcu: Expedite srcu_schedule_cbs_snp() callback invocationPaul E. McKenney1-1/+2
2017-04-21srcu: Parallelize callback handlingPaul E. McKenney1-130/+512
2017-04-18srcu: Introduce CLASSIC_SRCU Kconfig optionPaul E. McKenney1-0/+613