aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/update.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-17rcu: Create reasonable API for do_exit() TASKS_RCU processingPaul E. McKenney1-1/+17
2017-06-08rcu: Move rcu_expedited and rcu_normal externs from rcupdate.hPaul E. McKenney1-0/+2
2017-06-08rcu: Move docbook comments out of rcupdate.hPaul E. McKenney1-3/+17
2017-06-08rcu: Make synchronize_rcu_mult() check for duplicatesPaul E. McKenney1-2/+11
2017-06-08rcu: Print out rcupdate.c non-default boot-time settingsPaul E. McKenney1-1/+41
2017-04-21rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney1-0/+1
2017-04-18srcu: Allow SRCU to access rcu_scheduler_activePaul E. McKenney1-18/+34
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wait.h>Ingo Molnar1-0/+1
2017-01-16rcu: update: Make RCU_EXPEDITE_BOOT be the defaultSebastian Andrzej Siewior1-4/+2
2017-01-14rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney1-8/+30
2016-08-22rcu: Don't use modular infrastructure in non-modular codePaul Gortmaker1-2/+1
2016-06-15rcu: Make call_rcu_tasks() tolerate first call with irqs disabledPaul E. McKenney1-2/+5
2016-05-19debugobjects: insulate non-fixup logic related to static obj from fixup callbacksDu, Changbin1-23/+3
2016-05-19rcu: update debugobjects fixup callbacks return typeDu, Changbin1-3/+3
2016-03-31rcu: Remove superfluous versions of rcu_read_lock_sched_held()Boqun Feng1-2/+2
2016-02-23rcu: Export rcu_gp_is_normal()Paul E. McKenney1-0/+1
2015-12-07rcu: Remove TINY_RCU bloat from pointless boot parametersPaul E. McKenney1-3/+4
2015-12-04rcu: Allow expedited grace periods to be disabled at initPaul E. McKenney1-0/+5
2015-12-04rcu: Add rcu_normal kernel parameter to suppress expeditingPaul E. McKenney1-0/+12
2015-10-06rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng1-1/+1
2015-07-22rcu: Fix backwards RCU_LOCKDEP_WARN() in synchronize_rcu_tasks()Paul E. McKenney1-1/+1
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney1-2/+2
2015-07-22rcu: Create a synchronize_rcu_mult()Paul E. McKenney1-10/+27
2015-07-15rcu: Deinline rcu_read_lock_sched_held() if DEBUG_LOCK_ALLOCDenys Vlasenko1-0/+49
2015-05-27rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney1-15/+15
2015-03-20Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a', 'gpexp.2015.02.26a', 'hotplug.2015.03.20a', 'sysidle.2015.02.26b' and 'tiny.2015.02.26a' into HEADPaul E. McKenney1-9/+63
2015-02-26rcu: Add Kconfig option to expedite grace periods during bootPaul E. McKenney1-1/+10
2015-02-26rcu: Provide rcu_expedite_gp() and rcu_unexpedite_gp()Paul E. McKenney1-0/+48
2015-02-25rcu: Consolidate rcu_synchronize and wakeme_after_rcu()Paul E. McKenney1-9/+6
2014-11-13Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', 'fixes.2014.11.13a', 'signal.2014.10.29a' and 'rt.2014.10.29a' into HEADPaul E. McKenney1-2/+3
2014-11-13rcu: Fix FIXME in rcu_tasks_kthread()Paul E. McKenney1-1/+2
2014-11-03rcutorture: Add early boot self testsPranith Kumar1-0/+84
2014-10-29rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar1-1/+1
2014-09-16Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney1-1/+312
2014-09-07rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch()Paul E. McKenney1-1/+1
2014-09-07rcu: Additional information on RCU-tasks stall-warning messagesPaul E. McKenney1-0/+9
2014-09-07rcu: Make rcu_tasks_kthread()'s GP-wait loop allow preemptionPaul E. McKenney1-5/+6
2014-09-07rcu: Make TASKS_RCU handle nohz_full= CPUsPaul E. McKenney1-1/+3
2014-09-07rcu: Defer rcu_tasks_kthread() creation till first call_rcu_tasks()Paul E. McKenney1-7/+26
2014-09-07rcu: Improve RCU-tasks energy efficiencyPaul E. McKenney1-2/+12
2014-09-07rcu: Add stall-warning checks for RCU-tasksPaul E. McKenney1-4/+25
2014-09-07rcu: Export RCU-tasks APIs to GPL modulesSteven Rostedt1-0/+2
2014-09-07rcu: Make TASKS_RCU handle tasks that are almost done exitingPaul E. McKenney1-0/+21
2014-09-07rcu: Add synchronous grace-period waiting for RCU-tasksPaul E. McKenney1-0/+55
2014-09-07rcu: Add call_rcu_tasks()Paul E. McKenney1-0/+171
2014-09-07rcu: Uninline rcu_read_lock_held()Oleg Nesterov1-0/+32
2014-07-09rcu: Remove CONFIG_PROVE_RCU_DELAYPaul E. McKenney1-3/+0
2014-06-23rcu: Reduce overhead of cond_resched() checks for RCUPaul E. McKenney1-18/+0