summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2025-04-20x86/cpu: Don't clear X86_FEATURE_LAHF_LM flag in init_amd_k8() on AMD when ru...Max Grobecker
2025-04-20x86/ia32: Leave NULL selector values 0~3 unchangedXin Li (Intel)
2025-04-20x86/acpi: Don't limit CPUs to 1 for Xen PV guests due to disabled ACPIPetr Vaněk
2025-04-10x86/tsc: Always save/restore TSC sched_clock() on suspend/resumeGuilherme G. Piccoli
2025-04-10uprobes/x86: Harden uretprobe syscall trampoline checkJiri Olsa
2025-04-10x86/tdx: Fix arch_safe_halt() execution for TDX VMsVishal Annapurve
2025-04-10x86/mce: use is_copy_from_user() to determine copy-from-user contextShuai Xue
2025-04-10x86/microcode/AMD: Fix __apply_microcode_amd()'s return valueBoris Ostrovsky
2025-04-10x86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabledVladis Dronov
2025-04-10x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplace...Jann Horn
2025-04-10x86/fpu/xstate: Fix inconsistencies in guest FPU xfeaturesChao Gao
2025-04-10x86/traps: Make exc_double_fault() consistently noreturnJosh Poimboeuf
2025-04-10x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitorsJames Morse
2025-04-10x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct()Benjamin Berg
2025-04-10x86/fpu: Fix guest FPU state buffer allocation sizeStanislav Spassov
2025-03-22x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisorsAjay Kaher
2025-03-22x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodesFlorent Revest
2025-03-22x86/irq: Define trace events conditionallyArnd Bergmann
2025-03-22x86/of: Don't use DTB for SMP setup if ACPI is enabledDmytro Maluka
2025-03-13x86/sgx: Fix size overflows in sgx_encl_create()Jarkko Sakkinen
2025-03-13x86/cpu: Properly parse CPUID leaf 0x2 TLB descriptor 0x63Ahmed S. Darwish
2025-03-13x86/cpu: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish
2025-03-13x86/cacheinfo: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish
2025-03-13x86/microcode/AMD: Add some forgotten models to the SHA checkBorislav Petkov (AMD)
2025-03-13x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range()Andrew Cooper
2025-03-07x86/microcode/AMD: Load only SHA256-checksummed patchesBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Add get_patch_level()Borislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declarationBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Merge early_apply_microcode() into its single callsiteBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarationsBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signatureBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Have __apply_microcode_amd() return boolBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Return bool from find_blobs_in_containers()Nikolay Borisov
2025-03-07x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systemsRussell Senior
2025-02-21x86/static-call: Remove early_boot_irqs_disabled check to fix Xen PVH dom0Andrew Cooper
2025-02-21x86/cpu/kvm: SRSO: Fix possible missing IBPB on VM-ExitPatrick Bellasi
2025-02-17x86/acpi: Fix LAPIC/x2APIC parsing orderZhang Rui
2025-02-17x86/kexec: Allocate PGD for x86_64 transition page tables separatelyDavid Woodhouse
2025-02-17x86/amd_nb: Restrict init function to AMD-based systemsYazen Ghannam
2025-02-17x86: Convert unreachable() to BUG()Peter Zijlstra
2025-02-08x86/topology: Use x86_sched_itmt_flags for PKG domain unconditionallyK Prateek Nayak
2025-02-08x86/cpu: Enable SD_ASYM_PACKING for PKG domain on AMDPerry Yuan
2025-01-23x86/fred: Fix the FRED RSP0 MSR out of sync with its per-CPU cacheXin Li (Intel)
2025-01-17x86/fpu: Ensure shadow stack is active before "getting" registersRick Edgecombe
2025-01-02x86/fred: Clear WFE in missing-ENDBRANCH #CPsXin Li (Intel)
2024-12-27x86/hyperv: Fix hv tsc page based sched_clock for hibernationNaman Jain
2024-12-19x86/xen: remove hypercall pageJuergen Gross
2024-12-19x86/static-call: provide a way to do very early static-call updatesJuergen Gross
2024-12-19x86: make get_cpu_vendor() accessible from Xen codeJuergen Gross
2024-12-14x86: Fix build regression with CONFIG_KEXEC_JUMP enabledDamien Le Moal