summaryrefslogtreecommitdiffstats
path: root/kernel/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-081-1/+8
|\
| * cpu/hotplug: Abort disabling secondary CPUs if wakeup is pendingPavankumar Kondeti2019-06-121-0/+7
| * cpu/hotplug: Fix notify_cpu_starting() reference in bringup_wait_for_ap()Jiri Kosina2019-05-281-1/+1
* | cpu/hotplug: Fix out-of-bounds read when setting fail stateEiichi Tsukata2019-06-271-0/+3
* | cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven2019-06-261-0/+3
* | x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina2019-06-031-2/+2
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-061-0/+2
|\
| * tick: Remove outgoing CPU from broadcast masksThomas Gleixner2019-03-231-0/+2
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-061-25/+39
|\ \
| * | cpu/hotplug: Create SMT sysfs interface for all archesJosh Poimboeuf2019-04-021-25/+39
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-061-1/+9
|\ \ \
| * | | kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freezeNicholas Piggin2019-05-031-1/+9
| |/ /
* | | Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-061-0/+15
|\ \ \ | |/ / |/| |
| * | cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf2019-04-171-0/+15
* | | cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=nThomas Gleixner2019-03-281-2/+18
| |/ |/|
* | Merge tag 'v5.0-rc5' into locking/core to pick up fixesIngo Molnar2019-02-041-33/+5
|\|
| * cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf2019-01-301-29/+4
| * x86/speculation: Remove redundant arch_smt_update() invocationZhenzhong Duan2019-01-291-4/+1
* | cpu/hotplug: Mute hotplug lockdep during initValentin Schneider2019-01-211-0/+9
|/
* x86/speculation: Rework SMT state changeThomas Gleixner2018-11-281-6/+9
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-231-1/+10
|\
| * x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina2018-09-261-1/+10
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-10-231-0/+1
|\ \
| * | cpu/SMT: State SMT is disabled even with nosmt and without "=force"Borislav Petkov2018-10-051-0/+1
* | | locking/lockdep, cpu/hotplug: Annotate AP threadPeter Zijlstra2018-09-111-0/+28
|/ /
* | cpu/hotplug: Prevent state corruption on error rollbackThomas Gleixner2018-09-061-2/+3
* | cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()Neeraj Upadhyay2018-09-061-3/+3
|/
* cpu/hotplug: Remove skip_onerr field from cpuhp_step structureMukesh Ojha2018-08-311-22/+4
* cpu/hotplug: Non-SMP machines do not make use of booted_onceAbel Vesa2018-08-141-0/+2
* Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-08-141-0/+6
|\
| * cpu/hotplug: Add a cpus_read_trylock() functionWaiman Long2018-07-261-0/+6
* | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-141-12/+268
|\ \
| * | cpu/hotplug: Fix SMT supported evaluationThomas Gleixner2018-08-071-13/+28
| * | cpu/hotplug: detect SMT disabled by BIOSJosh Poimboeuf2018-07-241-0/+9
| * | cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner2018-07-131-3/+10
| * | cpu/hotplug: Expose SMT control init functionJiri Kosina2018-07-131-3/+13
| * | cpu/hotplug: Online siblings when SMT control is turned onThomas Gleixner2018-07-091-2/+24
| * | x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being presentKonrad Rzeszutek Wilk2018-07-041-0/+1
| * | cpu/hotplug: Boot HT siblings at least onceThomas Gleixner2018-07-021-24/+48
| * | cpu/hotplug: Provide knobs to control SMTThomas Gleixner2018-06-211-0/+170
| * | cpu/hotplug: Split do_cpu_down()Thomas Gleixner2018-06-211-9/+8
| * | cpu/hotplug: Make bringup/teardown of smp threads symmetricThomas Gleixner2018-06-211-2/+1
| |/
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-131-1/+1
|\ \
| * | cpu/hotplug: Clarify CPU hotplug step name for timersMukesh Ojha2018-07-301-1/+1
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-131-0/+5
|\ \
| * | watchdog/softlockup: Replace "watchdog/%u" threads with cpu_stop_workPeter Zijlstra2018-07-031-0/+5
| |/
* / init: rename and re-order boot_cpu_state_init()Linus Torvalds2018-08-121-1/+1
|/
* cpu/hotplug: Fix unused function warningArnd Bergmann2018-03-151-9/+9
* cpu/hotplug: Merge cpuhp_bp_states and cpuhp_ap_statesLai Jiangshan2018-03-141-27/+15
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-12-311-2/+2
|\