aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rcupdate.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-31rcu: Remove superfluous versions of rcu_read_lock_sched_held()Boqun Feng1-16/+1
2016-03-31rcu: Consolidate dumping of ftrace bufferPaul E. McKenney1-0/+13
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2016-03-01rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner1-3/+1
2016-02-23rcu: Remove rcu_user_hooks_switchYang Shi1-2/+0
2015-12-07Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'list.2015.12.04b' and 'torture.2015.12.05a' into HEADPaul E. McKenney1-4/+17
2015-12-07rcu: Fix comment for rcu_dereference_raw_notraceAlexey Kardashevskiy1-1/+1
2015-12-07rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney1-2/+2
2015-12-07rcu: Remove TINY_RCU bloat from pointless boot parametersPaul E. McKenney1-1/+8
2015-12-04rcu: Add rcu_normal kernel parameter to suppress expeditingPaul E. McKenney1-0/+6
2015-10-06rcu: Remove deprecated rcu_lockdep_assert()Paul E. McKenney1-21/+0
2015-10-06rcu: Add rcu_pointer_handoff()Paul E. McKenney1-0/+22
2015-10-06rcu: Don't disable preemption for Tiny and Tree RCU readersBoqun Feng1-2/+4
2015-10-06rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng1-5/+5
2015-09-20rcu: Change _wait_rcu_gp() to work around GCC bug 67055Oleg Nesterov1-6/+5
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney1-21/+42
2015-07-22rcu: Create a synchronize_rcu_mult()Paul E. McKenney1-4/+31
2015-07-22rcu: Use WRITE_ONCE in RCU_INIT_POINTERPeter Zijlstra1-1/+1
2015-07-15rcu: Deinline rcu_read_lock_sched_held() if DEBUG_LOCK_ALLOCDenys Vlasenko1-38/+2
2015-07-06rcu: Drop RCU_USER_QS in favor of NO_HZ_FULLPaul E. McKenney1-2/+2
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-15/+0
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2015-05-28rcu: Move lockless_dereference() out of rcupdate.hPeter Zijlstra1-15/+0
2015-05-27Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', 'hotplug.2015.05.27a', 'init.2015.05.27a', 'tiny.2015.05.27a' and 'torture.2015.05.27a' into HEADPaul E. McKenney1-6/+2
2015-05-27rcu: Further shrink Tiny RCU by making empty functions static inlinesPaul E. McKenney1-4/+0
2015-05-27rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefsPaul E. McKenney1-2/+2
2015-05-27rcu: Eliminate array-index-based RCU primitivesPaul E. McKenney1-50/+0
2015-05-27rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney1-8/+8
2015-04-22tick: Nohz: Rework next timer evaluationThomas Gleixner1-2/+4
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-4/+36
2015-03-12rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney1-0/+2
2015-03-03rcu: Reverse rcu_dereference_check() conditionsPaul E. McKenney1-3/+3
2015-03-03rcu: Improve diagnostics for blocked critical sections in irqPaul E. McKenney1-1/+1
2015-02-26rcu: Add Kconfig option to expedite grace periods during bootPaul E. McKenney1-0/+1
2015-02-26rcu: Provide rcu_expedite_gp() and rcu_unexpedite_gp()Paul E. McKenney1-0/+20
2015-02-25rcu: Consolidate rcu_synchronize and wakeme_after_rcu()Paul E. McKenney1-0/+9
2015-01-15Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a', 'srcu.2015.01.06a', 'stall.2015.01.16a' and 'torture.2015.01.11a' into HEADPaul E. McKenney1-6/+7
2015-01-15rcu: Make cond_resched_rcu_qs() apply to normal RCU flavorsPaul E. McKenney1-1/+2
2015-01-06rcupdate: Replace smp_read_barrier_depends() with lockless_dereference()Pranith Kumar1-5/+5
2014-11-20Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-8/+11
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-8/+11
2014-11-13rcu: More info about potential deadlocks with rcu_read_unlock()Oleg Nesterov1-1/+3
2014-11-13rcu: Optimize cond_resched_rcu_qs()Paul E. McKenney1-2/+2
2014-11-13rcu: Add sparse check for RCU_INIT_POINTER()Pranith Kumar1-0/+1
2014-11-03rcu: Remove "cpu" argument to rcu_needs_cpu()Paul E. McKenney1-1/+1
2014-11-03rcu: Remove "cpu" argument to rcu_check_callbacks()Paul E. McKenney1-1/+1
2014-10-29rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar1-3/+3
2014-10-28rcu: Provide counterpart to rcu_dereference() for non-RCU situationsPaul E. McKenney1-0/+15
2014-09-16rcutorture: Rename rcutorture_runnable parameterPaul E. McKenney1-3/+0
2014-09-16Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney1-2/+55