aboutsummaryrefslogtreecommitdiff
path: root/include/linux/rcupdate.h
AgeCommit message (Expand)Author
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
2014-06-23rcu: Export debug_init_rcu_head() and and debug_init_rcu_head()Paul E. McKenney
2014-05-19rcu: Provide API to suppress stall warnings while sysrc runsRik van Riel
2014-05-14Merge branches 'doc.2014.04.29a', 'fixes.2014.04.29a' and 'torture.2014.05.14...Paul E. McKenney
2014-05-14sched,rcu: Make cond_resched() report RCU quiescent statesPaul E. McKenney
2014-05-13rcutorture: Add forward-progress checking for writerPaul E. McKenney
2014-04-29rcu: Document RCU_INIT_POINTER()'s lack of ordering guaranteesPaul E. McKenney
2014-04-29rcu: Remove "extern" from function declaration in include/linux/rcupdate.hIulia Manda
2014-03-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-02-26Merge branches 'doc.2014.02.24a', 'fixes.2014.02.26a' and 'rt.2014.02.17b' in...Paul E. McKenney
2014-02-26rcu: Fix sparse warning for rcu_expedited from kernel/ksysfs.cPaul Gortmaker
2014-02-17rcu: Optimize rcu_needs_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney
2014-02-17rcu: Optimize rcu_is_nocb_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney
2014-02-17rcu: Define rcu_assign_pointer() in terms of smp_store_release()Paul E. McKenney
2014-02-17rcu: Indentation and spacing fixes.Joe Perches
2014-02-17rcu: Glue ASCII strings togetherJoe Perches
2014-02-17rcu: Stop tracking FSF's postal addressPaul E. McKenney
2014-02-09lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-01-25introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...Oleg Nesterov
2013-12-12Merge branches 'doc.2013.12.03a', 'fixes.2013.12.12a', 'rcutorture.2013.12.03...Paul E. McKenney
2013-12-12rcu: Remove "extern" from function declarations in include/linux/*rcu*.hTeodora Baluta
2013-12-12rcu: Add an RCU_INITIALIZER for global RCU-protected pointersPaul E. McKenney
2013-12-12rcu: Make rcu_assign_pointer's assignment volatile and type-safeJosh Triplett
2013-12-12rcu: Add comment on evaluate-once properties of rcu_assign_pointer().Paul E. McKenney
2013-12-09rcu: Provide better diagnostics for blocking in RCU callback functionsPaul E. McKenney
2013-09-25rcu: Consistent rcu_is_watching() namingPaul E. McKenney
2013-09-25rcu: Is it safe to enter an RCU read-side critical section?Paul E. McKenney
2013-08-31nohz_full: Add full-system-idle state machinePaul E. McKenney
2013-08-18rcu: Eliminate unused APIs intended for adaptive ticksPaul E. McKenney
2013-07-29rcu: Add const annotation to char * for RCU tracepoints and functionsSteven Rostedt (Red Hat)
2013-06-10rcu: Shrink TINY_RCU by moving exit_rcu()Paul E. McKenney
2013-06-10rcu: Simplify RCU_TINY RCU callback invocationPaul E. McKenney
2013-06-10rcu: Remove TINY_PREEMPT_RCUPaul E. McKenney
2013-05-28rcu: Add _notrace variation of rcu_dereference_raw() and hlist_for_each_entry...Steven Rostedt
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker
2013-04-19nohz: Ensure full dynticks CPUs are RCU nocbsFrederic Weisbecker
2013-03-26rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacksPaul E. McKenney
2013-01-28Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....Paul E. McKenney
2013-01-26rcu: Remove obsolete Kconfig option from commentPaul E. McKenney
2013-01-08rcu: Reduce rcutorture tracingPaul E. McKenney
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker
2012-11-16Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ...Paul E. McKenney
2012-11-13rcu: Clarify memory-ordering properties of grace-period primitivesPaul E. McKenney
2012-10-23rcu: Remove rcu_switch()Frederic Weisbecker
2012-09-26rcu: Switch task's syscall hooks on context switchFrederic Weisbecker
2012-09-26rcu: Settle config for userspace extended quiescent stateFrederic Weisbecker
2012-09-26rcu: New rcu_user_enter_after_irq() and rcu_user_exit_after_irq() APIsFrederic Weisbecker