1. d391e55 cpu/hotplug: Allow suspend/resume CPU to be specified by James Morse · 8 years ago
  2. 4fae16d timers/core: Correct callback order during CPU hot plug by Richard Cochran · 8 years ago
  3. 4df8374 rcu: Convert rcutree to hotplug state machine by Thomas Gleixner · 8 years ago
  4. 31487f8 smp/cfd: Convert core to hotplug state machine by Richard Weinberger · 8 years ago
  5. 24f73b9 timers/core: Convert to hotplug state machine by Richard Cochran · 8 years ago
  6. 27590dc hrtimer: Convert to hotplug state machine by Thomas Gleixner · 8 years ago
  7. 7ee681b workqueue: Convert to state machine callbacks by Thomas Gleixner · 8 years ago
  8. 00e16c3 perf/core: Convert to hotplug state machine by Thomas Gleixner · 8 years ago
  9. 6a4e245 cpu/hotplug: Handle early registration gracefully by Thomas Gleixner · 8 years ago
  10. a7c73414 cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds scribble by Thomas Gleixner · 8 years ago
  11. aaddd7d sched/hotplug: Make activate() the last hotplug step by Thomas Gleixner · 8 years ago
  12. f2785dd sched/hotplug: Move migration CPU_DYING to sched_cpu_dying() by Thomas Gleixner · 8 years ago
  13. b2454ca sched/hotplug: Move sync_rcu to be with set_cpu_active(false) by Peter Zijlstra · 8 years ago
  14. 40190a7 sched/hotplug: Convert cpu_[in]active notifiers to state machine by Thomas Gleixner · 8 years ago
  15. 9cf7243 sched: Make set_cpu_rq_start_time() a built in hotplug state by Thomas Gleixner · 8 years ago
  16. 3b9d6da cpu/hotplug: Fix rollback during error-out in __cpu_disable() by Sebastian Andrzej Siewior · 8 years ago
  17. d10ef6f cpu/hotplug: Document states better by Thomas Gleixner · 8 years ago
  18. 2a58c52 cpu/hotplug: Fix smpboot thread ordering by Thomas Gleixner · 8 years ago
  19. 5d8eb84 cpu/hotplug: Remove redundant state check by Thomas Gleixner · 8 years ago
  20. 71f87b2 cpu/hotplug: Plug death reporting race by Thomas Gleixner · 8 years ago
  21. 27d50c7 rcu: Make CPU_DYING_IDLE an explicit call by Thomas Gleixner · 8 years ago
  22. e69aab1 cpu/hotplug: Make wait for dead cpu completion based by Thomas Gleixner · 8 years ago
  23. 8df3e07 cpu/hotplug: Let upcoming cpu bring itself fully up by Thomas Gleixner · 8 years ago
  24. 1cf4f62 cpu/hotplug: Move online calls to hotplugged cpu by Thomas Gleixner · 8 years ago
  25. 4cb28ce cpu/hotplug: Create hotplug threads by Thomas Gleixner · 8 years ago
  26. 2e1a348 cpu/hotplug: Split out the state walk into functions by Thomas Gleixner · 8 years ago
  27. 931ef16 cpu/hotplug: Unpark smpboot threads from the state machine by Thomas Gleixner · 8 years ago
  28. 949338e cpu/hotplug: Move scheduler cpu_online notifier to hotplug core by Thomas Gleixner · 8 years ago
  29. 5b7aa87 cpu/hotplug: Implement setup/removal interface by Thomas Gleixner · 8 years ago
  30. 757c989 cpu/hotplug: Make target state writeable by Thomas Gleixner · 8 years ago
  31. 98f8cdc cpu/hotplug: Add sysfs state interface by Thomas Gleixner · 8 years ago
  32. af1f404 cpu/hotplug: Hand in target state to _cpu_up/down by Thomas Gleixner · 8 years ago
  33. 4baa0af cpu/hotplug: Convert the hotplugged cpu work to a state machine by Thomas Gleixner · 8 years ago
  34. cff7d37 cpu/hotplug: Convert to a state machine for the control processor by Thomas Gleixner · 8 years ago
  35. 9845817 cpu/hotplug: Split out cpu down functions by Thomas Gleixner · 8 years ago
  36. ba99746 cpu/hotplug: Restructure cpu_up code by Thomas Gleixner · 8 years ago
  37. 090e77c cpu/hotplug: Restructure FROZEN state handling by Thomas Gleixner · 8 years ago
  38. 9425676 kernel/cpu.c: make set_cpu_* static inlines by Rasmus Villemoes · 8 years ago
  39. 5aec01b kernel/cpu.c: eliminate cpu_*_mask by Rasmus Villemoes · 8 years ago
  40. 4b804c8 kernel/cpu.c: export __cpu_*_mask by Rasmus Villemoes · 8 years ago
  41. c4c54dd kernel/cpu.c: change type of cpu_possible_bits and friends by Rasmus Villemoes · 8 years ago
  42. 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
  43. 07f06cb sched: Start stopper early by Peter Zijlstra · 9 years ago
  44. c00166d stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unpark() by Oleg Nesterov · 9 years ago
  45. 233e7f2 stop_machine: Ensure that a queued callback will be called before cpu_stop_park() by Oleg Nesterov · 9 years ago
  46. 02ef3c4 cpu: Remove try_get_online_cpus() by Paul E. McKenney · 9 years ago
  47. a75a606 cpu/hotplug: Read_lock(tasklist_lock) doesn't need to disable irqs by Oleg Nesterov · 9 years ago
  48. a1d8561 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  49. 7073bc6 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  50. 1af115d Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  51. 9b9412d Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 9 years ago
  52. 71cf5ae kernel, cpu: Remove bogus __ref annotations by Mathias Krause · 9 years ago
  53. 32145c4 cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disable by Vitaly Kuznetsov · 9 years ago
  54. 89af7ba cpu-hotplug: convert cpu_hotplug_disabled to a counter by Vitaly Kuznetsov · 9 years ago
  55. 7eeb088 stop_machine: Unexport __stop_machine() by Oleg Nesterov · 9 years ago
  56. 779de6c cpu: Wait for RCU grace periods concurrently by Paul E. McKenney · 9 years ago
  57. ce0d3c0 genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for now by Thomas Gleixner · 9 years ago
  58. a899418 hotplug: Prevent alloc/free of irq descriptors during cpu up/down by Thomas Gleixner · 9 years ago
  59. 927da9d cpu: Remove new instance of __cpuinit that crept back in by Paul Gortmaker · 9 years ago
  60. 64eaf974 cpu: Handle smpboot_unpark_threads() uniformly by Paul E. McKenney · 9 years ago
  61. 078838d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  62. 00df35f cpu: Defer smpboot kthread unparking until CPU known to scheduler by Paul E. McKenney · 9 years ago
  63. a49b116 clockevents: Cleanup dead cpu explicitely by Thomas Gleixner · 9 years ago
  64. 52c063d clockevents: Make tick handover explicit by Thomas Gleixner · 9 years ago
  65. 345527b clockevents: Fix cpu_down() race for hrtimer based broadcasting by Preeti U Murthy · 9 years ago
  66. 528a25b cpu: Make CPU-offline idle-loop transition point more precise by Paul E. McKenney · 9 years ago
  67. 87af9e7 hotplugcpu: Avoid deadlocks by waking active_writer by David Hildenbrand · 9 years ago
  68. 62db99f cpu: Avoid puts_pending overflow by Paul E. McKenney · 10 years ago
  69. b2c4623 rcu: More on deadlock between CPU hotplug and expedited grace periods by Paul E. McKenney · 10 years ago
  70. dd56af4 rcu: Eliminate deadlock between CPU hotplug and expedited grace periods by Paul E. McKenney · 10 years ago
  71. b728ca0 sched: Rework check_for_tasks() by Kirill Tkhai · 10 years ago
  72. 19c1940 Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  73. d715a22 Merge branch 'pm-sleep' by Rafael J. Wysocki · 10 years ago
  74. bb3632c PM / sleep: trace events for suspend/resume by Todd E Brandt · 10 years ago
  75. 84117da kernel/cpu.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  76. 6acbfb9 sched: Fix hotplug vs. set_cpus_allowed_ptr() by Lai Jiangshan · 10 years ago
  77. 93ae4f9 CPU hotplug: Provide lockless versions of callback registration functions by Srivatsa S. Bhat · 10 years ago
  78. a19423b CPU hotplug: Add lockdep annotations to get/put_online_cpus() by Gautham R. Shenoy · 10 years ago
  79. fe8a45d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  80. 106dd5a sched: Fix endless sync_sched/rcu() loop inside _cpu_down() by Michael wang · 11 years ago
  81. 01b0f19 cpu/mem hotplug: add try_online_node() for cpu_up() by Toshi Kani · 11 years ago
  82. 6acce3e sched: Remove get_online_cpus() usage by Peter Zijlstra · 11 years ago
  83. b9d10be ACPI / processor: Acquire writer lock to update CPU maps by Toshi Kani · 11 years ago
  84. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 11 years ago
  85. 16e53db CPU hotplug: provide a generic helper to disable/enable CPU hotplug by Srivatsa S. Bhat · 11 years ago
  86. bcbd818 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  87. 14e568e stop_machine: Use smpboot threads by Thomas Gleixner · 11 years ago
  88. 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 12 years ago
  89. 74b8423 Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  90. 5e5041f ACPI / processor: prevent cpu from becoming online by Yasuaki Ishimatsu · 12 years ago
  91. 6e32d47 kernel/cpu.c: Add comment for priority in cpu_hotplug_pm_callback by Fenghua Yu · 12 years ago
  92. 075663d CPU hotplug, debug: detect imbalance between get_online_cpus() and put_online_cpus() by Srivatsa S. Bhat · 12 years ago
  93. da83479 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  94. 816afe4 x86/smp: Don't ever patch back to UP if we unplug cpus by Rusty Russell · 12 years ago
  95. f97f8f0 smpboot: Provide infrastructure for percpu hotplug threads by Thomas Gleixner · 12 years ago
  96. 9adb62a mm/hotplug: correctly setup fallback zonelists when creating new pgdat by Jiang Liu · 12 years ago
  97. e4cc2f8 kernel/cpu.c: document clear_tasks_mm_cpumask() by Anton Vorontsov · 12 years ago
  98. cb79295 cpu: introduce clear_tasks_mm_cpumask() helper by Anton Vorontsov · 12 years ago
  99. 3bb5d2e smp, idle: Allocate idle thread for each possible cpu during boot by Suresh Siddha · 12 years ago
  100. 29d5e04 smp: Provide generic idle thread allocation by Thomas Gleixner · 12 years ago