index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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
*
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
*
[PATCH] add rcu_barrier() synchronization point
Dipankar Sarma
2005-12-12
1
-0
/
+2
*
[PATCH] RCU torture-testing kernel module
Paul E. McKenney
2005-10-30
1
-0
/
+1
*
[PATCH] rcu: keep rcu callback event counter
Eric Dumazet
2005-10-17
1
-0
/
+1
*
[PATCH] files: fix rcu initializers
Dipankar Sarma
2005-09-09
1
-2
/
+2
*
[PATCH] Deprecate synchronize_kernel, GPL replacement
Paul E. McKenney
2005-05-01
1
-3
/
+20
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+271