aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/stop_machine.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31stop_machine.h: fix implicit use of smp.h for smp_processor_idPaul Gortmaker1-0/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-06-27x86, mtrr: use stop_machine APIs for doing MTRR rendezvousSuresh Siddha1-2/+0
2011-06-27stop_machine: implement stop_machine_from_inactive_cpu()Tejun Heo1-2/+12
2011-06-27x86, mtrr: lock stop machine during MTRR rendezvous sequenceSuresh Siddha1-0/+2
2011-06-20stop_machine.h: "disables preeempt" -> "disables preemption"Jonathan Neuschäfer1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-14stopmachine: Define __stop_machine when CONFIG_STOP_MACHINE=nMasami Hiramatsu1-2/+8
2010-05-08cpu_stop: add dummy implementation for UPTejun Heo1-6/+63
2010-05-06stop_machine: reimplement using cpu_stopTejun Heo1-20/+0
2010-05-06cpu_stop: implement stop_cpu[s]()Tejun Heo1-4/+35
2009-01-05stop_machine: introduce stop_machine_create/destroy.Heiko Carstens1-0/+22
2009-01-01cpumask: convert rest of files in kernel/Rusty Russell1-3/+3
2008-08-26stop_machine: Remove deprecated stop_machine_runRusty Russell1-18/+1
2008-07-28stop_machine(): stop_machine_run() changed to use cpu maskRusty Russell1-10/+24
2008-07-28Simplify stop_machineRusty Russell1-12/+8
2008-07-28stop_machine: add ALL_CPUS optionJason Baron1-1/+7
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+52