summaryrefslogtreecommitdiffstats
path: root/kernel/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* cpu/hotplug: Fix out-of-bounds read when setting fail stateEiichi Tsukata2019-07-211-0/+3
* cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven2019-07-031-0/+3
* x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina2019-06-111-2/+2
* cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf2019-05-141-0/+15
* cpu/hotplug: Mute hotplug lockdep during initValentin Schneider2019-04-051-0/+9
* cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=nThomas Gleixner2019-04-031-2/+18
* cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf2019-02-121-29/+4
* x86/speculation: Rework SMT state changeThomas Gleixner2018-12-051-6/+9
* x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina2018-12-051-1/+10
* Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation"Greg Kroah-Hartman2018-11-231-10/+1
* x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina2018-11-131-1/+10
* cpu/hotplug: Prevent state corruption on error rollbackThomas Gleixner2018-09-191-2/+3
* cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()Neeraj Upadhyay2018-09-191-3/+3
* cpu/hotplug: Non-SMP machines do not make use of booted_onceAbel Vesa2018-08-151-0/+2
* cpu/hotplug: Fix SMT supported evaluationThomas Gleixner2018-08-151-13/+28
* cpu/hotplug: detect SMT disabled by BIOSJosh Poimboeuf2018-08-151-0/+9
* cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner2018-08-151-3/+10
* cpu/hotplug: Expose SMT control init functionJiri Kosina2018-08-151-3/+13
* cpu/hotplug: Online siblings when SMT control is turned onThomas Gleixner2018-08-151-2/+24
* x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being presentKonrad Rzeszutek Wilk2018-08-151-0/+1
* cpu/hotplug: Boot HT siblings at least onceThomas Gleixner2018-08-151-24/+48
* cpu/hotplug: Provide knobs to control SMTThomas Gleixner2018-08-151-0/+170
* cpu/hotplug: Split do_cpu_down()Thomas Gleixner2018-08-151-9/+8
* cpu/hotplug: Make bringup/teardown of smp threads symmetricThomas Gleixner2018-08-151-2/+1
* init: rename and re-order boot_cpu_state_init()Linus Torvalds2018-08-151-1/+1
* timers: Reinitialize per cpu bases on hotplugThomas Gleixner2018-01-021-2/+2
* smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct placeLai Jiangshan2017-12-141-5/+5
* cpu/hotplug: Reset node state after operationThomas Gleixner2017-10-211-0/+5
* Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-10-061-0/+6
|\
| * watchdog/hardlockup/perf: Prevent CPU hotplug deadlockThomas Gleixner2017-09-141-0/+6
* | smp/hotplug: Hotplug state fail injectionPeter Zijlstra2017-09-251-1/+59
* | smp/hotplug: Differentiate the AP completion between up and downPeter Zijlstra2017-09-251-17/+32
* | smp/hotplug: Differentiate the AP-work lockdep class between up and downPeter Zijlstra2017-09-251-9/+32
* | smp/hotplug: Callback vs state-machine consistencyPeter Zijlstra2017-09-251-4/+22
* | smp/hotplug: Rewrite AP state machine corePeter Zijlstra2017-09-251-115/+206
* | smp/hotplug: Allow external multi-instance rollbackPeter Zijlstra2017-09-251-15/+32
|/
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-041-1/+11
|\
| * smp/hotplug: Handle removal correctly in cpuhp_store_callbacks()Ethan Barnes2017-07-201-1/+11
* | rcu: Migrate callbacks earlier in the CPU-offline timelinePaul E. McKenney2017-07-251-0/+1
|/
* smp/hotplug: Replace BUG_ON and react usefulThomas Gleixner2017-07-111-1/+2
* smp/hotplug: Move unparking of percpu threads to the control CPUThomas Gleixner2017-07-061-18/+19
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-031-148/+93
|\
| * cpu/hotplug: Constify attribute_group structuresArvind Yadav2017-06-301-2/+2
| * cpu/hotplug: Remove unused check_for_tasks() functionArnd Bergmann2017-06-121-24/+0
| * cpuhotplug: Link lock stacks for hotplug callbacksThomas Gleixner2017-05-261-0/+13
| * cpu/hotplug: Convert hotplug locking to percpu rwsemThomas Gleixner2017-05-261-94/+13
| * cpu/hotplug: Use stop_machine_cpuslocked() in takedown_cpu()Sebastian Andrzej Siewior2017-05-261-1/+1
| * cpu/hotplug: Add __cpuhp_state_add_instance_cpuslocked()Thomas Gleixner2017-05-261-3/+15
| * cpu/hotplug: Provide cpuhp_setup/remove_state[_nocalls]_cpuslocked()Sebastian Andrzej Siewior2017-05-261-11/+36
| * cpu/hotplug: Provide cpus_read|write_[un]lock()Thomas Gleixner2017-05-261-18/+18