aboutsummaryrefslogtreecommitdiff
path: root/kernel/stop_machine.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2011-10-31stop_machine: make stop_machine safe and efficient to call earlyGravatar Jeremy Fitzhardinge 1-0/+22
2011-10-31kernel: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-06-27x86, mtrr: use stop_machine APIs for doing MTRR rendezvousGravatar Suresh Siddha 1-1/+1
2011-06-27stop_machine: implement stop_machine_from_inactive_cpu()Gravatar Tejun Heo 1-1/+61
2011-06-27stop_machine: reorganize stop_cpus() implementationGravatar Tejun Heo 1-4/+12
2011-06-27x86, mtrr: lock stop machine during MTRR rendezvous sequenceGravatar Suresh Siddha 1-1/+1
2011-03-22kthread: use kthread_create_on_node()Gravatar Eric Dumazet 1-2/+4
2010-10-26stop_machine: convert cpu notifier to return encapsulate errno valueGravatar Akinobu Mita 1-2/+2
2010-10-26kernel/stop_machine.c: fix unused variable warningGravatar Rakib Mullick 1-1/+1
2010-10-18sched: Create special class for stop/migrate workGravatar Peter Zijlstra 1-3/+5
2010-08-09stop_machine: struct cpu_stopper, remove alignment padding on 64 bitsGravatar Richard Kennedy 1-1/+1
2010-05-31sched: Make sure timers have migrated before killing the migration_threadGravatar Amit K. Arora 1-1/+1
2010-05-18stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_ca...Gravatar Ingo Molnar 1-1/+4
2010-05-08cpu_stop: add dummy implementation for UPGravatar Tejun Heo 1-0/+4
2010-05-06sched: replace migration_thread with cpu_stopGravatar Tejun Heo 1-1/+1
2010-05-06stop_machine: reimplement using cpu_stopGravatar Tejun Heo 1-120/+38
2010-05-06cpu_stop: implement stop_cpu[s]()Gravatar Tejun Heo 1-5/+367
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsGravatar Tejun Heo 1-1/+1
2009-03-30cpumask: remove cpumask_t from coreGravatar Rusty Russell 1-1/+1
2009-02-20alloc_percpu: change percpu_ptr to per_cpu_ptrGravatar Rusty Russell 1-1/+1
2009-01-05stop_machine: introduce stop_machine_create/destroy.Gravatar Heiko Carstens 1-10/+45
2009-01-01cpumask: convert rest of files in kernel/Gravatar Rusty Russell 1-4/+4
2008-11-16stop_machine: fix race with return value (fixes Bug #11989)Gravatar Rusty Russell 1-2/+3
2008-10-25Revert "Call init_workqueues before pre smp initcalls."Gravatar Linus Torvalds 1-1/+1
2008-10-22stop_machine: fix error code handling on multiple cpusGravatar Heiko Carstens 1-3/+6
2008-10-22stop_machine: use workqueues instead of kernel threadsGravatar Heiko Carstens 1-70/+41
2008-08-12stop_machine: remove unused variableGravatar Li Zefan 1-1/+0
2008-07-28stop_machine(): stop_machine_run() changed to use cpu maskGravatar Rusty Russell 1-14/+13
2008-07-28Simplify stop_machineGravatar Rusty Russell 1-168/+125
2008-07-28stop_machine: add ALL_CPUS optionGravatar Jason Baron 1-7/+25
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrGravatar Mike Travis 1-1/+2
2008-06-23sched: add new API sched_setscheduler_nocheck: add a flag to control access c...Gravatar Rusty Russell 1-1/+1
2008-05-23stop_machine: make stop_machine_run more virtualization friendlyGravatar Christian Borntraeger 1-3/+4
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Gravatar Linus Torvalds 1-2/+1
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Gravatar Linus Torvalds 1-1/+0
2008-04-21trivial: small cleanupsGravatar Pavel Machek 1-2/+1
2008-04-19generic: use new set_cpus_allowed_ptr functionGravatar Mike Travis 1-1/+1
2008-04-18kernel: Remove unnecessary inclusions of asm/semaphore.hGravatar Matthew Wilcox 1-1/+0
2008-02-06stopmachine: semaphore to mutexGravatar Daniel Walker 1-3/+3
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gravatar Gautham R Shenoy 1-2/+2
2007-07-16Fix stop_machine_run problem with naughty real time processGravatar Satoru Takeuchi 1-4/+4
2007-05-11stop_machine() now uses hard_irq_disableGravatar Benjamin Herrenschmidt 1-0/+4
2007-05-08Use stop_machine_run in the Intel RNG driverGravatar Prarit Bhargava 1-3/+5
2006-09-29[PATCH] stop_machine.c copyrightGravatar Rusty Russell 1-0/+3
2006-08-27[PATCH] Remove redundant up() in stop_machine()Gravatar Yingchao Zhou 1-1/+0
2006-07-03[PATCH] revert "kthread: convert stop_machine into a kthread"Gravatar Andrew Morton 1-11/+6
2006-06-25[PATCH] kthread: convert stop_machine into a kthreadGravatar Serge E. Hallyn 1-6/+11
2006-01-10[PATCH] Remove set_fs() in stop_machine()Gravatar akpm@osdl.org 1-5/+1