aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds16-669/+2658
2017-05-02rcu: Open-code the rcu_cblist_n_lazy_cbs() functionPaul E. McKenney4-9/+3
2017-05-02rcu: Open-code the rcu_cblist_n_cbs() functionPaul E. McKenney4-13/+6
2017-05-02rcu: Open-code the rcu_cblist_empty() functionPaul E. McKenney3-14/+7
2017-05-02rcu: Separately compile large rcu_segcblist functionsPaul E. McKenney3-498/+541
2017-05-02srcu: Debloat the <linux/rcu_segcblist.h> headerIngo Molnar4-1/+649
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. McKenney3-11/+22
2017-04-26srcu: Exact tracking of srcu_data structures containing callbacksPaul E. McKenney1-6/+23
2017-04-21Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' into HEADPaul E. McKenney14-657/+1819
2017-04-21rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney2-1/+22
2017-04-21srcu: Expedite srcu_schedule_cbs_snp() callback invocationPaul E. McKenney1-1/+2
2017-04-21srcu: Parallelize callback handlingPaul E. McKenney4-131/+545
2017-04-19rcu: Fix typo in PER_RCU_NODE_PERIOD header commentPaul E. McKenney1-1/+1
2017-04-19rcu: Use true/false in assignment to boolNicholas Mc Guire1-1/+1
2017-04-19rcu: Use bool value directlyNicholas Mc Guire1-1/+1
2017-04-19rcu: Improve comments for hotplug/suspend/hibernate functionsPaul E. McKenney1-4/+37
2017-04-19rcu: Remove obsolete comment from rcu_future_gp_cleanup() headerPaul E. McKenney1-3/+1
2017-04-18srcu: Introduce CLASSIC_SRCU Kconfig optionPaul E. McKenney4-153/+812
2017-04-18srcutorture: Print Tiny SRCU reader statisticsPaul E. McKenney1-4/+11
2017-04-18srcu: Create a tiny SRCUPaul E. McKenney3-1/+219
2017-04-18srcu: Crude control of expedited grace periodsPaul E. McKenney1-38/+46
2017-04-18srcu: Merge ->srcu_state into ->srcu_gp_seqPaul E. McKenney2-20/+45
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. McKenney2-9/+29
2017-04-18srcu: Fix bogus try_check_zero() commentPaul E. McKenney1-4/+3
2017-04-18srcu: Make num_rcu_lvl[] array be externalPaul E. McKenney2-1/+2
2017-04-18srcu: Move rcu_node traversal macros to rcu.hPaul E. McKenney2-35/+35
2017-04-18rcu: Remove redundant levelcnt[] array from rcu_init_one()Paul E. McKenney1-6/+3
2017-04-18srcu: Move rcu_init_levelspread() to rcu_tree_node.hPaul E. McKenney4-25/+38
2017-04-18srcu: Move combining-tree definitions for SRCU's benefitPaul E. McKenney1-70/+1
2017-04-18srcu: Use rcu_segcblist to track SRCU callbacksPaul E. McKenney4-799/+38
2017-04-18srcu: Add grace-period sequence numbersPaul E. McKenney1-4/+23
2017-04-18srcu: Move to state-based grace-period sequencingPaul E. McKenney1-50/+61
2017-04-18srcu: Push srcu_advance_batches() fastpath into common casePaul E. McKenney1-20/+7
2017-04-18rcu: Fix warning in rcu_seq_end()Dmitry Vyukov1-1/+1
2017-04-18rcu: Expedited wakeups need to be fully orderedPaul E. McKenney1-0/+2
2017-04-18srcu: Move rcu_seq_start() and friends to rcu.hPaul E. McKenney2-35/+40
2017-04-18rcu: Add single-element dequeue functions to rcu_segcblistPaul E. McKenney1-0/+45
2017-04-18srcu: Allow early boot use of synchronize_srcu()Paul E. McKenney1-0/+2
2017-04-18srcu: Allow SRCU to access rcu_scheduler_activePaul E. McKenney4-35/+40
2017-04-18srcu: Abstract multi-tail callback list handlingPaul E. McKenney5-309/+780
2017-04-18rcu: Default RCU_FANOUT_LEAF to 16 unless explicitly changedPaul E. McKenney1-5/+1
2017-04-18rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actionsPaul E. McKenney4-17/+34
2017-04-18rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle()Paul E. McKenney2-52/+13
2017-04-18rcu: Pull rcu_qs_ctr into rcu_dynticks structurePaul E. McKenney3-13/+9
2017-04-18rcu: Pull rcu_sched_qs_mask into rcu_dynticks structurePaul E. McKenney2-7/+6