Commit Graph

50 Commits (148817ba092f9f6edd35bad3c6c6b8e8f90fe2ed)

Author SHA1 Message Date
Suresh Siddha 192d885742 x86, mtrr: use stop_machine APIs for doing MTRR rendezvous 14 years ago
Tejun Heo f740e6cd0c stop_machine: implement stop_machine_from_inactive_cpu() 14 years ago
Tejun Heo fd7355ba1e stop_machine: reorganize stop_cpus() implementation 14 years ago
Suresh Siddha 6d3321e8e2 x86, mtrr: lock stop machine during MTRR rendezvous sequence 14 years ago
Eric Dumazet 94dcf29a11 kthread: use kthread_create_on_node() 14 years ago
Akinobu Mita 4ce6494dbd stop_machine: convert cpu notifier to return encapsulate errno value 14 years ago
Rakib Mullick ca51c5a763 kernel/stop_machine.c: fix unused variable warning 14 years ago
Peter Zijlstra 34f971f6f7 sched: Create special class for stop/migrate work 15 years ago
Richard Kennedy 878ae12749 stop_machine: struct cpu_stopper, remove alignment padding on 64 bits 15 years ago
Amit K. Arora 54e88fad22 sched: Make sure timers have migrated before killing the migration_thread 15 years ago
Ingo Molnar 9c6f7e43b4 stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_callback() 15 years ago
Tejun Heo bbf1bb3eee cpu_stop: add dummy implementation for UP 15 years ago
Tejun Heo 969c79215a sched: replace migration_thread with cpu_stop 15 years ago
Tejun Heo 3fc1f1e27a stop_machine: reimplement using cpu_stop 15 years ago
Tejun Heo 1142d81029 cpu_stop: implement stop_cpu[s]() 15 years ago
Tejun Heo 43cf38eb5c percpu: add __percpu sparse annotations to core kernel subsystems 15 years ago
Rusty Russell 612a726faf cpumask: remove cpumask_t from core 16 years ago
Rusty Russell b36128c830 alloc_percpu: change percpu_ptr to per_cpu_ptr 16 years ago
Heiko Carstens 9ea09af3bd stop_machine: introduce stop_machine_create/destroy. 16 years ago
Rusty Russell 41c7bb9588 cpumask: convert rest of files in kernel/ 16 years ago
Rusty Russell e14c8bf863 stop_machine: fix race with return value (fixes Bug #11989) 16 years ago
Linus Torvalds 4403b406d4 Revert "Call init_workqueues before pre smp initcalls." 17 years ago
Heiko Carstens 8163bcac77 stop_machine: fix error code handling on multiple cpus 17 years ago
Heiko Carstens c9583e55fa stop_machine: use workqueues instead of kernel threads 17 years ago
Li Zefan ed6d68763b stop_machine: remove unused variable 17 years ago
Rusty Russell eeec4fad96 stop_machine(): stop_machine_run() changed to use cpu mask 17 years ago
Rusty Russell ffdb5976c4 Simplify stop_machine 17 years ago
Jason Baron 5c2aed6225 stop_machine: add ALL_CPUS option 17 years ago
Mike Travis 0bc3cc03fa cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu 17 years ago
Mike Travis 65c0118453 cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptr 17 years ago
Rusty Russell 961ccddd59 sched: add new API sched_setscheduler_nocheck: add a flag to control access checks 17 years ago
Christian Borntraeger 3401a61e16 stop_machine: make stop_machine_run more virtualization friendly 17 years ago
Pavel Machek f5264481c8 trivial: small cleanups 17 years ago
Mike Travis f70316dace generic: use new set_cpus_allowed_ptr function 17 years ago
Matthew Wilcox a655020753 kernel: Remove unnecessary inclusions of asm/semaphore.h 17 years ago
Daniel Walker 6c6080f74c stopmachine: semaphore to mutex 17 years ago
Gautham R Shenoy 86ef5c9a8e cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() 17 years ago
Satoru Takeuchi 85653af7d4 Fix stop_machine_run problem with naughty real time process 18 years ago
Benjamin Herrenschmidt a12bb44471 stop_machine() now uses hard_irq_disable 18 years ago
Prarit Bhargava ee527cd3a2 Use stop_machine_run in the Intel RNG driver 18 years ago
Rusty Russell e5582ca21a [PATCH] stop_machine.c copyright 19 years ago
Yingchao Zhou 4edb9a143e [PATCH] Remove redundant up() in stop_machine() 19 years ago
Andrew Morton d8cb7c1ded [PATCH] revert "kthread: convert stop_machine into a kthread" 19 years ago
Serge E. Hallyn 8bdd1d1250 [PATCH] kthread: convert stop_machine into a kthread 19 years ago
akpm@osdl.org ed653a6404 [PATCH] Remove set_fs() in stop_machine() 19 years ago
Kirill Korotaev 4557398f8c [PATCH] stop_machine() vs. synchronous IPI send deadlock 20 years ago
Ingo Molnar 39c715b717 [PATCH] smp_processor_id() cleanup 20 years ago
akpm@osdl.org d59dd4620f [PATCH] use smp_mb/wmb/rmb where possible 20 years ago
Linus Torvalds 1da177e4c3 Linux-2.6.12-rc2 20 years ago