1. 12d560f rcu,locking: Privatize smp_mb__after_unlock_lock() by Paul E. McKenney · 9 years ago
  2. 3dbe43f Merge branches 'doc.2015.07.15a' and 'torture.2015.07.15a' into HEAD by Paul E. McKenney · 9 years ago
  3. 8ff4fbf Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEAD by Paul E. McKenney · 9 years ago
  4. af859be rcu: Silence lockdep false positive for expedited grace periods by Paul E. McKenney · 9 years ago
  5. 9a54f98 rcu: Don't disable CPU hotplug during OOM notifiers by Paul E. McKenney · 9 years ago
  6. a76a9a4 rcu: Fix backwards RCU_LOCKDEP_WARN() in synchronize_rcu_tasks() by Paul E. McKenney · 10 years ago
  7. f78f5b9 rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() by Paul E. McKenney · 10 years ago
  8. 46f00d1 rcu: Make rcu_is_watching() really notrace by Alexei Starovoitov · 10 years ago
  9. ec90a19 rcu: Create a synchronize_rcu_mult() by Paul E. McKenney · 10 years ago
  10. bc17ea1 rcu: Fix obsolete priority-boosting comment by Paul E. McKenney · 10 years ago
  11. 2456005 rcu: Add RCU-sched flavors of get-state and cond-sync by Paul E. McKenney · 10 years ago
  12. cdacbe1 rcu: Add fastpath bypassing funnel locking by Paul E. McKenney · 9 years ago
  13. 32bb1c7 rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQS by Paul E. McKenney · 10 years ago
  14. b9a425c rcu: Pull out wait_event*() condition into helper function by Paul E. McKenney · 10 years ago
  15. cf3620a rcu: Add stall warnings to synchronize_sched_expedited() by Paul E. McKenney · 10 years ago
  16. 2cd6ffa rcu: Extend expedited funnel locking to rcu_data structure by Paul E. McKenney · 10 years ago
  17. 704dd43 rcu: Consolidate last open-coded expedited memory barrier by Paul E. McKenney · 10 years ago
  18. 4f525a5 rcu: Apply rcu_seq operations to _rcu_barrier() by Paul E. McKenney · 10 years ago
  19. 29fd930 rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loop by Paul E. McKenney · 10 years ago
  20. 7fd0ddc rcu: Fix synchronize_sched_expedited() type error for "s" by Paul E. McKenney · 10 years ago
  21. b09e5f8 rcu: Abstract funnel locking from synchronize_sched_expedited() by Paul E. McKenney · 10 years ago
  22. 543c615 rcu: Make synchronize_rcu_expedited() use sequence-counter scheme by Paul E. McKenney · 10 years ago
  23. 28f0076 rcu: Abstract sequence counting from synchronize_sched_expedited() by Paul E. McKenney · 10 years ago
  24. 3a6d7c6 rcu: Make expedited GP CPU stoppage asynchronous by Peter Zijlstra · 10 years ago
  25. 385b73c rcu: Get rid of synchronize_sched_expedited()'s polling loop by Paul E. McKenney · 10 years ago
  26. d6ada2c rcu: Rework synchronize_sched_expedited() counter handling by Paul E. McKenney · 10 years ago
  27. c190c3b rcu: Switch synchronize_sched_expedited() to stop_one_cpu() by Peter Zijlstra · 10 years ago
  28. 75c27f1 rcu: Remove CONFIG_RCU_CPU_STALL_INFO by Paul E. McKenney · 10 years ago
  29. 9b68387 rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited() by Paul E. McKenney · 10 years ago
  30. 13bd649 rcu: Reset rcu_fanout_leaf if out of bounds by Paul E. McKenney · 10 years ago
  31. 032dfc8 rcu: Shut up bogus gcc array bounds warning by Alexander Gordeev · 9 years ago
  32. 5be5d1a rcutorture: Add RCU-tasks qualifier to dereference by Paul E. McKenney · 10 years ago
  33. 3a0af33 rcutorture: Fix rcu_torture_cbflood() for callback-free RCU by Paul E. McKenney · 10 years ago
  34. e8e255f rcutorture: Bounds-check rcutorture.shuffle_interval by Paul E. McKenney · 10 years ago
  35. 4444d85 rcutorture: Check nfakewriters parameter by Paul E. McKenney · 10 years ago
  36. d9eba76 rcutorture: Better bounds checking for n_barrier_cbs by Paul E. McKenney · 10 years ago
  37. 4262169 rcu: Simplify arithmetic to calculate number of RCU nodes by Alexander Gordeev · 10 years ago
  38. cb00710 rcu: Limit count of static data to the number of RCU levels by Alexander Gordeev · 10 years ago
  39. 199977b rcu: Remove unnecessary fields from rcu_state structure by Alexander Gordeev · 10 years ago
  40. 05b84ae rcu: Limit rcu_capacity[] size to RCU_NUM_LVLS items by Alexander Gordeev · 10 years ago
  41. a6d7708 rcu: Limit rcu_state::levelcnt[] to RCU_NUM_LVLS items by Alexander Gordeev · 10 years ago
  42. 9618138 rcu: Simplify rcu_init_geometry() capacity arithmetics by Alexander Gordeev · 10 years ago
  43. 679f985 rcu: Cleanup rcu_init_geometry() code and arithmetics by Alexander Gordeev · 10 years ago
  44. 372b0ec rcu: Remove superfluous local variable in rcu_init_geometry() by Alexander Gordeev · 10 years ago
  45. 75cf15a rcu: Panic if RCU tree can not accommodate all CPUs by Alexander Gordeev · 10 years ago
  46. 319362c rcu: Provide more diagnostics for stalled GP kthread by Paul E. McKenney · 10 years ago
  47. f765d11 rcu: Change return type to bool by Nicholas Mc Guire · 10 years ago
  48. d5671f6 rcu: Deinline rcu_read_lock_sched_held() if DEBUG_LOCK_ALLOC by Denys Vlasenko · 10 years ago
  49. d1ec4c3 rcu: Drop RCU_USER_QS in favor of NO_HZ_FULL by Paul E. McKenney · 10 years ago
  50. e382608 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  51. 43224b9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  52. bc7a34b timer: Reduce timer migration overhead if disabled by Thomas Gleixner · 10 years ago
  53. 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 · 10 years ago
  54. ca1d51e rcutorture: Test SRCU cleanup code path by Paul E. McKenney · 10 years ago
  55. 6c7ed42 rcutorture: Replace barriers with smp_store_release() and smp_load_acquire() by Paul E. McKenney · 10 years ago
  56. 3838cc1 rcutorture: Allow negative values of nreaders to oversubscribe by Paul E. McKenney · 10 years ago
  57. 6e91f8c rcu: Correctly handle non-empty Tiny RCU callback list with none ready by Paul E. McKenney · 10 years ago
  58. 51952bc63 rcu: Further shrink Tiny RCU by making empty functions static inlines by Paul E. McKenney · 10 years ago
  59. 1ce46ee rcu: Conditionally compile RCU's eqs warnings by Paul E. McKenney · 10 years ago
  60. 26730f5 rcu: Make RCU able to tolerate undefined CONFIG_RCU_KTHREAD_PRIO by Paul E. McKenney · 10 years ago
  61. 47d631a rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAF by Paul E. McKenney · 10 years ago
  62. 05c5df3 rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT by Paul E. McKenney · 10 years ago
  63. a3dc294 rcu: Enable diagnostic dump of rcu_node combining tree by Paul E. McKenney · 10 years ago
  64. 7fa2700 rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameter by Paul E. McKenney · 10 years ago
  65. 0f41c0d rcu: Provide diagnostic option to slow down grace-period scans by Paul E. McKenney · 10 years ago
  66. 3eaaaf6c rcu: Shut up spurious gcc uninitialized-variable warning by Paul E. McKenney · 10 years ago
  67. eab128e rcu: Modulate grace-period slow init to normalize delay by Paul E. McKenney · 10 years ago
  68. a738eec rcu: Correctly initialize ->rcu_qs_ctr_snap at online time by Paul E. McKenney · 10 years ago
  69. cce7f1f rcu: Remove redundant offline check by Paul E. McKenney · 10 years ago
  70. c5b5539 rcu: Remove dead code from force_qs_rnp() by Paul E. McKenney · 10 years ago
  71. 0a0ba1c rcu: Adjust ->lock acquisition for tasks no longer migrating by Paul E. McKenney · 10 years ago
  72. ea46351 rcu: Eliminate HOTPLUG_CPU #ifdef in favor of IS_ENABLED() by Paul E. McKenney · 10 years ago
  73. 82072c4 rcu: Change function declaration to bool by Nicholas Mc Guire · 10 years ago
  74. c92fb05 rcu: Make rcu_*_data variables static by Nicolas Iooss · 10 years ago
  75. 30ff153 rcu: Make synchronize_sched_expedited() call wait_rcu_gp() by Paul E. McKenney · 10 years ago
  76. 81e701e43 rcu: Add more debug info on "kthread starved" RCU CPU stall warnings by Paul E. McKenney · 10 years ago
  77. 82efed0 rcu: Fix missing task information during rcu-preempt stall by Patrick Daly · 10 years ago
  78. 5ce035f rcu: tree_plugin: Use bool function return values of true/false not 1/0 by Joe Perches · 10 years ago
  79. cd73ca2 rcu: Force wakeup of rcu_gp_kthread at grace-period end by Paul E. McKenney · 10 years ago
  80. 3382adb rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefs by Paul E. McKenney · 10 years ago
  81. 2927a68 rcu: Create an immutable rcu_data_p pointer to default rcu_data structure by Paul E. McKenney · 10 years ago
  82. b28a7c0 rcu: Tell the compiler that rcu_state_p is immutable by Paul E. McKenney · 10 years ago
  83. 727b705 rcu: Eliminate a few RCU_BOOST #ifdefs in favor of IS_ENABLED() by Paul E. McKenney · 10 years ago
  84. e63c887 rcu: Convert from rcu_preempt_state to *rcu_state_p by Paul E. McKenney · 10 years ago
  85. 7d0ae80 rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE() by Paul E. McKenney · 10 years ago
  86. c3b5d3c Merge branch 'linus' into timers/core by Thomas Gleixner · 10 years ago
  87. af658dc tracing: Rename ftrace_event.h to trace_events.h by Steven Rostedt (Red Hat) · 10 years ago
  88. c1ad348 tick: Nohz: Rework next timer evaluation by Thomas Gleixner · 10 years ago
  89. 8d7dc92 rcu: Control grace-period delays directly from value by Paul E. McKenney · 10 years ago
  90. 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
  91. 654e953 rcu: Associate quiescent-state reports with grace period by Paul E. McKenney · 10 years ago
  92. a77da14 rcu: Yet another fix for preemption and CPU hotplug by Paul E. McKenney · 10 years ago
  93. 5c60d25 rcu: Add diagnostics to grace-period cleanup by Paul E. McKenney · 10 years ago
  94. 88428cc rcu: Handle outgoing CPUs on exit from idle loop by Paul E. McKenney · 10 years ago
  95. c199068 rcu: Eliminate ->onoff_mutex from rcu_node structure by Paul E. McKenney · 10 years ago
  96. 0aa04b0 rcu: Process offlining and onlining only at grace-period start by Paul E. McKenney · 10 years ago
  97. cc99a31 rcu: Move rcu_report_unblock_qs_rnp() to common code by Paul E. McKenney · 10 years ago
  98. 8eb74b2 rcu: Rework preemptible expedited bitmask handling by Paul E. McKenney · 10 years ago
  99. 999c286 rcu: Remove event tracing from rcu_cpu_notify(), used by offline CPUs by Paul E. McKenney · 10 years ago
  100. 37745d2 rcu: Provide diagnostic option to slow down grace-period initialization by Paul E. McKenney · 10 years ago