Age | Commit message (Expand) | Author |
2013-10-15 | rcu: Move RCU-related source code to kernel/rcu directory | Paul E. McKenney |
2013-10-15 | Merge branch 'idle.2013.09.25a' into HEAD | Paul E. McKenney |
2013-09-25 | rcu: Consistent rcu_is_watching() naming | Paul E. McKenney |
2013-09-23 | rcu: Convert local functions to static | Paul E. McKenney |
2013-09-09 | Merge tag 'trace-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2013-09-05 | ftrace/rcu: Do not trace debug_lockdep_rcu_enabled() | Steven Rostedt (Red Hat) |
2013-08-18 | rcu: Simplify debug-objects fixups | Paul E. McKenney |
2013-07-29 | rcu: Add const annotation to char * for RCU tracepoints and functions | Steven Rostedt (Red Hat) |
2013-06-10 | Merge branches 'cbnum.2013.06.10a', 'doc.2013.06.10a', 'fixes.2013.06.10a', '... | Paul E. McKenney |
2013-06-10 | rcu: Shrink TINY_RCU by moving exit_rcu() | Paul E. McKenney |
2013-06-10 | rcu: Merge adjacent identical ifdefs | Paul E. McKenney |
2013-01-28 | Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01.... | Paul E. McKenney |
2013-01-28 | rcu: Provide RCU CPU stall warnings for tiny RCU | Paul E. McKenney |
2013-01-08 | rcu: Reduce rcutorture tracing | Paul E. McKenney |
2012-10-23 | rcu: Add a module parameter to force use of expedited RCU primitives | Antti P Miettinen |
2012-09-23 | rcu: Add PROVE_RCU_DELAY to provoke difficult races | Paul E. McKenney |
2012-07-02 | rcu: Consolidate tree/tiny __rcu_read_{,un}lock() implementations | Paul E. McKenney |
2012-05-02 | rcu: Make exit_rcu() more precise and consolidate | Paul E. McKenney |
2012-02-21 | rcu: Check for illegal use of RCU from offlined CPUs | Paul E. McKenney |
2011-12-11 | rcu: Detect illegal rcu dereference in extended quiescent state | Frederic Weisbecker |
2011-12-11 | rcu: Add failure tracing to rcutorture | Paul E. McKenney |
2011-10-31 | kernel: Map most files to use export.h instead of module.h | Paul Gortmaker |
2011-09-28 | rcu: Add event-tracing for RCU callback invocation | Paul E. McKenney |
2011-09-28 | rcu: Abstract common code for RCU grace-period-wait primitives | Paul E. McKenney |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma |
2011-05-05 | rcu: Use WARN_ON_ONCE for DEBUG_OBJECTS_RCU_HEAD warnings | Paul E. McKenney |
2011-05-05 | rcu: Enable DEBUG_OBJECTS_RCU_HEAD from !PREEMPT | Mathieu Desnoyers |
2011-03-04 | rcu: add comment saying why DEBUG_OBJECTS_RCU_HEAD depends on PREEMPT. | Paul E. McKenney |
2011-03-04 | rcupdate: remove dead code | Amerigo Wang |
2010-10-07 | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Ingo Molnar |
2010-10-05 | rcu: move check from rcu_dereference_bh to rcu_read_lock_bh_held | Paul E. McKenney |
2010-08-19 | rcu: define __rcu address space modifier for sparse | Paul E. McKenney |
2010-06-14 | tree/tiny rcu: Add debug RCU head objects | Mathieu Desnoyers |
2010-05-10 | rcu: slim down rcutiny by removing rcu_scheduler_active and friends | Paul E. McKenney |
2010-05-06 | rcu: create rcu_my_thread_group_empty() wrapper | Paul E. McKenney |
2010-04-19 | rcu: Make RCU lockdep check the lockdep_recursion variable | Paul E. McKenney |
2010-03-16 | rcu: Make rcu_read_lock_bh_held() allow for disabled BH | Paul E. McKenney |
2010-02-26 | rcu: Export rcu_scheduler_active | Paul E. McKenney |
2010-02-26 | rcu: Make rcu_read_lock_sched_held() take boot time into account | Paul E. McKenney |
2010-02-25 | rcu: Introduce lockdep-based checking to RCU read-side primitives | Paul E. McKenney |
2009-11-22 | rcu: Re-arrange code to reduce #ifdef pain | Paul E. McKenney |
2009-11-22 | rcu: Eliminate unneeded function wrapping | Paul E. McKenney |
2009-10-26 | rcu: "Tiny RCU", The Bloatwatch Edition | Paul E. McKenney |
2009-10-07 | rcu: Move rcu_barrier() to rcutree | Paul E. McKenney |
2009-10-05 | rcu: Replace the rcu_barrier enum with pointer to call_rcu*() function | Paul E. McKenney |
2009-10-05 | rcu: Fix rcu_lock_map build failure on CONFIG_PROVE_LOCKING=y | Paul E. McKenney |
2009-09-23 | rcu: Clean up code to address Ingo's checkpatch feedback | Paul E. McKenney |
2009-09-19 | rcu: Fix whitespace inconsistencies | Paul E. McKenney |
2009-09-18 | rcu: Fix synchronize_rcu() for TREE_PREEMPT_RCU | Paul E. McKenney |
2009-08-19 | rcu: Delay rcu_barrier() wait until beginning of next CPU-hotunplug operation. | Paul E. McKenney |