summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-04-10x86/tsc: Always save/restore TSC sched_clock() on suspend/resumeGuilherme G. Piccoli1-2/+2
2025-04-10uprobes/x86: Harden uretprobe syscall trampoline checkJiri Olsa1-5/+9
2025-04-10x86/tdx: Fix arch_safe_halt() execution for TDX VMsVishal Annapurve1-1/+1
2025-04-10x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRTKirill A. Shutemov1-6/+8
2025-04-10x86/mce: use is_copy_from_user() to determine copy-from-user contextShuai Xue1-6/+5
2025-04-10x86/microcode/AMD: Fix __apply_microcode_amd()'s return valueBoris Ostrovsky1-1/+1
2025-04-10x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplace...Jann Horn1-3/+2
2025-04-10x86/fpu/xstate: Fix inconsistencies in guest FPU xfeaturesChao Gao1-2/+2
2025-04-10x86/traps: Make exc_double_fault() consistently noreturnJosh Poimboeuf1-1/+17
2025-04-10x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitorsJames Morse1-1/+2
2025-04-10x86/split_lock: Fix the delayed detection logicMaksim Davydov1-4/+16
2025-04-10x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct()Benjamin Berg1-1/+6
2025-04-10x86/fpu: Fix guest FPU state buffer allocation sizeStanislav Spassov1-1/+1
2025-03-13x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisorsAjay Kaher1-0/+4
2025-03-10x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodesFlorent Revest1-1/+1
2025-03-10x86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabledVladis Dronov1-3/+7
2025-03-08x86/microcode/AMD: Add some forgotten models to the SHA checkBorislav Petkov (AMD)1-0/+6
2025-03-08Merge branch 'linus' into x86/urgent, to pick up dependent patchesIngo Molnar3-86/+626
2025-03-07Merge tag 'x86-urgent-2025-03-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-18/+43
2025-03-07x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range()Andrew Cooper1-6/+3
2025-03-05x86/sgx: Fix size overflows in sgx_encl_create()Jarkko Sakkinen1-0/+7
2025-03-04Merge tag 'x86_microcode_for_v6.14_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-86/+626
2025-03-04x86/cpu: Properly parse CPUID leaf 0x2 TLB descriptor 0x63Ahmed S. Darwish1-16/+34
2025-03-04x86/cpu: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish1-1/+1
2025-03-04x86/cacheinfo: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish1-1/+1
2025-02-25x86/irq: Define trace events conditionallyArnd Bergmann1-0/+2
2025-02-25x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systemsRussell Senior1-2/+2
2025-02-25x86/of: Don't use DTB for SMP setup if ACPI is enabledDmytro Maluka1-1/+2
2025-02-22Merge tag 'x86-urgent-2025-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2025-02-22x86/microcode/AMD: Load only SHA256-checksummed patchesBorislav Petkov (AMD)2-2/+553
2025-02-21x86/cpufeatures: Make AVX-VNNI depend on AVXEric Biggers1-0/+1
2025-02-17x86/microcode/AMD: Add get_patch_level()Borislav Petkov (AMD)1-22/+24
2025-02-17x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declarationBorislav Petkov (AMD)1-28/+26
2025-02-17x86/microcode/AMD: Merge early_apply_microcode() into its single callsiteBorislav Petkov (AMD)1-34/+26
2025-02-17x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarationsBorislav Petkov (AMD)2-3/+1
2025-02-17x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signatureBorislav Petkov (AMD)1-2/+1
2025-02-11x86/cpu/kvm: SRSO: Fix possible missing IBPB on VM-ExitPatrick Bellasi1-7/+14
2025-01-31Merge tag 'x86-mm-2025-01-31' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+7
2025-01-30Merge tag 'rtc-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds1-6/+0
2025-01-30Merge tag 'acpi-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+45
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-17/+19
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-3/+2
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang3-15/+4
2025-01-25x86: pgtable: move pagetable_dtor() to __tlb_remove_table()Qi Zheng1-0/+1
2025-01-25x86: pgtable: convert __tlb_remove_table() to use struct ptdescQi Zheng1-1/+3
2025-01-25Merge tag 'hyperv-next-signed-20250123' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2025-01-24Merge tag 'x86-boot-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-176/+240
2025-01-24x86/acpi: Fix LAPIC/x2APIC parsing orderZhang Rui1-5/+45
2025-01-21Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds3-34/+43