summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/update.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rcu: update debugobjects fixup callbacks return typeDu, Changbin2016-05-191-3/+3
* rcu: Remove superfluous versions of rcu_read_lock_sched_held()Boqun Feng2016-03-311-2/+2
* rcu: Export rcu_gp_is_normal()Paul E. McKenney2016-02-231-0/+1
* rcu: Remove TINY_RCU bloat from pointless boot parametersPaul E. McKenney2015-12-071-3/+4
* rcu: Allow expedited grace periods to be disabled at initPaul E. McKenney2015-12-041-0/+5
* rcu: Add rcu_normal kernel parameter to suppress expeditingPaul E. McKenney2015-12-041-0/+12
* rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng2015-10-061-1/+1
* rcu: Fix backwards RCU_LOCKDEP_WARN() in synchronize_rcu_tasks()Paul E. McKenney2015-07-221-1/+1
* rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-221-2/+2
* rcu: Create a synchronize_rcu_mult()Paul E. McKenney2015-07-221-10/+27
* rcu: Deinline rcu_read_lock_sched_held() if DEBUG_LOCK_ALLOCDenys Vlasenko2015-07-151-0/+49
* rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney2015-05-271-15/+15
*-. Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...Paul E. McKenney2015-03-201-9/+63
|\ \
| | * rcu: Add Kconfig option to expedite grace periods during bootPaul E. McKenney2015-02-261-1/+10
| | * rcu: Provide rcu_expedite_gp() and rcu_unexpedite_gp()Paul E. McKenney2015-02-261-0/+48
| |/ |/|
| * rcu: Consolidate rcu_synchronize and wakeme_after_rcu()Paul E. McKenney2015-02-251-9/+6
|/
*---. Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', '...Paul E. McKenney2014-11-131-2/+3
|\ \ \
| | | * rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar2014-10-291-1/+1
| | |/ | |/|
| | * rcu: Fix FIXME in rcu_tasks_kthread()Paul E. McKenney2014-11-131-1/+2
| |/
* | rcutorture: Add early boot self testsPranith Kumar2014-11-031-0/+84
|/
* Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney2014-09-161-1/+312
|\
| * rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch()Paul E. McKenney2014-09-071-1/+1
| * rcu: Additional information on RCU-tasks stall-warning messagesPaul E. McKenney2014-09-071-0/+9
| * rcu: Make rcu_tasks_kthread()'s GP-wait loop allow preemptionPaul E. McKenney2014-09-071-5/+6
| * rcu: Make TASKS_RCU handle nohz_full= CPUsPaul E. McKenney2014-09-071-1/+3
| * rcu: Defer rcu_tasks_kthread() creation till first call_rcu_tasks()Paul E. McKenney2014-09-071-7/+26
OpenPOWER on IntegriCloud