| Commit message (Expand) | Author | Age | Files | Lines |
* | rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai... | Ingo Molnar | 2017-03-02 | 1 | -40/+0 |
* | srcu: Force full grace-period ordering | Paul E. McKenney | 2017-01-25 | 1 | -0/+12 |
* | rcu: Narrow early boot window of illegal synchronous grace periods | Paul E. McKenney | 2017-01-14 | 1 | -0/+4 |
* | rcu: Provide exact CPU-online tracking for RCU | Paul E. McKenney | 2016-08-22 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-07-27 | 1 | -2/+6 |
|\ |
|
| * | rcu: Suppress sparse warnings for rcu_dereference_raw() | Paul E. McKenney | 2016-07-06 | 1 | -2/+6 |
* | | rcu: Make call_rcu_tasks() tolerate first call with irqs disabled | Paul E. McKenney | 2016-06-15 | 1 | -0/+1 |
* | | rcu: No ordering for rcu_assign_pointer() of NULL | Paul E. McKenney | 2016-06-15 | 1 | -1/+10 |
* | | rcu: Document RCU_NONIDLE() restrictions in comment header | Paul E. McKenney | 2016-06-14 | 1 | -5/+6 |
|/ |
|
* | rcu: Remove superfluous versions of rcu_read_lock_sched_held() | Boqun Feng | 2016-03-31 | 1 | -16/+1 |
* | rcu: Consolidate dumping of ftrace buffer | Paul E. McKenney | 2016-03-31 | 1 | -0/+13 |
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-03-15 | 1 | -3/+1 |
|\ |
|
| * | rcu: Make CPU_DYING_IDLE an explicit call | Thomas Gleixner | 2016-03-01 | 1 | -3/+1 |
* | | rcu: Remove rcu_user_hooks_switch | Yang Shi | 2016-02-23 | 1 | -2/+0 |
|/ |
|
*-. | Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li... | Paul E. McKenney | 2015-12-07 | 1 | -4/+17 |
|\ \ |
|
| | * | rcu: Fix comment for rcu_dereference_raw_notrace | Alexey Kardashevskiy | 2015-12-07 | 1 | -1/+1 |
| | * | rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}() | Paul E. McKenney | 2015-12-07 | 1 | -2/+2 |
| |/
|/| |
|
| * | rcu: Remove TINY_RCU bloat from pointless boot parameters | Paul E. McKenney | 2015-12-07 | 1 | -1/+8 |
| * | rcu: Add rcu_normal kernel parameter to suppress expediting | Paul E. McKenney | 2015-12-04 | 1 | -0/+6 |
|/ |
|
* | rcu: Remove deprecated rcu_lockdep_assert() | Paul E. McKenney | 2015-10-06 | 1 | -21/+0 |
* | rcu: Add rcu_pointer_handoff() | Paul E. McKenney | 2015-10-06 | 1 | -0/+22 |
* | rcu: Don't disable preemption for Tiny and Tree RCU readers | Boqun Feng | 2015-10-06 | 1 | -2/+4 |
* | rcu: Use rcu_callback_t in call_rcu*() and friends | Boqun Feng | 2015-10-06 | 1 | -5/+5 |
* | rcu: Change _wait_rcu_gp() to work around GCC bug 67055 | Oleg Nesterov | 2015-09-20 | 1 | -6/+5 |
* | rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() | Paul E. McKenney | 2015-07-22 | 1 | -21/+42 |
* | rcu: Create a synchronize_rcu_mult() | Paul E. McKenney | 2015-07-22 | 1 | -4/+31 |
* | rcu: Use WRITE_ONCE in RCU_INIT_POINTER | Peter Zijlstra | 2015-07-22 | 1 | -1/+1 |
* | rcu: Deinline rcu_read_lock_sched_held() if DEBUG_LOCK_ALLOC | Denys Vlasenko | 2015-07-15 | 1 | -38/+2 |
* | rcu: Drop RCU_USER_QS in favor of NO_HZ_FULL | Paul E. McKenney | 2015-07-06 | 1 | -2/+2 |
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-07-01 | 1 | -15/+0 |
|\ |
|
| * | rcu: Move lockless_dereference() out of rcupdate.h | Peter Zijlstra | 2015-05-28 | 1 | -15/+0 |
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-06-22 | 1 | -2/+4 |
|\ \ |
|
| * | | tick: Nohz: Rework next timer evaluation | Thomas Gleixner | 2015-04-22 | 1 | -2/+4 |
| |/ |
|
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '... | Paul E. McKenney | 2015-05-27 | 1 | -6/+2 |
|\ \ \ \ |
|
| | | * | | rcu: Further shrink Tiny RCU by making empty functions static inlines | Paul E. McKenney | 2015-05-27 | 1 | -4/+0 |
| | |/ /
| |/| | |
|
| | * | | rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefs | Paul E. McKenney | 2015-05-27 | 1 | -2/+2 |
| |/ / |
|
* | | | rcu: Eliminate array-index-based RCU primitives | Paul E. McKenney | 2015-05-27 | 1 | -50/+0 |
|/ / |
|
* | | rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE() | Paul E. McKenney | 2015-05-27 | 1 | -8/+8 |
|/ |
|
*---. | Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',... | Paul E. McKenney | 2015-03-20 | 1 | -4/+36 |
|\ \ \ |
|
| | | * | rcu: Handle outgoing CPUs on exit from idle loop | Paul E. McKenney | 2015-03-12 | 1 | -0/+2 |
| |_|/
|/| | |
|
| | * | rcu: Add Kconfig option to expedite grace periods during boot | Paul E. McKenney | 2015-02-26 | 1 | -0/+1 |
| | * | rcu: Provide rcu_expedite_gp() and rcu_unexpedite_gp() | Paul E. McKenney | 2015-02-26 | 1 | -0/+20 |
| |/
|/| |
|
| * | rcu: Reverse rcu_dereference_check() conditions | Paul E. McKenney | 2015-03-03 | 1 | -3/+3 |
| * | rcu: Improve diagnostics for blocked critical sections in irq | Paul E. McKenney | 2015-03-03 | 1 | -1/+1 |
| * | rcu: Consolidate rcu_synchronize and wakeme_after_rcu() | Paul E. McKenney | 2015-02-25 | 1 | -0/+9 |
|/ |
|
*-. | Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',... | Paul E. McKenney | 2015-01-15 | 1 | -6/+7 |
|\ \ |
|
| | * | rcu: Make cond_resched_rcu_qs() apply to normal RCU flavors | Paul E. McKenney | 2015-01-15 | 1 | -1/+2 |
| |/
|/| |
|
| * | rcupdate: Replace smp_read_barrier_depends() with lockless_dereference() | Pranith Kumar | 2015-01-06 | 1 | -5/+5 |
|/ |
|
* | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 2014-11-20 | 1 | -8/+11 |
|\ |
|
| *---. | Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', '... | Paul E. McKenney | 2014-11-13 | 1 | -8/+11 |
| |\ \ \ |
|