aboutsummaryrefslogtreecommitdiff
path: root/kernel/stop_machine.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-11-13[PATCH] stop_machine() vs. synchronous IPI send deadlockGravatar Kirill Korotaev 1-3/+3
2005-06-21[PATCH] smp_processor_id() cleanupGravatar Ingo Molnar 1-2/+2
2005-05-01[PATCH] use smp_mb/wmb/rmb where possibleGravatar akpm@osdl.org 1-5/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+212