summaryrefslogtreecommitdiffstats
path: root/include/linux/rcupdate.h
Commit message (Expand)AuthorAgeFilesLines
...
* rcu: Eliminate the unused __rcu_is_watching() functionPaul E. McKenney2017-06-091-4/+0Star
* rcu: Move rcupdate.h to new empty-function stylePaul E. McKenney2017-06-091-30/+9Star
* rcu: Remove UINT_CMP_GE() and UINT_CMP_LT()Paul E. McKenney2017-06-091-2/+0Star
* rcu: Move torture-related definitions from rcupdate.h to rcu.hPaul E. McKenney2017-06-091-52/+0Star
* rcu: Move expediting-related access/control out of rcupdate.hPaul E. McKenney2017-06-091-26/+0Star
* rcu: Move rcu_expedited and rcu_normal externs from rcupdate.hPaul E. McKenney2017-06-091-7/+0Star
* rcu: Move docbook comments out of rcupdate.hPaul E. McKenney2017-06-091-114/+3Star
* rcu: Print out rcupdate.c non-default boot-time settingsPaul E. McKenney2017-06-081-0/+1
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-6/+11
|\
| * rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney2017-04-211-3/+8
| * rcu: Make arch select smp_mb__after_unlock_lock() strengthPaul E. McKenney2017-04-181-3/+3
* | rcu/tracing: Add rcu_disabled to denote when rcu_irq_enter() will not workSteven Rostedt (VMware)2017-04-101-0/+5
|/
* rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar2017-03-021-40/+0Star
* 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-151-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-161-0/+1
* | rcu: No ordering for rcu_assign_pointer() of NULLPaul E. McKenney2016-06-161-1/+10
* | rcu: Document RCU_NONIDLE() restrictions in comment headerPaul E. McKenney2016-06-151-5/+6
|/
* rcu: Remove superfluous versions of rcu_read_lock_sched_held()Boqun Feng2016-03-311-16/+1Star
* 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/+1Star
|\
| * rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner2016-03-011-3/+1Star
* | rcu: Remove rcu_user_hooks_switchYang Shi2016-02-241-2/+0Star
|/
*-. Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...Paul E. McKenney2015-12-081-4/+17
|\ \
| | * rcu: Fix comment for rcu_dereference_raw_notraceAlexey Kardashevskiy2015-12-081-1/+1
| | * rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney2015-12-081-2/+2
| |/ |/|
| * rcu: Remove TINY_RCU bloat from pointless boot parametersPaul E. McKenney2015-12-081-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/+0Star
* 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-211-6/+5Star
* rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-231-21/+42
* rcu: Create a synchronize_rcu_mult()Paul E. McKenney2015-07-231-4/+31
* rcu: Use WRITE_ONCE in RCU_INIT_POINTERPeter Zijlstra2015-07-231-1/+1
* rcu: Deinline rcu_read_lock_sched_held() if DEBUG_LOCK_ALLOCDenys Vlasenko2015-07-151-38/+2Star
* 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/+0Star
|\
| * rcu: Move lockless_dereference() out of rcupdate.hPeter Zijlstra2015-05-281-15/+0Star
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-231-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/+2Star
|\ \ \ \
| | | * | rcu: Further shrink Tiny RCU by making empty functions static inlinesPaul E. McKenney2015-05-271-4/+0Star
| | |/ / | |/| |
| | * | 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/+0Star
|/ /
* / rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney2015-05-271-8/+8
|/