summaryrefslogtreecommitdiffstats
path: root/kernel/stop_machine.c
Commit message (Expand)AuthorAgeFilesLines
* kthread: use kthread_create_on_node()Eric Dumazet2011-03-221-2/+4
* stop_machine: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-10-261-2/+2
* kernel/stop_machine.c: fix unused variable warningRakib Mullick2010-10-261-1/+1
* sched: Create special class for stop/migrate workPeter Zijlstra2010-10-181-3/+5
* stop_machine: struct cpu_stopper, remove alignment padding on 64 bitsRichard Kennedy2010-08-091-1/+1
* sched: Make sure timers have migrated before killing the migration_threadAmit K. Arora2010-05-311-1/+1
* stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_ca...Ingo Molnar2010-05-181-1/+4
* cpu_stop: add dummy implementation for UPTejun Heo2010-05-081-0/+4
* sched: replace migration_thread with cpu_stopTejun Heo2010-05-061-1/+1
* stop_machine: reimplement using cpu_stopTejun Heo2010-05-061-120/+38
* cpu_stop: implement stop_cpu[s]()Tejun Heo2010-05-061-5/+367
* percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo2010-02-171-1/+1
* cpumask: remove cpumask_t from coreRusty Russell2009-03-301-1/+1
* alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell2009-02-201-1/+1
* stop_machine: introduce stop_machine_create/destroy.Heiko Carstens2009-01-051-10/+45
* cpumask: convert rest of files in kernel/Rusty Russell2009-01-011-4/+4
* stop_machine: fix race with return value (fixes Bug #11989)Rusty Russell2008-11-161-2/+3
* Revert "Call init_workqueues before pre smp initcalls."Linus Torvalds2008-10-251-1/+1
* stop_machine: fix error code handling on multiple cpusHeiko Carstens2008-10-221-3/+6
* stop_machine: use workqueues instead of kernel threadsHeiko Carstens2008-10-221-70/+41
* stop_machine: remove unused variableLi Zefan2008-08-121-1/+0
* stop_machine(): stop_machine_run() changed to use cpu maskRusty Russell2008-07-281-14/+13
* Simplify stop_machineRusty Russell2008-07-281-168/+125
* stop_machine: add ALL_CPUS optionJason Baron2008-07-281-7/+25
* cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis2008-07-181-1/+2
* sched: add new API sched_setscheduler_nocheck: add a flag to control access c...Rusty Russell2008-06-231-1/+1
* stop_machine: make stop_machine_run more virtualization friendlyChristian Borntraeger2008-05-231-3/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds2008-04-211-2/+1
|\
| * trivial: small cleanupsPavel Machek2008-04-211-2/+1
* | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2008-04-211-1/+0
|\ \
| * | kernel: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
| |/
* | generic: use new set_cpus_allowed_ptr functionMike Travis2008-04-191-1/+1
|/
* stopmachine: semaphore to mutexDaniel Walker2008-02-061-3/+3
* cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy2008-01-251-2/+2
* Fix stop_machine_run problem with naughty real time processSatoru Takeuchi2007-07-161-4/+4
* stop_machine() now uses hard_irq_disableBenjamin Herrenschmidt2007-05-111-0/+4
* Use stop_machine_run in the Intel RNG driverPrarit Bhargava2007-05-081-3/+5
* [PATCH] stop_machine.c copyrightRusty Russell2006-09-291-0/+3
* [PATCH] Remove redundant up() in stop_machine()Yingchao Zhou2006-08-271-1/+0
* [PATCH] revert "kthread: convert stop_machine into a kthread"Andrew Morton2006-07-031-11/+6
* [PATCH] kthread: convert stop_machine into a kthreadSerge E. Hallyn2006-06-251-6/+11
* [PATCH] Remove set_fs() in stop_machine()akpm@osdl.org2006-01-101-5/+1
* [PATCH] stop_machine() vs. synchronous IPI send deadlockKirill Korotaev2005-11-131-3/+3
* [PATCH] smp_processor_id() cleanupIngo Molnar2005-06-211-2/+2
* [PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org2005-05-011-5/+5
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+212
OpenPOWER on IntegriCloud