aboutsummaryrefslogtreecommitdiff
path: root/kernel/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-28x86/speculation: Rework SMT state changeGravatar Thomas Gleixner 1-6/+9
2018-10-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+10
2018-10-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2018-10-05cpu/SMT: State SMT is disabled even with nosmt and without "=force"Gravatar Borislav Petkov 1-0/+1
2018-09-26x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationGravatar Jiri Kosina 1-1/+10
2018-09-11locking/lockdep, cpu/hotplug: Annotate AP threadGravatar Peter Zijlstra 1-0/+28
2018-09-06cpu/hotplug: Prevent state corruption on error rollbackGravatar Thomas Gleixner 1-2/+3
2018-09-06cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()Gravatar Neeraj Upadhyay 1-3/+3
2018-08-31cpu/hotplug: Remove skip_onerr field from cpuhp_step structureGravatar Mukesh Ojha 1-22/+4
2018-08-14cpu/hotplug: Non-SMP machines do not make use of booted_onceGravatar Abel Vesa 1-0/+2
2018-08-14Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-0/+6
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-12/+268
2018-08-13Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2018-08-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+5
2018-08-12init: rename and re-order boot_cpu_state_init()Gravatar Linus Torvalds 1-1/+1
2018-08-07cpu/hotplug: Fix SMT supported evaluationGravatar Thomas Gleixner 1-13/+28
2018-07-30cpu/hotplug: Clarify CPU hotplug step name for timersGravatar Mukesh Ojha 1-1/+1
2018-07-26cpu/hotplug: Add a cpus_read_trylock() functionGravatar Waiman Long 1-0/+6
2018-07-24cpu/hotplug: detect SMT disabled by BIOSGravatar Josh Poimboeuf 1-0/+9
2018-07-13cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyGravatar Thomas Gleixner 1-3/+10
2018-07-13cpu/hotplug: Expose SMT control init functionGravatar Jiri Kosina 1-3/+13
2018-07-09cpu/hotplug: Online siblings when SMT control is turned onGravatar Thomas Gleixner 1-2/+24
2018-07-04x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being presentGravatar Konrad Rzeszutek Wilk 1-0/+1
2018-07-03watchdog/softlockup: Replace "watchdog/%u" threads with cpu_stop_workGravatar Peter Zijlstra 1-0/+5
2018-07-02cpu/hotplug: Boot HT siblings at least onceGravatar Thomas Gleixner 1-24/+48
2018-06-21cpu/hotplug: Provide knobs to control SMTGravatar Thomas Gleixner 1-0/+170
2018-06-21cpu/hotplug: Split do_cpu_down()Gravatar Thomas Gleixner 1-9/+8
2018-06-21cpu/hotplug: Make bringup/teardown of smp threads symmetricGravatar Thomas Gleixner 1-2/+1
2018-03-15cpu/hotplug: Fix unused function warningGravatar Arnd Bergmann 1-9/+9
2018-03-14cpu/hotplug: Merge cpuhp_bp_states and cpuhp_ap_statesGravatar Lai Jiangshan 1-27/+15
2017-12-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2017-12-29timers: Reinitialize per cpu bases on hotplugGravatar Thomas Gleixner 1-2/+2
2017-12-27cpu/hotplug: Move inline keyword at the beginning of declarationGravatar Mathieu Malaterre 1-4/+4
2017-12-06Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+5
2017-12-06cpu/hotplug: Fix state name in takedown_cpu() commentGravatar Brendan Jackman 1-2/+2
2017-11-28smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct placeGravatar Lai Jiangshan 1-5/+5
2017-10-21cpu/hotplug: Reset node state after operationGravatar Thomas Gleixner 1-0/+5
2017-10-06Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+6
2017-09-25smp/hotplug: Hotplug state fail injectionGravatar Peter Zijlstra 1-1/+59
2017-09-25smp/hotplug: Differentiate the AP completion between up and downGravatar Peter Zijlstra 1-17/+32
2017-09-25smp/hotplug: Differentiate the AP-work lockdep class between up and downGravatar Peter Zijlstra 1-9/+32
2017-09-25smp/hotplug: Callback vs state-machine consistencyGravatar Peter Zijlstra 1-4/+22
2017-09-25smp/hotplug: Rewrite AP state machine coreGravatar Peter Zijlstra 1-115/+206
2017-09-25smp/hotplug: Allow external multi-instance rollbackGravatar Peter Zijlstra 1-15/+32
2017-09-14watchdog/hardlockup/perf: Prevent CPU hotplug deadlockGravatar Thomas Gleixner 1-0/+6
2017-09-04Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+11
2017-07-25rcu: Migrate callbacks earlier in the CPU-offline timelineGravatar Paul E. McKenney 1-0/+1
2017-07-20smp/hotplug: Handle removal correctly in cpuhp_store_callbacks()Gravatar Ethan Barnes 1-1/+11
2017-07-11smp/hotplug: Replace BUG_ON and react usefulGravatar Thomas Gleixner 1-1/+2
2017-07-06smp/hotplug: Move unparking of percpu threads to the control CPUGravatar Thomas Gleixner 1-18/+19