1. a693c46 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  2. bb799d3 Merge tag 'v3.13-rc4' into core/locking by Ingo Molnar · 12 years ago
  3. 73a7ac2 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 12 years ago
  4. 6303b9c rcu: Apply smp_mb__after_unlock_lock() to preserve grace periods by Paul E. McKenney · 12 years ago
  5. a096932 rcu: Don't activate RCU core on NO_HZ_FULL CPUs by Paul E. McKenney · 12 years ago
  6. 79a62f9 rcu: Warn on allegedly impossible rcu_read_unlock_special() from irq by Lai Jiangshan · 12 years ago
  7. 96d3fd0 rcu: Break call_rcu() deadlock involving scheduler and perf by Paul E. McKenney · 12 years ago
  8. 78e4bc3 rcu: Fix and comment ordering around wait_event() by Paul E. McKenney · 12 years ago
  9. d689fe2 NOHZ: Check for nohz active instead of nohz enabled by Thomas Gleixner · 12 years ago
  10. 1696a8b locking: Move the rtmutex code to kernel/locking/ by Peter Zijlstra · 12 years ago
  11. 4102ada rcu: Move RCU-related source code to kernel/rcu directory by Paul E. McKenney · 12 years ago[Renamed (99%) from kernel/rcutree_plugin.h]
  12. 2529973 Merge branch 'idle.2013.09.25a' into HEAD by Paul E. McKenney · 12 years ago
  13. 25e03a7 Merge branch 'gp.2013.09.25a' into HEAD by Paul E. McKenney · 12 years ago
  14. c337f8f rcu: Throttle invoke_rcu_core() invocations due to non-lazy callbacks by Paul E. McKenney · 12 years ago
  15. c229828 rcu: Throttle rcu_try_advance_all_cbs() execution by Paul E. McKenney · 12 years ago
  16. 7a497c9 rcu: Remove redundant code from rcu_cleanup_after_idle() by Paul E. McKenney · 12 years ago
  17. 5d5a080 rcu: Fix CONFIG_RCU_NOCB_CPU_ALL panic on machines with sparse CPU mask by Kirill Tkhai · 12 years ago
  18. 69a79bb rcu: Track rcu_nocb_kthread()'s sleeping and awakening by Paul E. McKenney · 12 years ago
  19. 756cbf6 rcu: Distinguish between NOCB and non-NOCB rcu_callback trace events by Paul E. McKenney · 12 years ago
  20. 9261dd0 rcu: Add tracing for rcuo no-CBs CPU wakeup handshake by Paul E. McKenney · 12 years ago
  21. c9d4b0a rcu: Replace __get_cpu_var() uses by Christoph Lameter · 12 years ago
  22. 829511d rcu: Fix dubious "if" condition in __call_rcu_nocb_enqueue() by Paul E. McKenney · 12 years ago
  23. eb75767 nohz_full: Force RCU's grace-period kthreads onto timekeeping CPU by Paul E. McKenney · 12 years ago
  24. 0edd1b1 nohz_full: Add full-system-idle state machine by Paul E. McKenney · 12 years ago
  25. d4bd54f nohz_full: Add full-system idle states and variables by Paul E. McKenney · 12 years ago
  26. eb348b8 nohz_full: Add per-CPU idle-state tracking by Paul E. McKenney · 12 years ago
  27. 2333210 nohz_full: Add rcu_dyntick data for scalable detection of all-idle state by Paul E. McKenney · 12 years ago
  28. f7f7bac rcu: Have the RCU tracepoints use the tracepoint_string infrastructure by Steven Rostedt (Red Hat) · 12 years ago
  29. a41bfeb rcu: Simplify RCU_STATE_INITIALIZER() macro by Steven Rostedt (Red Hat) · 12 years ago
  30. 49fb4c6 rcu: delete __cpuinit usage from all rcu files by Paul Gortmaker · 12 years ago
  31. 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
  32. 2439b69 rcu: Shrink TINY_RCU by moving exit_rcu() by Paul E. McKenney · 12 years ago
  33. 9a5739d rcu: Remove "Experimental" flags by Paul E. McKenney · 12 years ago
  34. 470716f rcu: Switch callers from rcu_process_gp_end() to note_gp_changes() by Paul E. McKenney · 12 years ago
  35. efc151c rcu: Convert rcutree_plugin.h printk calls by Paul E. McKenney · 12 years ago
  36. 615ee54 rcu: Don't allocate bootmem from rcu_init() by Sasha Levin · 12 years ago
  37. 6faf728 rcu: Fix comparison sense in rcu_needs_cpu() by Paul E. McKenney · 12 years ago
  38. 534c97b Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  39. c032862 Merge commit '8700c95adb03' into timers/nohz by Frederic Weisbecker · 12 years ago
  40. d1e43fa nohz: Ensure full dynticks CPUs are RCU nocbs by Frederic Weisbecker · 12 years ago
  41. 65d798f rcu: Kick adaptive-ticks CPUs that are holding up RCU grace periods by Paul E. McKenney · 12 years ago
  42. 6d87669 Merge branches 'doc.2013.03.12a', 'fixes.2013.03.13a' and 'idlenocb.2013.03.26b' into HEAD by Paul E. McKenney · 12 years ago
  43. 0446be4 rcu: Abstract rcu_start_future_gp() from rcu_nocb_wait_gp() by Paul E. McKenney · 13 years ago
  44. 8b425aa8 rcu: Rename n_nocb_gp_requests to need_future_gp by Paul E. McKenney · 13 years ago
  45. b846208 rcu: Push lock release to rcu_start_gp()'s callers by Paul E. McKenney · 13 years ago
  46. bd9f068 rcu: Repurpose no-CBs event tracing to future-GP events by Paul E. McKenney · 13 years ago
  47. c0f4dfd rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacks by Paul E. McKenney · 13 years ago
  48. 5e44ce3 rcu: Export RCU_FAST_NO_HZ parameters to sysfs by Paul E. McKenney · 13 years ago
  49. a488985 rcu: Distinguish "rcuo" kthreads by RCU flavor by Paul E. McKenney · 13 years ago
  50. 09c7b89 rcu: Add event tracing for no-CBs CPUs' grace periods by Paul E. McKenney · 13 years ago
  51. 21e7a60 rcu: Add event tracing for no-CBs CPUs' callback registration by Paul E. McKenney · 13 years ago
  52. dae6e64 rcu: Introduce proper blocking to no-CBs kthreads GP waits by Paul E. McKenney · 13 years ago
  53. 911af50 rcu: Provide compile-time control for no-CBs CPUs by Paul E. McKenney · 13 years ago
  54. 6231069 rcu: Add softirq-stall indications to stall-warning messages by Paul E. McKenney · 12 years ago
  55. 34ed6246 rcu: Remove restrictions on no-CBs CPUs by Paul E. McKenney · 13 years ago
  56. 1b0048a rcu: Make rcu_nocb_poll an early_param instead of module_param by Paul Gortmaker · 13 years ago
  57. 353af9c rcu: Prevent soft-lockup complaints about no-CBs CPUs by Paul Gortmaker · 13 years ago
  58. c635a4e1 rcu: Separate accounting of callbacks from callback-free CPUs by Paul E. McKenney · 13 years ago
  59. 3fbfbf7 rcu: Add callback-free CPUs by Paul E. McKenney · 13 years ago
  60. aac1cda Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', 'srcu.2012.10.27a', 'stall.2012.11.13a', 'tracing.2012.11.08a' and 'idle.2012.10.24a' into HEAD by Paul E. McKenney · 13 years ago
  61. f0a0e6f rcu: Clarify memory-ordering properties of grace-period primitives by Paul E. McKenney · 13 years ago
  62. 7b2e601 rcu: Rename ->onofflock to ->orphan_lock by Paul E. McKenney · 13 years ago
  63. 3705b88 rcu: Add a module parameter to force use of expedited RCU primitives by Antti P Miettinen · 13 years ago
  64. 9a0c6fe rcu: Make RCU_FAST_NO_HZ handle adaptive ticks by Paul E. McKenney · 13 years ago
  65. 5217192 Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25b by Paul E. McKenney · 13 years ago
  66. bda4ec9 Merge branches 'bigrt.2012.09.23a', 'doctorture.2012.09.23a', 'fixes.2012.09.23a', 'hotplug.2012.09.23a' and 'idlechop.2012.09.23a' into HEAD by Paul E. McKenney · 13 years ago
  67. 86f343b rcu: Fix CONFIG_RCU_FAST_NO_HZ stall warning message by Paul E. McKenney · 13 years ago
  68. 5fd4dc0 rcu: Avoid rcu_print_detail_task_stall_rnp() segfault by Paul E. McKenney · 13 years ago
  69. 115f7a7 rcu: Apply for_each_rcu_flavor() to increment_cpu_stall_ticks() by Paul E. McKenney · 13 years ago
  70. b065a85 rcu: Fix obsolete rcu_initiate_boost() header comment by Paul E. McKenney · 13 years ago
  71. 5cc900c rcu: Improve boost selection when moving tasks to root rcu_node by Paul E. McKenney · 13 years ago
  72. 1e3fd2b rcu: Properly initialize ->boost_tasks on CPU offline by Paul E. McKenney · 13 years ago
  73. d7d6a11 rcu: Simplify quiescent-state detection by Paul E. McKenney · 13 years ago
  74. 1943c89 rcu: Reduce synchronize_rcu_expedited() latency by Paul E. McKenney · 13 years ago
  75. bcfa57c rcu: Eliminate signed overflow in synchronize_rcu_expedited() by Paul E. McKenney · 13 years ago
  76. 4cdfc17 rcu: Move quiescent-state forcing into kthread by Paul E. McKenney · 13 years ago
  77. b626c1b rcu: Provide OOM handler to motivate lazy RCU callbacks by Paul E. McKenney · 13 years ago
  78. 62ab707 rcu: Use smp_hotplug_thread facility for RCUs per-CPU kthread by Paul E. McKenney · 13 years ago
  79. 5d01bbd rcu: Yield simpler by Thomas Gleixner · 13 years ago
  80. c701d5d rcu: Fix code-style issues involving "else" by Paul E. McKenney · 13 years ago
  81. 02a0677 Merge branches 'bigrtm.2012.07.04a', 'doctorture.2012.07.02a', 'fixes.2012.07.06a' and 'fnh.2012.07.02a' into HEAD by Paul E. McKenney · 13 years ago
  82. 9d2ad24 rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameter by Paul E. McKenney · 13 years ago
  83. e84c48a rcu: Round FAST_NO_HZ lazy timeout to nearest second by Paul E. McKenney · 13 years ago
  84. 1c17e4d rcu: Prevent uninitialized string in RCU CPU stall info by Carsten Emde · 13 years ago
  85. 2a3fa84 rcu: Consolidate tree/tiny __rcu_read_{,un}lock() implementations by Paul E. McKenney · 13 years ago
  86. 6ce75a2 rcu: Introduce for_each_rcu_flavor() and use it by Paul E. McKenney · 13 years ago
  87. 1bca8cf rcu: Remove unneeded __rcu_process_callbacks() argument by Paul E. McKenney · 13 years ago
  88. 037b64e rcu: Place pointer to call_rcu() in rcu_data structure by Paul E. McKenney · 13 years ago
  89. cca6f39 rcu: Size rcu_node tree from nr_cpu_ids rather than NR_CPUS by Paul E. McKenney · 13 years ago
  90. cc5df65 rcu: Four-level hierarchy is no longer experimental by Paul E. McKenney · 13 years ago
  91. f885b7f rcu: Control RCU_FANOUT_LEAF from boot-time parameter by Paul E. McKenney · 13 years ago
  92. cba6d0d Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation" by Paul E. McKenney · 13 years ago
  93. aa9b1630 rcu: Precompute RCU_FAST_NO_HZ timer offsets by Paul E. McKenney · 13 years ago
  94. 5955f7e rcu: Move RCU_FAST_NO_HZ per-CPU variables to rcu_dynticks structure by Paul E. McKenney · 13 years ago
  95. fd4b352 rcu: Update RCU_FAST_NO_HZ tracing for lazy callbacks by Paul E. McKenney · 13 years ago
  96. dc36be4 Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02b' and 'srcu.2012.05.07b' into HEAD by Paul E. McKenney · 13 years ago
  97. 98248a0 rcu: Explicitly initialize RCU_FAST_NO_HZ per-CPU variables by Paul E. McKenney · 13 years ago
  98. 21e52e1 rcu: Make RCU_FAST_NO_HZ handle timer migration by Paul E. McKenney · 13 years ago
  99. 9dd8fb1 rcu: Make exit_rcu() more precise and consolidate by Paul E. McKenney · 13 years ago
  100. 616c310 rcu: Move PREEMPT_RCU preemption to switch_to() invocation by Paul E. McKenney · 13 years ago