summaryrefslogtreecommitdiffstats
path: root/kernel/stop_machine.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-241-2/+0
|\
| * sched: Fix missing prototype warningsThomas Gleixner2022-05-011-2/+0
* | stop_machine: Add stop_core_cpuslocked() for per-core operationsPeter Zijlstra2022-05-121-0/+21
|/
* stop_machine: Add caller debug info to queue_stop_cpus_workValentin Schneider2021-03-231-0/+1
* Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-271-1/+1
|\
| * stop_machine, rcu: Mark functions as notraceZong Li2020-10-261-1/+1
* | stop_machine: Add function and caller debug infoPeter Zijlstra2020-11-101-3/+24
|/
* stop_machine: Make stop_cpus() staticYangtao Li2020-01-171-1/+1
* stop_machine: remove try_stop_cpus helperYangtao Li2019-12-171-30/+0
* Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-10-311-0/+1
|\
| * stop_machine: Provide RCU quiescent state in multi_cpu_stop()Paul E. McKenney2019-10-051-0/+1
* | stop_machine: Avoid potential race behaviourMark Rutland2019-10-171-4/+6
|/
* stop_machine: Fix stop_cpus_in_progress orderingPeter Zijlstra2019-08-081-0/+2
* processor: get rid of cpu_relax_yieldHeiko Carstens2019-06-151-1/+6
* s390: improve wait logic of stop_machineMartin Schwidefsky2019-06-151-5/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 38Thomas Gleixner2019-05-241-2/+1
* treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-131-18/+23
|\
| * stop_machine: Reflow cpu_stop_queue_two_works()Peter Zijlstra2018-08-021-18/+23
* | stop_machine: Atomically queue and wake stopper threadsPrasad Sodagudi2018-08-051-0/+2
|/
* stop_machine: Disable preemption after queueing stopper threadsIsaac J. Manjarres2018-07-251-1/+9
* stop_machine: Disable preemption when waking two stopper threadsIsaac J. Manjarres2018-07-151-1/+5
* Merge tag 'v4.17-rc5' into locking/core, to pick up fixesIngo Molnar2018-05-151-5/+14
|\
| * stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlockPeter Zijlstra2018-05-031-5/+14
* | stop_machine: Use raw spinlocksThomas Gleixner2018-04-271-12/+12
|/
* stop_machine: Provide stop_machine_cpuslocked()Sebastian Andrzej Siewior2017-05-261-4/+7
* locking/core, stop_machine: Yield the CPU during stop machine()Christian Borntraeger2016-11-161-1/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-031-0/+5
|\
| * stop_machine: Avoid a sleep and wakeup in stop_one_cpu()Cheng Chao2016-09-221-0/+5
* | stop_machine: Remove stop_cpus_lock and lg_double_lock/unlock()Oleg Nesterov2016-09-221-16/+26
|/
* stop_machine: Touch_nmi_watchdog() after MULTI_STOP_PREPAREOleg Nesterov2016-07-271-0/+8
* kernel/stop_machine.c: remove CONFIG_SMP dependenciesAndrew Morton2016-01-161-4/+0
* Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar2016-01-061-2/+2
|\
| * kernel: remove stop_machine() Kconfig dependencyChris Wilson2015-12-121-2/+2
* | stop_machine: Clean up the usage of the preemption counter in cpu_stopper_thr...Oleg Nesterov2015-11-231-10/+5
* | stop_machine: Shift the 'done != NULL' check from cpu_stop_signal_done() to c...Oleg Nesterov2015-11-231-10/+8
* | stop_machine: Kill cpu_stop_done->executedOleg Nesterov2015-11-231-9/+3
* | stop_machine: Change __stop_cpus() to rely on cpu_stop_queue_work()Oleg Nesterov2015-11-231-4/+10
* | stop_machine: Change stop_one_cpu() to rely on cpu_stop_queue_work()Oleg Nesterov2015-11-231-2/+4
* | stop_machine: Make cpu_stop_queue_work() and stop_one_cpu_nowait() return boolOleg Nesterov2015-11-231-4/+12
* | stop_machine: Don't disable preemption in stop_two_cpus()Oleg Nesterov2015-11-231-8/+3
* | stop_machine: Fix possible cpu_stopper_thread() crashOleg Nesterov2015-11-231-1/+1
|/
* sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop()Peter Zijlstra2015-10-201-9/+0
* stop_machine: Kill cpu_stop_threads->setup() and cpu_stop_unpark()Oleg Nesterov2015-10-201-11/+1
* stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp...Oleg Nesterov2015-10-201-1/+9
* stop_machine: Change cpu_stop_queue_two_works() to rely on stopper->enabledOleg Nesterov2015-10-201-9/+20
* stop_machine: Introduce __cpu_stop_queue_work() and cpu_stop_queue_two_works()Oleg Nesterov2015-10-201-11/+26
* stop_machine: Ensure that a queued callback will be called before cpu_stop_pa...Oleg Nesterov2015-10-201-10/+13
* stop_machine: Remove cpu_stop_work's from list in cpu_stop_park()Oleg Nesterov2015-08-031-2/+4
* stop_machine: Use 'cpu_stop_fn_t' where possibleOleg Nesterov2015-08-031-4/+4