aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
AgeCommit message (Expand)Author
2023-11-17x86/smp: Export symbol cpu_clustergroup_mask()Kan Liang
2023-11-04Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-30Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-10-23Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar
2023-10-18x86/microcode/32: Move early loading after paging enableThomas Gleixner
2023-10-15Revert "x86/smp: Put CPUs into INIT on shutdown if possible"Linus Torvalds
2023-10-12sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra
2023-10-10x86/cpu/topology: Cure the abuse of cpuinfo for persisting logical idsThomas Gleixner
2023-10-10x86/apic: Use u32 for cpu_present_to_apicid()Thomas Gleixner
2023-10-10x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move logical package and die IDs into topology infoThomas Gleixner
2023-10-10x86/cpu: Move cu_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move cpu_core_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move cpu_die_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move phys_proc_id into topology infoThomas Gleixner
2023-10-07x86/idle: Disable IBRS when CPU is offline to improve single-threaded perform...Waiman Long
2023-10-04rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker
2023-09-17Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-09-13x86/sched: Restore the SD_ASYM_PACKING flag in the DIE domainRicardo Neri
2023-09-04x86/smp: Don't send INIT to non-present and non-booted CPUsThomas Gleixner
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-08-30Merge tag 'x86-core-2023-08-30-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-08-28Merge tag 'sched-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-09x86/apic: Wrap APIC ID validation into an inlineThomas Gleixner
2023-08-09x86/apic/32: Decrapify the def_bigsmp mechanismThomas Gleixner
2023-08-09x86/apic: Nuke another processor checkThomas Gleixner
2023-08-09x86/apic: Sanitize num_processors handlingThomas Gleixner
2023-08-09x86/apic: Remove the pointless APIC version checkThomas Gleixner
2023-08-09x86/apic: Nuke unused apic::inquire_remote_apic()Thomas Gleixner
2023-08-09x86/apic: Get rid of hard_smp_processor_id()Thomas Gleixner
2023-07-28x86/smpboot: Change smp_store_boot_cpu_info() to staticSohil Mehta
2023-07-28x86/smpboot: Remove a stray comment about CPU hotplugSohil Mehta
2023-07-28cpu/SMT: Remove topology_smt_supported()Laurent Dufour
2023-07-13x86/sched: Enable cluster scheduling on HybridPeter Zijlstra
2023-07-09Merge tag 'x86-core-2023-07-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-07-07x86/smp: Don't send INIT to boot CPUThomas Gleixner
2023-06-27Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-26Merge tag 'x86-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-06-20x86/smp: Put CPUs into INIT on shutdown if possibleThomas Gleixner
2023-06-20x86/smp: Split sending INIT IPI out into a helper functionThomas Gleixner
2023-06-20x86/smp: Cure kexec() vs. mwait_play_dead() breakageThomas Gleixner
2023-06-20x86/smp: Use dedicated cache-line for mwait_play_dead()Thomas Gleixner
2023-06-05x86/sched: Rewrite topology setupPeter Zijlstra
2023-05-31x86/smpboot: Fix the parallel bringup decisionThomas Gleixner
2023-05-15x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable itThomas Gleixner
2023-05-15x86/smpboot: Support parallel startup of secondary CPUsDavid Woodhouse
2023-05-15x86/apic: Provide cpu_primary_thread maskThomas Gleixner
2023-05-15x86/smpboot: Enable split CPU startupThomas Gleixner