| Commit message (Expand) | Author | Age | Files | Lines |
* | driver core: prune docs about device_interface | Brandon Philips | 2010-11-10 | 1 | -5/+0 |
* | workqueue: reimplement CPU hotplugging support using trustee | Tejun Heo | 2010-06-29 | 1 | -0/+2 |
* | sched: adjust when cpu_active and cpuset configurations are updated during cp... | Tejun Heo | 2010-06-08 | 1 | -0/+16 |
* | sched: define and use CPU_PRI_* enums for cpu notifier priorities | Tejun Heo | 2010-06-08 | 1 | -0/+9 |
* | powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo... | Gautham R Shenoy | 2009-12-09 | 1 | -0/+13 |
* | sysfs/cpu: Add probe/release files | Nathan Fontenot | 2009-12-09 | 1 | -0/+2 |
* | cpu hotplug: Introduce cpu_notifier() to handle !HOTPLUG_CPU case | Paul E. McKenney | 2009-08-15 | 1 | -5/+12 |
* | mm/init: cpu_hotplug_init() must be initialized before SLAB | Linus Torvalds | 2009-06-22 | 1 | -5/+0 |
* | cpu hotplug: remove unused cpuhotplug_mutex_lock() | Lai Jiangshan | 2009-04-02 | 1 | -16/+0 |
* | kernel/cpu.c: create a CPU_STARTING cpu_chain notifier | Manfred Spraul | 2008-09-08 | 1 | -0/+1 |
* | workqueues: make get_online_cpus() useable for work->func() | Oleg Nesterov | 2008-07-25 | 1 | -4/+11 |
* | cpu: fix section mismatch warnings in hotcpu_register | Sam Ravnborg | 2008-04-29 | 1 | -1/+1 |
* | include: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 2008-04-18 | 1 | -1/+0 |
* | cpu-hotplug: fix build on !CONFIG_SMP | Ingo Molnar | 2008-01-25 | 1 | -1/+7 |
* | cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() | Gautham R Shenoy | 2008-01-25 | 1 | -4/+4 |
* | cpu-hotplug: refcount based cpu hotplug | Gautham R Shenoy | 2008-01-25 | 1 | -0/+3 |
* | CPU hotplug: fix cpu_is_offline() on !CONFIG_HOTPLUG_CPU | Ingo Molnar | 2008-01-06 | 1 | -4/+0 |
* | Redefine {un}register_hotcpu_notifier() !HOTPLUG_CPU stubs | Satyam Sharma | 2007-10-18 | 1 | -2/+3 |
* | PM: Fix dependencies of CONFIG_SUSPEND and CONFIG_HIBERNATION | Rafael J. Wysocki | 2007-08-31 | 1 | -3/+3 |
* | sched: make global code static | Adrian Bunk | 2007-08-12 | 1 | -2/+0 |
* | remove unused lock_cpu_hotplug_interruptible definition | Nathan Lynch | 2007-07-16 | 1 | -1/+0 |
* | <linux/sysdev.h> needs to include <linux/module.h> | Ralf Baechle | 2007-05-08 | 1 | -0/+3 |
* | [PATCH] Fix microcode-related suspend problem | Rafael J. Wysocki | 2007-04-02 | 1 | -0/+4 |
* | [PATCH] hotplug: Allow modules to use the cpu hotplug notifiers even if !CONF... | Avi Kivity | 2007-02-12 | 1 | -1/+11 |
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2006-12-07 | 1 | -1/+1 |
|\ |
|
| * | [PATCH] i386: change the 'no_control' field to 'hotpluggable' in the struct cpu | Siddha, Suresh B | 2006-12-07 | 1 | -1/+1 |
* | | [PATCH] Handle per-subsystem mutexes for CONFIG_HOTPLUG_CPU not set | Gautham R Shenoy | 2006-12-07 | 1 | -2/+21 |
* | | [PATCH] hotplug CPU: clean up hotcpu_notifier() use | Ingo Molnar | 2006-12-07 | 1 | -3/+3 |
|/ |
|
* | [POWERPC] sysfs: add support for adding/removing spu sysfs attributes | Christian Krafft | 2006-10-25 | 1 | -0/+8 |
* | [PATCH] Disable CPU hotplug during suspend | Rafael J. Wysocki | 2006-09-26 | 1 | -0/+8 |
* | cpu hotplug: simplify and hopefully fix locking | Linus Torvalds | 2006-07-23 | 1 | -6/+0 |
* | [PATCH] hotcpu_notifier-fixes | Andrew Morton | 2006-07-01 | 1 | -3/+3 |
* | [PATCH] cpu hotplug: add hotplug versions of cpu_notifier | Chandra Seetharaman | 2006-06-27 | 1 | -0/+4 |
* | [PATCH] cpu hotplug: make [un]register_cpu_notifier init time only | Chandra Seetharaman | 2006-06-27 | 1 | -0/+6 |
* | [PATCH] node hotplug: register cpu: remove node struct | KAMEZAWA Hiroyuki | 2006-06-27 | 1 | -2/+2 |
* | [PATCH] Check if cpu can be onlined before calling smp_prepare_cpu() | Ashok Raj | 2006-03-25 | 1 | -1/+0 |
* | [PATCH] get_cpu_sysdev() signedness fix | Andrew Morton | 2006-03-20 | 1 | -1/+1 |
* | [PATCH] clean up lock_cpu_hotplug() in cpufreq | Ashok Raj | 2005-11-28 | 1 | -4/+3 |
* | [PATCH] cpu hotplug: fix locking in cpufreq drivers | Ashok Raj | 2005-11-09 | 1 | -0/+5 |
* | [PATCH] introduce get_cpu_sysdev() to retrieve a sysfs entry for a cpu. | Ashok Raj | 2005-10-30 | 1 | -0/+1 |
* | [PATCH] remove driverfs references from include/linux/cpu.h and net/sunrpc/rp... | Rolf Eike Beer | 2005-09-02 | 1 | -1/+1 |
* | [PATCH] make smp_prepare_cpu to a weak function | Ashok Raj | 2005-06-25 | 1 | -0/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+83 |