- 4baa0af cpu/hotplug: Convert the hotplugged cpu work to a state machine by Thomas Gleixner · 9 years ago
- cff7d37 cpu/hotplug: Convert to a state machine for the control processor by Thomas Gleixner · 9 years ago
- 9845817 cpu/hotplug: Split out cpu down functions by Thomas Gleixner · 9 years ago
- ba99746 cpu/hotplug: Restructure cpu_up code by Thomas Gleixner · 9 years ago
- 090e77c cpu/hotplug: Restructure FROZEN state handling by Thomas Gleixner · 9 years ago
- 9425676 kernel/cpu.c: make set_cpu_* static inlines by Rasmus Villemoes · 9 years ago
- 5aec01b kernel/cpu.c: eliminate cpu_*_mask by Rasmus Villemoes · 9 years ago
- 4b804c8 kernel/cpu.c: export __cpu_*_mask by Rasmus Villemoes · 9 years ago
- c4c54dd kernel/cpu.c: change type of cpu_possible_bits and friends by Rasmus Villemoes · 9 years ago
- 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
- 07f06cb sched: Start stopper early by Peter Zijlstra · 9 years ago
- c00166d stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unpark() by Oleg Nesterov · 9 years ago
- 233e7f2 stop_machine: Ensure that a queued callback will be called before cpu_stop_park() by Oleg Nesterov · 9 years ago
- 02ef3c4 cpu: Remove try_get_online_cpus() by Paul E. McKenney · 9 years ago
- a75a606 cpu/hotplug: Read_lock(tasklist_lock) doesn't need to disable irqs by Oleg Nesterov · 9 years ago
- 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
- 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
- 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
- 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
- 71cf5ae kernel, cpu: Remove bogus __ref annotations by Mathias Krause · 9 years ago
- 32145c4 cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disable by Vitaly Kuznetsov · 9 years ago
- 89af7ba cpu-hotplug: convert cpu_hotplug_disabled to a counter by Vitaly Kuznetsov · 9 years ago
- 7eeb088 stop_machine: Unexport __stop_machine() by Oleg Nesterov · 10 years ago
- 779de6c cpu: Wait for RCU grace periods concurrently by Paul E. McKenney · 10 years ago
- ce0d3c0 genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for now by Thomas Gleixner · 9 years ago
- a899418 hotplug: Prevent alloc/free of irq descriptors during cpu up/down by Thomas Gleixner · 9 years ago
- 927da9d cpu: Remove new instance of __cpuinit that crept back in by Paul Gortmaker · 10 years ago
- 64eaf974 cpu: Handle smpboot_unpark_threads() uniformly by Paul E. McKenney · 10 years ago
- 078838d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 00df35f cpu: Defer smpboot kthread unparking until CPU known to scheduler by Paul E. McKenney · 10 years ago
- a49b116 clockevents: Cleanup dead cpu explicitely by Thomas Gleixner · 10 years ago
- 52c063d clockevents: Make tick handover explicit by Thomas Gleixner · 10 years ago
- 345527b clockevents: Fix cpu_down() race for hrtimer based broadcasting by Preeti U Murthy · 10 years ago
- 528a25b cpu: Make CPU-offline idle-loop transition point more precise by Paul E. McKenney · 10 years ago
- 87af9e7 hotplugcpu: Avoid deadlocks by waking active_writer by David Hildenbrand · 10 years ago
- 62db99f cpu: Avoid puts_pending overflow by Paul E. McKenney · 10 years ago
- b2c4623 rcu: More on deadlock between CPU hotplug and expedited grace periods by Paul E. McKenney · 10 years ago
- dd56af4 rcu: Eliminate deadlock between CPU hotplug and expedited grace periods by Paul E. McKenney · 10 years ago
- b728ca0 sched: Rework check_for_tasks() by Kirill Tkhai · 11 years ago
- 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 · 11 years ago
- d715a22 Merge branch 'pm-sleep' by Rafael J. Wysocki · 11 years ago
- bb3632c PM / sleep: trace events for suspend/resume by Todd E Brandt · 11 years ago
- 84117da kernel/cpu.c: convert printk to pr_foo() by Fabian Frederick · 11 years ago
- 6acbfb9 sched: Fix hotplug vs. set_cpus_allowed_ptr() by Lai Jiangshan · 11 years ago
- 93ae4f9 CPU hotplug: Provide lockless versions of callback registration functions by Srivatsa S. Bhat · 11 years ago
- a19423b CPU hotplug: Add lockdep annotations to get/put_online_cpus() by Gautham R. Shenoy · 11 years ago
- 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
- 106dd5a sched: Fix endless sync_sched/rcu() loop inside _cpu_down() by Michael wang · 11 years ago
- 01b0f19 cpu/mem hotplug: add try_online_node() for cpu_up() by Toshi Kani · 11 years ago
- 6acce3e sched: Remove get_online_cpus() usage by Peter Zijlstra · 11 years ago
- b9d10be ACPI / processor: Acquire writer lock to update CPU maps by Toshi Kani · 11 years ago
- 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 12 years ago
- 16e53db CPU hotplug: provide a generic helper to disable/enable CPU hotplug by Srivatsa S. Bhat · 12 years ago
- bcbd818 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 14e568e stop_machine: Use smpboot threads by Thomas Gleixner · 12 years ago
- 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 12 years ago
- 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
- 5e5041f ACPI / processor: prevent cpu from becoming online by Yasuaki Ishimatsu · 12 years ago
- 6e32d47 kernel/cpu.c: Add comment for priority in cpu_hotplug_pm_callback by Fenghua Yu · 12 years ago
- 075663d CPU hotplug, debug: detect imbalance between get_online_cpus() and put_online_cpus() by Srivatsa S. Bhat · 12 years ago
- 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
- 816afe4 x86/smp: Don't ever patch back to UP if we unplug cpus by Rusty Russell · 12 years ago
- f97f8f0 smpboot: Provide infrastructure for percpu hotplug threads by Thomas Gleixner · 12 years ago
- 9adb62a mm/hotplug: correctly setup fallback zonelists when creating new pgdat by Jiang Liu · 12 years ago
- e4cc2f8 kernel/cpu.c: document clear_tasks_mm_cpumask() by Anton Vorontsov · 13 years ago
- cb79295 cpu: introduce clear_tasks_mm_cpumask() helper by Anton Vorontsov · 13 years ago
- 3bb5d2e smp, idle: Allocate idle thread for each possible cpu during boot by Suresh Siddha · 13 years ago
- 29d5e04 smp: Provide generic idle thread allocation by Thomas Gleixner · 13 years ago
- 38498a6 smp: Add generic smpboot facility by Thomas Gleixner · 13 years ago
- 8239c25 smp: Add task_struct argument to __cpu_up() by Thomas Gleixner · 13 years ago
- 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
- 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
- 6486163 [S390] cputime: add sparse checking and cleanup by Martin Schwidefsky · 13 years ago
- a513f6b cpu: Export cpu_up() by Paul E. McKenney · 13 years ago
- d7268a3 CPU: Add right qualifiers for alloc_frozen_cpus() and cpu_hotplug_pm_sync_init() by Fenghua Yu · 13 years ago
- 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
- 79cfbdf PM / Sleep: Fix race between CPU hotplug and freezer by Srivatsa S. Bhat · 13 years ago
- 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- 4d51985 kernel/cpu.c: fix many errors related to style. by Michael Rodriguez · 14 years ago
- 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
- 3fb82d5 x86, suspend: Avoid unnecessary smp alternatives switch during suspend/resume by Suresh Siddha · 14 years ago
- 51a96c7 cpu: Remove incorrect BUG_ON by Peter Zijlstra · 14 years ago
- 2e01f47 cpu: Remove unused variable by Dhaval Giani · 14 years ago
- 48c5ccae sched: Simplify cpu-hot-unplug task migration by Peter Zijlstra · 14 years ago
- 3a101d0 sched: adjust when cpu_active and cpuset configurations are updated during cpu on/offlining by Tejun Heo · 15 years ago
- 5c113fb fix cpu_chain section mismatch... by Daniel J Blueman · 15 years ago
- e9a5f42 CPU: Avoid using unititialized error variable in disable_nonboot_cpus() by Rafael J. Wysocki · 15 years ago
- 00b9b0a Avoid warning when CPU hotplug isn't enabled by Linus Torvalds · 15 years ago
- 79a6cde cpuhotplug: do not need cpu_hotplug_begin() when CONFIG_HOTPLUG_CPU=n by Lai Jiangshan · 15 years ago
- e6bde73 cpu-hotplug: return better errno on cpu hotplug failure by Akinobu Mita · 15 years ago
- e9fb763 cpu-hotplug: introduce cpu_notify(), __cpu_notify(), cpu_notify_nofail() by Akinobu Mita · 15 years ago
- 4eaf3f6 mem-hotplug: fix potential race while building zonelist for new populated zone by Haicheng Li · 15 years ago
- 1f52250 mem-hotplug: avoid multiple zones sharing same boot strapping boot_pageset by Haicheng Li · 15 years ago
- cf23422 cpu/mem hotplug: enable CPUs online before local memory online by minskey guo · 15 years ago
- 3fc1f1e stop_machine: reimplement using cpu_stop by Tejun Heo · 15 years ago
- b257c14 Merge branch 'linus' into sched/core by Ingo Molnar · 15 years ago
- 6a1bdc1 sched: _cpu_down(): Don't play with current->cpus_allowed by Oleg Nesterov · 15 years ago
- 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
- 87d5e023 kernel/cpu.c: delete deprecated definition in cpu_up() by Chen Gong · 15 years ago