summaryrefslogtreecommitdiff
path: root/kernel/stop_machine.c
AgeCommit message (Expand)Author
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-06-27x86, mtrr: use stop_machine APIs for doing MTRR rendezvousSuresh Siddha
2011-06-27stop_machine: implement stop_machine_from_inactive_cpu()Tejun Heo
2011-06-27stop_machine: reorganize stop_cpus() implementationTejun Heo
2011-06-27x86, mtrr: lock stop machine during MTRR rendezvous sequenceSuresh Siddha
2011-03-22kthread: use kthread_create_on_node()Eric Dumazet
2010-10-26stop_machine: convert cpu notifier to return encapsulate errno valueAkinobu Mita
2010-10-26kernel/stop_machine.c: fix unused variable warningRakib Mullick
2010-10-18sched: Create special class for stop/migrate workPeter Zijlstra
2010-08-09stop_machine: struct cpu_stopper, remove alignment padding on 64 bitsRichard Kennedy
2010-05-31sched: Make sure timers have migrated before killing the migration_threadAmit K. Arora
2010-05-18stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_ca...Ingo Molnar
2010-05-08cpu_stop: add dummy implementation for UPTejun Heo
2010-05-06sched: replace migration_thread with cpu_stopTejun Heo
2010-05-06stop_machine: reimplement using cpu_stopTejun Heo
2010-05-06cpu_stop: implement stop_cpu[s]()Tejun Heo
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo
2009-03-30cpumask: remove cpumask_t from coreRusty Russell
2009-02-20alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell
2009-01-05stop_machine: introduce stop_machine_create/destroy.Heiko Carstens
2009-01-01cpumask: convert rest of files in kernel/Rusty Russell
2008-11-16stop_machine: fix race with return value (fixes Bug #11989)Rusty Russell
2008-10-25Revert "Call init_workqueues before pre smp initcalls."Linus Torvalds
2008-10-22stop_machine: fix error code handling on multiple cpusHeiko Carstens
2008-10-22stop_machine: use workqueues instead of kernel threadsHeiko Carstens
2008-08-12stop_machine: remove unused variableLi Zefan
2008-07-28stop_machine(): stop_machine_run() changed to use cpu maskRusty Russell
2008-07-28Simplify stop_machineRusty Russell
2008-07-28stop_machine: add ALL_CPUS optionJason Baron
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis
2008-06-23sched: add new API sched_setscheduler_nocheck: add a flag to control access c...Rusty Russell
2008-05-23stop_machine: make stop_machine_run more virtualization friendlyChristian Borntraeger
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds
2008-04-21trivial: small cleanupsPavel Machek
2008-04-19generic: use new set_cpus_allowed_ptr functionMike Travis
2008-04-18kernel: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2008-02-06stopmachine: semaphore to mutexDaniel Walker
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy
2007-07-16Fix stop_machine_run problem with naughty real time processSatoru Takeuchi
2007-05-11stop_machine() now uses hard_irq_disableBenjamin Herrenschmidt
2007-05-08Use stop_machine_run in the Intel RNG driverPrarit Bhargava
2006-09-29[PATCH] stop_machine.c copyrightRusty Russell
2006-08-27[PATCH] Remove redundant up() in stop_machine()Yingchao Zhou
2006-07-03[PATCH] revert "kthread: convert stop_machine into a kthread"Andrew Morton
2006-06-25[PATCH] kthread: convert stop_machine into a kthreadSerge E. Hallyn
2006-01-10[PATCH] Remove set_fs() in stop_machine()akpm@osdl.org
2005-11-13[PATCH] stop_machine() vs. synchronous IPI send deadlockKirill Korotaev
2005-06-21[PATCH] smp_processor_id() cleanupIngo Molnar
2005-05-01[PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org