index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
rcupdate.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
rcu: Make RCU lockdep check the lockdep_recursion variable
Paul E. McKenney
2010-04-19
1
-4
/
+1
*
rcu: Better explain the condition parameter of rcu_dereference_check()
David Howells
2010-04-14
1
-5
/
+23
*
rcu: Add rcu_access_pointer and rcu_dereference_protected
Paul E. McKenney
2010-04-14
1
-0
/
+32
*
rcu: Fix local_irq_disable() CONFIG_PROVE_RCU=y false positives
Lai Jiangshan
2010-03-18
1
-2
/
+2
*
rcu: Make rcu_read_lock_bh_held() allow for disabled BH
Paul E. McKenney
2010-03-16
1
-15
/
+4
*
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2010-03-13
1
-9
/
+36
|
\
|
*
rcu: Suppress RCU lockdep warnings during early boot
Paul E. McKenney
2010-03-04
1
-9
/
+22
|
*
rcu: Make rcu_read_lock_sched_held() handle !PREEMPT
Paul E. McKenney
2010-03-04
1
-0
/
+14
*
|
sysctl extern cleanup: rcu
Dave Young
2010-03-12
1
-0
/
+4
|
/
*
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
[next]