summaryrefslogtreecommitdiffstats
path: root/include/linux/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* cpu: Remove try_get_online_cpus()Paul E. McKenney2015-10-071-2/+0
* include, lib: add __printf attributes to several function prototypesNicolas Iooss2015-07-171-3/+4
* cpu: Provide smpboot_thread_init() on !CONFIG_SMP kernels as wellIngo Molnar2015-04-131-0/+4
* cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney2015-04-131-0/+2
* rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney2015-03-121-0/+2
* smpboot: Add common code for notification from dying CPUPaul E. McKenney2015-03-111-0/+12
* drivers: base: add cpu_device_create to support per-cpu devicesSudeep Holla2014-11-071-0/+4
* rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney2014-09-181-0/+2
* idle: remove cpu_idle() forward declarationsGeert Uytterhoeven2014-06-061-1/+0
* Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-0/+47
|\
| * CPU hotplug: Provide lockless versions of callback registration functionsSrivatsa S. Bhat2014-03-201-0/+47
* | x86: align x86 arch with generic CPU modalias handlingArd Biesheuvel2014-02-181-7/+0
|/
* Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-141-13/+0
|\
| * hotplug, powerpc, x86: Remove cpu_hotplug_driver_lock()Toshi Kani2013-09-301-13/+0
* | of: Make cpu node handling more portable.David Miller2013-10-151-0/+3
|/
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-08-271-0/+1
|\
| * of: move of_get_cpu_node implementation to DT core librarySudeep KarkadaNagesha2013-08-211-0/+1
* | ACPI / processor: Acquire writer lock to update CPU mapsToshi Kani2013-08-131-0/+4
|/
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-141-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-041-2/+1
|\
| * include/linux/cpu.h: Update comments to reflect realityRobert P. J. Day2013-05-281-2/+1
* | CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat2013-06-121-0/+4
|/
* idle: Implement generic idle functionThomas Gleixner2013-04-081-0/+8
* idle: Provide a generic entry point for the idle codeThomas Gleixner2013-04-081-0/+8
* workqueue: perform cpu down operations from low priority cpu_notifier()Tejun Heo2012-07-171-2/+3
* cpu: introduce clear_tasks_mm_cpumask() helperAnton Vorontsov2012-05-311-0/+1
* sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra2012-05-171-2/+0
* Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+2
|\
| * device.h: audit and cleanup users in main include dirPaul Gortmaker2012-03-161-1/+2
* | CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 partsThomas Renninger2012-01-261-0/+7
|/
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-9/+9
|\
| * cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-211-9/+9
* | driver-core/cpu: Expose hotpluggability to the rest of the kernelJosh Triplett2011-12-111-0/+1
|/
* PM / Sleep: Remove unused symbol 'suspend_cpu_hotplug'Srivatsa S. Bhat2011-11-041-4/+0
* notifiers: cpu: move cpu notifiers into cpu.hAmerigo Wang2011-07-251-0/+33
* driver core: prune docs about device_interfaceBrandon Philips2010-11-101-5/+0
* workqueue: reimplement CPU hotplugging support using trusteeTejun Heo2010-06-291-0/+2
* sched: adjust when cpu_active and cpuset configurations are updated during cp...Tejun Heo2010-06-081-0/+16
* sched: define and use CPU_PRI_* enums for cpu notifier prioritiesTejun Heo2010-06-081-0/+9
* powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo...Gautham R Shenoy2009-12-091-0/+13
* sysfs/cpu: Add probe/release filesNathan Fontenot2009-12-091-0/+2
* cpu hotplug: Introduce cpu_notifier() to handle !HOTPLUG_CPU casePaul E. McKenney2009-08-151-5/+12
* mm/init: cpu_hotplug_init() must be initialized before SLABLinus Torvalds2009-06-221-5/+0
* cpu hotplug: remove unused cpuhotplug_mutex_lock()Lai Jiangshan2009-04-021-16/+0
* kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul2008-09-081-0/+1
* workqueues: make get_online_cpus() useable for work->func()Oleg Nesterov2008-07-251-4/+11
* cpu: fix section mismatch warnings in hotcpu_registerSam Ravnborg2008-04-291-1/+1
* include: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
* cpu-hotplug: fix build on !CONFIG_SMPIngo Molnar2008-01-251-1/+7
* cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy2008-01-251-4/+4
OpenPOWER on IntegriCloud