summaryrefslogtreecommitdiff
path: root/kernel/cpu.c
AgeCommit message (Expand)Author
2015-09-17Move x86_64 idle notifiers to genericTodd Poynor
2014-06-11sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan
2013-11-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-13sched: Fix endless sync_sched/rcu() loop inside _cpu_down()Michael wang
2013-11-13cpu/mem hotplug: add try_online_node() for cpu_up()Toshi Kani
2013-10-16sched: Remove get_online_cpus() usagePeter Zijlstra
2013-08-13ACPI / processor: Acquire writer lock to update CPU mapsToshi Kani
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker
2013-06-12CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat
2013-02-19Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-02-14stop_machine: Use smpboot threadsThomas Gleixner
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker
2012-12-11Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-11-15ACPI / processor: prevent cpu from becoming onlineYasuaki Ishimatsu
2012-11-14kernel/cpu.c: Add comment for priority in cpu_hotplug_pm_callbackFenghua Yu
2012-10-09CPU hotplug, debug: detect imbalance between get_online_cpus() and put_online...Srivatsa S. Bhat
2012-10-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-08-23x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell
2012-08-13smpboot: Provide infrastructure for percpu hotplug threadsThomas Gleixner
2012-07-31mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu
2012-05-31kernel/cpu.c: document clear_tasks_mm_cpumask()Anton Vorontsov
2012-05-31cpu: introduce clear_tasks_mm_cpumask() helperAnton Vorontsov
2012-05-03smp, idle: Allocate idle thread for each possible cpu during bootSuresh Siddha
2012-04-26smp: Provide generic idle thread allocationThomas Gleixner
2012-04-26smp: Add generic smpboot facilityThomas Gleixner
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky
2011-12-12cpu: Export cpu_up()Paul E. McKenney
2011-11-23CPU: Add right qualifiers for alloc_frozen_cpus() and cpu_hotplug_pm_sync_init()Fenghua Yu
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-04PM / Sleep: Fix race between CPU hotplug and freezerSrivatsa S. Bhat
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-22kernel/cpu.c: fix many errors related to style.Michael Rodriguez
2011-01-06Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-...Linus Torvalds
2010-12-13x86, suspend: Avoid unnecessary smp alternatives switch during suspend/resumeSuresh Siddha
2010-11-23cpu: Remove incorrect BUG_ONPeter Zijlstra
2010-11-23cpu: Remove unused variableDhaval Giani
2010-11-18sched: Simplify cpu-hot-unplug task migrationPeter Zijlstra
2010-06-08sched: adjust when cpu_active and cpuset configurations are updated during cp...Tejun Heo
2010-06-01fix cpu_chain section mismatch...Daniel J Blueman
2010-05-30CPU: Avoid using unititialized error variable in disable_nonboot_cpus()Rafael J. Wysocki
2010-05-27Avoid warning when CPU hotplug isn't enabledLinus Torvalds
2010-05-27cpuhotplug: do not need cpu_hotplug_begin() when CONFIG_HOTPLUG_CPU=nLai Jiangshan
2010-05-27cpu-hotplug: return better errno on cpu hotplug failureAkinobu Mita
2010-05-27cpu-hotplug: introduce cpu_notify(), __cpu_notify(), cpu_notify_nofail()Akinobu Mita
2010-05-25mem-hotplug: fix potential race while building zonelist for new populated zoneHaicheng Li
2010-05-25mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetHaicheng Li