aboutsummaryrefslogtreecommitdiff
path: root/include/linux/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2014-06-06idle: remove cpu_idle() forward declarationsGravatar Geert Uytterhoeven 1-1/+0
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+47
2014-03-20CPU hotplug: Provide lockless versions of callback registration functionsGravatar Srivatsa S. Bhat 1-0/+47
2014-02-18x86: align x86 arch with generic CPU modalias handlingGravatar Ard Biesheuvel 1-7/+0
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-13/+0
2013-10-15of: Make cpu node handling more portable.Gravatar David Miller 1-0/+3
2013-09-30hotplug, powerpc, x86: Remove cpu_hotplug_driver_lock()Gravatar Toshi Kani 1-13/+0
2013-08-27Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 1-0/+1
2013-08-21of: move of_get_cpu_node implementation to DT core libraryGravatar Sudeep KarkadaNagesha 1-0/+1
2013-08-13ACPI / processor: Acquire writer lock to update CPU mapsGravatar Toshi Kani 1-0/+4
2013-07-14kernel: delete __cpuinit usage from all core kernel filesGravatar Paul Gortmaker 1-1/+1
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+1
2013-06-12CPU hotplug: provide a generic helper to disable/enable CPU hotplugGravatar Srivatsa S. Bhat 1-0/+4
2013-05-28include/linux/cpu.h: Update comments to reflect realityGravatar Robert P. J. Day 1-2/+1
2013-04-08idle: Implement generic idle functionGravatar Thomas Gleixner 1-0/+8
2013-04-08idle: Provide a generic entry point for the idle codeGravatar Thomas Gleixner 1-0/+8
2012-07-17workqueue: perform cpu down operations from low priority cpu_notifier()Gravatar Tejun Heo 1-2/+3
2012-05-31cpu: introduce clear_tasks_mm_cpumask() helperGravatar Anton Vorontsov 1-0/+1
2012-05-17sched: Remove stale power aware scheduling remnants and dysfunctional knobsGravatar Peter Zijlstra 1-2/+0
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+2
2012-03-16device.h: audit and cleanup users in main include dirGravatar Paul Gortmaker 1-1/+2
2012-01-26CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 partsGravatar Thomas Renninger 1-0/+7
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-9/+9
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemGravatar Kay Sievers 1-9/+9
2011-12-11driver-core/cpu: Expose hotpluggability to the rest of the kernelGravatar Josh Triplett 1-0/+1
2011-11-04PM / Sleep: Remove unused symbol 'suspend_cpu_hotplug'Gravatar Srivatsa S. Bhat 1-4/+0
2011-07-25notifiers: cpu: move cpu notifiers into cpu.hGravatar Amerigo Wang 1-0/+33
2010-11-10driver core: prune docs about device_interfaceGravatar Brandon Philips 1-5/+0
2010-06-29workqueue: reimplement CPU hotplugging support using trusteeGravatar Tejun Heo 1-0/+2
2010-06-08sched: adjust when cpu_active and cpuset configurations are updated during cp...Gravatar Tejun Heo 1-0/+16
2010-06-08sched: define and use CPU_PRI_* enums for cpu notifier prioritiesGravatar Tejun Heo 1-0/+9
2009-12-09powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo...Gravatar Gautham R Shenoy 1-0/+13
2009-12-09sysfs/cpu: Add probe/release filesGravatar Nathan Fontenot 1-0/+2
2009-08-15cpu hotplug: Introduce cpu_notifier() to handle !HOTPLUG_CPU caseGravatar Paul E. McKenney 1-5/+12
2009-06-22mm/init: cpu_hotplug_init() must be initialized before SLABGravatar Linus Torvalds 1-5/+0
2009-04-02cpu hotplug: remove unused cpuhotplug_mutex_lock()Gravatar Lai Jiangshan 1-16/+0
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierGravatar Manfred Spraul 1-0/+1
2008-07-25workqueues: make get_online_cpus() useable for work->func()Gravatar Oleg Nesterov 1-4/+11
2008-04-29cpu: fix section mismatch warnings in hotcpu_registerGravatar Sam Ravnborg 1-1/+1
2008-04-18include: Remove unnecessary inclusions of asm/semaphore.hGravatar Matthew Wilcox 1-1/+0
2008-01-25cpu-hotplug: fix build on !CONFIG_SMPGravatar Ingo Molnar 1-1/+7
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gravatar Gautham R Shenoy 1-4/+4
2008-01-25cpu-hotplug: refcount based cpu hotplugGravatar Gautham R Shenoy 1-0/+3
2008-01-06CPU hotplug: fix cpu_is_offline() on !CONFIG_HOTPLUG_CPUGravatar Ingo Molnar 1-4/+0
2007-10-18Redefine {un}register_hotcpu_notifier() !HOTPLUG_CPU stubsGravatar Satyam Sharma 1-2/+3
2007-08-31PM: Fix dependencies of CONFIG_SUSPEND and CONFIG_HIBERNATIONGravatar Rafael J. Wysocki 1-3/+3
2007-08-12sched: make global code staticGravatar Adrian Bunk 1-2/+0
2007-07-16remove unused lock_cpu_hotplug_interruptible definitionGravatar Nathan Lynch 1-1/+0
2007-05-08<linux/sysdev.h> needs to include <linux/module.h>Gravatar Ralf Baechle 1-0/+3
2007-04-02[PATCH] Fix microcode-related suspend problemGravatar Rafael J. Wysocki 1-0/+4