Sign in
googlers
/
maze
/
linux
/
af5866c9cdc9e43ef775a14765fd8eab95c7fd20
/
kernel
/
rcupdate.c
6ebb237
rcu: Re-arrange code to reduce #ifdef pain
by Paul E. McKenney
· 15 years ago
9f680ab
rcu: Eliminate unneeded function wrapping
by Paul E. McKenney
· 15 years ago
9b1d82f
rcu: "Tiny RCU", The Bloatwatch Edition
by Paul E. McKenney
· 15 years ago
d0ec774
rcu: Move rcu_barrier() to rcutree
by Paul E. McKenney
· 15 years ago
135c8ae
rcu: Replace the rcu_barrier enum with pointer to call_rcu*() function
by Paul E. McKenney
· 15 years ago
162cc27
rcu: Fix rcu_lock_map build failure on CONFIG_PROVE_LOCKING=y
by Paul E. McKenney
· 15 years ago
9b2619a
rcu: Clean up code to address Ingo's checkpatch feedback
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
1423cc0
rcu: Delay rcu_barrier() wait until beginning of next CPU-hotunplug operation.
by Paul E. McKenney
· 15 years ago
2e59755
rcu: Simplify RCU CPU-hotplug notification
by Paul E. McKenney
· 15 years ago
03b042b
rcu: Add synchronize_sched_expedited() primitive
by Paul E. McKenney
· 15 years ago
5b1d07e
RCU: Don't try and predeclare inline funcs as it upsets some versions of gcc
by David Howells
· 16 years ago
f69b17d
rcu: rcu_barrier VS cpu_hotplug: Ensure callbacks in dead cpu are migrated to online cpu
by Lai Jiangshan
· 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
5f86515
rcupdate: fix bug of rcu_barrier*()
by Lai Jiangshan
· 16 years ago
01dcb04
rcu: fix synchronize_rcu() so that kernel-doc works
by Randy Dunlap
· 16 years ago
59190f4
Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
15c8b6c
on_each_cpu(): kill unused 'retry' parameter
by Jens Axboe
· 17 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
fbf6bfc
rcupdate: fix comment
by Paul E. McKenney
· 17 years ago
e0ecfa7
Preempt-RCU: fix rcu_barrier for preemptive environment.
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
c2d727a
Preempt-RCU: Use softirq instead of tasklets for
by Dipankar Sarma
· 17 years ago
00e1077
rcu: fix section mismatch
by Randy Dunlap
· 17 years ago
a9022e9
Clean up duplicate includes in kernel/
by Jesper Juhl
· 17 years ago
851a67b
lockdep: annotate rcu_read_{,un}lock{,_bh}
by Peter Zijlstra
· 17 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 18 years ago
1c69d92
[PATCH] rcu: add a prefetch() in rcu_do_batch()
by Eric Dumazet
· 18 years ago
20e9751
[PATCH] rcu: simplify/improve batch tuning
by Oleg Nesterov
· 18 years ago
dd9daa2
[PATCH] rcu_do_batch: make ->qlen decrement irq safe
by Oleg Nesterov
· 18 years ago
8c78f30
[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notifications
by Chandra Seetharaman
· 18 years ago
e4d9191
[PATCH] lockdep: locking init debugging improvement
by Ingo Molnar
· 18 years ago
054cc8a
[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17
by Chandra Seetharaman
· 18 years ago
9c7b216
[PATCH] cpu hotplug: revert init patch submitted for 2.6.17
by Chandra Seetharaman
· 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
· 19 years ago
986733e
[PATCH] RCU: introduce rcu_needs_cpu() interface
by Heiko Carstens
· 19 years ago
83d722f
[PATCH] Remove __devinit and __cpuinit from notifier_call definitions
by Chandra Seetharaman
· 19 years ago
649bbaa
[PATCH] Remove __devinitdata from notifier block definitions
by Chandra Seetharaman
· 19 years ago
caa9ee7
[PATCH] rcu_process_callbacks: don't cli() while testing ->nxtlist
by Oleg Nesterov
· 19 years ago
2178426
[PATCH] kernel/rcupdate.c: make two structs static
by Adrian Bunk
· 19 years ago
9331b31
[PATCH] convert kernel/rcupdate.c:rcu_barrier_sema to mutex
by Ingo Molnar
· 19 years ago
01ca70d
[PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to RCU subsystem
by Greg Kroah-Hartman
· 19 years ago
21a1ea9
[PATCH] rcu batch tuning
by Dipankar Sarma
· 19 years ago
a9c8281
[PATCH] rcu: fix hotplug-cpu ->donelist leak
by Oleg Nesterov
· 19 years ago
69a0b31
[PATCH] rcu: join rcu_ctrlblk and rcu_state
by Oleg Nesterov
· 19 years ago
dbc1651
[PATCH] rcu: don't set ->next_pending in rcu_start_batch()
by Oleg Nesterov
· 19 years ago
6775177
[PATCH] rcu: uninline __rcu_pending()
by Oleg Nesterov
· 19 years ago
095975d
[PATCH] rcu file: use atomic primitives
by Nick Piggin
· 19 years ago
e56d090
[PATCH] RCU signal handling
by Ingo Molnar
· 19 years ago
22fc6ec
[PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp macros
by Ravikiran G Thirumalai
· 19 years ago
c3f5902
[PATCH] Fix RCU race in access of nohz_cpu_mask
by Srivatsa Vaddagiri
· 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
2cc78eb
Increase default RCU batching sharply
by Linus Torvalds
· 19 years ago
c0dfb29
[PATCH] files: rcuref APIs
by Dipankar Sarma
· 19 years ago
9b06e81
[PATCH] Deprecate synchronize_kernel, GPL replacement
by Paul E. McKenney
· 20 years ago
66cf8f1
[PATCH] kernel/rcupdate.c: make the exports EXPORT_SYMBOL_GPL
by Paul E. McKenney
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago
v2.6.12-rc2