1. ceb354b smp/hotplug: Move unparking of percpu threads to the control CPU by Thomas Gleixner · 7 years ago
  2. 68435b0 cpu-hotplug: Keep atleast 1 online and un-isolated CPU by Pavankumar Kondeti · 7 years ago
  3. 0c8eb95 Merge "kernel: cpu: Handle hotplug failure for state CPUHP_AP_IDLE_DEAD" by Linux Build Service Account · 7 years ago
  4. 5ec3ec1 kernel: cpu: send CPU_UP_CANCELLED notifcation by Channagoud Kadabi · 7 years ago
  5. bd019ce kernel: cpu: Handle hotplug failure for state CPUHP_AP_IDLE_DEAD by Channagoud Kadabi · 7 years ago
  6. 355cae8 Merge remote-tracking branch '4.9/tmp-da3493c' into 4.9 by Kyle Yan · 7 years ago
  7. da3493c Merge 4.9.32 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  8. 106c77e cpu/hotplug: Drop the device lock on error by Sebastian Andrzej Siewior · 7 years ago
  9. cb397d6 Merge remote-tracking branch '4.9/tmp-95c782a' into msm-4.9 by Kyle Yan · 7 years ago
  10. 95c782a Merge 4.9.27 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  11. 7ad6de4 cpu/hotplug: Serialize callback invocations proper by Sebastian Andrzej Siewior · 7 years ago
  12. 657ad05 cpu-hotplug: Fix false error message in cpu_up() by Pavankumar Kondeti · 7 years ago
  13. b305880 cpu-hotplug: Always use real time scheduling when hotplugging a CPU by Syed Rameez Mustafa · 7 years ago
  14. 8810e5f Merge remote-tracking branch 'origin/tmp-dcb6110' into 4.8 by Channagoud Kadabi · 7 years ago
  15. 99cd46a cpumask: Add cpu isolation support by Olav Haugan · 8 years ago
  16. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 7 years ago
  17. 49d0e06 ANDROID: cpu: send KOBJ_ONLINE event when enabling cpus by Thierry Strudel · 8 years ago
  18. 5ee3412 ANDROID: Move x86_64 idle notifiers to generic by Todd Poynor · 13 years ago
  19. 56eaecc hotplug: Make register and unregister notifier API symmetric by Michal Hocko · 7 years ago
  20. 0c3610e ANDROID: cpu: send KOBJ_ONLINE event when enabling cpus by Thierry Strudel · 8 years ago
  21. ef07e9e4 Move x86_64 idle notifiers to generic by Todd Poynor · 13 years ago
  22. a705e07 cpu/hotplug: Use distinct name for cpu_hotplug.dep_map by Joonas Lahtinen · 8 years ago
  23. 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
  24. 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
  25. 6731d4f slab: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  26. e6d4989 relayfs: Convert to hotplug state machine by Richard Weinberger · 8 years ago
  27. ee1e714 cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifier by Thomas Gleixner · 8 years ago
  28. 677f664 cpu/hotplug: Make state names consistent by Thomas Gleixner · 8 years ago
  29. 3c1627e cpu/hotplug: Replace anon union by Thomas Gleixner · 8 years ago
  30. 01b4115 cpu/hotplug: Handle unbalanced hotplug enable/disable by Lianwei Wang · 8 years ago
  31. cf392d1 cpu/hotplug: Add multi instance support by Thomas Gleixner · 8 years ago
  32. a724632 cpu/hotplug: Rework callback invocation logic by Thomas Gleixner · 8 years ago
  33. d391e55 cpu/hotplug: Allow suspend/resume CPU to be specified by James Morse · 8 years ago
  34. 0c6d457 cpu/hotplug: Get rid of CPU_STARTING reference by Sebastian Andrzej Siewior · 8 years ago
  35. 7ec99de rcu: Provide exact CPU-online tracking for RCU by Paul E. McKenney · 8 years ago
  36. aa87717 cpu/hotplug: Prevent alloc/free of irq descriptors during CPU up/down (again) by Boris Ostrovsky · 8 years ago
  37. 4fae16d timers/core: Correct callback order during CPU hot plug by Richard Cochran · 8 years ago
  38. 4df8374 rcu: Convert rcutree to hotplug state machine by Thomas Gleixner · 8 years ago
  39. 31487f8 smp/cfd: Convert core to hotplug state machine by Richard Weinberger · 8 years ago
  40. 24f73b9 timers/core: Convert to hotplug state machine by Richard Cochran · 8 years ago
  41. 27590dc hrtimer: Convert to hotplug state machine by Thomas Gleixner · 8 years ago
  42. 7ee681b workqueue: Convert to state machine callbacks by Thomas Gleixner · 8 years ago
  43. 00e16c3 perf/core: Convert to hotplug state machine by Thomas Gleixner · 8 years ago
  44. 6a4e245 cpu/hotplug: Handle early registration gracefully by Thomas Gleixner · 8 years ago
  45. a7c73414 cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds scribble by Thomas Gleixner · 8 years ago
  46. aaddd7d sched/hotplug: Make activate() the last hotplug step by Thomas Gleixner · 8 years ago
  47. f2785dd sched/hotplug: Move migration CPU_DYING to sched_cpu_dying() by Thomas Gleixner · 8 years ago
  48. b2454ca sched/hotplug: Move sync_rcu to be with set_cpu_active(false) by Peter Zijlstra · 8 years ago
  49. 40190a7 sched/hotplug: Convert cpu_[in]active notifiers to state machine by Thomas Gleixner · 8 years ago
  50. 9cf7243 sched: Make set_cpu_rq_start_time() a built in hotplug state by Thomas Gleixner · 8 years ago
  51. 3b9d6da cpu/hotplug: Fix rollback during error-out in __cpu_disable() by Sebastian Andrzej Siewior · 8 years ago
  52. d10ef6f cpu/hotplug: Document states better by Thomas Gleixner · 8 years ago
  53. 2a58c52 cpu/hotplug: Fix smpboot thread ordering by Thomas Gleixner · 8 years ago
  54. 5d8eb84 cpu/hotplug: Remove redundant state check by Thomas Gleixner · 8 years ago
  55. 71f87b2 cpu/hotplug: Plug death reporting race by Thomas Gleixner · 8 years ago
  56. 27d50c7 rcu: Make CPU_DYING_IDLE an explicit call by Thomas Gleixner · 8 years ago
  57. e69aab1 cpu/hotplug: Make wait for dead cpu completion based by Thomas Gleixner · 8 years ago
  58. 8df3e07 cpu/hotplug: Let upcoming cpu bring itself fully up by Thomas Gleixner · 8 years ago
  59. 1cf4f62 cpu/hotplug: Move online calls to hotplugged cpu by Thomas Gleixner · 8 years ago
  60. 4cb28ce cpu/hotplug: Create hotplug threads by Thomas Gleixner · 8 years ago
  61. 2e1a348 cpu/hotplug: Split out the state walk into functions by Thomas Gleixner · 8 years ago
  62. 931ef16 cpu/hotplug: Unpark smpboot threads from the state machine by Thomas Gleixner · 8 years ago
  63. 949338e cpu/hotplug: Move scheduler cpu_online notifier to hotplug core by Thomas Gleixner · 8 years ago
  64. 5b7aa87 cpu/hotplug: Implement setup/removal interface by Thomas Gleixner · 8 years ago
  65. 757c989 cpu/hotplug: Make target state writeable by Thomas Gleixner · 8 years ago
  66. 98f8cdc cpu/hotplug: Add sysfs state interface by Thomas Gleixner · 8 years ago
  67. af1f404 cpu/hotplug: Hand in target state to _cpu_up/down by Thomas Gleixner · 8 years ago
  68. 4baa0af cpu/hotplug: Convert the hotplugged cpu work to a state machine by Thomas Gleixner · 8 years ago
  69. cff7d37 cpu/hotplug: Convert to a state machine for the control processor by Thomas Gleixner · 8 years ago
  70. 9845817 cpu/hotplug: Split out cpu down functions by Thomas Gleixner · 8 years ago
  71. ba99746 cpu/hotplug: Restructure cpu_up code by Thomas Gleixner · 8 years ago
  72. 090e77c cpu/hotplug: Restructure FROZEN state handling by Thomas Gleixner · 8 years ago
  73. 9425676 kernel/cpu.c: make set_cpu_* static inlines by Rasmus Villemoes · 8 years ago
  74. 5aec01b kernel/cpu.c: eliminate cpu_*_mask by Rasmus Villemoes · 8 years ago
  75. 4b804c8 kernel/cpu.c: export __cpu_*_mask by Rasmus Villemoes · 8 years ago
  76. c4c54dd kernel/cpu.c: change type of cpu_possible_bits and friends by Rasmus Villemoes · 8 years ago
  77. 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
  78. 07f06cb sched: Start stopper early by Peter Zijlstra · 9 years ago
  79. c00166d stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unpark() by Oleg Nesterov · 9 years ago
  80. 233e7f2 stop_machine: Ensure that a queued callback will be called before cpu_stop_park() by Oleg Nesterov · 9 years ago
  81. 02ef3c4 cpu: Remove try_get_online_cpus() by Paul E. McKenney · 9 years ago
  82. a75a606 cpu/hotplug: Read_lock(tasklist_lock) doesn't need to disable irqs by Oleg Nesterov · 9 years ago
  83. 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
  84. 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
  85. 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
  86. 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
  87. 71cf5ae kernel, cpu: Remove bogus __ref annotations by Mathias Krause · 9 years ago
  88. 32145c4 cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disable by Vitaly Kuznetsov · 9 years ago
  89. 89af7ba cpu-hotplug: convert cpu_hotplug_disabled to a counter by Vitaly Kuznetsov · 9 years ago
  90. 7eeb088 stop_machine: Unexport __stop_machine() by Oleg Nesterov · 9 years ago
  91. 779de6c cpu: Wait for RCU grace periods concurrently by Paul E. McKenney · 9 years ago
  92. ce0d3c0 genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for now by Thomas Gleixner · 9 years ago
  93. a899418 hotplug: Prevent alloc/free of irq descriptors during cpu up/down by Thomas Gleixner · 9 years ago
  94. 927da9d cpu: Remove new instance of __cpuinit that crept back in by Paul Gortmaker · 9 years ago
  95. 64eaf974 cpu: Handle smpboot_unpark_threads() uniformly by Paul E. McKenney · 9 years ago
  96. 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
  97. 00df35f cpu: Defer smpboot kthread unparking until CPU known to scheduler by Paul E. McKenney · 9 years ago
  98. a49b116 clockevents: Cleanup dead cpu explicitely by Thomas Gleixner · 9 years ago
  99. 52c063d clockevents: Make tick handover explicit by Thomas Gleixner · 9 years ago
  100. 345527b clockevents: Fix cpu_down() race for hrtimer based broadcasting by Preeti U Murthy · 9 years ago