summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2025-01-14x86/fred: Fix the FRED RSP0 MSR out of sync with its per-CPU cacheXin Li (Intel)
2025-01-14x86/kexec: Use typedef for relocate_kernel_fn function prototypeDavid Woodhouse
2025-01-14x86/kexec: Cope with relocate_kernel() not being at the start of the pageDavid Woodhouse
2025-01-14x86/kexec: Mark machine_kexec() with __nocfiDavid Woodhouse
2025-01-14x86/kexec: Fix location of relocate_kernel with -ffunction-sectionsNathan Chancellor
2025-01-14x86/kexec: Fix stack and handling of re-entry point for ::preserve_contextDavid Woodhouse
2025-01-14x86/kexec: Use correct swap page in swap_pages functionDavid Woodhouse
2025-01-14x86/kexec: Ensure preserve_context flag is set on return to kernelDavid Woodhouse
2025-01-14x86/kexec: Disable global pages before writing to control pageDavid Woodhouse
2025-01-13mm/early_ioremap: add null pointer checks to prevent NULL-pointer dereferenceGuo Weikang
2025-01-13x86: mm: free page table pages by RCU instead of semi RCUQi Zheng
2025-01-13rtc: Remove hpet_rtc_dropped_irq()Dr. David Alan Gilbert
2025-01-13x86/topology: Use x86_sched_itmt_flags for PKG domain unconditionallyK Prateek Nayak
2025-01-13x86/topology: Remove x86_smt_flags and use cpu_smt_flags directlyK Prateek Nayak
2025-01-13x86/itmt: Move the "sched_itmt_enabled" sysctl to debugfsK Prateek Nayak
2025-01-13x86/itmt: Use guard() for itmt_update_mutexK Prateek Nayak
2025-01-13x86/itmt: Convert "sysctl_sched_itmt_enabled" to booleanK Prateek Nayak
2025-01-12arch: remove get_task_comm() and print task comm directlyYafang Shao
2025-01-10hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.hNuno Das Neves
2025-01-08x86/tsc: Init the TSC for Secure TSC guestsNikunj A Dadhania
2025-01-08x86/amd_node: Use defines for SMN register offsetsYazen Ghannam
2025-01-08x86/amd_node: Remove dependency on AMD_NBYazen Ghannam
2025-01-08x86/amd_node: Update __amd_smn_rw() error pathsYazen Ghannam
2025-01-08x86/amd_nb: Move SMN access code to a new amd_node driverMario Limonciello
2025-01-08x86/amd_nb: Simplify function 3 searchYazen Ghannam
2025-01-08x86/amd_nb: Use topology info to get AMD node countYazen Ghannam
2025-01-08x86/amd_nb: Simplify root device searchYazen Ghannam
2025-01-08x86/amd_nb: Simplify function 4 searchYazen Ghannam
2025-01-08x86: Start moving AMD node functionality out of AMD_NBYazen Ghannam
2025-01-08x86/amd_nb: Clean up early_is_amd_nb()Yazen Ghannam
2025-01-08x86/amd_nb: Restrict init function to AMD-based systemsYazen Ghannam
2025-01-07x86/fpu: Ensure shadow stack is active before "getting" registersRick Edgecombe
2025-01-03x86/mce/amd: Remove shared threshold bank plumbingYazen Ghannam
2025-01-03x86/ioapic: Remove a stray tab in the IO-APIC type stringAlan Song
2025-01-02x86/static-call: Remove early_boot_irqs_disabled check to fix Xen PVH dom0Andrew Cooper
2024-12-31x86/microcode/AMD: Remove ret local var in early_apply_microcode()Borislav Petkov (AMD)
2024-12-31x86/microcode/AMD: Have __apply_microcode_amd() return boolBorislav Petkov (AMD)
2024-12-31x86/microcode/AMD: Make __verify_patch_size() return boolNikolay Borisov
2024-12-31x86/microcode/AMD: Remove bogus comment from parse_container()Nikolay Borisov
2024-12-31x86/microcode/AMD: Return bool from find_blobs_in_containers()Nikolay Borisov
2024-12-31x86/mce: Remove the redundant mce_hygon_feature_init()Qiuxu Zhuo
2024-12-31x86/mce: Convert family/model mixed checks to VFM-based checksQiuxu Zhuo
2024-12-31x86/mce: Break up __mcheck_cpu_apply_quirks()Tony Luck
2024-12-30x86/mce: Make four functions return boolQiuxu Zhuo
2024-12-30x86/mce/threshold: Remove the redundant this_cpu_dec_return()Qiuxu Zhuo
2024-12-30x86/mce: Make several functions return boolQiuxu Zhuo
2024-12-30x86/bugs: Add SRSO_USER_KERNEL_NO supportBorislav Petkov (AMD)
2024-12-29x86/fred: Clear WFE in missing-ENDBRANCH #CPsXin Li (Intel)
2024-12-26fgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)
2024-12-26fgraph: Pass ftrace_regs to entryfuncMasami Hiramatsu (Google)