aboutsummaryrefslogtreecommitdiff
path: root/kernel/stop_machine.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+0
2022-05-12stop_machine: Add stop_core_cpuslocked() for per-core operationsGravatar Peter Zijlstra 1-0/+21
2022-05-01sched: Fix missing prototype warningsGravatar Thomas Gleixner 1-2/+0
2021-03-23stop_machine: Add caller debug info to queue_stop_cpus_workGravatar Valentin Schneider 1-0/+1
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictGravatar Ingo Molnar 1-1/+1
2020-11-10stop_machine: Add function and caller debug infoGravatar Peter Zijlstra 1-3/+24
2020-10-26stop_machine, rcu: Mark functions as notraceGravatar Zong Li 1-1/+1
2020-01-17stop_machine: Make stop_cpus() staticGravatar Yangtao Li 1-1/+1
2019-12-17stop_machine: remove try_stop_cpus helperGravatar Yangtao Li 1-30/+0
2019-10-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-0/+1
2019-10-17stop_machine: Avoid potential race behaviourGravatar Mark Rutland 1-4/+6
2019-10-05stop_machine: Provide RCU quiescent state in multi_cpu_stop()Gravatar Paul E. McKenney 1-0/+1
2019-08-08stop_machine: Fix stop_cpus_in_progress orderingGravatar Peter Zijlstra 1-0/+2
2019-06-15processor: get rid of cpu_relax_yieldGravatar Heiko Carstens 1-1/+6
2019-06-15s390: improve wait logic of stop_machineGravatar Martin Schwidefsky 1-5/+9
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 38Gravatar Thomas Gleixner 1-2/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelyGravatar Sakari Ailus 1-1/+1
2018-08-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-18/+23
2018-08-05stop_machine: Atomically queue and wake stopper threadsGravatar Prasad Sodagudi 1-0/+2
2018-08-02stop_machine: Reflow cpu_stop_queue_two_works()Gravatar Peter Zijlstra 1-18/+23
2018-07-25stop_machine: Disable preemption after queueing stopper threadsGravatar Isaac J. Manjarres 1-1/+9
2018-07-15stop_machine: Disable preemption when waking two stopper threadsGravatar Isaac J. Manjarres 1-1/+5
2018-05-15Merge tag 'v4.17-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 1-5/+14
2018-05-03stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlockGravatar Peter Zijlstra 1-5/+14
2018-04-27stop_machine: Use raw spinlocksGravatar Thomas Gleixner 1-12/+12
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