- 992a1a3 Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- e98eac6 cpu/hotplug: Ignore pm_wakeup_pending() for disable_nonboot_cpus() by Thomas Gleixner · 4 years, 9 months ago
- 33c3736 cpu/hotplug: Hide cpu_up/down() by Qais Yousef · 4 years, 10 months ago
- b99a265 cpu/hotplug: Move bringup of secondary CPUs out of smp_init() by Qais Yousef · 4 years, 10 months ago
- d720f98 cpu/hotplug: Provide bringup_hibernate_cpu() by Qais Yousef · 4 years, 10 months ago
- 0441a55 cpu/hotplug: Create a new function to shutdown nonboot cpus by Qais Yousef · 4 years, 10 months ago
- 93ef142 cpu/hotplug: Add new {add,remove}_cpu() functions by Qais Yousef · 4 years, 10 months ago
- 1751060 locking/percpu-rwsem, lockdep: Make percpu-rwsem use its own lockdep_map by Peter Zijlstra · 5 years ago
- c677124 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- dc8d37e cpu/SMT: Fix x86 link error without CONFIG_SYSFS by Arnd Bergmann · 5 years ago
- 45178ac cpu/hotplug, stop_machine: Fix stop_machine vs hotplug order by Peter Zijlstra · 5 years ago
- 168829a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 731dc9d cpu/speculation: Uninline and export CPU mitigations helpers by Tyler Hicks · 5 years ago
- 5facae4 locking/lockdep: Remove unused @nested argument from lock_release() by Qian Cai · 5 years ago
- e1572f1 cpu/SMT: create and export cpu_smt_possible() by Vitaly Kuznetsov · 5 years ago
- 0c09ab9 cpu/hotplug: Cache number of online CPUs by Thomas Gleixner · 5 years ago
- e797bda smp/hotplug: Track booted once CPUs in a cpumask by Thomas Gleixner · 5 years ago
- e0e86b1 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 33d4a5a cpu/hotplug: Fix out-of-bounds read when setting fail state by Eiichi Tsukata · 6 years ago
- 1bf7272 cpu/speculation: Warn on unsupported mitigations= parameter by Geert Uytterhoeven · 6 years ago
- a66d955 cpu/hotplug: Abort disabling secondary CPUs if wakeup is pending by Pavankumar Kondeti · 6 years ago
- ec527c3 x86/power: Fix 'nosmt' vs hibernation triple fault during resume by Jiri Kosina · 6 years ago
- f560201 cpu/hotplug: Fix notify_cpu_starting() reference in bringup_wait_for_ap() by Jiri Kosina · 6 years ago
- a0e928e Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 5a2bf1a Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- e00d413 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 0a499fc Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 9ca12ac kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freeze by Nicholas Piggin · 6 years ago
- 98af845 cpu/speculation: Add 'mitigations=' cmdline option by Josh Poimboeuf · 6 years ago
- de7b77e cpu/hotplug: Create SMT sysfs interface for all arches by Josh Poimboeuf · 6 years ago
- 206b923 cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=n by Thomas Gleixner · 6 years ago
- 1b72d43 tick: Remove outgoing CPU from broadcast masks by Thomas Gleixner · 6 years ago
- 31fe3cb Merge tag 'v5.0-rc5' into locking/core to pick up fixes by Ingo Molnar · 6 years ago
- b284909 cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM by Josh Poimboeuf · 6 years ago
- 34d66ca x86/speculation: Remove redundant arch_smt_update() invocation by Zhenzhong Duan · 6 years ago
- ce48c457 cpu/hotplug: Mute hotplug lockdep during init by Valentin Schneider · 6 years ago
- a74cfff x86/speculation: Rework SMT state change by Thomas Gleixner · 6 years ago
- d82924c Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 42f52e1 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- d0e7d14 cpu/SMT: State SMT is disabled even with nosmt and without "=force" by Borislav Petkov · 6 years ago
- 53c613f x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation by Jiri Kosina · 6 years ago
- cb92173 locking/lockdep, cpu/hotplug: Annotate AP thread by Peter Zijlstra · 6 years ago
- 69fa6eb cpu/hotplug: Prevent state corruption on error rollback by Thomas Gleixner · 6 years ago
- f8b7530 cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun() by Neeraj Upadhyay · 6 years ago
- 6fb86d9 cpu/hotplug: Remove skip_onerr field from cpuhp_step structure by Mukesh Ojha · 6 years ago
- 269777a cpu/hotplug: Non-SMP machines do not make use of booted_once by Abel Vesa · 6 years ago
- b018fc9 Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
- 958f338 Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 1c59477 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- f7951c3 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- b5b1404 init: rename and re-order boot_cpu_state_init() by Linus Torvalds · 6 years ago
- bc2d8d26 cpu/hotplug: Fix SMT supported evaluation by Thomas Gleixner · 6 years ago
- d018031 cpu/hotplug: Clarify CPU hotplug step name for timers by Mukesh Ojha · 6 years ago
- 6f4ceee cpu/hotplug: Add a cpus_read_trylock() function by Waiman Long · 6 years ago
- 73d5e2b cpu/hotplug: detect SMT disabled by BIOS by Josh Poimboeuf · 6 years ago
- fee0aed cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early by Thomas Gleixner · 6 years ago
- 8e1b706 cpu/hotplug: Expose SMT control init function by Jiri Kosina · 6 years ago
- 215af54 cpu/hotplug: Online siblings when SMT control is turned on by Thomas Gleixner · 6 years ago
- 26acfb6 x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present by Konrad Rzeszutek Wilk · 7 years ago
- 9cf5773 watchdog/softlockup: Replace "watchdog/%u" threads with cpu_stop_work by Peter Zijlstra · 7 years ago
- 0cc3cd2 cpu/hotplug: Boot HT siblings at least once by Thomas Gleixner · 7 years ago
- 05736e4 cpu/hotplug: Provide knobs to control SMT by Thomas Gleixner · 7 years ago
- cc1fe21 cpu/hotplug: Split do_cpu_down() by Thomas Gleixner · 7 years ago
- c4de656 cpu/hotplug: Make bringup/teardown of smp threads symmetric by Thomas Gleixner · 7 years ago
- fcb3029 cpu/hotplug: Fix unused function warning by Arnd Bergmann · 7 years ago
- 17a2f1c cpu/hotplug: Merge cpuhp_bp_states and cpuhp_ap_states by Lai Jiangshan · 7 years ago
- cea92e8 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 26456f8 timers: Reinitialize per cpu bases on hotplug by Thomas Gleixner · 7 years ago
- 76dc6c0 cpu/hotplug: Move inline keyword at the beginning of declaration by Mathieu Malaterre · 7 years ago
- 4b43a3b Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 5b1ead6 cpu/hotplug: Fix state name in takedown_cpu() comment by Brendan Jackman · 7 years ago
- 46febd3 smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct place by Lai Jiangshan · 7 years ago
- 1f7c70d cpu/hotplug: Reset node state after operation by Thomas Gleixner · 7 years ago
- 27efed3 Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 1db4948 smp/hotplug: Hotplug state fail injection by Peter Zijlstra · 7 years ago
- 5ebe774 smp/hotplug: Differentiate the AP completion between up and down by Peter Zijlstra · 7 years ago
- 5f4b55e smp/hotplug: Differentiate the AP-work lockdep class between up and down by Peter Zijlstra · 7 years ago
- 724a868 smp/hotplug: Callback vs state-machine consistency by Peter Zijlstra · 7 years ago
- 4dddfb5 smp/hotplug: Rewrite AP state machine core by Peter Zijlstra · 7 years ago
- 96abb96 smp/hotplug: Allow external multi-instance rollback by Peter Zijlstra · 7 years ago
- 941154b watchdog/hardlockup/perf: Prevent CPU hotplug deadlock by Thomas Gleixner · 7 years ago
- d725c7a Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- a58163d rcu: Migrate callbacks earlier in the CPU-offline timeline by Paul E. McKenney · 8 years ago
- 0c96b27 smp/hotplug: Handle removal correctly in cpuhp_store_callbacks() by Ethan Barnes · 7 years ago
- dea1d0f smp/hotplug: Replace BUG_ON and react useful by Thomas Gleixner · 7 years ago
- 9cd4f1a smp/hotplug: Move unparking of percpu threads to the control CPU by Thomas Gleixner · 8 years ago
- 9a9594e Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 993647a cpu/hotplug: Constify attribute_group structures by Arvind Yadav · 8 years ago
- c5cb83b genirq/cpuhotplug: Handle managed IRQs on CPU hotplug by Thomas Gleixner · 8 years ago
- 57de721 cpu/hotplug: Remove unused check_for_tasks() function by Arnd Bergmann · 8 years ago
- 40da1b1 cpu/hotplug: Drop the device lock on error by Sebastian Andrzej Siewior · 8 years ago
- 49dfe2a cpuhotplug: Link lock stacks for hotplug callbacks by Thomas Gleixner · 8 years ago
- fc8dffd cpu/hotplug: Convert hotplug locking to percpu rwsem by Thomas Gleixner · 8 years ago
- 210e213 cpu/hotplug: Use stop_machine_cpuslocked() in takedown_cpu() by Sebastian Andrzej Siewior · 8 years ago
- 9805c67 cpu/hotplug: Add __cpuhp_state_add_instance_cpuslocked() by Thomas Gleixner · 8 years ago
- 71def42 cpu/hotplug: Provide cpuhp_setup/remove_state[_nocalls]_cpuslocked() by Sebastian Andrzej Siewior · 8 years ago
- 8f553c4 cpu/hotplug: Provide cpus_read|write_[un]lock() by Thomas Gleixner · 8 years ago
- 0ba78a9 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
- 8ce371f lockdep: Fix per-cpu static objects by Peter Zijlstra · 8 years ago
- dc434e05 cpu/hotplug: Serialize callback invocations proper by Sebastian Andrzej Siewior · 8 years ago