aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/stop_machine.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-25Revert "Call init_workqueues before pre smp initcalls."Linus Torvalds1-1/+1
2008-10-22stop_machine: fix error code handling on multiple cpusHeiko Carstens1-3/+6
2008-10-22stop_machine: use workqueues instead of kernel threadsHeiko Carstens1-70/+41
2008-08-12stop_machine: remove unused variableLi Zefan1-1/+0
2008-07-28stop_machine(): stop_machine_run() changed to use cpu maskRusty Russell1-14/+13
2008-07-28Simplify stop_machineRusty Russell1-168/+125
2008-07-28stop_machine: add ALL_CPUS optionJason Baron1-7/+25
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis1-1/+2
2008-06-23sched: add new API sched_setscheduler_nocheck: add a flag to control access checksRusty Russell1-1/+1
2008-05-23stop_machine: make stop_machine_run more virtualization friendlyChristian Borntraeger1-3/+4
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivialLinus Torvalds1-2/+1
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-1/+0
2008-04-21trivial: small cleanupsPavel Machek1-2/+1
2008-04-19generic: use new set_cpus_allowed_ptr functionMike Travis1-1/+1
2008-04-18kernel: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-02-06stopmachine: semaphore to mutexDaniel Walker1-3/+3
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy1-2/+2
2007-07-16Fix stop_machine_run problem with naughty real time processSatoru Takeuchi1-4/+4
2007-05-11stop_machine() now uses hard_irq_disableBenjamin Herrenschmidt1-0/+4
2007-05-08Use stop_machine_run in the Intel RNG driverPrarit Bhargava1-3/+5
2006-09-29[PATCH] stop_machine.c copyrightRusty Russell1-0/+3
2006-08-27[PATCH] Remove redundant up() in stop_machine()Yingchao Zhou1-1/+0
2006-07-03[PATCH] revert "kthread: convert stop_machine into a kthread"Andrew Morton1-11/+6
2006-06-25[PATCH] kthread: convert stop_machine into a kthreadSerge E. Hallyn1-6/+11
2006-01-10[PATCH] Remove set_fs() in stop_machine()akpm@osdl.org1-5/+1
2005-11-13[PATCH] stop_machine() vs. synchronous IPI send deadlockKirill Korotaev1-3/+3
2005-06-21[PATCH] smp_processor_id() cleanupIngo Molnar1-2/+2
2005-05-01[PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org1-5/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+212