summaryrefslogtreecommitdiff
path: root/kernel/cpu.c
AgeCommit message (Expand)Author
2018-10-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-10-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-10-05cpu/SMT: State SMT is disabled even with nosmt and without "=force"Borislav Petkov
2018-09-26x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina
2018-09-11locking/lockdep, cpu/hotplug: Annotate AP threadPeter Zijlstra
2018-09-06cpu/hotplug: Prevent state corruption on error rollbackThomas Gleixner
2018-09-06cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()Neeraj Upadhyay
2018-08-31cpu/hotplug: Remove skip_onerr field from cpuhp_step structureMukesh Ojha
2018-08-14cpu/hotplug: Non-SMP machines do not make use of booted_onceAbel Vesa
2018-08-14Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2018-08-13Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-08-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-08-12init: rename and re-order boot_cpu_state_init()Linus Torvalds
2018-08-07cpu/hotplug: Fix SMT supported evaluationThomas Gleixner
2018-07-30cpu/hotplug: Clarify CPU hotplug step name for timersMukesh Ojha
2018-07-26cpu/hotplug: Add a cpus_read_trylock() functionWaiman Long
2018-07-24cpu/hotplug: detect SMT disabled by BIOSJosh Poimboeuf
2018-07-13cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner
2018-07-13cpu/hotplug: Expose SMT control init functionJiri Kosina
2018-07-09cpu/hotplug: Online siblings when SMT control is turned onThomas Gleixner
2018-07-04x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being presentKonrad Rzeszutek Wilk
2018-07-03watchdog/softlockup: Replace "watchdog/%u" threads with cpu_stop_workPeter Zijlstra
2018-07-02cpu/hotplug: Boot HT siblings at least onceThomas Gleixner
2018-06-21cpu/hotplug: Provide knobs to control SMTThomas Gleixner
2018-06-21cpu/hotplug: Split do_cpu_down()Thomas Gleixner
2018-06-21cpu/hotplug: Make bringup/teardown of smp threads symmetricThomas Gleixner
2018-03-15cpu/hotplug: Fix unused function warningArnd Bergmann
2018-03-14cpu/hotplug: Merge cpuhp_bp_states and cpuhp_ap_statesLai Jiangshan
2017-12-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-12-29timers: Reinitialize per cpu bases on hotplugThomas Gleixner
2017-12-27cpu/hotplug: Move inline keyword at the beginning of declarationMathieu Malaterre
2017-12-06Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-12-06cpu/hotplug: Fix state name in takedown_cpu() commentBrendan Jackman
2017-11-28smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct placeLai Jiangshan
2017-10-21cpu/hotplug: Reset node state after operationThomas Gleixner
2017-10-06Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-09-25smp/hotplug: Hotplug state fail injectionPeter Zijlstra
2017-09-25smp/hotplug: Differentiate the AP completion between up and downPeter Zijlstra
2017-09-25smp/hotplug: Differentiate the AP-work lockdep class between up and downPeter Zijlstra
2017-09-25smp/hotplug: Callback vs state-machine consistencyPeter Zijlstra
2017-09-25smp/hotplug: Rewrite AP state machine corePeter Zijlstra
2017-09-25smp/hotplug: Allow external multi-instance rollbackPeter Zijlstra
2017-09-14watchdog/hardlockup/perf: Prevent CPU hotplug deadlockThomas Gleixner
2017-09-04Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-25rcu: Migrate callbacks earlier in the CPU-offline timelinePaul E. McKenney
2017-07-20smp/hotplug: Handle removal correctly in cpuhp_store_callbacks()Ethan Barnes
2017-07-11smp/hotplug: Replace BUG_ON and react usefulThomas Gleixner
2017-07-06smp/hotplug: Move unparking of percpu threads to the control CPUThomas Gleixner
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds