aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/rcu/srcutree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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