Oleg Nesterov
|
d308b9f1e4
stop_machine: Remove cpu_stop_work's from list in cpu_stop_park()
|
10 年 前 |
Oleg Nesterov
|
9a301f22fa
stop_machine: Use 'cpu_stop_fn_t' where possible
|
10 年 前 |
Oleg Nesterov
|
7eeb088e72
stop_machine: Unexport __stop_machine()
|
10 年 前 |
Oleg Nesterov
|
b377c2a089
stop_machine: Don't do for_each_cpu() twice in queue_stop_cpus_work()
|
10 年 前 |
Oleg Nesterov
|
02cb7aa923
stop_machine: Move 'cpu_stopper_task' and 'stop_cpus_work' into 'struct cpu_stopper'
|
10 年 前 |
Peter Zijlstra
|
b17718d02f
sched/stop_machine: Fix deadlock between multiple stop_two_cpus()
|
10 年 前 |
Fabian Frederick
|
cf25004069
kernel/stop_machine.c: kernel-doc warning fix
|
11 年 前 |
Peter Zijlstra
|
177c53d943
stop_machine: Fix^2 race between stop_two_cpus() and stop_cpus()
|
11 年 前 |
Rik van Riel
|
7053ea1a34
stop_machine: Fix race between stop_two_cpus() and stop_cpus()
|
11 年 前 |
Peter Zijlstra
|
6acce3ef84
sched: Remove get_online_cpus() usage
|
11 年 前 |
Peter Zijlstra
|
1be0bd77c5
stop_machine: Introduce stop_two_cpus()
|
12 年 前 |
Thomas Gleixner
|
46c498c2cd
stop_machine: Mark per cpu stopper enabled early
|
12 年 前 |
Thomas Gleixner
|
14e568e78f
stop_machine: Use smpboot threads
|
12 年 前 |
Thomas Gleixner
|
860a0ffaa3
stop_machine: Store task reference in a separate per cpu variable
|
12 年 前 |
Linus Torvalds
|
32aaeffbd4
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
|
13 年 前 |
Jeremy Fitzhardinge
|
f445027e4e
stop_machine: make stop_machine safe and efficient to call early
|
13 年 前 |
Paul Gortmaker
|
9984de1a5a
kernel: Map most files to use export.h instead of module.h
|
14 年 前 |
Arun Sharma
|
60063497a9
atomic: use <linux/atomic.h>
|
14 年 前 |
Suresh Siddha
|
192d885742
x86, mtrr: use stop_machine APIs for doing MTRR rendezvous
|
14 年 前 |
Tejun Heo
|
f740e6cd0c
stop_machine: implement stop_machine_from_inactive_cpu()
|
14 年 前 |
Tejun Heo
|
fd7355ba1e
stop_machine: reorganize stop_cpus() implementation
|
14 年 前 |
Suresh Siddha
|
6d3321e8e2
x86, mtrr: lock stop machine during MTRR rendezvous sequence
|
14 年 前 |
Eric Dumazet
|
94dcf29a11
kthread: use kthread_create_on_node()
|
14 年 前 |
Akinobu Mita
|
4ce6494dbd
stop_machine: convert cpu notifier to return encapsulate errno value
|
14 年 前 |
Rakib Mullick
|
ca51c5a763
kernel/stop_machine.c: fix unused variable warning
|
14 年 前 |
Peter Zijlstra
|
34f971f6f7
sched: Create special class for stop/migrate work
|
15 年 前 |
Richard Kennedy
|
878ae12749
stop_machine: struct cpu_stopper, remove alignment padding on 64 bits
|
15 年 前 |
Amit K. Arora
|
54e88fad22
sched: Make sure timers have migrated before killing the migration_thread
|
15 年 前 |
Ingo Molnar
|
9c6f7e43b4
stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_callback()
|
15 年 前 |
Tejun Heo
|
bbf1bb3eee
cpu_stop: add dummy implementation for UP
|
15 年 前 |