1. be77f87 Merge branches 'cbnum.2013.06.10a', 'doc.2013.06.10a', 'fixes.2013.06.10a', 'srcu.2013.06.10a' and 'tiny.2013.06.10a' into HEAD by Paul E. McKenney · 12 years ago
  2. 2439b69 rcu: Shrink TINY_RCU by moving exit_rcu() by Paul E. McKenney · 12 years ago
  3. 4982969 rcu: Merge adjacent identical ifdefs by Paul E. McKenney · 12 years ago
  4. 40393f5 Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01.24a' and 'tiny.2013.01.29b' into HEAD by Paul E. McKenney · 12 years ago
  5. 6bfc09e rcu: Provide RCU CPU stall warnings for tiny RCU by Paul E. McKenney · 12 years ago
  6. 5249453 rcu: Reduce rcutorture tracing by Paul E. McKenney · 12 years ago
  7. 3705b88 rcu: Add a module parameter to force use of expedited RCU primitives by Antti P Miettinen · 12 years ago
  8. e3ebfb9 rcu: Add PROVE_RCU_DELAY to provoke difficult races by Paul E. McKenney · 13 years ago
  9. 2a3fa84 rcu: Consolidate tree/tiny __rcu_read_{,un}lock() implementations by Paul E. McKenney · 13 years ago
  10. 9dd8fb1 rcu: Make exit_rcu() more precise and consolidate by Paul E. McKenney · 13 years ago
  11. c0d6d01 rcu: Check for illegal use of RCU from offlined CPUs by Paul E. McKenney · 13 years ago
  12. e6b80a3 rcu: Detect illegal rcu dereference in extended quiescent state by Frederic Weisbecker · 13 years ago
  13. 91afaf3 rcu: Add failure tracing to rcutorture by Paul E. McKenney · 13 years ago
  14. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
  15. 29c00b4 rcu: Add event-tracing for RCU callback invocation by Paul E. McKenney · 14 years ago
  16. 2c42818 rcu: Abstract common code for RCU grace-period-wait primitives by Paul E. McKenney · 14 years ago
  17. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  18. 108aae2 rcu: Use WARN_ON_ONCE for DEBUG_OBJECTS_RCU_HEAD warnings by Paul E. McKenney · 14 years ago
  19. fc2ecf7 rcu: Enable DEBUG_OBJECTS_RCU_HEAD from !PREEMPT by Mathieu Desnoyers · 14 years ago
  20. e611eec rcu: add comment saying why DEBUG_OBJECTS_RCU_HEAD depends on PREEMPT. by Paul E. McKenney · 14 years ago
  21. fe8e640 rcupdate: remove dead code by Amerigo Wang · 14 years ago
  22. d4f8f21 Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcu by Ingo Molnar · 14 years ago
  23. 773e3f9 rcu: move check from rcu_dereference_bh to rcu_read_lock_bh_held by Paul E. McKenney · 14 years ago
  24. ca5ecdd rcu: define __rcu address space modifier for sparse by Paul E. McKenney · 15 years ago
  25. 551d55a tree/tiny rcu: Add debug RCU head objects by Mathieu Desnoyers · 15 years ago
  26. bbad937 rcu: slim down rcutiny by removing rcu_scheduler_active and friends by Paul E. McKenney · 15 years ago
  27. ee84b82 rcu: create rcu_my_thread_group_empty() wrapper by Paul E. McKenney · 15 years ago
  28. bc293d6 rcu: Make RCU lockdep check the lockdep_recursion variable by Paul E. McKenney · 15 years ago
  29. e3818b8 rcu: Make rcu_read_lock_bh_held() allow for disabled BH by Paul E. McKenney · 15 years ago
  30. f5f6540 rcu: Export rcu_scheduler_active by Paul E. McKenney · 15 years ago
  31. d9f1bb6 rcu: Make rcu_read_lock_sched_held() take boot time into account by Paul E. McKenney · 15 years ago
  32. 632ee20 rcu: Introduce lockdep-based checking to RCU read-side primitives by Paul E. McKenney · 15 years ago
  33. 6ebb237 rcu: Re-arrange code to reduce #ifdef pain by Paul E. McKenney · 15 years ago
  34. 9f680ab rcu: Eliminate unneeded function wrapping by Paul E. McKenney · 15 years ago
  35. 9b1d82f rcu: "Tiny RCU", The Bloatwatch Edition by Paul E. McKenney · 15 years ago
  36. d0ec774 rcu: Move rcu_barrier() to rcutree by Paul E. McKenney · 15 years ago
  37. 135c8ae rcu: Replace the rcu_barrier enum with pointer to call_rcu*() function by Paul E. McKenney · 15 years ago
  38. 162cc27 rcu: Fix rcu_lock_map build failure on CONFIG_PROVE_LOCKING=y by Paul E. McKenney · 15 years ago
  39. 9b2619a rcu: Clean up code to address Ingo's checkpatch feedback by Paul E. McKenney · 15 years ago
  40. a71fca5 rcu: Fix whitespace inconsistencies by Paul E. McKenney · 15 years ago
  41. 16e3081 rcu: Fix synchronize_rcu() for TREE_PREEMPT_RCU by Paul E. McKenney · 15 years ago
  42. 1423cc0 rcu: Delay rcu_barrier() wait until beginning of next CPU-hotunplug operation. by Paul E. McKenney · 15 years ago
  43. 2e59755 rcu: Simplify RCU CPU-hotplug notification by Paul E. McKenney · 15 years ago
  44. 03b042b rcu: Add synchronize_sched_expedited() primitive by Paul E. McKenney · 16 years ago
  45. 5b1d07e RCU: Don't try and predeclare inline funcs as it upsets some versions of gcc by David Howells · 16 years ago
  46. f69b17d rcu: rcu_barrier VS cpu_hotplug: Ensure callbacks in dead cpu are migrated to online cpu by Lai Jiangshan · 16 years ago
  47. a682604 rcu: Teach RCU that idle task is not quiscent state at boot by Paul E. McKenney · 16 years ago
  48. ea7d3fe rcu: eliminate synchronize_rcu_xxx macro by Paul E. McKenney · 16 years ago
  49. 5f86515 rcupdate: fix bug of rcu_barrier*() by Lai Jiangshan · 16 years ago
  50. 01dcb04 rcu: fix synchronize_rcu() so that kernel-doc works by Randy Dunlap · 16 years ago
  51. 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
  52. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 17 years ago
  53. 70f12f8 rcu: add rcu_barrier_sched() and rcu_barrier_bh() by Paul E. McKenney · 17 years ago
  54. 4446a36 rcu: add call_rcu_sched() by Paul E. McKenney · 17 years ago
  55. fbf6bfc rcupdate: fix comment by Paul E. McKenney · 17 years ago
  56. e0ecfa7 Preempt-RCU: fix rcu_barrier for preemptive environment. by Paul E. McKenney · 17 years ago
  57. 01c1c66 Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.c by Paul E. McKenney · 17 years ago
  58. c2d727a Preempt-RCU: Use softirq instead of tasklets for by Dipankar Sarma · 17 years ago
  59. 00e1077 rcu: fix section mismatch by Randy Dunlap · 17 years ago
  60. a9022e9 Clean up duplicate includes in kernel/ by Jesper Juhl · 17 years ago
  61. 851a67b lockdep: annotate rcu_read_{,un}lock{,_bh} by Peter Zijlstra · 17 years ago
  62. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 18 years ago
  63. 1c69d92 [PATCH] rcu: add a prefetch() in rcu_do_batch() by Eric Dumazet · 18 years ago
  64. 20e9751 [PATCH] rcu: simplify/improve batch tuning by Oleg Nesterov · 18 years ago
  65. dd9daa2 [PATCH] rcu_do_batch: make ->qlen decrement irq safe by Oleg Nesterov · 18 years ago
  66. 8c78f30 [PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notifications by Chandra Seetharaman · 18 years ago
  67. e4d9191 [PATCH] lockdep: locking init debugging improvement by Ingo Molnar · 19 years ago
  68. 054cc8a [PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17 by Chandra Seetharaman · 19 years ago
  69. 9c7b216 [PATCH] cpu hotplug: revert init patch submitted for 2.6.17 by Chandra Seetharaman · 19 years ago
  70. c32e066 [PATCH] rcutorture: add call_rcu_bh() operations by Paul E. McKenney · 19 years ago
  71. d83015b [PATCH] Make RCU API inaccessible to non-GPL Linux kernel modules by Paul E. McKenney · 19 years ago
  72. 986733e [PATCH] RCU: introduce rcu_needs_cpu() interface by Heiko Carstens · 19 years ago
  73. 83d722f [PATCH] Remove __devinit and __cpuinit from notifier_call definitions by Chandra Seetharaman · 19 years ago
  74. 649bbaa [PATCH] Remove __devinitdata from notifier block definitions by Chandra Seetharaman · 19 years ago
  75. caa9ee7 [PATCH] rcu_process_callbacks: don't cli() while testing ->nxtlist by Oleg Nesterov · 19 years ago
  76. 2178426 [PATCH] kernel/rcupdate.c: make two structs static by Adrian Bunk · 19 years ago
  77. 9331b31 [PATCH] convert kernel/rcupdate.c:rcu_barrier_sema to mutex by Ingo Molnar · 19 years ago
  78. 01ca70d [PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to RCU subsystem by Greg Kroah-Hartman · 19 years ago
  79. 21a1ea9 [PATCH] rcu batch tuning by Dipankar Sarma · 19 years ago
  80. a9c8281 [PATCH] rcu: fix hotplug-cpu ->donelist leak by Oleg Nesterov · 19 years ago
  81. 69a0b31 [PATCH] rcu: join rcu_ctrlblk and rcu_state by Oleg Nesterov · 19 years ago
  82. dbc1651 [PATCH] rcu: don't set ->next_pending in rcu_start_batch() by Oleg Nesterov · 19 years ago
  83. 6775177 [PATCH] rcu: uninline __rcu_pending() by Oleg Nesterov · 19 years ago
  84. 095975d [PATCH] rcu file: use atomic primitives by Nick Piggin · 19 years ago
  85. e56d090 [PATCH] RCU signal handling by Ingo Molnar · 19 years ago
  86. 22fc6ec [PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp macros by Ravikiran G Thirumalai · 19 years ago
  87. c3f5902 [PATCH] Fix RCU race in access of nohz_cpu_mask by Srivatsa Vaddagiri · 19 years ago
  88. ab4720e [PATCH] add rcu_barrier() synchronization point by Dipankar Sarma · 19 years ago
  89. a241ec6 [PATCH] RCU torture-testing kernel module by Paul E. McKenney · 19 years ago
  90. 5ee832d [PATCH] rcu: keep rcu callback event counter by Eric Dumazet · 19 years ago
  91. 2cc78eb Increase default RCU batching sharply by Linus Torvalds · 19 years ago
  92. c0dfb29 [PATCH] files: rcuref APIs by Dipankar Sarma · 19 years ago
  93. 9b06e81 [PATCH] Deprecate synchronize_kernel, GPL replacement by Paul E. McKenney · 20 years ago
  94. 66cf8f1 [PATCH] kernel/rcupdate.c: make the exports EXPORT_SYMBOL_GPL by Paul E. McKenney · 20 years ago
  95. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago