Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
beabe91462919efaf4a97b5001d564027a894728
/
include
/
linux
/
rcupdate.h
4376030
rcu head introduce rcu head init on stack
by Mathieu Desnoyers
· 15 years ago
bbad937
rcu: slim down rcutiny by removing rcu_scheduler_active and friends
by Paul E. McKenney
· 15 years ago
da848c4
rcu: shrink rcutiny by making synchronize_rcu_bh() be inline
by Paul E. McKenney
· 15 years ago
32c141a
rcu: fix now-bogus rcu_scheduler_active comments.
by Paul E. McKenney
· 15 years ago
d20200b
rcu: Fix bogus CONFIG_PROVE_LOCKING in comments to reflect reality.
by Paul E. McKenney
· 15 years ago
2b3fc35
rcu: optionally leave lockdep enabled after RCU lockdep splat
by Lai Jiangshan
· 15 years ago
ee84b82
rcu: create rcu_my_thread_group_empty() wrapper
by Paul E. McKenney
· 15 years ago
bc293d6
rcu: Make RCU lockdep check the lockdep_recursion variable
by Paul E. McKenney
· 15 years ago
c08c68d
rcu: Better explain the condition parameter of rcu_dereference_check()
by David Howells
· 15 years ago
b62730b
rcu: Add rcu_access_pointer and rcu_dereference_protected
by Paul E. McKenney
· 15 years ago
0cff810
rcu: Fix local_irq_disable() CONFIG_PROVE_RCU=y false positives
by Lai Jiangshan
· 15 years ago
e3818b8
rcu: Make rcu_read_lock_bh_held() allow for disabled BH
by Paul E. McKenney
· 15 years ago
4e3eadd
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
e5ab677
sysctl extern cleanup: rcu
by Dave Young
· 15 years ago
54dbf96
rcu: Suppress RCU lockdep warnings during early boot
by Paul E. McKenney
· 15 years ago
e6033e3
rcu: Make rcu_read_lock_sched_held() handle !PREEMPT
by Paul E. McKenney
· 15 years ago
0b1c872
rcu: Make non-RCU_PROVE_LOCKING rcu_read_lock_sched_held() understand boot
by Paul E. McKenney
· 15 years ago
d9f1bb6
rcu: Make rcu_read_lock_sched_held() take boot time into account
by Paul E. McKenney
· 15 years ago
0632eb3
rcu: Integrate rcu_dereference_check() message into lockdep
by Paul E. McKenney
· 15 years ago
c26d34a
rcu: Add lockdep-enabled variants of rcu_dereference()
by Paul E. McKenney
· 15 years ago
632ee20
rcu: Introduce lockdep-based checking to RCU read-side primitives
by Paul E. McKenney
· 15 years ago
6ebb237
rcu: Re-arrange code to reduce #ifdef pain
by Paul E. McKenney
· 15 years ago
2c28e24
rcu: Fix TINY_RCU #elif condition
by Paul E. McKenney
· 15 years ago
9b1d82f
rcu: "Tiny RCU", The Bloatwatch Edition
by Paul E. McKenney
· 15 years ago
3d76c08
rcu: Clean up code based on review feedback from Josh Triplett, part 3
by Paul E. McKenney
· 15 years ago
1eba8f8
rcu: Clean up code based on review feedback from Josh Triplett, part 2
by Paul E. McKenney
· 15 years ago
a71fca5
rcu: Fix whitespace inconsistencies
by Paul E. McKenney
· 15 years ago
16e3081
rcu: Fix synchronize_rcu() for TREE_PREEMPT_RCU
by Paul E. McKenney
· 15 years ago
06e7997
rcu: Remove lockdep annotations from RCU's _notrace() API members
by Paul E. McKenney
· 15 years ago
7c614d6
rcu: Add "notrace" to RCU function headers used by ftrace
by Paul E. McKenney
· 15 years ago
6b3ef48
rcu: Remove CONFIG_PREEMPT_RCU
by Paul E. McKenney
· 15 years ago
f41d911
rcu: Merge preemptable-RCU functionality into hierarchical RCU
by Paul E. McKenney
· 15 years ago
bc33f24
rcu: Consolidate sparse and lockdep declarations in include/linux/rcupdate.h
by Paul E. McKenney
· 15 years ago
d6714c2
rcu: Renamings to increase RCU clarity
by Paul E. McKenney
· 15 years ago
03b042b
rcu: Add synchronize_sched_expedited() primitive
by Paul E. McKenney
· 15 years ago
c17ef45
rcu: Remove Classic RCU
by Paul E. McKenney
· 15 years ago
ac44021
kmemtrace, rcu: don't include unnecessary headers, allow kmemtrace w/ tracepoints
by Eduard - Gabriel Munteanu
· 16 years ago
a682604
rcu: Teach RCU that idle task is not quiscent state at boot
by Paul E. McKenney
· 16 years ago
ea7d3fe
rcu: eliminate synchronize_rcu_xxx macro
by Paul E. McKenney
· 16 years ago
5f34fe1
Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
64db4cf
"Tree RCU": scalable classic RCU implementation
by Paul E. McKenney
· 16 years ago
954e100
rcu: add rcu_read_*_sched_notrace()
by Mathieu Desnoyers
· 16 years ago
1c50b72
rcu: add rcu_read_lock_sched() / rcu_read_unlock_sched()
by Mathieu Desnoyers
· 16 years ago
70f12f8
rcu: add rcu_barrier_sched() and rcu_barrier_bh()
by Paul E. McKenney
· 17 years ago
4446a36
rcu: add call_rcu_sched()
by Paul E. McKenney
· 17 years ago
8b09dee
rcupreempt: remove duplicate prototypes
by Steven Rostedt
· 17 years ago
9c3cdc1
Move ACCESS_ONCE() to <linux/compiler.h>
by Linus Torvalds
· 17 years ago
735643e
Remove "#ifdef __KERNEL__" checks from unexported headers
by Robert P. J. Day
· 17 years ago
d99c4f6
Remove rcu_assign_pointer() penalty for NULL pointers
by Paul E. McKenney
· 17 years ago
e260be6
Preempt-RCU: implementation
by Paul E. McKenney
· 17 years ago
01c1c66
Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.c
by Paul E. McKenney
· 17 years ago
97b4303
Immunize rcu_dereference() against crazy compiler writers
by Paul E. McKenney
· 17 years ago
851a67b
lockdep: annotate rcu_read_{,un}lock{,_bh}
by Peter Zijlstra
· 17 years ago
844add7
RCU: Remove prototype for nonexistent function synchronize_idle()
by Josh Triplett
· 17 years ago
595182b
[PATCH] RCU: CREDITS and MAINTAINERS
by Josh Triplett
· 18 years ago
20e9751
[PATCH] rcu: simplify/improve batch tuning
by Oleg Nesterov
· 18 years ago
7f04ac0
[PATCH] rcu: Add lock annotations to RCU locking primitives
by Josh Triplett
· 18 years ago
c32e066
[PATCH] rcutorture: add call_rcu_bh() operations
by Paul E. McKenney
· 18 years ago
d83015b
[PATCH] Make RCU API inaccessible to non-GPL Linux kernel modules
by Paul E. McKenney
· 18 years ago
986733e
[PATCH] RCU: introduce rcu_needs_cpu() interface
by Heiko Carstens
· 18 years ago
2178426
[PATCH] kernel/rcupdate.c: make two structs static
by Adrian Bunk
· 19 years ago
21a1ea9
[PATCH] rcu batch tuning
by Dipankar Sarma
· 19 years ago
bb3b9cf1
[PATCH] Fix comment to synchronize_sched()
by Paul E. McKenney
· 19 years ago
69a0b31
[PATCH] rcu: join rcu_ctrlblk and rcu_state
by Oleg Nesterov
· 19 years ago
6775177
[PATCH] rcu: uninline __rcu_pending()
by Oleg Nesterov
· 19 years ago
22fc6ec
[PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp macros
by Ravikiran G Thirumalai
· 19 years ago
ab4720e
[PATCH] add rcu_barrier() synchronization point
by Dipankar Sarma
· 19 years ago
a241ec6
[PATCH] RCU torture-testing kernel module
by Paul E. McKenney
· 19 years ago
5ee832d
[PATCH] rcu: keep rcu callback event counter
by Eric Dumazet
· 19 years ago
8b6490e
[PATCH] files: fix rcu initializers
by Dipankar Sarma
· 19 years ago
9b06e81
[PATCH] Deprecate synchronize_kernel, GPL replacement
by Paul E. McKenney
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago