1. 0989cb4 rcu: Add more information to the wrong-idle-task complaint by Paul E. McKenney · 13 years ago
  2. 4145fa7 rcu: Deconfuse dynticks entry-exit tracing by Paul E. McKenney · 13 years ago
  3. e6b80a3 rcu: Detect illegal rcu dereference in extended quiescent state by Frederic Weisbecker · 13 years ago
  4. b40d293 rcu: Omit self-awaken when setting up expedited grace period by Thomas Gleixner · 13 years ago
  5. 3424069 rcu: Disable preemption in rcu_is_cpu_idle() by Paul E. McKenney · 13 years ago
  6. 9b2e4f1 rcu: Track idleness independent of idle tasks by Paul E. McKenney · 13 years ago
  7. af446b7 rcu: ->signaled better named ->fqs_state by Paul E. McKenney · 13 years ago
  8. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
  9. afe24b1 rcu: Move propagation of ->completed from rcu_start_gp() to rcu_report_qs_rsp() by Paul E. McKenney · 13 years ago
  10. e90c53d rcu: Remove rcu_needs_cpu_flush() to avoid false quiescent states by Paul E. McKenney · 13 years ago
  11. 5b61b0b rcu: Wire up RCU_BOOST_PRIO for rcutree by Mike Galbraith · 13 years ago
  12. 06ae115a rcu: Avoid having just-onlined CPU resched itself when RCU is idle by Paul E. McKenney · 13 years ago
  13. 9bc8b55 rcu: Suppress NMI backtraces when stall ends before dump by Paul E. McKenney · 13 years ago
  14. 037067a rcu: Prohibit grace periods during early boot by Paul E. McKenney · 13 years ago
  15. 5c51dd7 rcu: Prevent early boot set_need_resched() from __rcu_pending() by Paul E. McKenney · 13 years ago
  16. 4627e24 rcu: Dump local stack if cannot dump all CPUs' stacks by Paul E. McKenney · 13 years ago
  17. 7eb4f45 rcu: Make rcu_implicit_dynticks_qs() locals be correct size by Paul E. McKenney · 13 years ago
  18. 717f98f rcu: Eliminate in_irq() checks in rcu_enter_nohz() by Paul E. McKenney · 13 years ago
  19. e4cc1f2 rcu: Simplify quiescent-state accounting by Paul E. McKenney · 14 years ago
  20. d4c08f2 rcu: Add grace-period, quiescent-state, and call_rcu trace events by Paul E. McKenney · 14 years ago
  21. e0f2306 rcu: Update comments to reflect softirqs vs. kthreads by Paul E. McKenney · 14 years ago
  22. 72fe701 rcu: Add RCU type to callback-invocation tracing by Paul E. McKenney · 14 years ago
  23. e99033c rcu: Put names into TINY_RCU structures under RCU_TRACE by Paul E. McKenney · 14 years ago
  24. 300df91 rcu: Event-trace markers for computing RCU CPU utilization by Paul E. McKenney · 14 years ago
  25. 29c00b4 rcu: Add event-tracing for RCU callback invocation by Paul E. McKenney · 14 years ago
  26. 2c42818 rcu: Abstract common code for RCU grace-period-wait primitives by Paul E. McKenney · 14 years ago
  27. b0d3041 rcu: Prevent RCU callbacks from executing before scheduler initialized by Paul E. McKenney · 13 years ago
  28. f8b7fc6 rcu: Move RCU_BOOST #ifdefs to header file by Paul E. McKenney · 14 years ago
  29. a46e089 rcu: use softirq instead of kthreads except when RCU_BOOST=y by Paul E. McKenney · 14 years ago
  30. 0922337 rcu: Use softirq to address performance regression by Shaohua Li · 14 years ago
  31. 9a43273 rcu: Simplify curing of load woes by Paul E. McKenney · 14 years ago
  32. d72bce0 rcu: Cure load woes by Peter Zijlstra · 14 years ago
  33. cc3ce51 rcu: Start RCU kthreads in TASK_INTERRUPTIBLE state by Paul E. McKenney · 14 years ago
  34. 08bca60 rcu: Remove waitqueue usage for cpu, node, and boost kthreads by Peter Zijlstra · 14 years ago
  35. 8826f3b rcu: Avoid acquiring rcu_node locks in timer functions by Paul E. McKenney · 14 years ago
  36. 29f742f Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/urgent by Ingo Molnar · 14 years ago
  37. 23b5c8f rcu: Decrease memory-barrier usage based on semi-formal proof by Paul E. McKenney · 14 years ago
  38. 4305ce7 rcu: Make rcu_enter_nohz() pay attention to nesting by Paul E. McKenney · 14 years ago
  39. b590409 rcu: Don't do reschedule unless in irq by Paul E. McKenney · 14 years ago
  40. 1135633 rcu: Remove old memory barriers from rcu_process_callbacks() by Paul E. McKenney · 14 years ago
  41. 0bbcc52 rcu: Add memory barriers by Paul E. McKenney · 14 years ago
  42. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 14 years ago
  43. 80d0208 Revert "rcu: Decrease memory-barrier usage based on semi-formal proof" by Paul E. McKenney · 14 years ago
  44. 1217ed1 rcu: permit rcu_read_unlock() to be called while holding runqueue locks by Paul E. McKenney · 14 years ago
  45. 29ce831 rcu: provide rcu_virt_note_context_switch() function. by Gleb Natapov · 14 years ago
  46. bad6e13 rcu: get rid of signed overflow in check_cpu_stall() by Paul E. McKenney · 14 years ago
  47. 2655d57 rcu: prevent call_rcu() from diving into rcu core if irqs disabled by Paul E. McKenney · 14 years ago
  48. baa1ae0 rcu: further lower priority in rcu_yield() by Paul E. McKenney · 14 years ago
  49. 9ab1544 rcu: introduce kfree_rcu() by Lai Jiangshan · 14 years ago
  50. 6cc6879 rcu: fix spelling by Paul E. McKenney · 14 years ago
  51. f0a07ae rcu: Switch to this_cpu() primitives by Paul E. McKenney · 14 years ago
  52. 5ece5ba rcu: Add forward-progress diagnostic for per-CPU kthreads by Paul E. McKenney · 14 years ago
  53. 15ba0ba rcu: add grace-period age and more kthread state to tracing by Paul E. McKenney · 14 years ago
  54. 4a29865 rcu: make rcutorture version numbers available through debugfs by Paul E. McKenney · 14 years ago
  55. d71df90 rcu: add tracing for RCU's kthread run states. by Paul E. McKenney · 14 years ago
  56. e3995a2 rcu: put per-CPU kthread at non-RT priority during CPU hotplug operations by Paul E. McKenney · 14 years ago
  57. 0f962a5 rcu: Force per-rcu_node kthreads off of the outgoing CPU by Paul E. McKenney · 14 years ago
  58. 27f4d28 rcu: priority boosting for TREE_PREEMPT_RCU by Paul E. McKenney · 14 years ago
  59. a26ac24 rcu: move TREE_RCU from softirq to kthread by Paul E. McKenney · 14 years ago
  60. 12f5f52 rcu: merge TREE_PREEPT_RCU blocked_tasks[] lists by Paul E. McKenney · 14 years ago
  61. e59fb31 rcu: Decrease memory-barrier usage based on semi-formal proof by Paul E. McKenney · 14 years ago
  62. a00e0d71 rcu: Remove conditional compilation for RCU CPU stall warnings by Paul E. McKenney · 14 years ago
  63. 72eb6a7 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  64. b52573d rcu: reduce __call_rcu()-induced contention on rcu_node structures by Paul E. McKenney · 14 years ago
  65. 0209f64 rcu: limit rcu_node leaf-level fanout by Paul E. McKenney · 14 years ago
  66. 121dfc4 rcu: fine-tune grace-period begin/end checks by Paul E. McKenney · 14 years ago
  67. 5ff8e6f rcu: Keep gpnum and completed fields synchronized by Frederic Weisbecker · 14 years ago
  68. 20377f3 rcu: Stop chasing QS if another CPU did it for us by Frederic Weisbecker · 14 years ago
  69. 909ea96 core: Replace __get_cpu_var with __this_cpu_read if not used for an address. by Christoph Lameter · 14 years ago
  70. 2d999e0 rcu: update documentation/comments for Lai's adoption patch by Paul E. McKenney · 14 years ago
  71. 29494be rcu,cleanup: simplify the code when cpu is dying by Lai Jiangshan · 14 years ago
  72. 4ee0a60 rcu: using ACCESS_ONCE() to observe the jiffies_stall/rnp->qsmask value by Dongdong Deng · 14 years ago
  73. 269dcc1 rcu: Add tracing data to support queueing models by Paul E. McKenney · 14 years ago
  74. 53d84e0 rcu: permit suppressing current grace period's CPU stall warnings by Paul E. McKenney · 14 years ago
  75. 8cdd32a rcu: refer RCU CPU stall-warning victims to stallwarn.txt by Paul E. McKenney · 14 years ago
  76. 910b1b7 rcu: Allow RCU CPU stall warnings to be off at boot, but manually enablable by Paul E. McKenney · 14 years ago
  77. f2e0dd7 rcu: allow RCU CPU stall warning messages to be controlled in /sys by Paul E. McKenney · 14 years ago
  78. 742734e rcu: add boot parameter to suppress RCU CPU stall warning messages by Paul E. McKenney · 15 years ago
  79. 394f99a rcu: simplify the usage of percpu data by Lai Jiangshan · 15 years ago
  80. 551d55a tree/tiny rcu: Add debug RCU head objects by Mathieu Desnoyers · 15 years ago
  81. 72d5a9f rcu: remove all rcu head initializations, except on_stack initializations by Paul E. McKenney · 15 years ago
  82. d21670a rcu: reduce the number of spurious RCU_SOFTIRQ invocations by Paul E. McKenney · 15 years ago
  83. 4a90a06 rcu: permit discontiguous cpu_possible_mask CPU numbering by Paul E. McKenney · 15 years ago
  84. 4300aa6 rcu: improve RCU CPU stall-warning messages by Paul E. McKenney · 15 years ago
  85. 26845c2 rcu: print boot-time console messages if RCU configs out of ordinary by Paul E. McKenney · 15 years ago
  86. c68de20 rcu: disable CPU stall warnings upon panic by Paul E. McKenney · 15 years ago
  87. bbad937 rcu: slim down rcutiny by removing rcu_scheduler_active and friends by Paul E. McKenney · 15 years ago
  88. 25502a6 rcu: refactor RCU's context-switch handling by Paul E. McKenney · 15 years ago
  89. 0c34029 rcu: move some code from macro to function by Lai Jiangshan · 15 years ago
  90. f261414 rcu: make dead code really dead by Lai Jiangshan · 15 years ago
  91. d25eb94 rcu: substitute set_need_resched for sending resched IPIs by Paul E. McKenney · 15 years ago
  92. a47cd88 rcu: Fix accelerated grace periods for last non-dynticked CPU by Paul E. McKenney · 15 years ago
  93. d9f1bb6 rcu: Make rcu_read_lock_sched_held() take boot time into account by Paul E. McKenney · 15 years ago
  94. 1ed509a rcu: Add RCU_CPU_STALL_VERBOSE to dump detailed per-task information by Paul E. McKenney · 15 years ago
  95. 3acd9eb rcu: Fix deadlock in TREE_PREEMPT_RCU CPU stall detection by Paul E. McKenney · 15 years ago
  96. 1304afb rcu: Convert to raw_spinlocks by Paul E. McKenney · 15 years ago
  97. 20133cf rcu: Stop overflowing signed integers by Paul E. McKenney · 15 years ago
  98. 8bd93a2 rcu: Accelerate grace period if last non-dynticked CPU by Paul E. McKenney · 15 years ago
  99. 017c426 rcu: Fix sparse warnings by Paul E. McKenney · 15 years ago
  100. b6407e8 rcu: Give different levels of the rcu_node hierarchy distinct lockdep names by Paul E. McKenney · 15 years ago