aboutsummaryrefslogtreecommitdiff
path: root/include/linux/rcupdate.h
AgeCommit message (Expand)Author
2012-07-06rcu: Fix broken strings in RCU's source code.Paul E. McKenney
2012-07-06Merge branches 'bigrtm.2012.07.04a', 'doctorture.2012.07.02a', 'fixes.2012.07...Paul E. McKenney
2012-07-02rcu: Fix qlen_lazy breakagePaul E. McKenney
2012-07-02rcu: Make __call_rcu() handle invocation from idlePaul E. McKenney
2012-07-02rcu: Remove function versions of __kfree_rcu and __is_kfree_rcu_offsetPaul E. McKenney
2012-07-02rcu: Consolidate tree/tiny __rcu_read_{,un}lock() implementationsPaul E. McKenney
2012-07-02rcu: Remove return value from rcu_assign_pointer()Paul E. McKenney
2012-07-02rcu: Remove return value from RCU_INIT_POINTER()Paul E. McKenney
2012-07-02rcu: Add a gcc-style structure initializer for RCU pointersPaul E. McKenney
2012-07-02Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney
2012-05-11Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02...Paul E. McKenney
2012-05-02rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney
2012-05-02rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney
2012-04-24rcu: Make __kfree_rcu() less dependent on compiler choicesJan Engelhardt
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds
2012-03-23consolidate WARN_...ONCE() static variablesJan Beulich
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2012-02-21rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sectionsPaul E. McKenney
2012-02-21rcu: Convert WARN_ON_ONCE() in rcu_lock_acquire() to lockdepHeiko Carstens
2012-02-21rcu: Check for illegal use of RCU from offlined CPUsPaul E. McKenney
2012-02-21rcu: Note that rcu_access_pointer() can be used for teardownPaul E. McKenney
2012-02-21rcu: Make rcu_sleep_check() also check rcu_lock_mapPaul E. McKenney
2012-02-21rcu: Avoid waking up CPUs having only kfree_rcu() callbacksPaul E. McKenney
2011-12-11rcu: Document same-context read-side constraintsPaul E. McKenney
2011-12-11rcu: Remove one layer of abstraction from PROVE_RCU checkingPaul E. McKenney
2011-12-11rcu: Warn when rcu_read_lock() is used in extended quiescent stateFrederic Weisbecker
2011-12-11rcu: Detect illegal rcu dereference in extended quiescent stateFrederic Weisbecker
2011-12-11rcu: Add failure tracing to rcutorturePaul E. McKenney
2011-12-11rcu: Track idleness independent of idle tasksPaul E. McKenney
2011-09-28rcu: Move __rcu_read_unlock()'s barrier() within if-statementPaul E. McKenney
2011-09-28rcu: Improve rcu_assign_pointer() and RCU_INIT_POINTER() documentationPaul E. McKenney
2011-09-28rcu: Make rcu_assign_pointer() unconditionally insert a memory barrierEric Dumazet
2011-09-28rcu: Remove unused and redundant interfacesPaul E. McKenney
2011-09-28rcu: Add event-tracing for RCU callback invocationPaul E. McKenney
2011-09-28rcu: Abstract common code for RCU grace-period-wait primitivesPaul E. McKenney
2011-09-28rcu: Move rcu_head definition to types.hPaul E. McKenney
2011-09-28rcu: Restore checks for blocking in RCU read-side critical sectionsPaul E. McKenney
2011-06-10sched: Isolate preempt counting in its own config optionFrederic Weisbecker
2011-05-05rcu: introduce kfree_rcu()Lai Jiangshan
2011-05-05rcu: add DEBUG_OBJECTS_RCU_HEAD check for alignmentPaul E. McKenney
2011-05-05rcu: make rcutorture version numbers available through debugfsPaul E. McKenney
2011-04-01rcu: create new rcu_access_index() and use in mcePaul E. McKenney
2010-12-17rcu: increase synchronize_sched_expedited() batchingTejun Heo
2010-11-29rcu,cleanup: move synchronize_sched_expedited() out of sched.cLai Jiangshan
2010-11-17rcu: move TINY_RCU from softirq to kthreadPaul E. McKenney
2010-09-23rcu: only one evaluation of arg in rcu_dereference_check() unless sparsePaul E. McKenney
2010-08-20rcu: combine duplicate code, courtesy of CONFIG_PREEMPT_RCUPaul E. McKenney
2010-08-20rcu: repair code-duplication FIXMEsPaul E. McKenney
2010-08-20rcu: update obsolete rcu_read_lock() comment.Paul E. McKenney
2010-08-20rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney