aboutsummaryrefslogtreecommitdiff
path: root/kernel/stop_machine.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-26stop_machine: Provide stop_machine_cpuslocked()Gravatar Sebastian Andrzej Siewior 1-4/+7
2016-11-16locking/core, stop_machine: Yield the CPU during stop machine()Gravatar Christian Borntraeger 1-1/+1
2016-10-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+5
2016-09-22stop_machine: Remove stop_cpus_lock and lg_double_lock/unlock()Gravatar Oleg Nesterov 1-16/+26
2016-09-22stop_machine: Avoid a sleep and wakeup in stop_one_cpu()Gravatar Cheng Chao 1-0/+5
2016-07-27stop_machine: Touch_nmi_watchdog() after MULTI_STOP_PREPAREGravatar Oleg Nesterov 1-0/+8
2016-01-16kernel/stop_machine.c: remove CONFIG_SMP dependenciesGravatar Andrew Morton 1-4/+0
2016-01-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Gravatar Ingo Molnar 1-2/+2
2015-12-12kernel: remove stop_machine() Kconfig dependencyGravatar Chris Wilson 1-2/+2
2015-11-23stop_machine: Clean up the usage of the preemption counter in cpu_stopper_thr...Gravatar Oleg Nesterov 1-10/+5
2015-11-23stop_machine: Shift the 'done != NULL' check from cpu_stop_signal_done() to c...Gravatar Oleg Nesterov 1-10/+8
2015-11-23stop_machine: Kill cpu_stop_done->executedGravatar Oleg Nesterov 1-9/+3
2015-11-23stop_machine: Change __stop_cpus() to rely on cpu_stop_queue_work()Gravatar Oleg Nesterov 1-4/+10
2015-11-23stop_machine: Change stop_one_cpu() to rely on cpu_stop_queue_work()Gravatar Oleg Nesterov 1-2/+4
2015-11-23stop_machine: Make cpu_stop_queue_work() and stop_one_cpu_nowait() return boolGravatar Oleg Nesterov 1-4/+12
2015-11-23stop_machine: Don't disable preemption in stop_two_cpus()Gravatar Oleg Nesterov 1-8/+3
2015-11-23stop_machine: Fix possible cpu_stopper_thread() crashGravatar Oleg Nesterov 1-1/+1
2015-10-20sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop()Gravatar Peter Zijlstra 1-9/+0
2015-10-20stop_machine: Kill cpu_stop_threads->setup() and cpu_stop_unpark()Gravatar Oleg Nesterov 1-11/+1
2015-10-20stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp...Gravatar Oleg Nesterov 1-1/+9
2015-10-20stop_machine: Change cpu_stop_queue_two_works() to rely on stopper->enabledGravatar Oleg Nesterov 1-9/+20
2015-10-20stop_machine: Introduce __cpu_stop_queue_work() and cpu_stop_queue_two_works()Gravatar Oleg Nesterov 1-11/+26
2015-10-20stop_machine: Ensure that a queued callback will be called before cpu_stop_pa...Gravatar Oleg Nesterov 1-10/+13
2015-08-03stop_machine: Remove cpu_stop_work's from list in cpu_stop_park()Gravatar Oleg Nesterov 1-2/+4
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-1/+1
2015-08-03stop_machine: Don't do for_each_cpu() twice in queue_stop_cpus_work()Gravatar Oleg Nesterov 1-10/+7
2015-08-03stop_machine: Move 'cpu_stopper_task' and 'stop_cpus_work' into 'struct cpu_s...Gravatar Oleg Nesterov 1-8/+9
2015-06-19sched/stop_machine: Fix deadlock between multiple stop_two_cpus()Gravatar Peter Zijlstra 1-37/+5
2014-06-04kernel/stop_machine.c: kernel-doc warning fixGravatar Fabian Frederick 1-0/+1
2014-03-11stop_machine: Fix^2 race between stop_two_cpus() and stop_cpus()Gravatar Peter Zijlstra 1-1/+1
2013-11-11stop_machine: Fix race between stop_two_cpus() and stop_cpus()Gravatar Rik van Riel 1-2/+13
2013-10-16sched: Remove get_online_cpus() usageGravatar Peter Zijlstra 1-5/+21
2013-10-09stop_machine: Introduce stop_two_cpus()Gravatar Peter Zijlstra 1-98/+174
2013-02-26stop_machine: Mark per cpu stopper enabled earlyGravatar Thomas Gleixner 1-1/+1
2013-02-14stop_machine: Use smpboot threadsGravatar Thomas Gleixner 1-86/+50
2013-02-14stop_machine: Store task reference in a separate per cpu variableGravatar Thomas Gleixner 1-16/+16
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2011-10-31stop_machine: make stop_machine safe and efficient to call earlyGravatar Jeremy Fitzhardinge 1-0/+22
2011-10-31kernel: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-06-27x86, mtrr: use stop_machine APIs for doing MTRR rendezvousGravatar Suresh Siddha 1-1/+1
2011-06-27stop_machine: implement stop_machine_from_inactive_cpu()Gravatar Tejun Heo 1-1/+61
2011-06-27stop_machine: reorganize stop_cpus() implementationGravatar Tejun Heo 1-4/+12
2011-06-27x86, mtrr: lock stop machine during MTRR rendezvous sequenceGravatar Suresh Siddha 1-1/+1
2011-03-22kthread: use kthread_create_on_node()Gravatar Eric Dumazet 1-2/+4
2010-10-26stop_machine: convert cpu notifier to return encapsulate errno valueGravatar Akinobu Mita 1-2/+2
2010-10-26kernel/stop_machine.c: fix unused variable warningGravatar Rakib Mullick 1-1/+1
2010-10-18sched: Create special class for stop/migrate workGravatar Peter Zijlstra 1-3/+5
2010-08-09stop_machine: struct cpu_stopper, remove alignment padding on 64 bitsGravatar Richard Kennedy 1-1/+1