| Commit message (Expand) | Author | Age | Files | Lines |
* | rcu: Make non-RCU_PROVE_LOCKING rcu_read_lock_sched_held() understand boot | Paul E. McKenney | 2010-02-27 | 1 | -1/+1 |
* | rcu: Make rcu_read_lock_sched_held() take boot time into account | Paul E. McKenney | 2010-02-26 | 1 | -1/+3 |
* | rcu: Integrate rcu_dereference_check() message into lockdep | Paul E. McKenney | 2010-02-25 | 1 | -2/+2 |
* | rcu: Add lockdep-enabled variants of rcu_dereference() | Paul E. McKenney | 2010-02-25 | 1 | -7/+34 |
* | rcu: Introduce lockdep-based checking to RCU read-side primitives | Paul E. McKenney | 2010-02-25 | 1 | -10/+116 |
* | rcu: Re-arrange code to reduce #ifdef pain | Paul E. McKenney | 2009-11-22 | 1 | -12/+0 |
* | rcu: Fix TINY_RCU #elif condition | Paul E. McKenney | 2009-10-27 | 1 | -1/+1 |
* | rcu: "Tiny RCU", The Bloatwatch Edition | Paul E. McKenney | 2009-10-26 | 1 | -0/+6 |
* | rcu: Clean up code based on review feedback from Josh Triplett, part 3 | Paul E. McKenney | 2009-10-05 | 1 | -7/+7 |
* | rcu: Clean up code based on review feedback from Josh Triplett, part 2 | Paul E. McKenney | 2009-09-23 | 1 | -0/+4 |
* | rcu: Fix whitespace inconsistencies | Paul E. McKenney | 2009-09-19 | 1 | -3/+3 |
* | rcu: Fix synchronize_rcu() for TREE_PREEMPT_RCU | Paul E. McKenney | 2009-09-18 | 1 | -18/+5 |
* | rcu: Remove lockdep annotations from RCU's _notrace() API members | Paul E. McKenney | 2009-08-26 | 1 | -2/+0 |
* | rcu: Add "notrace" to RCU function headers used by ftrace | Paul E. McKenney | 2009-08-24 | 1 | -2/+2 |
* | rcu: Remove CONFIG_PREEMPT_RCU | Paul E. McKenney | 2009-08-23 | 1 | -3/+1 |
* | rcu: Merge preemptable-RCU functionality into hierarchical RCU | Paul E. McKenney | 2009-08-23 | 1 | -1/+1 |
* | rcu: Consolidate sparse and lockdep declarations in include/linux/rcupdate.h | Paul E. McKenney | 2009-08-23 | 1 | -4/+42 |
* | rcu: Renamings to increase RCU clarity | Paul E. McKenney | 2009-08-23 | 1 | -5/+16 |
* | rcu: Add synchronize_sched_expedited() primitive | Paul E. McKenney | 2009-07-03 | 1 | -12/+13 |
* | rcu: Remove Classic RCU | Paul E. McKenney | 2009-06-24 | 1 | -3/+1 |
* | kmemtrace, rcu: don't include unnecessary headers, allow kmemtrace w/ tracepo... | Eduard - Gabriel Munteanu | 2009-04-03 | 1 | -1/+0 |
* | rcu: Teach RCU that idle task is not quiscent state at boot | Paul E. McKenney | 2009-02-26 | 1 | -0/+4 |
* | rcu: eliminate synchronize_rcu_xxx macro | Paul E. McKenney | 2009-01-05 | 1 | -12/+0 |
* | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-12-30 | 1 | -3/+7 |
|\ |
|
| * | "Tree RCU": scalable classic RCU implementation | Paul E. McKenney | 2008-12-18 | 1 | -3/+7 |
* | | rcu: add rcu_read_*_sched_notrace() | Mathieu Desnoyers | 2008-11-16 | 1 | -0/+2 |
|/ |
|
* | rcu: add rcu_read_lock_sched() / rcu_read_unlock_sched() | Mathieu Desnoyers | 2008-09-30 | 1 | -0/+20 |
* | rcu: add rcu_barrier_sched() and rcu_barrier_bh() | Paul E. McKenney | 2008-05-19 | 1 | -0/+2 |
* | rcu: add call_rcu_sched() | Paul E. McKenney | 2008-05-19 | 1 | -0/+22 |
* | rcupreempt: remove duplicate prototypes | Steven Rostedt | 2008-05-19 | 1 | -2/+0 |
* | Move ACCESS_ONCE() to <linux/compiler.h> | Linus Torvalds | 2008-05-10 | 1 | -12/+0 |
* | Remove "#ifdef __KERNEL__" checks from unexported headers | Robert P. J. Day | 2008-04-30 | 1 | -3/+0 |
* | Remove rcu_assign_pointer() penalty for NULL pointers | Paul E. McKenney | 2008-02-06 | 1 | -4/+7 |
* | Preempt-RCU: implementation | Paul E. McKenney | 2008-01-25 | 1 | -4/+7 |
* | Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.c | Paul E. McKenney | 2008-01-25 | 1 | -119/+49 |
* | Immunize rcu_dereference() against crazy compiler writers | Paul E. McKenney | 2007-10-17 | 1 | -1/+13 |
* | lockdep: annotate rcu_read_{,un}lock{,_bh} | Peter Zijlstra | 2007-10-11 | 1 | -0/+14 |
* | RCU: Remove prototype for nonexistent function synchronize_idle() | Josh Triplett | 2007-08-11 | 1 | -1/+0 |
* | [PATCH] RCU: CREDITS and MAINTAINERS | Josh Triplett | 2006-10-04 | 1 | -1/+1 |
* | [PATCH] rcu: simplify/improve batch tuning | Oleg Nesterov | 2006-10-04 | 1 | -3/+2 |
* | [PATCH] rcu: Add lock annotations to RCU locking primitives | Josh Triplett | 2006-06-30 | 1 | -4/+20 |
* | [PATCH] rcutorture: add call_rcu_bh() operations | Paul E. McKenney | 2006-06-27 | 1 | -0/+1 |
* | [PATCH] Make RCU API inaccessible to non-GPL Linux kernel modules | Paul E. McKenney | 2006-06-23 | 1 | -2/+1 |
* | [PATCH] RCU: introduce rcu_needs_cpu() interface | Heiko Carstens | 2006-05-15 | 1 | -0/+1 |
* | [PATCH] kernel/rcupdate.c: make two structs static | Adrian Bunk | 2006-03-23 | 1 | -2/+0 |
* | [PATCH] rcu batch tuning | Dipankar Sarma | 2006-03-08 | 1 | -1/+5 |
* | [PATCH] Fix comment to synchronize_sched() | Paul E. McKenney | 2006-02-03 | 1 | -1/+4 |
* | [PATCH] rcu: join rcu_ctrlblk and rcu_state | Oleg Nesterov | 2006-01-10 | 1 | -0/+4 |
* | [PATCH] rcu: uninline __rcu_pending() | Oleg Nesterov | 2006-01-09 | 1 | -30/+1 |
* | [PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp ... | Ravikiran G Thirumalai | 2006-01-08 | 1 | -1/+1 |