aboutsummaryrefslogtreecommitdiff
path: root/kernel/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-22mm/init: cpu_hotplug_init() must be initialized before SLABGravatar Linus Torvalds 1-8/+5
2009-03-30cpumask: use set_cpu_active in init/main.cGravatar Rusty Russell 1-3/+3
2009-01-07stop_machine/cpu hotplug: fix disable_nonboot_cpusGravatar Heiko Carstens 1-1/+5
2009-01-05stop_machine: introduce stop_machine_create/destroy.Gravatar Heiko Carstens 1-1/+5
2009-01-01cpumask: convert kernel/cpu.cGravatar Rusty Russell 1-19/+29
2008-12-30cpumask: make set_cpu_*/init_cpu_* out-of-lineGravatar Rusty Russell 1-0/+47
2008-12-30cpumask: switch over to cpu_online/possible/active/present_mask: coreGravatar Rusty Russell 1-26/+23
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapGravatar Rusty Russell 1-5/+6
2008-11-30cpuinit fixes in kernel/*Gravatar Al Viro 1-1/+1
2008-11-06cpumask: introduce new API, without changing anythingGravatar Rusty Russell 1-0/+3
2008-10-08Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched...Gravatar Ingo Molnar 1-2/+22
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierGravatar Manfred Spraul 1-0/+19
2008-09-06kernel/cpu.c: Move the CPU_DYING notifiersGravatar Manfred Spraul 1-2/+3
2008-08-12cpu hotplug: s390 doesn't support additional_cpus anymore.Gravatar Heiko Carstens 1-1/+1
2008-08-11sched, cpu hotplug: fix set_cpus_allowed() use in hotplug callbacksGravatar Dmitry Adamushko 1-3/+2
2008-07-28Merge branch 'linus' into cpus4096Gravatar Ingo Molnar 1-11/+5
2008-07-28cpu masks: optimize and clean up cpumask_of_cpu()Gravatar Linus Torvalds 1-108/+20
2008-07-28stop_machine(): stop_machine_run() changed to use cpu maskGravatar Rusty Russell 1-1/+2
2008-07-28Hotplug CPU: don't check cpu_online after take_cpu_downGravatar Rusty Russell 1-2/+2
2008-07-28Simplify stop_machineGravatar Rusty Russell 1-10/+3
2008-07-26cpumask: export cpumask_of_cpu_mapGravatar Ingo Molnar 1-0/+2
2008-07-26cpumask: put cpumask_of_cpu_map in the initdata sectionGravatar Mike Travis 1-3/+5
2008-07-26cpumask: make cpumask_of_cpu_map genericGravatar Mike Travis 1-0/+109
2008-07-25workqueues: make get_online_cpus() useable for work->func()Gravatar Oleg Nesterov 1-0/+5
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-6/+34
2008-07-18Merge branch 'linus' into cpus4096Gravatar Ingo Molnar 1-0/+1
2008-07-18cpu hotplug: Make cpu_active_map synchronization dependency clearGravatar Max Krasnyansky 1-0/+10
2008-07-18cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Gravatar Max Krasnyansky 1-6/+24
2008-07-16force offline the processor during hot-removalGravatar Zhang Rui 1-0/+1
2008-07-16Merge branch 'linus' into cpus4096Gravatar Ingo Molnar 1-0/+24
2008-06-06sched: Move cpu masks from kernel/sched.c into kernel/cpu.cGravatar Max Krasnyansky 1-0/+24
2008-05-23core: use performance variant for_each_cpu_mask_nrGravatar Mike Travis 1-1/+1
2008-04-30kernel: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-2/+2
2008-04-29simplify cpu_hotplug_begin()/put_online_cpus()Gravatar Oleg Nesterov 1-20/+10
2008-04-29cpu: fix section mismatch warning in reference to register_cpu_notifierGravatar Sam Ravnborg 1-1/+1
2008-04-29cpu: fix section mismatch warnings in *cpu_downGravatar Sam Ravnborg 1-3/+3
2008-04-29cpu: fix section mismatch warning in unregister_cpu_notifierGravatar Sam Ravnborg 1-1/+1
2008-04-19generic: use new set_cpus_allowed_ptr functionGravatar Mike Travis 1-3/+3
2008-02-08cpu: fix section mismatch warnings for enable_nonboot_cpusGravatar Sam Ravnborg 1-1/+1
2008-01-25cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gravatar Gautham R Shenoy 1-4/+0
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gravatar Gautham R Shenoy 1-5/+5
2008-01-25cpu-hotplug: refcount based cpu hotplugGravatar Gautham R Shenoy 1-41/+111
2007-10-19CPU HOTPLUG: avoid hotadd when proper possible_map isn't specifiedGravatar KAMEZAWA Hiroyuki 1-0/+9
2007-10-19Use helpers to obtain task pid in printksGravatar Pavel Emelyanov 1-1/+2
2007-10-18cpu hotplug: cpu: deliver CPU_UP_CANCELED only to NOTIFY_OKed callbacks with ...Gravatar Akinobu Mita 1-0/+2
2007-08-31PM: Fix dependencies of CONFIG_SUSPEND and CONFIG_HIBERNATIONGravatar Rafael J. Wysocki 1-2/+2
2007-07-16HOTPLUG: Add CPU_DYING notifierGravatar Avi Kivity 1-2/+14
2007-05-09microcode: use suspend-related CPU hotplug notificationsGravatar Rafael J. Wysocki 1-10/+0
2007-05-09Add suspend-related notifications for CPU hotplugGravatar Rafael J. Wysocki 1-16/+18
2007-05-09Remove kthread_bind() call from _cpu_down()Gravatar Gautham R Shenoy 1-4/+0