summaryrefslogtreecommitdiffstats
path: root/include/linux/rcupdate.h
AgeCommit message (Expand)Author
2015-09-20rcu: Change _wait_rcu_gp() to work around GCC bug 67055Oleg Nesterov
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney
2015-07-22rcu: Create a synchronize_rcu_mult()Paul E. McKenney
2015-07-22rcu: Use WRITE_ONCE in RCU_INIT_POINTERPeter Zijlstra
2015-07-15rcu: Deinline rcu_read_lock_sched_held() if DEBUG_LOCK_ALLOCDenys Vlasenko
2015-07-06rcu: Drop RCU_USER_QS in favor of NO_HZ_FULLPaul E. McKenney
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-05-28rcu: Move lockless_dereference() out of rcupdate.hPeter Zijlstra
2015-05-27Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...Paul E. McKenney
2015-05-27rcu: Further shrink Tiny RCU by making empty functions static inlinesPaul E. McKenney
2015-05-27rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefsPaul E. McKenney
2015-05-27rcu: Eliminate array-index-based RCU primitivesPaul E. McKenney
2015-05-27rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney
2015-04-22tick: Nohz: Rework next timer evaluationThomas Gleixner
2015-03-20Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...Paul E. McKenney
2015-03-12rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney
2015-03-03rcu: Reverse rcu_dereference_check() conditionsPaul E. McKenney
2015-03-03rcu: Improve diagnostics for blocked critical sections in irqPaul E. McKenney
2015-02-26rcu: Add Kconfig option to expedite grace periods during bootPaul E. McKenney
2015-02-26rcu: Provide rcu_expedite_gp() and rcu_unexpedite_gp()Paul E. McKenney
2015-02-25rcu: Consolidate rcu_synchronize and wakeme_after_rcu()Paul E. McKenney
2015-01-15Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney
2015-01-15rcu: Make cond_resched_rcu_qs() apply to normal RCU flavorsPaul E. McKenney
2015-01-06rcupdate: Replace smp_read_barrier_depends() with lockless_dereference()Pranith Kumar
2014-11-20Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2014-11-13Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', '...Paul E. McKenney
2014-11-13rcu: More info about potential deadlocks with rcu_read_unlock()Oleg Nesterov
2014-11-13rcu: Optimize cond_resched_rcu_qs()Paul E. McKenney
2014-11-13rcu: Add sparse check for RCU_INIT_POINTER()Pranith Kumar
2014-11-03rcu: Remove "cpu" argument to rcu_needs_cpu()Paul E. McKenney
2014-11-03rcu: Remove "cpu" argument to rcu_check_callbacks()Paul E. McKenney
2014-10-29rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar
2014-10-28rcu: Provide counterpart to rcu_dereference() for non-RCU situationsPaul E. McKenney
2014-09-16rcutorture: Rename rcutorture_runnable parameterPaul E. McKenney
2014-09-16Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney
2014-09-16Merge branches 'doc.2014.09.07a', 'fixes.2014.09.10a', 'nocb-nohz.2014.09.16b...Paul E. McKenney
2014-09-16rcu: Fix attempt to avoid unsolicited offloading of callbacksPaul E. McKenney
2014-09-07rcu: Per-CPU operation cleanups to rcu_*_qs() functionsPaul E. McKenney
2014-09-07rcu: Remove redundant preempt_disable() from rcu_note_voluntary_context_switch()Paul E. McKenney
2014-09-07rcutorture: Add torture tests for RCU-tasksPaul E. McKenney
2014-09-07rcu: Make TASKS_RCU handle tasks that are almost done exitingPaul E. McKenney
2014-09-07rcu: Add synchronous grace-period waiting for RCU-tasksPaul E. McKenney
2014-09-07rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loopsPaul E. McKenney
2014-09-07rcu: Add call_rcu_tasks()Paul E. McKenney
2014-09-07rcu: Uninline rcu_read_lock_held()Oleg Nesterov
2014-09-07rcu: Return bool type in rcu_lockdep_current_cpu_online()Pranith Kumar
2014-07-09rcu: Handle obsolete references to TINY_PREEMPT_RCUPaul E. McKenney
2014-07-09rcu: Document deadlock-avoidance information for rcu_read_unlock()Paul E. McKenney
2014-06-23rcu: Reduce overhead of cond_resched() checks for RCUPaul E. McKenney