Sign in
googlers
/
maze
/
linux
/
75051724f78677532618dd164a515baf106990e5
/
kernel
/
cpu.c
2b17fa5
cpumask: use set_cpu_active in init/main.c
by Rusty Russell
· 16 years ago
a0e280e
stop_machine/cpu hotplug: fix disable_nonboot_cpus
by Heiko Carstens
· 16 years ago
9ea09af
stop_machine: introduce stop_machine_create/destroy.
by Heiko Carstens
· 16 years ago
e0b582e
cpumask: convert kernel/cpu.c
by Rusty Russell
· 16 years ago
3fa4152
cpumask: make set_cpu_*/init_cpu_* out-of-line
by Rusty Russell
· 16 years ago
b3199c0
cpumask: switch over to cpu_online/possible/active/present_mask: core
by Rusty Russell
· 16 years ago
98a79d6
cpumask: centralize cpu_online_map and cpu_possible_map
by Rusty Russell
· 16 years ago
8419641
cpuinit fixes in kernel/*
by Al Viro
· 16 years ago
2d3854a
cpumask: introduce new API, without changing anything
by Rusty Russell
· 16 years ago
990d0f2
Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched/urgent' into sched/core
by Ingo Molnar
· 16 years ago
e545a61
kernel/cpu.c: create a CPU_STARTING cpu_chain notifier
by Manfred Spraul
· 16 years ago
3ba3557
kernel/cpu.c: Move the CPU_DYING notifiers
by Manfred Spraul
· 16 years ago
3ee1062
cpu hotplug: s390 doesn't support additional_cpus anymore.
by Heiko Carstens
· 16 years ago
279ef6b
sched, cpu hotplug: fix set_cpus_allowed() use in hotplug callbacks
by Dmitry Adamushko
· 16 years ago
9e3ee1c
Merge branch 'linus' into cpus4096
by Ingo Molnar
· 16 years ago
e56b3bc
cpu masks: optimize and clean up cpumask_of_cpu()
by Linus Torvalds
· 16 years ago
eeec4fa
stop_machine(): stop_machine_run() changed to use cpu mask
by Rusty Russell
· 16 years ago
0432158
Hotplug CPU: don't check cpu_online after take_cpu_down
by Rusty Russell
· 16 years ago
ffdb597
Simplify stop_machine
by Rusty Russell
· 16 years ago
5a7a201
cpumask: export cpumask_of_cpu_map
by Ingo Molnar
· 16 years ago
6524d93
cpumask: put cpumask_of_cpu_map in the initdata section
by Mike Travis
· 16 years ago
b8d317d
cpumask: make cpumask_of_cpu_map generic
by Mike Travis
· 16 years ago
3da1c84
workqueues: make get_online_cpus() useable for work->func()
by Oleg Nesterov
· 16 years ago
7f9dce3
Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
bb2c018
Merge branch 'linus' into cpus4096
by Ingo Molnar
· 16 years ago
39b0fad
cpu hotplug: Make cpu_active_map synchronization dependency clear
by Max Krasnyansky
· 16 years ago
e761b77
cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment (take 2)
by Max Krasnyansky
· 16 years ago
b62b8ef
force offline the processor during hot-removal
by Zhang Rui
· 17 years ago
8263884
Merge branch 'linus' into cpus4096
by Ingo Molnar
· 16 years ago
68f4f1e
sched: Move cpu masks from kernel/sched.c into kernel/cpu.c
by Max Krasnyansky
· 17 years ago
363ab6f
core: use performance variant for_each_cpu_mask_nr
by Mike Travis
· 17 years ago
af1f16d
kernel: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
d2ba7e2
simplify cpu_hotplug_begin()/put_online_cpus()
by Oleg Nesterov
· 17 years ago
f7b16c1
cpu: fix section mismatch warning in reference to register_cpu_notifier
by Sam Ravnborg
· 17 years ago
514a20a
cpu: fix section mismatch warnings in *cpu_down
by Sam Ravnborg
· 17 years ago
9647155
cpu: fix section mismatch warning in unregister_cpu_notifier
by Sam Ravnborg
· 17 years ago
f70316d
generic: use new set_cpus_allowed_ptr function
by Mike Travis
· 17 years ago
fa7303e
cpu: fix section mismatch warnings for enable_nonboot_cpus
by Sam Ravnborg
· 17 years ago
95402b3
cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()
by Gautham R Shenoy
· 17 years ago
86ef5c9
cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()
by Gautham R Shenoy
· 17 years ago
d221938
cpu-hotplug: refcount based cpu hotplug
by Gautham R Shenoy
· 17 years ago
73e753a
CPU HOTPLUG: avoid hotadd when proper possible_map isn't specified
by KAMEZAWA Hiroyuki
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
a0d8cdb
cpu hotplug: cpu: deliver CPU_UP_CANCELED only to NOTIFY_OKed callbacks with CPU_UP_PREPARE
by Akinobu Mita
· 17 years ago
f3de4be
PM: Fix dependencies of CONFIG_SUSPEND and CONFIG_HIBERNATION
by Rafael J. Wysocki
· 17 years ago
db912f9
HOTPLUG: Add CPU_DYING notifier
by Avi Kivity
· 18 years ago
455c017
microcode: use suspend-related CPU hotplug notifications
by Rafael J. Wysocki
· 18 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 18 years ago
7b0834c
Remove kthread_bind() call from _cpu_down()
by Gautham R Shenoy
· 18 years ago
e7407dc
call cpu_chain with CPU_DOWN_FAILED if CPU_DOWN_PREPARE failed
by Heiko Carstens
· 18 years ago
baaca49
Define and use new events,CPU_LOCK_ACQUIRE and CPU_LOCK_RELEASE
by Gautham R Shenoy
· 18 years ago
1d64b9c
[PATCH] Fix microcode-related suspend problem
by Rafael J. Wysocki
· 18 years ago
ed746e3
[PATCH] swsusp: Change code ordering in disk.c
by Rafael J. Wysocki
· 18 years ago
b282b6f
[PATCH] Change cpu_up and co from __devinit to __cpuinit
by Gautham R Shenoy
· 18 years ago
e1d9fd2
[PATCH] suspend: fix suspend on single-CPU systems
by Ingo Molnar
· 18 years ago
112cecb
[PATCH] suspend: don't change cpus_allowed for task initiating the suspend
by Siddha, Suresh B
· 18 years ago
4b96b1a
[PATCH] Fix the spurious unlock_cpu_hotplug false warnings
by Gautham R Shenoy
· 18 years ago
8fa1d7d
[PATCH] cpu-hotplug: release `workqueue_mutex' properly on CPU hot-remove
by Satoru Takeuchi
· 18 years ago
bd5349c
[PATCH] Convert cpu hotplug notifiers to use raw_notifier instead of blocking_notifier
by Neil Brown
· 18 years ago
e3920fb
[PATCH] Disable CPU hotplug during suspend
by Rafael J. Wysocki
· 18 years ago
aa95387
cpu hotplug: simplify and hopefully fix locking
by Linus Torvalds
· 18 years ago
65edc68
[PATCH] cpu hotplug: make [un]register_cpu_notifier init time only
by Chandra Seetharaman
· 18 years ago
81615b6
[PATCH] Convert kernel/cpu.c to mutexes
by Ingo Molnar
· 18 years ago
e041c68
[PATCH] Notifier chain update: API changes
by Alan Stern
· 19 years ago
6978c70
BUG_ON() Conversion in kernel/cpu.c
by Eric Sesterhenn
· 19 years ago
a9d9baa
[PATCH] clean up lock_cpu_hotplug() in cpufreq
by Ashok Raj
· 19 years ago
90d45d1
[PATCH] cpu hotplug: fix locking in cpufreq drivers
by Ashok Raj
· 19 years ago
c32b6b8
[PATCH] create and destroy cpufreq sysfs entries based on cpu notifiers
by Ashok Raj
· 19 years ago
f370513
[PATCH] i386 CPU hotplug
by Zwane Mwaikambo
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago
v2.6.12-rc2