summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/update.c
Commit message (Expand)AuthorAge
*-. Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney2018-12-01
|\ \
| * | rcu: Eliminate synchronize_rcu_mult()Paul E. McKenney2018-11-09
| |/
* / rcu: Eliminate BUG_ON() for kernel/rcu/update.cPaul E. McKenney2018-11-12
|/
*---. Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney2018-08-30
|\ \ \
| | | * rcutorture: Add forward-progress tests for RCU grace periodsPaul E. McKenney2018-08-29
| |_|/ |/| |
| | * srcu: Make call_srcu() available during very early bootPaul E. McKenney2018-08-30
| |/ |/|
| * rcu: Clean up flavor-related definitions and comments in update.cPaul E. McKenney2018-08-30
| * rcu: Stop testing RCU-bh and RCU-schedPaul E. McKenney2018-08-30
| * rcu: Update comments and help text for no more RCU-bh updatersPaul E. McKenney2018-08-30
|/
* rcu: Add comment to the last sleep in the rcu tasks loopSteven Rostedt (VMware)2018-07-12
* rcu: Speed up calling of RCU tasks callbacksSteven Rostedt (VMware)2018-07-12
* rcu: Improve RCU-tasks naming and commentsPaul E. McKenney2018-07-12
* rcu: Move __rcu_read_lock() and __rcu_read_unlock() to tree_plugin.hPaul E. McKenney2018-05-15
* rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()Paul E. McKenney2018-05-15
* rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modulesPaul E. McKenney2017-12-07
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-13
|\
| * sched/isolation: Introduce housekeeping flagsFrederic Weisbecker2017-10-27
| * sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker2017-10-27
| |
| \
*-. \ Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' an...Paul E. McKenney2017-10-20
|\ \ \ | |_|/ |/| |
| | * rcu: Suppress RCU CPU stall warnings while dumping tracePaul E. McKenney2017-10-09
| |/ |/|
| * rcu: Create call_rcu_tasks() kthread at boot timePaul E. McKenney2017-10-09
|/
* rcu: Create reasonable API for do_exit() TASKS_RCU processingPaul E. McKenney2017-08-17
* rcu: Move rcu_expedited and rcu_normal externs from rcupdate.hPaul E. McKenney2017-06-08
* rcu: Move docbook comments out of rcupdate.hPaul E. McKenney2017-06-08
* rcu: Make synchronize_rcu_mult() check for duplicatesPaul E. McKenney2017-06-08
* rcu: Print out rcupdate.c non-default boot-time settingsPaul E. McKenney2017-06-08
* rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney2017-04-21
* srcu: Allow SRCU to access rcu_scheduler_activePaul E. McKenney2017-04-18
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar2017-03-02
* rcu: update: Make RCU_EXPEDITE_BOOT be the defaultSebastian Andrzej Siewior2017-01-16
* rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney2017-01-15
* rcu: Don't use modular infrastructure in non-modular codePaul Gortmaker2016-08-22
* rcu: Make call_rcu_tasks() tolerate first call with irqs disabledPaul E. McKenney2016-06-15
* debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin2016-05-19
* rcu: update debugobjects fixup callbacks return typeDu, Changbin2016-05-19
* rcu: Remove superfluous versions of rcu_read_lock_sched_held()Boqun Feng2016-03-31
* rcu: Export rcu_gp_is_normal()Paul E. McKenney2016-02-23
* rcu: Remove TINY_RCU bloat from pointless boot parametersPaul E. McKenney2015-12-07
* rcu: Allow expedited grace periods to be disabled at initPaul E. McKenney2015-12-04
* rcu: Add rcu_normal kernel parameter to suppress expeditingPaul E. McKenney2015-12-04
* rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng2015-10-06
* rcu: Fix backwards RCU_LOCKDEP_WARN() in synchronize_rcu_tasks()Paul E. McKenney2015-07-22
* rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-22
* rcu: Create a synchronize_rcu_mult()Paul E. McKenney2015-07-22
* rcu: Deinline rcu_read_lock_sched_held() if DEBUG_LOCK_ALLOCDenys Vlasenko2015-07-15
* rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney2015-05-27
*-. Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...Paul E. McKenney2015-03-20
|\ \
| | * rcu: Add Kconfig option to expedite grace periods during bootPaul E. McKenney2015-02-26