summaryrefslogtreecommitdiffstats
path: root/kernel/cpu.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|\
| * timers: Reinitialize per cpu bases on hotplugThomas Gleixner2017-12-291-2/+2
* | cpu/hotplug: Move inline keyword at the beginning of declarationMathieu Malaterre2017-12-271-4/+4
|/
* Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-061-5/+5
|\
| * smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct placeLai Jiangshan2017-11-281-5/+5
* | cpu/hotplug: Fix state name in takedown_cpu() commentBrendan Jackman2017-12-061-2/+2
|/
* 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