summaryrefslogtreecommitdiffstats
path: root/include/linux/stop_machine.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar2016-01-061-3/+3
|\
| * kernel: remove stop_machine() Kconfig dependencyChris Wilson2015-12-121-3/+3
* | stop_machine: Make cpu_stop_queue_work() and stop_one_cpu_nowait() return boolOleg Nesterov2015-11-231-2/+5
|/
* stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp...Oleg Nesterov2015-10-201-0/+1
* stop_machine: Ensure that a queued callback will be called before cpu_stop_pa...Oleg Nesterov2015-10-201-0/+1
* stop_machine: Use 'cpu_stop_fn_t' where possibleOleg Nesterov2015-08-031-4/+4
* stop_machine: Unexport __stop_machine()Oleg Nesterov2015-08-031-20/+2
* stop_machine: Introduce stop_two_cpus()Peter Zijlstra2013-10-091-0/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* stop_machine.h: fix implicit use of smp.h for smp_processor_idPaul Gortmaker2011-10-311-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+1
|\
| * stop_machine.h: "disables preeempt" -> "disables preemption"Jonathan Neuschäfer2011-06-201-1/+1
* | x86, mtrr: use stop_machine APIs for doing MTRR rendezvousSuresh Siddha2011-06-271-2/+0
* | stop_machine: implement stop_machine_from_inactive_cpu()Tejun Heo2011-06-271-2/+12
* | x86, mtrr: lock stop machine during MTRR rendezvous sequenceSuresh Siddha2011-06-271-0/+2
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* stopmachine: Define __stop_machine when CONFIG_STOP_MACHINE=nMasami Hiramatsu2010-10-141-2/+8
* cpu_stop: add dummy implementation for UPTejun Heo2010-05-081-6/+63
* stop_machine: reimplement using cpu_stopTejun Heo2010-05-061-20/+0
* cpu_stop: implement stop_cpu[s]()Tejun Heo2010-05-061-4/+35
* stop_machine: introduce stop_machine_create/destroy.Heiko Carstens2009-01-051-0/+22
* cpumask: convert rest of files in kernel/Rusty Russell2009-01-011-3/+3
* stop_machine: Remove deprecated stop_machine_runRusty Russell2008-08-261-18/+1
* stop_machine(): stop_machine_run() changed to use cpu maskRusty Russell2008-07-281-10/+24
* Simplify stop_machineRusty Russell2008-07-281-12/+8
* stop_machine: add ALL_CPUS optionJason Baron2008-07-281-1/+7
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+52