summaryrefslogtreecommitdiff
path: root/kernel/rcu/update.c
AgeCommit message (Expand)Author
2020-01-24Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney
2020-01-24rcu: Move rcu_{expedited,normal} definitions into rcupdate.hBen Dooks
2020-01-24rcu: Add basic support for kfree_rcu() batchingByungchul Park
2019-12-09rcu: Make PREEMPT_RCU be a modifier to TREE_RCULai Jiangshan
2019-08-13Merge branches 'consolidate.2019.08.01b', 'fixes.2019.08.12a', 'lists.2019.08...Paul E. McKenney
2019-08-12rcu: Remove redundant "if" condition from rcu_gp_is_expedited()Paul E. McKenney
2019-08-09rcu: Add support for consolidated-RCU reader checkingJoel Fernandes (Google)
2019-08-01rcu: Remove redundant debug_locks check in rcu_read_lock_sched_held()Joel Fernandes (Google)
2019-08-01rcu: Add kernel parameter to dump trace after RCU CPU stall warningPaul E. McKenney
2019-05-28rcutorture: Add trivial RCU implementationPaul E. McKenney
2019-03-26rcu: Move RCU CPU stall-warning code out of update.cPaul E. McKenney
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-02-13kprobes: Prohibit probing on RCU debug routineMasami Hiramatsu
2019-02-09rcu/update: Convert to SPDX license identifierPaul E. McKenney
2018-12-01Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney
2018-11-12rcu: Eliminate BUG_ON() for kernel/rcu/update.cPaul E. McKenney
2018-11-08rcu: Eliminate synchronize_rcu_mult()Paul E. McKenney
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney
2018-08-30srcu: Make call_srcu() available during very early bootPaul E. McKenney
2018-08-30rcu: Clean up flavor-related definitions and comments in update.cPaul E. McKenney
2018-08-30rcu: Stop testing RCU-bh and RCU-schedPaul E. McKenney
2018-08-30rcu: Update comments and help text for no more RCU-bh updatersPaul E. McKenney
2018-08-29rcutorture: Add forward-progress tests for RCU grace periodsPaul E. McKenney
2018-07-12rcu: Add comment to the last sleep in the rcu tasks loopSteven Rostedt (VMware)
2018-07-12rcu: Speed up calling of RCU tasks callbacksSteven Rostedt (VMware)
2018-07-12rcu: Improve RCU-tasks naming and commentsPaul E. McKenney
2018-05-15rcu: Move __rcu_read_lock() and __rcu_read_unlock() to tree_plugin.hPaul E. McKenney
2018-05-15rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()Paul E. McKenney
2017-12-07rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modulesPaul E. McKenney
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-10-27sched/isolation: Introduce housekeeping flagsFrederic Weisbecker
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker
2017-10-20Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' an...Paul E. McKenney
2017-10-09rcu: Suppress RCU CPU stall warnings while dumping tracePaul E. McKenney
2017-10-09rcu: Create call_rcu_tasks() kthread at boot timePaul E. McKenney
2017-08-17rcu: Create reasonable API for do_exit() TASKS_RCU processingPaul E. McKenney
2017-06-08rcu: Move rcu_expedited and rcu_normal externs from rcupdate.hPaul E. McKenney
2017-06-08rcu: Move docbook comments out of rcupdate.hPaul E. McKenney
2017-06-08rcu: Make synchronize_rcu_mult() check for duplicatesPaul E. McKenney
2017-06-08rcu: Print out rcupdate.c non-default boot-time settingsPaul E. McKenney
2017-04-21rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney
2017-04-18srcu: Allow SRCU to access rcu_scheduler_activePaul E. McKenney
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar
2017-01-16rcu: update: Make RCU_EXPEDITE_BOOT be the defaultSebastian Andrzej Siewior
2017-01-14rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney
2016-08-22rcu: Don't use modular infrastructure in non-modular codePaul Gortmaker
2016-06-15rcu: Make call_rcu_tasks() tolerate first call with irqs disabledPaul E. McKenney
2016-05-19debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin