1. d0ec774 rcu: Move rcu_barrier() to rcutree by Paul E. McKenney · 15 years ago
  2. 135c8ae rcu: Replace the rcu_barrier enum with pointer to call_rcu*() function by Paul E. McKenney · 15 years ago
  3. 162cc27 rcu: Fix rcu_lock_map build failure on CONFIG_PROVE_LOCKING=y by Paul E. McKenney · 15 years ago
  4. 9b2619a rcu: Clean up code to address Ingo's checkpatch feedback by Paul E. McKenney · 15 years ago
  5. a71fca5 rcu: Fix whitespace inconsistencies by Paul E. McKenney · 15 years ago
  6. 16e3081 rcu: Fix synchronize_rcu() for TREE_PREEMPT_RCU by Paul E. McKenney · 15 years ago
  7. 1423cc0 rcu: Delay rcu_barrier() wait until beginning of next CPU-hotunplug operation. by Paul E. McKenney · 15 years ago
  8. 2e59755 rcu: Simplify RCU CPU-hotplug notification by Paul E. McKenney · 15 years ago
  9. 03b042b rcu: Add synchronize_sched_expedited() primitive by Paul E. McKenney · 15 years ago
  10. 5b1d07e RCU: Don't try and predeclare inline funcs as it upsets some versions of gcc by David Howells · 15 years ago
  11. f69b17d rcu: rcu_barrier VS cpu_hotplug: Ensure callbacks in dead cpu are migrated to online cpu by Lai Jiangshan · 15 years ago
  12. a682604 rcu: Teach RCU that idle task is not quiscent state at boot by Paul E. McKenney · 15 years ago
  13. ea7d3fe rcu: eliminate synchronize_rcu_xxx macro by Paul E. McKenney · 15 years ago
  14. 5f86515 rcupdate: fix bug of rcu_barrier*() by Lai Jiangshan · 16 years ago
  15. 01dcb04 rcu: fix synchronize_rcu() so that kernel-doc works by Randy Dunlap · 16 years ago
  16. 59190f421 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
  17. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 16 years ago
  18. 70f12f8 rcu: add rcu_barrier_sched() and rcu_barrier_bh() by Paul E. McKenney · 16 years ago
  19. 4446a36 rcu: add call_rcu_sched() by Paul E. McKenney · 16 years ago
  20. fbf6bfc rcupdate: fix comment by Paul E. McKenney · 16 years ago
  21. e0ecfa7 Preempt-RCU: fix rcu_barrier for preemptive environment. by Paul E. McKenney · 16 years ago
  22. 01c1c66 Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.c by Paul E. McKenney · 16 years ago
  23. c2d727a Preempt-RCU: Use softirq instead of tasklets for by Dipankar Sarma · 16 years ago
  24. 00e1077 rcu: fix section mismatch by Randy Dunlap · 16 years ago
  25. a9022e9 Clean up duplicate includes in kernel/ by Jesper Juhl · 17 years ago
  26. 851a67b lockdep: annotate rcu_read_{,un}lock{,_bh} by Peter Zijlstra · 17 years ago
  27. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  28. 1c69d92 [PATCH] rcu: add a prefetch() in rcu_do_batch() by Eric Dumazet · 18 years ago
  29. 20e9751 [PATCH] rcu: simplify/improve batch tuning by Oleg Nesterov · 18 years ago
  30. dd9daa2 [PATCH] rcu_do_batch: make ->qlen decrement irq safe by Oleg Nesterov · 18 years ago
  31. 8c78f30 [PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notifications by Chandra Seetharaman · 18 years ago
  32. e4d9191 [PATCH] lockdep: locking init debugging improvement by Ingo Molnar · 18 years ago
  33. 054cc8a [PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17 by Chandra Seetharaman · 18 years ago
  34. 9c7b216 [PATCH] cpu hotplug: revert init patch submitted for 2.6.17 by Chandra Seetharaman · 18 years ago
  35. c32e066 [PATCH] rcutorture: add call_rcu_bh() operations by Paul E. McKenney · 18 years ago
  36. d83015b [PATCH] Make RCU API inaccessible to non-GPL Linux kernel modules by Paul E. McKenney · 18 years ago
  37. 986733e [PATCH] RCU: introduce rcu_needs_cpu() interface by Heiko Carstens · 18 years ago
  38. 83d722f [PATCH] Remove __devinit and __cpuinit from notifier_call definitions by Chandra Seetharaman · 18 years ago
  39. 649bbaa [PATCH] Remove __devinitdata from notifier block definitions by Chandra Seetharaman · 18 years ago
  40. caa9ee7 [PATCH] rcu_process_callbacks: don't cli() while testing ->nxtlist by Oleg Nesterov · 18 years ago
  41. 2178426 [PATCH] kernel/rcupdate.c: make two structs static by Adrian Bunk · 18 years ago
  42. 9331b31 [PATCH] convert kernel/rcupdate.c:rcu_barrier_sema to mutex by Ingo Molnar · 18 years ago
  43. 01ca70d [PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to RCU subsystem by Greg Kroah-Hartman · 18 years ago
  44. 21a1ea9 [PATCH] rcu batch tuning by Dipankar Sarma · 18 years ago
  45. a9c8281 [PATCH] rcu: fix hotplug-cpu ->donelist leak by Oleg Nesterov · 18 years ago
  46. 69a0b31 [PATCH] rcu: join rcu_ctrlblk and rcu_state by Oleg Nesterov · 18 years ago
  47. dbc1651 [PATCH] rcu: don't set ->next_pending in rcu_start_batch() by Oleg Nesterov · 18 years ago
  48. 6775177 [PATCH] rcu: uninline __rcu_pending() by Oleg Nesterov · 18 years ago
  49. 095975d [PATCH] rcu file: use atomic primitives by Nick Piggin · 18 years ago
  50. e56d090 [PATCH] RCU signal handling by Ingo Molnar · 18 years ago
  51. 22fc6ec [PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp macros by Ravikiran G Thirumalai · 18 years ago
  52. c3f5902 [PATCH] Fix RCU race in access of nohz_cpu_mask by Srivatsa Vaddagiri · 19 years ago
  53. ab4720e [PATCH] add rcu_barrier() synchronization point by Dipankar Sarma · 19 years ago
  54. a241ec6 [PATCH] RCU torture-testing kernel module by Paul E. McKenney · 19 years ago
  55. 5ee832d [PATCH] rcu: keep rcu callback event counter by Eric Dumazet · 19 years ago
  56. 2cc78eb Increase default RCU batching sharply by Linus Torvalds · 19 years ago
  57. c0dfb29 [PATCH] files: rcuref APIs by Dipankar Sarma · 19 years ago
  58. 9b06e81 [PATCH] Deprecate synchronize_kernel, GPL replacement by Paul E. McKenney · 19 years ago
  59. 66cf8f1 [PATCH] kernel/rcupdate.c: make the exports EXPORT_SYMBOL_GPL by Paul E. McKenney · 19 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago