summaryrefslogtreecommitdiffstats
path: root/include/linux/rcupdate.h
Commit message (Expand)AuthorAgeFilesLines
* rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar2017-03-021-40/+0
* srcu: Force full grace-period orderingPaul E. McKenney2017-01-251-0/+12
* rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney2017-01-141-0/+4
* rcu: Provide exact CPU-online tracking for RCUPaul E. McKenney2016-08-221-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-07-271-2/+6
|\
| * rcu: Suppress sparse warnings for rcu_dereference_raw()Paul E. McKenney2016-07-061-2/+6
* | rcu: Make call_rcu_tasks() tolerate first call with irqs disabledPaul E. McKenney2016-06-151-0/+1
* | rcu: No ordering for rcu_assign_pointer() of NULLPaul E. McKenney2016-06-151-1/+10
* | rcu: Document RCU_NONIDLE() restrictions in comment headerPaul E. McKenney2016-06-141-5/+6
|/
* rcu: Remove superfluous versions of rcu_read_lock_sched_held()Boqun Feng2016-03-311-16/+1
* rcu: Consolidate dumping of ftrace bufferPaul E. McKenney2016-03-311-0/+13
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-3/+1
|\
| * rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner2016-03-011-3/+1
* | rcu: Remove rcu_user_hooks_switchYang Shi2016-02-231-2/+0
|/
*-. Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...Paul E. McKenney2015-12-071-4/+17
|\ \
| | * rcu: Fix comment for rcu_dereference_raw_notraceAlexey Kardashevskiy2015-12-071-1/+1
| | * rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney2015-12-071-2/+2
| |/ |/|
| * rcu: Remove TINY_RCU bloat from pointless boot parametersPaul E. McKenney2015-12-071-1/+8
| * rcu: Add rcu_normal kernel parameter to suppress expeditingPaul E. McKenney2015-12-041-0/+6
|/
* rcu: Remove deprecated rcu_lockdep_assert()Paul E. McKenney2015-10-061-21/+0
* rcu: Add rcu_pointer_handoff()Paul E. McKenney2015-10-061-0/+22
* rcu: Don't disable preemption for Tiny and Tree RCU readersBoqun Feng2015-10-061-2/+4
* rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng2015-10-061-5/+5
* rcu: Change _wait_rcu_gp() to work around GCC bug 67055Oleg Nesterov2015-09-201-6/+5
* rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-221-21/+42
* rcu: Create a synchronize_rcu_mult()Paul E. McKenney2015-07-221-4/+31
* rcu: Use WRITE_ONCE in RCU_INIT_POINTERPeter Zijlstra2015-07-221-1/+1
* rcu: Deinline rcu_read_lock_sched_held() if DEBUG_LOCK_ALLOCDenys Vlasenko2015-07-151-38/+2
* rcu: Drop RCU_USER_QS in favor of NO_HZ_FULLPaul E. McKenney2015-07-061-2/+2
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-15/+0
|\
| * rcu: Move lockless_dereference() out of rcupdate.hPeter Zijlstra2015-05-281-15/+0
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-2/+4
|\ \
| * | tick: Nohz: Rework next timer evaluationThomas Gleixner2015-04-221-2/+4
| |/
| |
| \
| \
| \
*---. \ Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...Paul E. McKenney2015-05-271-6/+2
|\ \ \ \
| | | * | rcu: Further shrink Tiny RCU by making empty functions static inlinesPaul E. McKenney2015-05-271-4/+0
| | |/ / | |/| |
| | * | rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefsPaul E. McKenney2015-05-271-2/+2
| |/ /
* / / rcu: Eliminate array-index-based RCU primitivesPaul E. McKenney2015-05-271-50/+0
|/ /
* / rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney2015-05-271-8/+8
|/
*---. Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...Paul E. McKenney2015-03-201-4/+36
|\ \ \
| | | * rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney2015-03-121-0/+2
| |_|/ |/| |
| | * rcu: Add Kconfig option to expedite grace periods during bootPaul E. McKenney2015-02-261-0/+1
| | * rcu: Provide rcu_expedite_gp() and rcu_unexpedite_gp()Paul E. McKenney2015-02-261-0/+20
| |/ |/|
| * rcu: Reverse rcu_dereference_check() conditionsPaul E. McKenney2015-03-031-3/+3
| * rcu: Improve diagnostics for blocked critical sections in irqPaul E. McKenney2015-03-031-1/+1
| * rcu: Consolidate rcu_synchronize and wakeme_after_rcu()Paul E. McKenney2015-02-251-0/+9
|/
*-. Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney2015-01-151-6/+7
|\ \
| | * rcu: Make cond_resched_rcu_qs() apply to normal RCU flavorsPaul E. McKenney2015-01-151-1/+2
| |/ |/|
| * rcupdate: Replace smp_read_barrier_depends() with lockless_dereference()Pranith Kumar2015-01-061-5/+5
|/
* Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-11-201-8/+11
|\
| *---. Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', '...Paul E. McKenney2014-11-131-8/+11
| |\ \ \