summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/update.c
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney2020-01-241-3/+11
|\ \ \
| | | * rcu: Make PREEMPT_RCU be a modifier to TREE_RCULai Jiangshan2019-12-091-1/+1
| |_|/ |/| |
| | * rcu: Add basic support for kfree_rcu() batchingByungchul Park2020-01-241-0/+10
| |/ |/|
| * rcu: Move rcu_{expedited,normal} definitions into rcupdate.hBen Dooks2020-01-241-2/+0
|/
*-. Merge branches 'consolidate.2019.08.01b', 'fixes.2019.08.12a', 'lists.2019.08...Paul E. McKenney2019-08-131-39/+66
|\ \
| | * rcu: Add support for consolidated-RCU reader checkingJoel Fernandes (Google)2019-08-091-33/+63
| | * rcu: Remove redundant debug_locks check in rcu_read_lock_sched_held()Joel Fernandes (Google)2019-08-011-5/+1
| |/ |/|
| * rcu: Remove redundant "if" condition from rcu_gp_is_expedited()Paul E. McKenney2019-08-121-2/+1
| * rcu: Add kernel parameter to dump trace after RCU CPU stall warningPaul E. McKenney2019-08-011-0/+2
|/
* rcutorture: Add trivial RCU implementationPaul E. McKenney2019-05-281-0/+13
* rcu: Move RCU CPU stall-warning code out of update.cPaul E. McKenney2019-03-261-58/+1
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-061-0/+2
|\
| * kprobes: Prohibit probing on RCU debug routineMasami Hiramatsu2019-02-131-0/+2
* | rcu/update: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2
|/
*-. Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney2018-12-011-4/+2
|\ \
| * | rcu: Eliminate synchronize_rcu_mult()Paul E. McKenney2018-11-081-4/+2
| |/
* / rcu: Eliminate BUG_ON() for kernel/rcu/update.cPaul E. McKenney2018-11-121-1/+2
|/
*---. Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney2018-08-301-48/+22
|\ \ \
| | | * rcutorture: Add forward-progress tests for RCU grace periodsPaul E. McKenney2018-08-291-0/+1
| |_|/ |/| |
| | * srcu: Make call_srcu() available during very early bootPaul E. McKenney2018-08-301-0/+9
| |/ |/|
| * rcu: Clean up flavor-related definitions and comments in update.cPaul E. McKenney2018-08-301-10/+10
| * rcu: Stop testing RCU-bh and RCU-schedPaul E. McKenney2018-08-301-37/+1
| * rcu: Update comments and help text for no more RCU-bh updatersPaul E. McKenney2018-08-301-1/+1
|/
* rcu: Add comment to the last sleep in the rcu tasks loopSteven Rostedt (VMware)2018-07-121-0/+1
* rcu: Speed up calling of RCU tasks callbacksSteven Rostedt (VMware)2018-07-121-2/+15
* rcu: Improve RCU-tasks naming and commentsPaul E. McKenney2018-07-121-13/+14
* rcu: Move __rcu_read_lock() and __rcu_read_unlock() to tree_plugin.hPaul E. McKenney2018-05-151-48/+0
* rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()Paul E. McKenney2018-05-151-1/+1
* rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modulesPaul E. McKenney2017-12-071-0/+2
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-131-1/+2
|\
| * sched/isolation: Introduce housekeeping flagsFrederic Weisbecker2017-10-271-1/+1
| * sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker2017-10-271-0/+1
| |
| \
*-. \ Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' an...Paul E. McKenney2017-10-201-19/+6
|\ \ \ | |_|/ |/| |
| | * rcu: Suppress RCU CPU stall warnings while dumping tracePaul E. McKenney2017-10-091-0/+1
| |/ |/|
| * rcu: Create call_rcu_tasks() kthread at boot timePaul E. McKenney2017-10-091-19/+5
|/
* rcu: Create reasonable API for do_exit() TASKS_RCU processingPaul E. McKenney2017-08-171-1/+17
* rcu: Move rcu_expedited and rcu_normal externs from rcupdate.hPaul E. McKenney2017-06-081-0/+2
* rcu: Move docbook comments out of rcupdate.hPaul E. McKenney2017-06-081-3/+17
* rcu: Make synchronize_rcu_mult() check for duplicatesPaul E. McKenney2017-06-081-2/+11
* rcu: Print out rcupdate.c non-default boot-time settingsPaul E. McKenney2017-06-081-1/+41
* rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney2017-04-211-0/+1
* srcu: Allow SRCU to access rcu_scheduler_activePaul E. McKenney2017-04-181-18/+34
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar2017-03-021-0/+1
* rcu: update: Make RCU_EXPEDITE_BOOT be the defaultSebastian Andrzej Siewior2017-01-161-4/+2
* rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney2017-01-141-8/+30
* rcu: Don't use modular infrastructure in non-modular codePaul Gortmaker2016-08-221-2/+1
* rcu: Make call_rcu_tasks() tolerate first call with irqs disabledPaul E. McKenney2016-06-151-2/+5
* debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin2016-05-191-23/+3