summaryrefslogtreecommitdiffstats
path: root/kernel/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* kthread: add kthread_stop_putAndreas Gruenbacher2023-10-041-2/+1
* cpu/hotplug: Remove unused state functionsThomas Gleixner2023-05-151-75/+0
* cpu/hotplug: Remove cpu_report_state() and related unused cruftThomas Gleixner2023-05-151-90/+0
* cpu/hotplug: Add CPU state tracking and synchronizationThomas Gleixner2023-05-151-0/+2
* smpboot: use atomic_try_cmpxchg in cpu_wait_death and cpu_report_deathUros Bizjak2022-09-111-7/+8
* cpu/hotplug: Allow the CPU in CPU_UP_PREPARE state to be brought up again.Longpeng(Mike)2022-04-121-0/+7
* smpboot: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-4/+4
* smpboot: fix duplicate and misplaced inlining directiveLinus Torvalds2021-07-251-1/+1
* smpboot: Mark idle_init() as __always_inlined to work around aggressive compi...Ingo Molnar2021-07-131-1/+1
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-1/+0
* kthread: Extract KTHREAD_IS_PER_CPUPeter Zijlstra2021-01-221-0/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* smpboot: Remove cpumask from the APIPeter Zijlstra2018-07-031-49/+5
* watchdog/core, powerpc: Lock cpus across reconfigurationThomas Gleixner2017-10-041-2/+1
* smpboot/threads, watchdog/core: Avoid runtime allocationThomas Gleixner2017-09-141-15/+7
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* kthread/smpboot: do not park in kthread_create_on_cpu()Petr Mladek2016-10-111-0/+5
* Revert "sched/core: Do not use smp_processor_id() with preempt enabled in smp...Ingo Molnar2016-10-041-1/+1
* sched/core: Do not use smp_processor_id() with preempt enabled in smpboot_thr...Con Kolivas2016-09-221-1/+1
* cpu/hotplug: Unpark smpboot threads from the state machineThomas Gleixner2016-03-011-2/+4
* stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp...Oleg Nesterov2015-10-201-3/+2
* smpboot: allow passing the cpumask on per-cpu thread registrationFrederic Weisbecker2015-09-041-5/+9
* smpboot: make cleanup to mirror setupFrederic Weisbecker2015-09-041-10/+2
* smpboot: fix memory leak on error handlingFrederic Weisbecker2015-09-041-0/+1
* watchdog: add watchdog_cpumask sysctl to assist nohzChris Metcalf2015-06-241-0/+1
* smpboot: allow excluding cpus from the smpboot threadsChris Metcalf2015-06-241-1/+58
* smpboot: Add common code for notification from dying CPUPaul E. McKenney2015-03-111-0/+156
* smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()Lai Jiangshan2015-01-231-0/+2
* sched, smp: Correctly deal with nested sleepsPeter Zijlstra2014-10-281-7/+8
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-141-1/+1
* kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner2013-04-121-2/+12
* Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann2013-03-081-1/+1
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-03-051-0/+2
|\
| * stop_machine: Mark per cpu stopper enabled earlyThomas Gleixner2013-02-261-0/+2
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-1/+1
|/
* smpboot: Allow selfparking per cpu threadsThomas Gleixner2013-02-141-2/+3
* hotplug: Fix UP bug in smpboot hotplug codePaul E. McKenney2012-08-131-0/+4
* smpboot: Provide infrastructure for percpu hotplug threadsThomas Gleixner2012-08-131-0/+229
* smpboot, idle: Fix comment mismatch over idle_threads_init()Srivatsa S. Bhat2012-05-241-4/+7
* smpboot, idle: Optimize calls to smp_processor_id() in idle_threads_init()Srivatsa S. Bhat2012-05-241-2/+4
* smp, idle: Allocate idle thread for each possible cpu during bootSuresh Siddha2012-05-031-53/+19
* smp: Provide generic idle thread allocationThomas Gleixner2012-04-261-1/+83
* smp: Add generic smpboot facilityThomas Gleixner2012-04-261-0/+14