aboutsummaryrefslogtreecommitdiff
path: root/include/linux/stop_machine.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-05-26stop_machine: Provide stop_machine_cpuslocked()Gravatar Sebastian Andrzej Siewior 1-3/+23
2016-01-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Gravatar Ingo Molnar 1-3/+3
2015-12-12kernel: remove stop_machine() Kconfig dependencyGravatar Chris Wilson 1-3/+3
2015-11-23stop_machine: Make cpu_stop_queue_work() and stop_one_cpu_nowait() return boolGravatar Oleg Nesterov 1-2/+5
2015-10-20stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp...Gravatar Oleg Nesterov 1-0/+1
2015-10-20stop_machine: Ensure that a queued callback will be called before cpu_stop_pa...Gravatar Oleg Nesterov 1-0/+1
2015-08-03stop_machine: Use 'cpu_stop_fn_t' where possibleGravatar Oleg Nesterov 1-4/+4
2015-08-03stop_machine: Unexport __stop_machine()Gravatar Oleg Nesterov 1-20/+2
2013-10-09stop_machine: Introduce stop_two_cpus()Gravatar Peter Zijlstra 1-0/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-10-31stop_machine.h: fix implicit use of smp.h for smp_processor_idGravatar Paul Gortmaker 1-0/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-06-27x86, mtrr: use stop_machine APIs for doing MTRR rendezvousGravatar Suresh Siddha 1-2/+0
2011-06-27stop_machine: implement stop_machine_from_inactive_cpu()Gravatar Tejun Heo 1-2/+12
2011-06-27x86, mtrr: lock stop machine during MTRR rendezvous sequenceGravatar Suresh Siddha 1-0/+2
2011-06-20stop_machine.h: "disables preeempt" -> "disables preemption"Gravatar Jonathan Neuschäfer 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-10-14stopmachine: Define __stop_machine when CONFIG_STOP_MACHINE=nGravatar Masami Hiramatsu 1-2/+8
2010-05-08cpu_stop: add dummy implementation for UPGravatar Tejun Heo 1-6/+63
2010-05-06stop_machine: reimplement using cpu_stopGravatar Tejun Heo 1-20/+0
2010-05-06cpu_stop: implement stop_cpu[s]()Gravatar Tejun Heo 1-4/+35
2009-01-05stop_machine: introduce stop_machine_create/destroy.Gravatar Heiko Carstens 1-0/+22
2009-01-01cpumask: convert rest of files in kernel/Gravatar Rusty Russell 1-3/+3
2008-08-26stop_machine: Remove deprecated stop_machine_runGravatar Rusty Russell 1-18/+1
2008-07-28stop_machine(): stop_machine_run() changed to use cpu maskGravatar Rusty Russell 1-10/+24
2008-07-28Simplify stop_machineGravatar Rusty Russell 1-12/+8
2008-07-28stop_machine: add ALL_CPUS optionGravatar Jason Baron 1-1/+7
2006-04-26Don't include linux/config.h from anywhere else in include/Gravatar David Woodhouse 1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+52