index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
smpboot.c
Age
Commit message (
Expand
)
Author
2023-05-15
cpu/hotplug: Remove unused state functions
Thomas Gleixner
2023-05-15
cpu/hotplug: Remove cpu_report_state() and related unused cruft
Thomas Gleixner
2023-05-15
cpu/hotplug: Add CPU state tracking and synchronization
Thomas Gleixner
2022-09-11
smpboot: use atomic_try_cmpxchg in cpu_wait_death and cpu_report_death
Uros Bizjak
2022-04-12
cpu/hotplug: Allow the CPU in CPU_UP_PREPARE state to be brought up again.
Longpeng(Mike)
2021-08-10
smpboot: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
2021-07-25
smpboot: fix duplicate and misplaced inlining directive
Linus Torvalds
2021-07-13
smpboot: Mark idle_init() as __always_inlined to work around aggressive compi...
Ingo Molnar
2021-05-12
sched/core: Initialize the idle task with preemption disabled
Valentin Schneider
2021-01-22
kthread: Extract KTHREAD_IS_PER_CPU
Peter Zijlstra
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2018-07-03
smpboot: Remove cpumask from the API
Peter Zijlstra
2017-10-04
watchdog/core, powerpc: Lock cpus across reconfiguration
Thomas Gleixner
2017-09-14
smpboot/threads, watchdog/core: Avoid runtime allocation
Thomas Gleixner
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2016-10-11
kthread/smpboot: do not park in kthread_create_on_cpu()
Petr Mladek
2016-10-04
Revert "sched/core: Do not use smp_processor_id() with preempt enabled in smp...
Ingo Molnar
2016-09-22
sched/core: Do not use smp_processor_id() with preempt enabled in smpboot_thr...
Con Kolivas
2016-03-01
cpu/hotplug: Unpark smpboot threads from the state machine
Thomas Gleixner
2015-10-20
stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp...
Oleg Nesterov
2015-09-04
smpboot: allow passing the cpumask on per-cpu thread registration
Frederic Weisbecker
2015-09-04
smpboot: make cleanup to mirror setup
Frederic Weisbecker
2015-09-04
smpboot: fix memory leak on error handling
Frederic Weisbecker
2015-06-24
watchdog: add watchdog_cpumask sysctl to assist nohz
Chris Metcalf
2015-06-24
smpboot: allow excluding cpus from the smpboot threads
Chris Metcalf
2015-03-11
smpboot: Add common code for notification from dying CPU
Paul E. McKenney
2015-01-23
smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()
Lai Jiangshan
2014-10-28
sched, smp: Correctly deal with nested sleeps
Peter Zijlstra
2013-07-14
kernel: delete __cpuinit usage from all core kernel files
Paul Gortmaker
2013-04-12
kthread: Prevent unpark race which puts threads on the wrong cpu
Thomas Gleixner
2013-03-08
Revert parts of "hlist: drop the node parameter from iterators"
Arnd Bergmann
2013-03-05
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-26
stop_machine: Mark per cpu stopper enabled early
Thomas Gleixner
2013-02-14
smpboot: Allow selfparking per cpu threads
Thomas Gleixner
2012-08-13
hotplug: Fix UP bug in smpboot hotplug code
Paul E. McKenney
2012-08-13
smpboot: Provide infrastructure for percpu hotplug threads
Thomas Gleixner
2012-05-24
smpboot, idle: Fix comment mismatch over idle_threads_init()
Srivatsa S. Bhat
2012-05-24
smpboot, idle: Optimize calls to smp_processor_id() in idle_threads_init()
Srivatsa S. Bhat
2012-05-03
smp, idle: Allocate idle thread for each possible cpu during boot
Suresh Siddha
2012-04-26
smp: Provide generic idle thread allocation
Thomas Gleixner
2012-04-26
smp: Add generic smpboot facility
Thomas Gleixner