1. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  2. f64c601 rcu/x86: Provide early rcu_cpu_starting() callback by Peter Zijlstra · 7 years ago
  3. 22df731 Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and 'torture.2018.05.15a' into HEAD by Paul E. McKenney · 7 years ago
  4. 034777d rcutorture: Print end-of-test state by Paul E. McKenney · 7 years ago
  5. a458360 rcu: Drop early GP request check from rcu_gp_kthread() by Paul E. McKenney · 7 years ago
  6. c193520 rcu: Simplify and inline cpu_needs_another_gp() by Paul E. McKenney · 7 years ago
  7. 384f77f rcu: The rcu_gp_cleanup() function does not need cpu_needs_another_gp() by Paul E. McKenney · 7 years ago
  8. 665f08f rcu: Make rcu_start_this_gp() check for out-of-range requests by Paul E. McKenney · 7 years ago
  9. 360e0da rcu: Add funnel locking to rcu_start_this_gp() by Paul E. McKenney · 7 years ago
  10. 41e8059 rcu: Make rcu_start_future_gp() caller select grace period by Paul E. McKenney · 7 years ago
  11. d5cd968 rcu: Inline rcu_start_gp_advanced() into rcu_start_future_gp() by Paul E. McKenney · 7 years ago
  12. a824a28 rcu: Clear request other than RCU_GP_FLAG_INIT at GP end by Paul E. McKenney · 7 years ago
  13. a508aa5 rcu: Cleanup, don't put ->completed into an int by Paul E. McKenney · 7 years ago
  14. bd7af84 rcu: Switch __rcu_process_callbacks() to rcu_accelerate_cbs() by Paul E. McKenney · 7 years ago
  15. a6058d8 rcu: Avoid __call_rcu_core() root rcu_node ->lock acquisition by Paul E. McKenney · 7 years ago
  16. ec4eacc rcu: Make rcu_migrate_callbacks wake GP kthread when needed by Paul E. McKenney · 7 years ago
  17. 6f576e2 rcu: Convert ->need_future_gp[] array to boolean by Paul E. McKenney · 7 years ago
  18. 0ae94e0 rcu: Make rcu_future_needs_gp() check all ->need_future_gps[] elements by Paul E. McKenney · 7 years ago
  19. 51af970 rcu: Avoid losing ->need_future_gp[] values due to GP start/end races by Paul E. McKenney · 7 years ago
  20. fb31340 rcu: Make rcu_gp_cleanup() more accurately predict need for new GP by Paul E. McKenney · 7 years ago
  21. 5fe0a56 rcu: Make rcu_gp_kthread() check for early-boot activity by Paul E. McKenney · 7 years ago
  22. c91a867 rcu: Add accessor macros for the ->need_future_gp[] array by Paul E. McKenney · 7 years ago
  23. 825a991 rcu: Make rcu_start_future_gp()'s grace-period check more precise by Paul E. McKenney · 7 years ago
  24. 9036c2f rcu: Improve non-root rcu_cbs_completed() accuracy by Paul E. McKenney · 7 years ago
  25. 5b4c11d rcu: Add leaf-node macros by Paul E. McKenney · 7 years ago
  26. f7194ac srcu: Add cleanup_srcu_struct_quiesced() by Paul E. McKenney · 7 years ago
  27. 1767248 rcu: Declare rcu_eqs_special_set() in public header by Yury Norov · 7 years ago
  28. 265f5f2 rcu: Update rcu_bind_gp_kthread() header comment by Paul E. McKenney · 7 years ago
  29. 0e5da22 rcu: Move __rcu_read_lock() and __rcu_read_unlock() to tree_plugin.h by Paul E. McKenney · 7 years ago
  30. cee4393 rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs() by Paul E. McKenney · 7 years ago
  31. 6fba2b3 rcu: Remove deprecated RCU debugfs tracing code by Byungchul Park · 7 years ago
  32. efcd2d5 rcu: Call wake_nocb_leader_defer() with 'FORCE' when nocb_q_count is high by Byungchul Park · 7 years ago
  33. ef12620 rcu: Don't allocate rcu_nocb_mask if no one needs it by Paul E. McKenney · 7 years ago
  34. be01b4c rcu: Inline rcu_preempt_do_callback() into its sole caller by Byungchul Park · 7 years ago
  35. 55ebfce rcu: exp: Protect all sync_rcu_preempt_exp_done() with rcu_node lock by Boqun Feng · 7 years ago
  36. 7be8c56 rcu: exp: Fix "must hold exp_mutex" comments for QS reporting functions by Boqun Feng · 7 years ago
  37. 25f3d7e rcu: Parallelize expedited grace-period initialization by Paul E. McKenney · 7 years ago
  38. 338c464 Merge branches 'fixes.2018.02.23a', 'srcu.2018.02.20a' and 'torture.2018.02.20a' into HEAD by Paul E. McKenney · 7 years ago
  39. ad7c946 rcu: Create RCU-specific workqueues with rescuers by Paul E. McKenney · 7 years ago
  40. 85ba6bf torture: Provide more sensible nreader/nwriter defaults for rcuperf by Paul E. McKenney · 7 years ago
  41. db0c1a8 rcutorture: Record which grace-period primitives are tested by Paul E. McKenney · 7 years ago
  42. f7c0e6a rcutorture: Re-enable testing of dynamic expediting by Paul E. McKenney · 7 years ago
  43. eb03399 rcutorture: Avoid fake-writer use of undefined primitives by Paul E. McKenney · 7 years ago
  44. e0d31a34c rcutorture: Abstract function and module names by Paul E. McKenney · 7 years ago
  45. 68a675d rcutorture: Replace multi-instance kzalloc() with kcalloc() by Paul E. McKenney · 7 years ago
  46. 6308f34 rcu: Remove SRCU throttling by Paul E. McKenney · 7 years ago
  47. a72da91 srcu: Remove dead code in srcu_gp_end() by Byungchul Park · 7 years ago
  48. 8ddbd88 srcu: Reduce scans of srcu_data in counter wrap check by Ildar Ismagilov · 7 years ago
  49. a35d13e srcu: Prevent sdp->srcu_gp_seq_needed_exp counter wrap by Ildar Ismagilov · 7 years ago
  50. cb4081c srcu: Abstract function name by Paul E. McKenney · 7 years ago
  51. 65963d2 rcu: Make expedited RCU CPU selection avoid unnecessary stores by Paul E. McKenney · 7 years ago
  52. 7f5d42d rcu: Trace expedited GP delays due to transitioning CPUs by Paul E. McKenney · 7 years ago
  53. 9a41420 rcu: Add more tracing of expedited grace periods by Paul E. McKenney · 7 years ago
  54. 274afd6 rcu: Fix misprint in srcu_funnel_exp_start by Ildar Ismagilov · 7 years ago
  55. a32e01e rcu: Use wrapper for lockdep asserts by Matthew Wilcox · 7 years ago
  56. 65518db rcu: Remove redundant nxttail index macro define by Liu, Changcheng · 7 years ago
  57. bfbd767 rcu: Consolidate rcu.h #ifdefs by Paul E. McKenney · 7 years ago
  58. d07aee2 rcu: More clearly identify grace-period kthread stack dump by Paul E. McKenney · 7 years ago
  59. d62df57 rcu: Remove obsolete force-quiescent-state statistics for debugfs by Paul E. McKenney · 7 years ago
  60. 01c495f rcu: Remove obsolete __rcu_pending() statistics for debugfs by Paul E. McKenney · 7 years ago
  61. 62df63e rcu: Remove obsolete callback-invocation statistics for debugfs by Paul E. McKenney · 7 years ago
  62. bec0678 rcu: Remove obsolete boost statistics for debugfs by Paul E. McKenney · 7 years ago
  63. 3caa973 rcu: Call touch_nmi_watchdog() while printing stall warnings by Tejun Heo · 7 years ago
  64. 3016611 rcu: Fix CPU offload boot message when no CPUs are offloaded by Paul E. McKenney · 7 years ago
  65. 398953e rcu: Remove unnecessary spinlock in rcu_boot_init_percpu_data() by Lihao Liang · 7 years ago
  66. 28bc6fb Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  67. 1dfa55e Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017.12.11a', 'srbd.2017.12.05a' and 'torture.2017.12.11a' into HEAD by Paul E. McKenney · 7 years ago
  68. a2f2577 torture: Eliminate torture_runnable and perf_runnable by Paul E. McKenney · 7 years ago
  69. e830273 rcutorture: Preempt RCU-preempt readers more vigorously by Paul E. McKenney · 7 years ago
  70. cc1321c torture: Reduce #ifdefs for preempt_schedule() by Paul E. McKenney · 7 years ago
  71. 84b12b7 rcu: Remove have_rcu_nocb_mask from tree_plugin.h by Rakib Mullick · 7 years ago
  72. efd88b0 rcu: Add comment giving debug strategy for double call_rcu() by Paul E. McKenney · 7 years ago
  73. 156baec rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules by Paul E. McKenney · 7 years ago
  74. d633198 srcu: Prohibit call_srcu() use under raw spinlocks by Paul E. McKenney · 7 years ago
  75. e68bbb2 rcu: Simplify rcu_eqs_{enter,exit}() non-idle task debug code by Paul E. McKenney · 7 years ago
  76. 9dd238e rcu: Fold rcu_eqs_exit_common() into rcu_eqs_exit() by Paul E. McKenney · 7 years ago
  77. 215bba9 rcu: Fold rcu_eqs_enter_common() into rcu_eqs_enter() by Paul E. McKenney · 7 years ago
  78. 2342172 rcu: Avoid ->dynticks_nesting store tearing by Paul E. McKenney · 7 years ago
  79. 914955e rcu: Stop duplicating lockdep checks in RCU's idle-entry code by Paul E. McKenney · 7 years ago
  80. dec9890 rcu: Add ->dynticks field to rcu_dyntick trace event by Paul E. McKenney · 7 years ago
  81. 84585aa rcu: Shrink ->dynticks_{nmi_,}nesting from long long to long by Paul E. McKenney · 7 years ago
  82. bd2b879 rcu: Add tracing to irq/NMI dyntick-idle transitions by Paul E. McKenney · 7 years ago
  83. 844ccdd rcu: Eliminate rcu_irq_enter_disabled() by Paul E. McKenney · 7 years ago
  84. 51a1fd3 rcu: Make ->dynticks_nesting be a simple counter by Paul E. McKenney · 7 years ago
  85. 58721f5 rcu: Define rcu_irq_{enter,exit}() in terms of rcu_nmi_{enter,exit}() by Paul E. McKenney · 7 years ago
  86. 6136d6e rcu: Clamp ->dynticks_nmi_nesting at eqs entry/exit by Paul E. McKenney · 7 years ago
  87. fd581a9 rcu: Move rcu_nmi_{enter,exit}() to prepare for consolidation by Paul E. McKenney · 7 years ago
  88. a0eb22b rcu: Reduce dyntick-idle state space by Paul E. McKenney · 7 years ago
  89. 2e672ab rcu: Avoid ->dynticks_nmi_nesting store tearing by Paul E. McKenney · 7 years ago
  90. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  91. 3e20146 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  92. 8e9a2db Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  93. 6098850 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  94. b04db8e rcu: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
  95. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  96. fd30b71 rcu: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  97. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  98. de20155 sched/isolation: Introduce housekeeping flags by Frederic Weisbecker · 7 years ago
  99. 7863406 sched/isolation: Move housekeeping related code to its own file by Frederic Weisbecker · 7 years ago
  100. 72bc286 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago