index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
stop_machine.c
Age
Commit message (
Expand
)
Author
2021-03-23
stop_machine: Add caller debug info to queue_stop_cpus_work
Valentin Schneider
2020-11-27
Merge branch 'linus' into sched/core, to resolve semantic conflict
Ingo Molnar
2020-11-10
stop_machine: Add function and caller debug info
Peter Zijlstra
2020-10-26
stop_machine, rcu: Mark functions as notrace
Zong Li
2020-01-17
stop_machine: Make stop_cpus() static
Yangtao Li
2019-12-17
stop_machine: remove try_stop_cpus helper
Yangtao Li
2019-10-31
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2019-10-17
stop_machine: Avoid potential race behaviour
Mark Rutland
2019-10-05
stop_machine: Provide RCU quiescent state in multi_cpu_stop()
Paul E. McKenney
2019-08-08
stop_machine: Fix stop_cpus_in_progress ordering
Peter Zijlstra
2019-06-15
processor: get rid of cpu_relax_yield
Heiko Carstens
2019-06-15
s390: improve wait logic of stop_machine
Martin Schwidefsky
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 38
Thomas Gleixner
2019-04-09
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
2018-08-13
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-08-05
stop_machine: Atomically queue and wake stopper threads
Prasad Sodagudi
2018-08-02
stop_machine: Reflow cpu_stop_queue_two_works()
Peter Zijlstra
2018-07-25
stop_machine: Disable preemption after queueing stopper threads
Isaac J. Manjarres
2018-07-15
stop_machine: Disable preemption when waking two stopper threads
Isaac J. Manjarres
2018-05-15
Merge tag 'v4.17-rc5' into locking/core, to pick up fixes
Ingo Molnar
2018-05-03
stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlock
Peter Zijlstra
2018-04-27
stop_machine: Use raw spinlocks
Thomas Gleixner
2017-05-26
stop_machine: Provide stop_machine_cpuslocked()
Sebastian Andrzej Siewior
2016-11-16
locking/core, stop_machine: Yield the CPU during stop machine()
Christian Borntraeger
2016-10-03
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-09-22
stop_machine: Remove stop_cpus_lock and lg_double_lock/unlock()
Oleg Nesterov
2016-09-22
stop_machine: Avoid a sleep and wakeup in stop_one_cpu()
Cheng Chao
2016-07-27
stop_machine: Touch_nmi_watchdog() after MULTI_STOP_PREPARE
Oleg Nesterov
2016-01-16
kernel/stop_machine.c: remove CONFIG_SMP dependencies
Andrew Morton
2016-01-06
Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...
Ingo Molnar
2015-12-12
kernel: remove stop_machine() Kconfig dependency
Chris Wilson
2015-11-23
stop_machine: Clean up the usage of the preemption counter in cpu_stopper_thr...
Oleg Nesterov
2015-11-23
stop_machine: Shift the 'done != NULL' check from cpu_stop_signal_done() to c...
Oleg Nesterov
2015-11-23
stop_machine: Kill cpu_stop_done->executed
Oleg Nesterov
2015-11-23
stop_machine: Change __stop_cpus() to rely on cpu_stop_queue_work()
Oleg Nesterov
2015-11-23
stop_machine: Change stop_one_cpu() to rely on cpu_stop_queue_work()
Oleg Nesterov
2015-11-23
stop_machine: Make cpu_stop_queue_work() and stop_one_cpu_nowait() return bool
Oleg Nesterov
2015-11-23
stop_machine: Don't disable preemption in stop_two_cpus()
Oleg Nesterov
2015-11-23
stop_machine: Fix possible cpu_stopper_thread() crash
Oleg Nesterov
2015-10-20
sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop()
Peter Zijlstra
2015-10-20
stop_machine: Kill cpu_stop_threads->setup() and cpu_stop_unpark()
Oleg Nesterov
2015-10-20
stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp...
Oleg Nesterov
2015-10-20
stop_machine: Change cpu_stop_queue_two_works() to rely on stopper->enabled
Oleg Nesterov
2015-10-20
stop_machine: Introduce __cpu_stop_queue_work() and cpu_stop_queue_two_works()
Oleg Nesterov
2015-10-20
stop_machine: Ensure that a queued callback will be called before cpu_stop_pa...
Oleg Nesterov
2015-08-03
stop_machine: Remove cpu_stop_work's from list in cpu_stop_park()
Oleg Nesterov
2015-08-03
stop_machine: Use 'cpu_stop_fn_t' where possible
Oleg Nesterov
2015-08-03
stop_machine: Unexport __stop_machine()
Oleg Nesterov
2015-08-03
stop_machine: Don't do for_each_cpu() twice in queue_stop_cpus_work()
Oleg Nesterov
2015-08-03
stop_machine: Move 'cpu_stopper_task' and 'stop_cpus_work' into 'struct cpu_s...
Oleg Nesterov
[next]