1. e4cc2f8 kernel/cpu.c: document clear_tasks_mm_cpumask() by Anton Vorontsov · 12 years ago
  2. cb79295 cpu: introduce clear_tasks_mm_cpumask() helper by Anton Vorontsov · 12 years ago
  3. 3bb5d2e smp, idle: Allocate idle thread for each possible cpu during boot by Suresh Siddha · 13 years ago
  4. 29d5e04 smp: Provide generic idle thread allocation by Thomas Gleixner · 13 years ago
  5. 38498a6 smp: Add generic smpboot facility by Thomas Gleixner · 13 years ago
  6. 8239c25 smp: Add task_struct argument to __cpu_up() by Thomas Gleixner · 13 years ago
  7. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  8. 0db49b7 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  9. 6486163 [S390] cputime: add sparse checking and cleanup by Martin Schwidefsky · 13 years ago
  10. a513f6b cpu: Export cpu_up() by Paul E. McKenney · 13 years ago
  11. d7268a3 CPU: Add right qualifiers for alloc_frozen_cpus() and cpu_hotplug_pm_sync_init() by Fenghua Yu · 13 years ago
  12. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  13. 79cfbdf PM / Sleep: Fix race between CPU hotplug and freezer by Srivatsa S. Bhat · 13 years ago
  14. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  15. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  16. 4d51985 kernel/cpu.c: fix many errors related to style. by Michael Rodriguez · 14 years ago
  17. 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 · 14 years ago
  18. 3fb82d5 x86, suspend: Avoid unnecessary smp alternatives switch during suspend/resume by Suresh Siddha · 14 years ago
  19. 51a96c7 cpu: Remove incorrect BUG_ON by Peter Zijlstra · 14 years ago
  20. 2e01f47 cpu: Remove unused variable by Dhaval Giani · 14 years ago
  21. 48c5cca sched: Simplify cpu-hot-unplug task migration by Peter Zijlstra · 14 years ago
  22. 3a101d0 sched: adjust when cpu_active and cpuset configurations are updated during cpu on/offlining by Tejun Heo · 14 years ago
  23. 5c113fb fix cpu_chain section mismatch... by Daniel J Blueman · 14 years ago
  24. e9a5f42 CPU: Avoid using unititialized error variable in disable_nonboot_cpus() by Rafael J. Wysocki · 14 years ago
  25. 00b9b0a Avoid warning when CPU hotplug isn't enabled by Linus Torvalds · 14 years ago
  26. 79a6cde cpuhotplug: do not need cpu_hotplug_begin() when CONFIG_HOTPLUG_CPU=n by Lai Jiangshan · 14 years ago
  27. e6bde73 cpu-hotplug: return better errno on cpu hotplug failure by Akinobu Mita · 14 years ago
  28. e9fb763 cpu-hotplug: introduce cpu_notify(), __cpu_notify(), cpu_notify_nofail() by Akinobu Mita · 14 years ago
  29. 4eaf3f6 mem-hotplug: fix potential race while building zonelist for new populated zone by Haicheng Li · 14 years ago
  30. 1f52250 mem-hotplug: avoid multiple zones sharing same boot strapping boot_pageset by Haicheng Li · 14 years ago
  31. cf23422 cpu/mem hotplug: enable CPUs online before local memory online by minskey guo · 14 years ago
  32. 3fc1f1e stop_machine: reimplement using cpu_stop by Tejun Heo · 15 years ago
  33. b257c14 Merge branch 'linus' into sched/core by Ingo Molnar · 15 years ago
  34. 6a1bdc1 sched: _cpu_down(): Don't play with current->cpus_allowed by Oleg Nesterov · 15 years ago
  35. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  36. 87d5e02 kernel/cpu.c: delete deprecated definition in cpu_up() by Chen Gong · 15 years ago
  37. 9d3cfc4 sched: Correct printk whitespace in warning from cpu down task check by Frans Pop · 15 years ago
  38. 1185424 sched: Fix incorrect sanity check by Peter Zijlstra · 15 years ago
  39. 9ee349a sched: Fix set_cpu_active() in cpu_down() by Xiaotian Feng · 15 years ago
  40. 702a7c7 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  41. 6ad4c18 sched: Fix balance vs hotplug race by Peter Zijlstra · 15 years ago
  42. feae320 timers, init: Limit the number of per cpu calibration bootup messages by Mike Travis · 15 years ago
  43. 2274239 Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  44. 69575d3 x86, intel_txt: clean up the impact on generic code, unbreak non-x86 by Shane Wang · 15 years ago
  45. d0af9ee x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT init by Suresh Siddha · 15 years ago
  46. 86886e5 x86, intel_txt: Intel TXT Sx shutdown support by Joseph Cihula · 15 years ago
  47. 31950eb mm/init: cpu_hotplug_init() must be initialized before SLAB by Linus Torvalds · 15 years ago
  48. 2b17fa5 cpumask: use set_cpu_active in init/main.c by Rusty Russell · 16 years ago
  49. a0e280e stop_machine/cpu hotplug: fix disable_nonboot_cpus by Heiko Carstens · 16 years ago
  50. 9ea09af stop_machine: introduce stop_machine_create/destroy. by Heiko Carstens · 16 years ago
  51. e0b582e cpumask: convert kernel/cpu.c by Rusty Russell · 16 years ago
  52. 3fa4152 cpumask: make set_cpu_*/init_cpu_* out-of-line by Rusty Russell · 16 years ago
  53. b3199c0 cpumask: switch over to cpu_online/possible/active/present_mask: core by Rusty Russell · 16 years ago
  54. 98a79d6 cpumask: centralize cpu_online_map and cpu_possible_map by Rusty Russell · 16 years ago
  55. 8419641 cpuinit fixes in kernel/* by Al Viro · 16 years ago
  56. 2d3854a cpumask: introduce new API, without changing anything by Rusty Russell · 16 years ago
  57. 990d0f2 Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched/urgent' into sched/core by Ingo Molnar · 16 years ago
  58. e545a61 kernel/cpu.c: create a CPU_STARTING cpu_chain notifier by Manfred Spraul · 16 years ago
  59. 3ba3557 kernel/cpu.c: Move the CPU_DYING notifiers by Manfred Spraul · 16 years ago
  60. 3ee1062 cpu hotplug: s390 doesn't support additional_cpus anymore. by Heiko Carstens · 16 years ago
  61. 279ef6b sched, cpu hotplug: fix set_cpus_allowed() use in hotplug callbacks by Dmitry Adamushko · 16 years ago
  62. 9e3ee1c Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  63. e56b3bc cpu masks: optimize and clean up cpumask_of_cpu() by Linus Torvalds · 16 years ago
  64. eeec4fa stop_machine(): stop_machine_run() changed to use cpu mask by Rusty Russell · 16 years ago
  65. 0432158 Hotplug CPU: don't check cpu_online after take_cpu_down by Rusty Russell · 16 years ago
  66. ffdb597 Simplify stop_machine by Rusty Russell · 16 years ago
  67. 5a7a201 cpumask: export cpumask_of_cpu_map by Ingo Molnar · 16 years ago
  68. 6524d93 cpumask: put cpumask_of_cpu_map in the initdata section by Mike Travis · 16 years ago
  69. b8d317d cpumask: make cpumask_of_cpu_map generic by Mike Travis · 16 years ago
  70. 3da1c84 workqueues: make get_online_cpus() useable for work->func() by Oleg Nesterov · 16 years ago
  71. 7f9dce3 Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  72. bb2c018 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  73. 39b0fad cpu hotplug: Make cpu_active_map synchronization dependency clear by Max Krasnyansky · 16 years ago
  74. e761b77 cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment (take 2) by Max Krasnyansky · 16 years ago
  75. b62b8ef force offline the processor during hot-removal by Zhang Rui · 17 years ago
  76. 8263884 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  77. 68f4f1e sched: Move cpu masks from kernel/sched.c into kernel/cpu.c by Max Krasnyansky · 16 years ago
  78. 363ab6f core: use performance variant for_each_cpu_mask_nr by Mike Travis · 17 years ago
  79. af1f16d kernel: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  80. d2ba7e2 simplify cpu_hotplug_begin()/put_online_cpus() by Oleg Nesterov · 17 years ago
  81. f7b16c1 cpu: fix section mismatch warning in reference to register_cpu_notifier by Sam Ravnborg · 17 years ago
  82. 514a20a cpu: fix section mismatch warnings in *cpu_down by Sam Ravnborg · 17 years ago
  83. 9647155 cpu: fix section mismatch warning in unregister_cpu_notifier by Sam Ravnborg · 17 years ago
  84. f70316d generic: use new set_cpus_allowed_ptr function by Mike Travis · 17 years ago
  85. fa7303e cpu: fix section mismatch warnings for enable_nonboot_cpus by Sam Ravnborg · 17 years ago
  86. 95402b3 cpu-hotplug: replace per-subsystem mutexes with get_online_cpus() by Gautham R Shenoy · 17 years ago
  87. 86ef5c9 cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() by Gautham R Shenoy · 17 years ago
  88. d221938 cpu-hotplug: refcount based cpu hotplug by Gautham R Shenoy · 17 years ago
  89. 73e753a CPU HOTPLUG: avoid hotadd when proper possible_map isn't specified by KAMEZAWA Hiroyuki · 17 years ago
  90. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  91. a0d8cdb cpu hotplug: cpu: deliver CPU_UP_CANCELED only to NOTIFY_OKed callbacks with CPU_UP_PREPARE by Akinobu Mita · 17 years ago
  92. f3de4be PM: Fix dependencies of CONFIG_SUSPEND and CONFIG_HIBERNATION by Rafael J. Wysocki · 17 years ago
  93. db912f9 HOTPLUG: Add CPU_DYING notifier by Avi Kivity · 17 years ago
  94. 455c017 microcode: use suspend-related CPU hotplug notifications by Rafael J. Wysocki · 18 years ago
  95. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 18 years ago
  96. 7b0834c Remove kthread_bind() call from _cpu_down() by Gautham R Shenoy · 18 years ago
  97. e7407dc call cpu_chain with CPU_DOWN_FAILED if CPU_DOWN_PREPARE failed by Heiko Carstens · 18 years ago
  98. baaca49 Define and use new events,CPU_LOCK_ACQUIRE and CPU_LOCK_RELEASE by Gautham R Shenoy · 18 years ago
  99. 1d64b9c [PATCH] Fix microcode-related suspend problem by Rafael J. Wysocki · 18 years ago
  100. ed746e3 [PATCH] swsusp: Change code ordering in disk.c by Rafael J. Wysocki · 18 years ago