summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2023-05-29x86/smp: Initialize cpu_primary_thread_mask lateThomas Gleixner
2023-05-28Merge tag 'x86-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-05-28Merge tag 'objtool-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-05-25x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platformsZhang Rui
2023-05-18x86/quirks: Include linux/pnp.h for arch_pnpbios_disabled()Arnd Bergmann
2023-05-18x86: Avoid missing-prototype warnings for doublefault codeArnd Bergmann
2023-05-18x86: Add dummy prototype for mk_early_pgtbl_32()Arnd Bergmann
2023-05-18x86/ftrace: Move prepare_ftrace_return prototype to headerArnd Bergmann
2023-05-18Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-05-18rethook, fprobe: do not trace rethook related functionsZe Gao
2023-05-17x86/retbleed: Add __x86_return_thunk alignment checksBorislav Petkov (AMD)
2023-05-16x86/unwind/orc: Add 'unwind_debug' cmdline optionJosh Poimboeuf
2023-05-16x86/show_trace_log_lvl: Ensure stack pointer is aligned, againVernon Lovejoy
2023-05-16x86/unwind/orc: Use swap() instead of open coding itJiapeng Chong
2023-05-16x86/MCE: Check a hw error's address to determine proper recovery actionYazen Ghannam
2023-05-15x86/cpu: Remove X86_FEATURE_NAMESLukas Bulwahn
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/smpboot: Implement a bit spinlock to protect the realmode stackThomas Gleixner
2023-05-15x86/apic: Save the APIC virtual base addressThomas Gleixner
2023-05-15x86/apic: Provide cpu_primary_thread maskThomas Gleixner
2023-05-15x86/smpboot: Enable split CPU startupThomas Gleixner
2023-05-15x86/smpboot: Switch to hotplug core state synchronizationThomas Gleixner
2023-05-15x86/smpboot: Remove wait for cpu_online()Thomas Gleixner
2023-05-15x86/smpboot: Remove cpu_callin_maskThomas Gleixner
2023-05-15x86/smpboot: Make TSC synchronization function call basedThomas Gleixner
2023-05-15x86/smpboot: Move synchronization masks to SMP boot codeThomas Gleixner
2023-05-15x86/cpu/cacheinfo: Remove cpu_callout_mask dependencyThomas Gleixner
2023-05-15x86/smpboot: Get rid of cpu_init_secondary()Thomas Gleixner
2023-05-15x86/smpboot: Split up native_cpu_up() into separate phases and document themDavid Woodhouse
2023-05-15x86/smpboot: Remove unnecessary barrier()Thomas Gleixner
2023-05-15x86/smpboot: Restrict soft_restart_cpu() to SEVThomas Gleixner
2023-05-15x86/smpboot: Remove the CPU0 hotplug kludgeThomas Gleixner
2023-05-15x86/topology: Remove CPU0 hotplug optionThomas Gleixner
2023-05-15x86/smpboot: Rename start_cpu0() to soft_restart_cpu()Thomas Gleixner
2023-05-15x86/smpboot: Avoid pointless delay calibration if TSC is synchronizedThomas Gleixner
2023-05-15cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __initThomas Gleixner
2023-05-15x86/smpboot: Cleanup topology_phys_to_logical_pkg()/die()Thomas Gleixner
2023-05-13x86/alternatives: Fix section mismatch warningsBorislav Petkov (AMD)
2023-05-12x86/alternative: Optimize returns patchingBorislav Petkov (AMD)
2023-05-11x86/alternative: Complicate optimize_nops() some morePeter Zijlstra
2023-05-11x86/alternative: Rewrite optimize_nops() somePeter Zijlstra
2023-05-10x86/alternative: Support relocations in alternativesPeter Zijlstra
2023-05-10x86/alternative: Make debug-alternative selectivePeter Zijlstra
2023-05-09x86/mtrr: Remove physical address size calculationJuergen Gross
2023-05-08x86/microcode/amd: Remove unneeded pointer arithmeticNathan Fontenot
2023-05-08x86/microcode/AMD: Get rid of __find_equiv_id()Borislav Petkov (AMD)
2023-05-08x86/sev: Get rid of special sev_es_enable_keyBorislav Petkov (AMD)
2023-05-08x86/amd_nb: Add PCI ID for family 19h model 78hMario Limonciello
2023-05-08x86/sched: Add the SD_ASYM_PACKING flag to the die domain of hybrid processorsChen Yu