summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/update.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * rcu: Improve RCU-tasks energy efficiencyPaul E. McKenney2014-09-071-2/+12
| * rcu: Add stall-warning checks for RCU-tasksPaul E. McKenney2014-09-071-4/+25
| * rcu: Export RCU-tasks APIs to GPL modulesSteven Rostedt2014-09-071-0/+2
| * rcu: Make TASKS_RCU handle tasks that are almost done exitingPaul E. McKenney2014-09-071-0/+21
| * rcu: Add synchronous grace-period waiting for RCU-tasksPaul E. McKenney2014-09-071-0/+55
| * rcu: Add call_rcu_tasks()Paul E. McKenney2014-09-071-0/+171
* | rcu: Uninline rcu_read_lock_held()Oleg Nesterov2014-09-071-0/+32
|/
* rcu: Remove CONFIG_PROVE_RCU_DELAYPaul E. McKenney2014-07-091-3/+0
* rcu: Reduce overhead of cond_resched() checks for RCUPaul E. McKenney2014-06-231-18/+0
* rcu: Export debug_init_rcu_head() and and debug_init_rcu_head()Paul E. McKenney2014-06-231-2/+2
* rcu: Provide API to suppress stall warnings while sysrc runsRik van Riel2014-05-191-0/+12
* sched,rcu: Make cond_resched() report RCU quiescent statesPaul E. McKenney2014-05-141-0/+18
* rcu: Ensure kernel/rcu/rcu.h can be sourced/used stand-alonePaul Gortmaker2014-02-261-1/+0
* rcu: Stop tracking FSF's postal addressPaul E. McKenney2014-02-171-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-281-11/+0
|\
| * introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...Oleg Nesterov2014-01-251-11/+0
* | rcu: Provide better diagnostics for blocking in RCU callback functionsPaul E. McKenney2013-12-091-0/+5
|/
* rcu: Move RCU-related source code to kernel/rcu directoryPaul E. McKenney2013-10-151-0/+347