aboutsummaryrefslogtreecommitdiff
path: root/include/linux/cpu.h
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-12[PATCH] hotplug: Allow modules to use the cpu hotplug notifiers even if !CONF...Gravatar Avi Kivity 1-1/+11
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Gravatar Linus Torvalds 1-1/+1
2006-12-07[PATCH] Handle per-subsystem mutexes for CONFIG_HOTPLUG_CPU not setGravatar Gautham R Shenoy 1-2/+21
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useGravatar Ingo Molnar 1-3/+3
2006-12-07[PATCH] i386: change the 'no_control' field to 'hotpluggable' in the struct cpuGravatar Siddha, Suresh B 1-1/+1
2006-10-25[POWERPC] sysfs: add support for adding/removing spu sysfs attributesGravatar Christian Krafft 1-0/+8
2006-09-26[PATCH] Disable CPU hotplug during suspendGravatar Rafael J. Wysocki 1-0/+8
2006-07-23cpu hotplug: simplify and hopefully fix lockingGravatar Linus Torvalds 1-6/+0
2006-07-01[PATCH] hotcpu_notifier-fixesGravatar Andrew Morton 1-3/+3
2006-06-27[PATCH] cpu hotplug: add hotplug versions of cpu_notifierGravatar Chandra Seetharaman 1-0/+4
2006-06-27[PATCH] cpu hotplug: make [un]register_cpu_notifier init time onlyGravatar Chandra Seetharaman 1-0/+6
2006-06-27[PATCH] node hotplug: register cpu: remove node structGravatar KAMEZAWA Hiroyuki 1-2/+2
2006-03-25[PATCH] Check if cpu can be onlined before calling smp_prepare_cpu()Gravatar Ashok Raj 1-1/+0
2006-03-20[PATCH] get_cpu_sysdev() signedness fixGravatar Andrew Morton 1-1/+1
2005-11-28[PATCH] clean up lock_cpu_hotplug() in cpufreqGravatar Ashok Raj 1-4/+3
2005-11-09[PATCH] cpu hotplug: fix locking in cpufreq driversGravatar Ashok Raj 1-0/+5
2005-10-30[PATCH] introduce get_cpu_sysdev() to retrieve a sysfs entry for a cpu.Gravatar Ashok Raj 1-0/+1
2005-09-02[PATCH] remove driverfs references from include/linux/cpu.h and net/sunrpc/rp...Gravatar Rolf Eike Beer 1-1/+1
2005-06-25[PATCH] make smp_prepare_cpu to a weak functionGravatar Ashok Raj 1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+83