summaryrefslogtreecommitdiff
path: root/kernel/cpu.c
AgeCommit message (Expand)Author
2020-04-24x86/speculation: Remove redundant arch_smt_update() invocationZhenzhong Duan
2020-02-28cpu/hotplug, stop_machine: Fix stop_machine vs hotplug orderPeter Zijlstra
2019-11-25cpu/SMT: State SMT is disabled even with nosmt and without "=force"Borislav Petkov
2019-11-16cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks
2019-07-10cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven
2019-06-11x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina
2019-05-14cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf
2019-05-14x86/speculation: Rework SMT state changeThomas Gleixner
2019-05-14x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina
2019-04-03cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=nThomas Gleixner
2018-11-23Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation"Greg Kroah-Hartman
2018-11-13x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina
2018-08-15cpu/hotplug: Non-SMP machines do not make use of booted_onceAbel Vesa
2018-08-15cpu/hotplug: Fix SMT supported evaluationThomas Gleixner
2018-08-15cpu/hotplug: detect SMT disabled by BIOSJosh Poimboeuf
2018-08-15cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner
2018-08-15cpu/hotplug: Expose SMT control init functionJiri Kosina
2018-08-15cpu/hotplug: Online siblings when SMT control is turned onThomas Gleixner
2018-08-15x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being presentKonrad Rzeszutek Wilk
2018-08-15cpu/hotplug: Boot HT siblings at least onceThomas Gleixner
2018-08-15cpu/hotplug: Provide knobs to control SMTThomas Gleixner
2018-08-15cpu/hotplug: Split do_cpu_down()Thomas Gleixner
2018-08-15cpu/hotplug: Make bringup/teardown of smp threads symmetricThomas Gleixner
2018-08-15init: rename and re-order boot_cpu_state_init()Linus Torvalds
2018-04-13cpuhotplug: Link lock stacks for hotplug callbacksThomas Gleixner
2018-01-02timers: Reinitialize per cpu bases on hotplugThomas Gleixner
2017-12-14smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct placeLai Jiangshan
2017-08-06smp/hotplug: Replace BUG_ON and react usefulThomas Gleixner
2017-08-06smp/hotplug: Move unparking of percpu threads to the control CPUThomas Gleixner
2017-06-14cpu/hotplug: Drop the device lock on errorSebastian Andrzej Siewior
2017-05-08cpu/hotplug: Serialize callback invocations properSebastian Andrzej Siewior
2017-01-06hotplug: Make register and unregister notifier API symmetricMichal Hocko
2016-10-16cpu/hotplug: Use distinct name for cpu_hotplug.dep_mapJoonas Lahtinen
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-10-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-09-06slab: Convert to hotplug state machineSebastian Andrzej Siewior
2016-09-06relayfs: Convert to hotplug state machineRichard Weinberger
2016-09-06cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifierThomas Gleixner
2016-09-06cpu/hotplug: Make state names consistentThomas Gleixner
2016-09-05cpu/hotplug: Replace anon unionThomas Gleixner
2016-09-02cpu/hotplug: Handle unbalanced hotplug enable/disableLianwei Wang
2016-09-02cpu/hotplug: Add multi instance supportThomas Gleixner
2016-09-02cpu/hotplug: Rework callback invocation logicThomas Gleixner
2016-08-26cpu/hotplug: Allow suspend/resume CPU to be specifiedJames Morse
2016-08-22cpu/hotplug: Get rid of CPU_STARTING referenceSebastian Andrzej Siewior
2016-08-22rcu: Provide exact CPU-online tracking for RCUPaul E. McKenney
2016-08-10cpu/hotplug: Prevent alloc/free of irq descriptors during CPU up/down (again)Boris Ostrovsky
2016-07-28timers/core: Correct callback order during CPU hot plugRichard Cochran
2016-07-15rcu: Convert rcutree to hotplug state machineThomas Gleixner
2016-07-15smp/cfd: Convert core to hotplug state machineRichard Weinberger