1. 43224b9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  2. bc7a34b timer: Reduce timer migration overhead if disabled by Thomas Gleixner · 9 years ago
  3. 0868aa2 Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', 'hotplug.2015.05.27a', 'init.2015.05.27a', 'tiny.2015.05.27a' and 'torture.2015.05.27a' into HEAD by Paul E. McKenney · 9 years ago
  4. ca1d51e rcutorture: Test SRCU cleanup code path by Paul E. McKenney · 9 years ago
  5. 6c7ed42 rcutorture: Replace barriers with smp_store_release() and smp_load_acquire() by Paul E. McKenney · 9 years ago
  6. 3838cc1 rcutorture: Allow negative values of nreaders to oversubscribe by Paul E. McKenney · 10 years ago
  7. 6e91f8c rcu: Correctly handle non-empty Tiny RCU callback list with none ready by Paul E. McKenney · 9 years ago
  8. 51952bc63 rcu: Further shrink Tiny RCU by making empty functions static inlines by Paul E. McKenney · 9 years ago
  9. 1ce46ee rcu: Conditionally compile RCU's eqs warnings by Paul E. McKenney · 9 years ago
  10. 26730f5 rcu: Make RCU able to tolerate undefined CONFIG_RCU_KTHREAD_PRIO by Paul E. McKenney · 9 years ago
  11. 47d631a rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAF by Paul E. McKenney · 9 years ago
  12. 05c5df3 rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT by Paul E. McKenney · 9 years ago
  13. a3dc294 rcu: Enable diagnostic dump of rcu_node combining tree by Paul E. McKenney · 9 years ago
  14. 7fa2700 rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameter by Paul E. McKenney · 9 years ago
  15. 0f41c0d rcu: Provide diagnostic option to slow down grace-period scans by Paul E. McKenney · 10 years ago
  16. 3eaaaf6c rcu: Shut up spurious gcc uninitialized-variable warning by Paul E. McKenney · 10 years ago
  17. eab128e rcu: Modulate grace-period slow init to normalize delay by Paul E. McKenney · 9 years ago
  18. a738eec rcu: Correctly initialize ->rcu_qs_ctr_snap at online time by Paul E. McKenney · 10 years ago
  19. cce7f1f rcu: Remove redundant offline check by Paul E. McKenney · 10 years ago
  20. c5b5539 rcu: Remove dead code from force_qs_rnp() by Paul E. McKenney · 10 years ago
  21. 0a0ba1c rcu: Adjust ->lock acquisition for tasks no longer migrating by Paul E. McKenney · 10 years ago
  22. ea46351 rcu: Eliminate HOTPLUG_CPU #ifdef in favor of IS_ENABLED() by Paul E. McKenney · 10 years ago
  23. 82072c4 rcu: Change function declaration to bool by Nicholas Mc Guire · 9 years ago
  24. c92fb05 rcu: Make rcu_*_data variables static by Nicolas Iooss · 9 years ago
  25. 30ff153 rcu: Make synchronize_sched_expedited() call wait_rcu_gp() by Paul E. McKenney · 9 years ago
  26. 81e701e43 rcu: Add more debug info on "kthread starved" RCU CPU stall warnings by Paul E. McKenney · 9 years ago
  27. 82efed0 rcu: Fix missing task information during rcu-preempt stall by Patrick Daly · 9 years ago
  28. 5ce035f rcu: tree_plugin: Use bool function return values of true/false not 1/0 by Joe Perches · 9 years ago
  29. cd73ca2 rcu: Force wakeup of rcu_gp_kthread at grace-period end by Paul E. McKenney · 10 years ago
  30. 3382adb rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefs by Paul E. McKenney · 10 years ago
  31. 2927a68 rcu: Create an immutable rcu_data_p pointer to default rcu_data structure by Paul E. McKenney · 10 years ago
  32. b28a7c0 rcu: Tell the compiler that rcu_state_p is immutable by Paul E. McKenney · 10 years ago
  33. 727b705 rcu: Eliminate a few RCU_BOOST #ifdefs in favor of IS_ENABLED() by Paul E. McKenney · 10 years ago
  34. e63c887 rcu: Convert from rcu_preempt_state to *rcu_state_p by Paul E. McKenney · 10 years ago
  35. 7d0ae80 rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE() by Paul E. McKenney · 10 years ago
  36. c3b5d3c Merge branch 'linus' into timers/core by Thomas Gleixner · 9 years ago
  37. c1ad348 tick: Nohz: Rework next timer evaluation by Thomas Gleixner · 9 years ago
  38. 8d7dc92 rcu: Control grace-period delays directly from value by Paul E. McKenney · 9 years ago
  39. 4252879 Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a', 'gpexp.2015.02.26a', 'hotplug.2015.03.20a', 'sysidle.2015.02.26b' and 'tiny.2015.02.26a' into HEAD by Paul E. McKenney · 10 years ago
  40. 654e953 rcu: Associate quiescent-state reports with grace period by Paul E. McKenney · 10 years ago
  41. a77da14 rcu: Yet another fix for preemption and CPU hotplug by Paul E. McKenney · 10 years ago
  42. 5c60d25 rcu: Add diagnostics to grace-period cleanup by Paul E. McKenney · 10 years ago
  43. 88428cc rcu: Handle outgoing CPUs on exit from idle loop by Paul E. McKenney · 10 years ago
  44. c199068 rcu: Eliminate ->onoff_mutex from rcu_node structure by Paul E. McKenney · 10 years ago
  45. 0aa04b0 rcu: Process offlining and onlining only at grace-period start by Paul E. McKenney · 10 years ago
  46. cc99a31 rcu: Move rcu_report_unblock_qs_rnp() to common code by Paul E. McKenney · 10 years ago
  47. 8eb74b2 rcu: Rework preemptible expedited bitmask handling by Paul E. McKenney · 10 years ago
  48. 999c286 rcu: Remove event tracing from rcu_cpu_notify(), used by offline CPUs by Paul E. McKenney · 10 years ago
  49. 37745d2 rcu: Provide diagnostic option to slow down grace-period initialization by Paul E. McKenney · 10 years ago
  50. 237a0f2 rcu: Detect stalls caused by failure to propagate up rcu_node tree by Paul E. McKenney · 10 years ago
  51. 18c629e rcu: Eliminate empty HOTPLUG_CPU ifdef by Paul E. McKenney · 10 years ago
  52. c8aead6 rcu: Simplify sync_rcu_preempt_exp_init() by Paul E. McKenney · 10 years ago
  53. 78043c4 rcu: Put all orphan-callback-related code under same comment by Paul E. McKenney · 10 years ago
  54. b33078b rcu: Consolidate offline-CPU callback initialization by Paul E. McKenney · 10 years ago
  55. 9910aff rcu: Remove redundant check of cpu_online() by Yao Dongdong · 10 years ago
  56. e7580f3 rcu: Get rcu_sched_force_quiescent_state() where it belongs by Paul E. McKenney · 10 years ago
  57. a3bd2c0 rcu: Add boot-up check for non-default CONFIG_RCU_FANOUT_LEAF values by Paul E. McKenney · 10 years ago
  58. ab6f5bd rcu: Use IS_ENABLED() to simplify rcu_bootup_announce_oddness() by Paul E. McKenney · 10 years ago
  59. d24209bb rcu: Improve diagnostics for blocked critical sections in irq by Paul E. McKenney · 10 years ago
  60. 6629240 rcu: Use IS_ENABLED() to CONFIG_RCU_FANOUT_EXACT #ifdef by Paul E. McKenney · 10 years ago
  61. 4762767 rcu: Move early boot callback tests earlier by Paul E. McKenney · 10 years ago
  62. 34404ca rcu: Move early-boot callbacks to no-CBs lists for no-CBs CPUs by Paul E. McKenney · 10 years ago
  63. 5871968 rcu: Tighten up affinity and check for sysidle by Paul E. McKenney · 10 years ago
  64. 915e8a4 rcu: Remove fastpath from __rcu_process_callbacks() by Alexander Gordeev · 10 years ago
  65. 27153ac rcu: Remove unnecessary condition check in rcu_qsctr_help() by Alexander Gordeev · 10 years ago
  66. 675da67 rcu: Fixes to NO_HZ_FULL sysidle accounting by Paul E. McKenney · 10 years ago
  67. c136f99 rcutorture: Make consistent use of variables by Paul E. McKenney · 10 years ago
  68. ee42571 rcu: Add Kconfig option to expedite grace periods during boot by Paul E. McKenney · 10 years ago
  69. 5afff48 rcu: Update from rcu_expedited variable to rcu_gp_is_expedited() by Paul E. McKenney · 10 years ago
  70. 4bb3c5f rcu: Add rcu_expedite_gp() and rcu_unexpedite_gp() to rcutorture by Paul E. McKenney · 10 years ago
  71. 0d39482 rcu: Provide rcu_expedite_gp() and rcu_unexpedite_gp() by Paul E. McKenney · 10 years ago
  72. 1925d19 rcu: Fix a couple of typos in rcu_all_qs() comment header by Paul E. McKenney · 10 years ago
  73. 39c8d31 rcu: Avoid clobbering early boot callbacks by Paul E. McKenney · 10 years ago
  74. 59f792d rcu: Refine diagnostics for lacking kthread for no-CBs callbacks by Paul E. McKenney · 10 years ago
  75. 143da9c rcu: Prevent early-boot RCU callbacks from splatting by Paul E. McKenney · 10 years ago
  76. 2723249 rcu: Wire ->rda pointers at compile time by Paul E. McKenney · 10 years ago
  77. d3f3f3f rcu: Abstract default callback-list initialization from init_callback_list() by Paul E. McKenney · 10 years ago
  78. 3f47da0 rcu_tree: Avoid touching rnp->completed when a new GP is started by Lai Jiangshan · 10 years ago
  79. ee376db rcu: Consolidate rcu_synchronize and wakeme_after_rcu() by Paul E. McKenney · 10 years ago
  80. 3f4d992 Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  81. ad853b4 rcu: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  82. c0135d0 rcu: Clear need_qs flag to prevent splat by Paul E. McKenney · 10 years ago
  83. 78e691f Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a', 'srcu.2015.01.06a', 'stall.2015.01.16a' and 'torture.2015.01.11a' into HEAD by Paul E. McKenney · 10 years ago
  84. 630181c rcu: Initialize tiny RCU stall-warning timeouts at boot by Paul E. McKenney · 10 years ago
  85. ec1fe39 rcu: Fix RCU CPU stall detection in tiny implementation by Miroslav Benes · 10 years ago
  86. fb81a44 rcu: Add GP-kthread-starvation checks to CPU stall warnings by Paul E. McKenney · 10 years ago
  87. 5cd3719 rcu: Make cond_resched_rcu_qs() apply to normal RCU flavors by Paul E. McKenney · 10 years ago
  88. a94844b rcu: Optionally run grace-period kthreads at real-time priority by Paul E. McKenney · 10 years ago
  89. 7602de4a rcutorture: Add more diagnostics in rcu_barrier() test failure case by Paul E. McKenney · 10 years ago
  90. 917963d rcutorture: Check from beginning to end of grace period by Paul E. McKenney · 10 years ago
  91. f9103c3 rcu: Remove redundant rcu_batches_completed() declaration by Paul E. McKenney · 10 years ago
  92. 1e32eae rcutorture: Drop rcu_torture_completed() and friends by Paul E. McKenney · 10 years ago
  93. 6b80da4 rcutorture: Use unsigned for Reader Batch computations by Paul E. McKenney · 10 years ago
  94. 9733e4f rcu: Make _batches_completed() functions return unsigned long by Paul E. McKenney · 10 years ago
  95. e3663b1 rcu: Handle gpnum/completed wrap while dyntick idle by Paul E. McKenney · 10 years ago
  96. 6ccd2ec rcu: Improve diagnostics for spurious RCU CPU stall warnings by Paul E. McKenney · 10 years ago
  97. fc908ed rcu: Make RCU_CPU_STALL_INFO include number of fqs attempts by Paul E. McKenney · 10 years ago
  98. 83fe27e rcu: Make SRCU optional by using CONFIG_SRCU by Pranith Kumar · 10 years ago
  99. a5c198f rcu: Expand SRCU ->completed to 64 bits by Paul E. McKenney · 10 years ago
  100. ab954c1 rcu: Remove redundant callback-list initialization by Paul E. McKenney · 10 years ago