aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2017-05-16rcuperf: Add writer_holdoff boot parameterPaul E. McKenney
2017-05-16rcuperf: Set more user-friendly defaultsPaul E. McKenney
2017-05-16srcu: Shrink Tiny SRCU a bit morePaul E. McKenney
2017-05-16srcu: Make Classic and Tree SRCU announce themselves at bootupPaul E. McKenney
2017-05-16rcuperf: Add test for dynamically initialized srcu_structPaul E. McKenney
2017-05-16rcu: Make sync_rcu_preempt_exp_done() return boolPaul E. McKenney
2017-05-16rcuperf: Add ability to performance-test call_rcu() and friendsPaul E. McKenney
2017-05-16rcu: Remove obsolete reference to synchronize_kernel()Paul E. McKenney
2017-05-16rcuperf: Defer expedited/normal check to end of testPaul E. McKenney
2017-05-16rcu: Complain if blocking in preemptible RCU read-side critical sectionPaul E. McKenney
2017-05-16srcu: Eliminate possibility of destructive counter overflowPaul E. McKenney
2017-05-16rcu: Prevent rcu_barrier() from starting needless grace periodsPaul E. McKenney
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-05-02rcu: Open-code the rcu_cblist_n_lazy_cbs() functionPaul E. McKenney
2017-05-02rcu: Open-code the rcu_cblist_n_cbs() functionPaul E. McKenney
2017-05-02rcu: Open-code the rcu_cblist_empty() functionPaul E. McKenney
2017-05-02rcu: Separately compile large rcu_segcblist functionsPaul E. McKenney
2017-05-02srcu: Debloat the <linux/rcu_segcblist.h> headerIngo Molnar
2017-04-27srcu: Adjust default auto-expediting holdoffPaul E. McKenney
2017-04-26srcu: Specify auto-expedite holdoff timePaul E. McKenney
2017-04-26srcu: Expedite first synchronize_srcu() when idlePaul E. McKenney
2017-04-26srcu: Expedited grace periods with reduced memory contentionPaul E. McKenney
2017-04-26srcu: Make rcutorture writer stalls print SRCU GP statePaul E. McKenney
2017-04-26srcu: Exact tracking of srcu_data structures containing callbacksPaul E. McKenney
2017-04-21Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ...Paul E. McKenney
2017-04-21rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney
2017-04-21srcu: Expedite srcu_schedule_cbs_snp() callback invocationPaul E. McKenney
2017-04-21srcu: Parallelize callback handlingPaul E. McKenney
2017-04-19rcu: Fix typo in PER_RCU_NODE_PERIOD header commentPaul E. McKenney
2017-04-19rcu: Use true/false in assignment to boolNicholas Mc Guire
2017-04-19rcu: Use bool value directlyNicholas Mc Guire
2017-04-19rcu: Improve comments for hotplug/suspend/hibernate functionsPaul E. McKenney
2017-04-19rcu: Remove obsolete comment from rcu_future_gp_cleanup() headerPaul E. McKenney
2017-04-18srcu: Introduce CLASSIC_SRCU Kconfig optionPaul E. McKenney
2017-04-18srcutorture: Print Tiny SRCU reader statisticsPaul E. McKenney
2017-04-18srcu: Create a tiny SRCUPaul E. McKenney
2017-04-18srcu: Crude control of expedited grace periodsPaul E. McKenney
2017-04-18srcu: Merge ->srcu_state into ->srcu_gp_seqPaul E. McKenney
2017-04-18srcu: Allow a second bit in rcu_seq for SRCU statePaul E. McKenney
2017-04-18srcu: Improve rcu_seq grace-period-counter abstractionPaul E. McKenney
2017-04-18srcu: Fix bogus try_check_zero() commentPaul E. McKenney
2017-04-18srcu: Make num_rcu_lvl[] array be externalPaul E. McKenney
2017-04-18srcu: Move rcu_node traversal macros to rcu.hPaul E. McKenney
2017-04-18rcu: Remove redundant levelcnt[] array from rcu_init_one()Paul E. McKenney
2017-04-18srcu: Move rcu_init_levelspread() to rcu_tree_node.hPaul E. McKenney
2017-04-18srcu: Move combining-tree definitions for SRCU's benefitPaul E. McKenney
2017-04-18srcu: Use rcu_segcblist to track SRCU callbacksPaul E. McKenney
2017-04-18srcu: Add grace-period sequence numbersPaul E. McKenney
2017-04-18srcu: Move to state-based grace-period sequencingPaul E. McKenney
2017-04-18srcu: Push srcu_advance_batches() fastpath into common casePaul E. McKenney