aboutsummaryrefslogtreecommitdiffstats
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...Linus Torvalds1-2/+0
2022-05-12stop_machine: Add stop_core_cpuslocked() for per-core operationsPeter Zijlstra1-0/+21
2022-05-01sched: Fix missing prototype warningsThomas Gleixner1-2/+0
2021-03-23stop_machine: Add caller debug info to queue_stop_cpus_workValentin Schneider1-0/+1
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar1-1/+1
2020-11-10stop_machine: Add function and caller debug infoPeter Zijlstra1-3/+24
2020-10-26stop_machine, rcu: Mark functions as notraceZong Li1-1/+1
2020-01-17stop_machine: Make stop_cpus() staticYangtao Li1-1/+1
2019-12-17stop_machine: remove try_stop_cpus helperYangtao Li1-30/+0
2019-10-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-0/+1
2019-10-17stop_machine: Avoid potential race behaviourMark Rutland1-4/+6
2019-10-05stop_machine: Provide RCU quiescent state in multi_cpu_stop()Paul E. McKenney1-0/+1
2019-08-08stop_machine: Fix stop_cpus_in_progress orderingPeter Zijlstra1-0/+2
2019-06-15processor: get rid of cpu_relax_yieldHeiko Carstens1-1/+6
2019-06-15s390: improve wait logic of stop_machineMartin Schwidefsky1-5/+9
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 38Thomas Gleixner1-2/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2018-08-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-18/+23
2018-08-05stop_machine: Atomically queue and wake stopper threadsPrasad Sodagudi1-0/+2
2018-08-02stop_machine: Reflow cpu_stop_queue_two_works()Peter Zijlstra1-18/+23
2018-07-25stop_machine: Disable preemption after queueing stopper threadsIsaac J. Manjarres1-1/+9
2018-07-15stop_machine: Disable preemption when waking two stopper threadsIsaac J. Manjarres1-1/+5
2018-05-15Merge tag 'v4.17-rc5' into locking/core, to pick up fixesIngo Molnar1-5/+14
2018-05-03stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlockPeter Zijlstra1-5/+14
2018-04-27stop_machine: Use raw spinlocksThomas Gleixner1-12/+12
2017-05-26stop_machine: Provide stop_machine_cpuslocked()Sebastian Andrzej Siewior1-4/+7
2016-11-16locking/core, stop_machine: Yield the CPU during stop machine()Christian Borntraeger1-1/+1
2016-10-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2016-09-22stop_machine: Remove stop_cpus_lock and lg_double_lock/unlock()Oleg Nesterov1-16/+26
2016-09-22stop_machine: Avoid a sleep and wakeup in stop_one_cpu()Cheng Chao1-0/+5
2016-07-27stop_machine: Touch_nmi_watchdog() after MULTI_STOP_PREPAREOleg Nesterov1-0/+8
2016-01-16kernel/stop_machine.c: remove CONFIG_SMP dependenciesAndrew Morton1-4/+0
2016-01-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar1-2/+2
2015-12-12kernel: remove stop_machine() Kconfig dependencyChris Wilson1-2/+2
2015-11-23stop_machine: Clean up the usage of the preemption counter in cpu_stopper_thr...Oleg Nesterov1-10/+5
2015-11-23stop_machine: Shift the 'done != NULL' check from cpu_stop_signal_done() to c...Oleg Nesterov1-10/+8
2015-11-23stop_machine: Kill cpu_stop_done->executedOleg Nesterov1-9/+3
2015-11-23stop_machine: Change __stop_cpus() to rely on cpu_stop_queue_work()Oleg Nesterov1-4/+10
2015-11-23stop_machine: Change stop_one_cpu() to rely on cpu_stop_queue_work()Oleg Nesterov1-2/+4
2015-11-23stop_machine: Make cpu_stop_queue_work() and stop_one_cpu_nowait() return boolOleg Nesterov1-4/+12
2015-11-23stop_machine: Don't disable preemption in stop_two_cpus()Oleg Nesterov1-8/+3
2015-11-23stop_machine: Fix possible cpu_stopper_thread() crashOleg Nesterov1-1/+1
2015-10-20sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop()Peter Zijlstra1-9/+0
2015-10-20stop_machine: Kill cpu_stop_threads->setup() and cpu_stop_unpark()Oleg Nesterov1-11/+1
2015-10-20stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp...Oleg Nesterov1-1/+9
2015-10-20stop_machine: Change cpu_stop_queue_two_works() to rely on stopper->enabledOleg Nesterov1-9/+20
2015-10-20stop_machine: Introduce __cpu_stop_queue_work() and cpu_stop_queue_two_works()Oleg Nesterov1-11/+26
2015-10-20stop_machine: Ensure that a queued callback will be called before cpu_stop_pa...Oleg Nesterov1-10/+13
2015-08-03stop_machine: Remove cpu_stop_work's from list in cpu_stop_park()Oleg Nesterov1-2/+4
2015-08-03stop_machine: Use 'cpu_stop_fn_t' where possibleOleg Nesterov1-4/+4
2015-08-03stop_machine: Unexport __stop_machine()Oleg Nesterov1-1/+1
2015-08-03stop_machine: Don't do for_each_cpu() twice in queue_stop_cpus_work()Oleg Nesterov1-10/+7
2015-08-03stop_machine: Move 'cpu_stopper_task' and 'stop_cpus_work' into 'struct cpu_s...Oleg Nesterov1-8/+9
2015-06-19sched/stop_machine: Fix deadlock between multiple stop_two_cpus()Peter Zijlstra1-37/+5
2014-06-04kernel/stop_machine.c: kernel-doc warning fixFabian Frederick1-0/+1
2014-03-11stop_machine: Fix^2 race between stop_two_cpus() and stop_cpus()Peter Zijlstra1-1/+1
2013-11-11stop_machine: Fix race between stop_two_cpus() and stop_cpus()Rik van Riel1-2/+13
2013-10-16sched: Remove get_online_cpus() usagePeter Zijlstra1-5/+21
2013-10-09stop_machine: Introduce stop_two_cpus()Peter Zijlstra1-98/+174
2013-02-26stop_machine: Mark per cpu stopper enabled earlyThomas Gleixner1-1/+1
2013-02-14stop_machine: Use smpboot threadsThomas Gleixner1-86/+50
2013-02-14stop_machine: Store task reference in a separate per cpu variableThomas Gleixner1-16/+16
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-10-31stop_machine: make stop_machine safe and efficient to call earlyJeremy Fitzhardinge1-0/+22
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-27x86, mtrr: use stop_machine APIs for doing MTRR rendezvousSuresh Siddha1-1/+1
2011-06-27stop_machine: implement stop_machine_from_inactive_cpu()Tejun Heo1-1/+61
2011-06-27stop_machine: reorganize stop_cpus() implementationTejun Heo1-4/+12
2011-06-27x86, mtrr: lock stop machine during MTRR rendezvous sequenceSuresh Siddha1-1/+1
2011-03-22kthread: use kthread_create_on_node()Eric Dumazet1-2/+4
2010-10-26stop_machine: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-2/+2
2010-10-26kernel/stop_machine.c: fix unused variable warningRakib Mullick1-1/+1
2010-10-18sched: Create special class for stop/migrate workPeter Zijlstra1-3/+5
2010-08-09stop_machine: struct cpu_stopper, remove alignment padding on 64 bitsRichard Kennedy1-1/+1
2010-05-31sched: Make sure timers have migrated before killing the migration_threadAmit K. Arora1-1/+1
2010-05-18stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_ca...Ingo Molnar1-1/+4
2010-05-08cpu_stop: add dummy implementation for UPTejun Heo1-0/+4
2010-05-06sched: replace migration_thread with cpu_stopTejun Heo1-1/+1
2010-05-06stop_machine: reimplement using cpu_stopTejun Heo1-120/+38
2010-05-06cpu_stop: implement stop_cpu[s]()Tejun Heo1-5/+367
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo1-1/+1
2009-03-30cpumask: remove cpumask_t from coreRusty Russell1-1/+1
2009-02-20alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell1-1/+1
2009-01-05stop_machine: introduce stop_machine_create/destroy.Heiko Carstens1-10/+45
2009-01-01cpumask: convert rest of files in kernel/Rusty Russell1-4/+4
2008-11-16stop_machine: fix race with return value (fixes Bug #11989)Rusty Russell1-2/+3
2008-10-25Revert "Call init_workqueues before pre smp initcalls."Linus Torvalds1-1/+1
2008-10-22stop_machine: fix error code handling on multiple cpusHeiko Carstens1-3/+6
2008-10-22stop_machine: use workqueues instead of kernel threadsHeiko Carstens1-70/+41
2008-08-12stop_machine: remove unused variableLi Zefan1-1/+0
2008-07-28stop_machine(): stop_machine_run() changed to use cpu maskRusty Russell1-14/+13
2008-07-28Simplify stop_machineRusty Russell1-168/+125
2008-07-28stop_machine: add ALL_CPUS optionJason Baron1-7/+25
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis1-1/+2
2008-06-23sched: add new API sched_setscheduler_nocheck: add a flag to control access c...Rusty Russell1-1/+1
2008-05-23stop_machine: make stop_machine_run more virtualization friendlyChristian Borntraeger1-3/+4
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds1-2/+1
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds1-1/+0
2008-04-21trivial: small cleanupsPavel Machek1-2/+1
2008-04-19generic: use new set_cpus_allowed_ptr functionMike Travis1-1/+1
2008-04-18kernel: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-02-06stopmachine: semaphore to mutexDaniel Walker1-3/+3
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy1-2/+2
2007-07-16Fix stop_machine_run problem with naughty real time processSatoru Takeuchi1-4/+4
2007-05-11stop_machine() now uses hard_irq_disableBenjamin Herrenschmidt1-0/+4
2007-05-08Use stop_machine_run in the Intel RNG driverPrarit Bhargava1-3/+5
2006-09-29[PATCH] stop_machine.c copyrightRusty Russell1-0/+3
2006-08-27[PATCH] Remove redundant up() in stop_machine()Yingchao Zhou1-1/+0
2006-07-03[PATCH] revert "kthread: convert stop_machine into a kthread"Andrew Morton1-11/+6
2006-06-25[PATCH] kthread: convert stop_machine into a kthreadSerge E. Hallyn1-6/+11
2006-01-10[PATCH] Remove set_fs() in stop_machine()akpm@osdl.org1-5/+1
2005-11-13[PATCH] stop_machine() vs. synchronous IPI send deadlockKirill Korotaev1-3/+3
2005-06-21[PATCH] smp_processor_id() cleanupIngo Molnar1-2/+2
2005-05-01[PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org1-5/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+212