summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2020-01-25rcu: Forgive slow expedited grace periods at boot timePaul E. McKenney
2020-01-24Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney
2020-01-24rcu: Remove unused stop-machine #includePaul E. McKenney
2020-01-24srcu: Apply *_ONCE() to ->srcu_last_gp_endPaul E. McKenney
2020-01-24rcu: Switch force_qs_rnp() to for_each_leaf_node_cpu_mask()Paul E. McKenney
2020-01-24rcu: Move rcu_{expedited,normal} definitions into rcupdate.hBen Dooks
2020-01-24rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.hLai Jiangshan
2020-01-24rcu: Remove the declaration of call_rcu() in tree.hLai Jiangshan
2020-01-24rcu: Fix tracepoint tracking RCU CPU kthread utilizationLai Jiangshan
2020-01-24rcu: Fix harmless omission of "CONFIG_" from #if conditionLai Jiangshan
2020-01-24rcu: Avoid tick_dep_set_cpu() misorderingPaul E. McKenney
2020-01-24rcu: Provide wrappers for uses of ->rcu_read_lock_nestingLai Jiangshan
2020-01-24rcu: Use READ_ONCE() for ->expmask in rcu_read_unlock_special()Paul E. McKenney
2020-01-24rcu: Clear ->rcu_read_unlock_special only onceLai Jiangshan
2020-01-24rcu: Clear .exp_hint only when deferred quiescent state has been reportedLai Jiangshan
2020-01-24rcu: Rename some instance of CONFIG_PREEMPTION to CONFIG_PREEMPT_RCULai Jiangshan
2020-01-24rcu: Remove kfree_call_rcu_nobatch()Joel Fernandes (Google)
2020-01-24rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)
2020-01-24rcu: Add support for debug_objects debugging for kfree_rcu()Joel Fernandes (Google)
2020-01-24rcu: Add multiple in-flight batches of kfree_rcu() workJoel Fernandes (Google)
2020-01-24rcu: Make kfree_rcu() use a non-atomic ->monitor_todoJoel Fernandes
2020-01-24rcuperf: Add kfree_rcu() performance TestsJoel Fernandes (Google)
2020-01-24rcu: Add basic support for kfree_rcu() batchingByungchul Park
2019-12-12rcu: Mark non-global functions and variables as staticPaul E. McKenney
2019-12-09rcutorture: Dynamically allocate rcu_fwds structurePaul E. McKenney
2019-12-09rcutorture: Complete threading rcu_fwd pointers through functionsPaul E. McKenney
2019-12-09rcutorture: Move to dynamic initialization of rcu_fwdsPaul E. McKenney
2019-12-09rcutorture: Thread rcu_fwd pointer through forward-progress functionsPaul E. McKenney
2019-12-09rcutorture: Pull callback forward-progress data into rcu_fwd structPaul E. McKenney
2019-12-09rcu: Use CONFIG_PREEMPTION where appropriateSebastian Andrzej Siewior
2019-12-09rcu: Make PREEMPT_RCU be a modifier to TREE_RCULai Jiangshan
2019-12-09rcu: Use lockdep rather than comment to enforce lock heldPaul E. McKenney
2019-12-09rcu: Avoid data-race in rcu_gp_fqs_check_wake()Eric Dumazet
2019-12-09rcu/nocb: Fix dump_tree hierarchy print always activeStefan Reiter
2019-12-09rcu: Enable tick for nohz_full CPUs slow to provide expedited QSPaul E. McKenney
2019-12-09rcu: Replace synchronize_sched_expedited_wait() "_sched" with "_rcu"Paul E. McKenney
2019-12-09rcu: Update tree_exp.h function-header commentsPaul E. McKenney
2019-12-09rcu: Rename sync_rcu_preempt_exp_done() to sync_rcu_exp_done()Paul E. McKenney
2019-12-09rcu: Allow only one expedited GP to run concurrently with wakeupsNeeraj Upadhyay
2019-12-09rcu: Fix missed wakeup of exp_wq waitersNeeraj Upadhyay
2019-12-09rcu: Substitute lookup for bit-twiddling in sync_rcu_exp_select_node_cpus()Paul E. McKenney
2019-12-09rcu: Fix data-race due to atomic_t copy-by-valueMarco Elver
2019-12-09rcu: Avoid modifying mask_ofl_ipi in sync_rcu_exp_select_node_cpus()Boqun Feng
2019-12-09rcu: Use *_ONCE() to protect lockless ->expmask accessesPaul E. McKenney
2019-10-30Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'r...Paul E. McKenney
2019-10-30rcu: Suppress levelspread uninitialized messagesPaul E. McKenney
2019-10-30rcu: Fix uninitialized variable in nocb_gp_wait()Dan Carpenter
2019-10-30rcu: Ensure that ->rcu_urgent_qs is set before resched IPIJoel Fernandes (Google)
2019-10-30rcu: Several rcu_segcblist functions can be statickbuild test robot
2019-10-28rcu: Make kernel-mode nohz_full CPUs invoke the RCU core processingPaul E. McKenney