1. 8df3e07 cpu/hotplug: Let upcoming cpu bring itself fully up by Thomas Gleixner · 8 years ago
  2. 1cf4f62 cpu/hotplug: Move online calls to hotplugged cpu by Thomas Gleixner · 8 years ago
  3. 4cb28ce cpu/hotplug: Create hotplug threads by Thomas Gleixner · 8 years ago
  4. 2e1a348 cpu/hotplug: Split out the state walk into functions by Thomas Gleixner · 8 years ago
  5. 931ef16 cpu/hotplug: Unpark smpboot threads from the state machine by Thomas Gleixner · 8 years ago
  6. 949338e cpu/hotplug: Move scheduler cpu_online notifier to hotplug core by Thomas Gleixner · 8 years ago
  7. 5b7aa87 cpu/hotplug: Implement setup/removal interface by Thomas Gleixner · 8 years ago
  8. 757c989 cpu/hotplug: Make target state writeable by Thomas Gleixner · 8 years ago
  9. 98f8cdc cpu/hotplug: Add sysfs state interface by Thomas Gleixner · 8 years ago
  10. af1f404 cpu/hotplug: Hand in target state to _cpu_up/down by Thomas Gleixner · 8 years ago
  11. 4baa0af cpu/hotplug: Convert the hotplugged cpu work to a state machine by Thomas Gleixner · 8 years ago
  12. cff7d37 cpu/hotplug: Convert to a state machine for the control processor by Thomas Gleixner · 8 years ago
  13. 9845817 cpu/hotplug: Split out cpu down functions by Thomas Gleixner · 8 years ago
  14. ba99746 cpu/hotplug: Restructure cpu_up code by Thomas Gleixner · 8 years ago
  15. 090e77c cpu/hotplug: Restructure FROZEN state handling by Thomas Gleixner · 8 years ago
  16. 9425676 kernel/cpu.c: make set_cpu_* static inlines by Rasmus Villemoes · 8 years ago
  17. 5aec01b kernel/cpu.c: eliminate cpu_*_mask by Rasmus Villemoes · 8 years ago
  18. 4b804c8 kernel/cpu.c: export __cpu_*_mask by Rasmus Villemoes · 8 years ago
  19. c4c54dd kernel/cpu.c: change type of cpu_possible_bits and friends by Rasmus Villemoes · 8 years ago
  20. 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
  21. 07f06cb sched: Start stopper early by Peter Zijlstra · 9 years ago
  22. c00166d stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unpark() by Oleg Nesterov · 9 years ago
  23. 233e7f2 stop_machine: Ensure that a queued callback will be called before cpu_stop_park() by Oleg Nesterov · 9 years ago
  24. 02ef3c4 cpu: Remove try_get_online_cpus() by Paul E. McKenney · 9 years ago
  25. a75a606 cpu/hotplug: Read_lock(tasklist_lock) doesn't need to disable irqs by Oleg Nesterov · 9 years ago
  26. 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
  27. 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
  28. 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
  29. 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
  30. 71cf5ae kernel, cpu: Remove bogus __ref annotations by Mathias Krause · 9 years ago
  31. 32145c4 cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disable by Vitaly Kuznetsov · 9 years ago
  32. 89af7ba cpu-hotplug: convert cpu_hotplug_disabled to a counter by Vitaly Kuznetsov · 9 years ago
  33. 7eeb088 stop_machine: Unexport __stop_machine() by Oleg Nesterov · 9 years ago
  34. 779de6c cpu: Wait for RCU grace periods concurrently by Paul E. McKenney · 9 years ago
  35. ce0d3c0 genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for now by Thomas Gleixner · 9 years ago
  36. a899418 hotplug: Prevent alloc/free of irq descriptors during cpu up/down by Thomas Gleixner · 9 years ago
  37. 927da9d cpu: Remove new instance of __cpuinit that crept back in by Paul Gortmaker · 9 years ago
  38. 64eaf974 cpu: Handle smpboot_unpark_threads() uniformly by Paul E. McKenney · 9 years ago
  39. 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
  40. 00df35f cpu: Defer smpboot kthread unparking until CPU known to scheduler by Paul E. McKenney · 9 years ago
  41. a49b116 clockevents: Cleanup dead cpu explicitely by Thomas Gleixner · 9 years ago
  42. 52c063d clockevents: Make tick handover explicit by Thomas Gleixner · 9 years ago
  43. 345527b clockevents: Fix cpu_down() race for hrtimer based broadcasting by Preeti U Murthy · 9 years ago
  44. 528a25b cpu: Make CPU-offline idle-loop transition point more precise by Paul E. McKenney · 9 years ago
  45. 87af9e7 hotplugcpu: Avoid deadlocks by waking active_writer by David Hildenbrand · 10 years ago
  46. 62db99f cpu: Avoid puts_pending overflow by Paul E. McKenney · 10 years ago
  47. b2c4623 rcu: More on deadlock between CPU hotplug and expedited grace periods by Paul E. McKenney · 10 years ago
  48. dd56af4 rcu: Eliminate deadlock between CPU hotplug and expedited grace periods by Paul E. McKenney · 10 years ago
  49. b728ca0 sched: Rework check_for_tasks() by Kirill Tkhai · 10 years ago
  50. 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
  51. d715a22 Merge branch 'pm-sleep' by Rafael J. Wysocki · 10 years ago
  52. bb3632c PM / sleep: trace events for suspend/resume by Todd E Brandt · 10 years ago
  53. 84117da kernel/cpu.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  54. 6acbfb9 sched: Fix hotplug vs. set_cpus_allowed_ptr() by Lai Jiangshan · 10 years ago
  55. 93ae4f9 CPU hotplug: Provide lockless versions of callback registration functions by Srivatsa S. Bhat · 10 years ago
  56. a19423b CPU hotplug: Add lockdep annotations to get/put_online_cpus() by Gautham R. Shenoy · 10 years ago
  57. 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
  58. 106dd5a sched: Fix endless sync_sched/rcu() loop inside _cpu_down() by Michael wang · 11 years ago
  59. 01b0f19 cpu/mem hotplug: add try_online_node() for cpu_up() by Toshi Kani · 11 years ago
  60. 6acce3e sched: Remove get_online_cpus() usage by Peter Zijlstra · 11 years ago
  61. b9d10be ACPI / processor: Acquire writer lock to update CPU maps by Toshi Kani · 11 years ago
  62. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 11 years ago
  63. 16e53db CPU hotplug: provide a generic helper to disable/enable CPU hotplug by Srivatsa S. Bhat · 11 years ago
  64. 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
  65. 14e568e stop_machine: Use smpboot threads by Thomas Gleixner · 11 years ago
  66. 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 12 years ago
  67. 74b8423 Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  68. 5e5041f ACPI / processor: prevent cpu from becoming online by Yasuaki Ishimatsu · 12 years ago
  69. 6e32d47 kernel/cpu.c: Add comment for priority in cpu_hotplug_pm_callback by Fenghua Yu · 12 years ago
  70. 075663d CPU hotplug, debug: detect imbalance between get_online_cpus() and put_online_cpus() by Srivatsa S. Bhat · 12 years ago
  71. 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
  72. 816afe4 x86/smp: Don't ever patch back to UP if we unplug cpus by Rusty Russell · 12 years ago
  73. f97f8f0 smpboot: Provide infrastructure for percpu hotplug threads by Thomas Gleixner · 12 years ago
  74. 9adb62a mm/hotplug: correctly setup fallback zonelists when creating new pgdat by Jiang Liu · 12 years ago
  75. e4cc2f8 kernel/cpu.c: document clear_tasks_mm_cpumask() by Anton Vorontsov · 12 years ago
  76. cb79295 cpu: introduce clear_tasks_mm_cpumask() helper by Anton Vorontsov · 12 years ago
  77. 3bb5d2e smp, idle: Allocate idle thread for each possible cpu during boot by Suresh Siddha · 12 years ago
  78. 29d5e04 smp: Provide generic idle thread allocation by Thomas Gleixner · 12 years ago
  79. 38498a6 smp: Add generic smpboot facility by Thomas Gleixner · 12 years ago
  80. 8239c25 smp: Add task_struct argument to __cpu_up() by Thomas Gleixner · 12 years ago
  81. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  82. 0db49b7 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  83. 6486163 [S390] cputime: add sparse checking and cleanup by Martin Schwidefsky · 12 years ago
  84. a513f6b cpu: Export cpu_up() by Paul E. McKenney · 13 years ago
  85. d7268a3 CPU: Add right qualifiers for alloc_frozen_cpus() and cpu_hotplug_pm_sync_init() by Fenghua Yu · 13 years ago
  86. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  87. 79cfbdf PM / Sleep: Fix race between CPU hotplug and freezer by Srivatsa S. Bhat · 13 years ago
  88. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  89. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  90. 4d51985 kernel/cpu.c: fix many errors related to style. by Michael Rodriguez · 13 years ago
  91. 47935a7 Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-for-linus', 'x86-paravirt-for-linus', 'core-locking-for-linus' and 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  92. 3fb82d5 x86, suspend: Avoid unnecessary smp alternatives switch during suspend/resume by Suresh Siddha · 14 years ago
  93. 51a96c7 cpu: Remove incorrect BUG_ON by Peter Zijlstra · 14 years ago
  94. 2e01f47 cpu: Remove unused variable by Dhaval Giani · 14 years ago
  95. 48c5cca sched: Simplify cpu-hot-unplug task migration by Peter Zijlstra · 14 years ago
  96. 3a101d0 sched: adjust when cpu_active and cpuset configurations are updated during cpu on/offlining by Tejun Heo · 14 years ago
  97. 5c113fb fix cpu_chain section mismatch... by Daniel J Blueman · 14 years ago
  98. e9a5f42 CPU: Avoid using unititialized error variable in disable_nonboot_cpus() by Rafael J. Wysocki · 14 years ago
  99. 00b9b0a Avoid warning when CPU hotplug isn't enabled by Linus Torvalds · 14 years ago
  100. 79a6cde cpuhotplug: do not need cpu_hotplug_begin() when CONFIG_HOTPLUG_CPU=n by Lai Jiangshan · 14 years ago