1. cea92e8 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  2. 26456f8 timers: Reinitialize per cpu bases on hotplug by Thomas Gleixner · 7 years ago
  3. 76dc6c0 cpu/hotplug: Move inline keyword at the beginning of declaration by Mathieu Malaterre · 7 years ago
  4. 4b43a3b Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  5. 5b1ead6 cpu/hotplug: Fix state name in takedown_cpu() comment by Brendan Jackman · 7 years ago
  6. 46febd3 smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct place by Lai Jiangshan · 7 years ago
  7. 1f7c70d cpu/hotplug: Reset node state after operation by Thomas Gleixner · 7 years ago
  8. 27efed3 Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  9. 1db4948 smp/hotplug: Hotplug state fail injection by Peter Zijlstra · 7 years ago
  10. 5ebe774 smp/hotplug: Differentiate the AP completion between up and down by Peter Zijlstra · 7 years ago
  11. 5f4b55e smp/hotplug: Differentiate the AP-work lockdep class between up and down by Peter Zijlstra · 7 years ago
  12. 724a868 smp/hotplug: Callback vs state-machine consistency by Peter Zijlstra · 7 years ago
  13. 4dddfb5 smp/hotplug: Rewrite AP state machine core by Peter Zijlstra · 7 years ago
  14. 96abb96 smp/hotplug: Allow external multi-instance rollback by Peter Zijlstra · 7 years ago
  15. 941154b watchdog/hardlockup/perf: Prevent CPU hotplug deadlock by Thomas Gleixner · 7 years ago
  16. d725c7a Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  17. a58163d rcu: Migrate callbacks earlier in the CPU-offline timeline by Paul E. McKenney · 8 years ago
  18. 0c96b27 smp/hotplug: Handle removal correctly in cpuhp_store_callbacks() by Ethan Barnes · 7 years ago
  19. dea1d0f smp/hotplug: Replace BUG_ON and react useful by Thomas Gleixner · 7 years ago
  20. 9cd4f1a smp/hotplug: Move unparking of percpu threads to the control CPU by Thomas Gleixner · 8 years ago
  21. 9a9594e Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  22. 993647a cpu/hotplug: Constify attribute_group structures by Arvind Yadav · 8 years ago
  23. c5cb83b genirq/cpuhotplug: Handle managed IRQs on CPU hotplug by Thomas Gleixner · 8 years ago
  24. 57de721 cpu/hotplug: Remove unused check_for_tasks() function by Arnd Bergmann · 8 years ago
  25. 40da1b1 cpu/hotplug: Drop the device lock on error by Sebastian Andrzej Siewior · 8 years ago
  26. 49dfe2a cpuhotplug: Link lock stacks for hotplug callbacks by Thomas Gleixner · 8 years ago
  27. fc8dffd cpu/hotplug: Convert hotplug locking to percpu rwsem by Thomas Gleixner · 8 years ago
  28. 210e213 cpu/hotplug: Use stop_machine_cpuslocked() in takedown_cpu() by Sebastian Andrzej Siewior · 8 years ago
  29. 9805c67 cpu/hotplug: Add __cpuhp_state_add_instance_cpuslocked() by Thomas Gleixner · 8 years ago
  30. 71def42 cpu/hotplug: Provide cpuhp_setup/remove_state[_nocalls]_cpuslocked() by Sebastian Andrzej Siewior · 8 years ago
  31. 8f553c4 cpu/hotplug: Provide cpus_read|write_[un]lock() by Thomas Gleixner · 8 years ago
  32. 0ba78a9 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  33. 8ce371f lockdep: Fix per-cpu static objects by Peter Zijlstra · 8 years ago
  34. dc434e05 cpu/hotplug: Serialize callback invocations proper by Sebastian Andrzej Siewior · 8 years ago
  35. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  36. ef8bd77 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h> by Ingo Molnar · 8 years ago
  37. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  38. 0fec955 cpu/hotplug: Remove unused but set variable in _cpu_down() by Tobias Klauser · 8 years ago
  39. 4205e47 cpu/hotplug: Provide dynamic range for prepare stage by Thomas Gleixner · 8 years ago
  40. b9d9d69 smp/hotplug: Undo tglxs brainfart by Thomas Gleixner · 8 years ago
  41. 530e9b7 cpu/hotplug: Remove obsolete cpu hotplug register/unregister functions by Thomas Gleixner · 8 years ago
  42. dc280d93 cpu/hotplug: Prevent overwriting of callbacks by Thomas Gleixner · 8 years ago
  43. 512f098 cpu/hotplug: Clarify description of __cpuhp_setup_state() return value by Boris Ostrovsky · 8 years ago
  44. 777c6e0 hotplug: Make register and unregister notifier API symmetric by Michal Hocko · 8 years ago
  45. a705e07 cpu/hotplug: Use distinct name for cpu_hotplug.dep_map by Joonas Lahtinen · 8 years ago
  46. 597f03f Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  47. 4b97893 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  48. 6731d4f slab: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  49. e6d4989 relayfs: Convert to hotplug state machine by Richard Weinberger · 8 years ago
  50. ee1e714 cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifier by Thomas Gleixner · 8 years ago
  51. 677f664 cpu/hotplug: Make state names consistent by Thomas Gleixner · 8 years ago
  52. 3c1627e cpu/hotplug: Replace anon union by Thomas Gleixner · 8 years ago
  53. 01b4115 cpu/hotplug: Handle unbalanced hotplug enable/disable by Lianwei Wang · 9 years ago
  54. cf392d1 cpu/hotplug: Add multi instance support by Thomas Gleixner · 8 years ago
  55. a724632 cpu/hotplug: Rework callback invocation logic by Thomas Gleixner · 8 years ago
  56. d391e55 cpu/hotplug: Allow suspend/resume CPU to be specified by James Morse · 8 years ago
  57. 0c6d457 cpu/hotplug: Get rid of CPU_STARTING reference by Sebastian Andrzej Siewior · 8 years ago
  58. 7ec99de rcu: Provide exact CPU-online tracking for RCU by Paul E. McKenney · 9 years ago
  59. aa87717 cpu/hotplug: Prevent alloc/free of irq descriptors during CPU up/down (again) by Boris Ostrovsky · 8 years ago
  60. 4fae16d timers/core: Correct callback order during CPU hot plug by Richard Cochran · 8 years ago
  61. 4df8374 rcu: Convert rcutree to hotplug state machine by Thomas Gleixner · 8 years ago
  62. 31487f8 smp/cfd: Convert core to hotplug state machine by Richard Weinberger · 8 years ago
  63. 24f73b9 timers/core: Convert to hotplug state machine by Richard Cochran · 8 years ago
  64. 27590dc hrtimer: Convert to hotplug state machine by Thomas Gleixner · 8 years ago
  65. 7ee681b workqueue: Convert to state machine callbacks by Thomas Gleixner · 8 years ago
  66. 00e16c3 perf/core: Convert to hotplug state machine by Thomas Gleixner · 8 years ago
  67. 6a4e245 cpu/hotplug: Handle early registration gracefully by Thomas Gleixner · 8 years ago
  68. a7c73414 cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds scribble by Thomas Gleixner · 8 years ago
  69. aaddd7d sched/hotplug: Make activate() the last hotplug step by Thomas Gleixner · 9 years ago
  70. f2785dd sched/hotplug: Move migration CPU_DYING to sched_cpu_dying() by Thomas Gleixner · 9 years ago
  71. b2454ca sched/hotplug: Move sync_rcu to be with set_cpu_active(false) by Peter Zijlstra · 9 years ago
  72. 40190a7 sched/hotplug: Convert cpu_[in]active notifiers to state machine by Thomas Gleixner · 9 years ago
  73. 9cf7243 sched: Make set_cpu_rq_start_time() a built in hotplug state by Thomas Gleixner · 9 years ago
  74. 3b9d6da cpu/hotplug: Fix rollback during error-out in __cpu_disable() by Sebastian Andrzej Siewior · 9 years ago
  75. d10ef6f cpu/hotplug: Document states better by Thomas Gleixner · 9 years ago
  76. 2a58c52 cpu/hotplug: Fix smpboot thread ordering by Thomas Gleixner · 9 years ago
  77. 5d8eb84 cpu/hotplug: Remove redundant state check by Thomas Gleixner · 9 years ago
  78. 71f87b2 cpu/hotplug: Plug death reporting race by Thomas Gleixner · 9 years ago
  79. 27d50c7 rcu: Make CPU_DYING_IDLE an explicit call by Thomas Gleixner · 9 years ago
  80. e69aab1 cpu/hotplug: Make wait for dead cpu completion based by Thomas Gleixner · 9 years ago
  81. 8df3e07 cpu/hotplug: Let upcoming cpu bring itself fully up by Thomas Gleixner · 9 years ago
  82. 1cf4f62 cpu/hotplug: Move online calls to hotplugged cpu by Thomas Gleixner · 9 years ago
  83. 4cb28ce cpu/hotplug: Create hotplug threads by Thomas Gleixner · 9 years ago
  84. 2e1a348 cpu/hotplug: Split out the state walk into functions by Thomas Gleixner · 9 years ago
  85. 931ef16 cpu/hotplug: Unpark smpboot threads from the state machine by Thomas Gleixner · 9 years ago
  86. 949338e cpu/hotplug: Move scheduler cpu_online notifier to hotplug core by Thomas Gleixner · 9 years ago
  87. 5b7aa87 cpu/hotplug: Implement setup/removal interface by Thomas Gleixner · 9 years ago
  88. 757c989 cpu/hotplug: Make target state writeable by Thomas Gleixner · 9 years ago
  89. 98f8cdc cpu/hotplug: Add sysfs state interface by Thomas Gleixner · 9 years ago
  90. af1f404 cpu/hotplug: Hand in target state to _cpu_up/down by Thomas Gleixner · 9 years ago
  91. 4baa0af cpu/hotplug: Convert the hotplugged cpu work to a state machine by Thomas Gleixner · 9 years ago
  92. cff7d37 cpu/hotplug: Convert to a state machine for the control processor by Thomas Gleixner · 9 years ago
  93. 9845817 cpu/hotplug: Split out cpu down functions by Thomas Gleixner · 9 years ago
  94. ba99746 cpu/hotplug: Restructure cpu_up code by Thomas Gleixner · 9 years ago
  95. 090e77c cpu/hotplug: Restructure FROZEN state handling by Thomas Gleixner · 9 years ago
  96. 9425676 kernel/cpu.c: make set_cpu_* static inlines by Rasmus Villemoes · 9 years ago
  97. 5aec01b kernel/cpu.c: eliminate cpu_*_mask by Rasmus Villemoes · 9 years ago
  98. 4b804c8 kernel/cpu.c: export __cpu_*_mask by Rasmus Villemoes · 9 years ago
  99. c4c54dd kernel/cpu.c: change type of cpu_possible_bits and friends by Rasmus Villemoes · 9 years ago
  100. 5352869 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago