summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2025-05-13x86/CPU/AMD: Add X86_FEATURE_ZEN6Yazen Ghannam
2025-05-13x86/bugs: Fix SRSO reporting on Zen1/2 with SMT disabledBorislav Petkov (AMD)
2025-05-13Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflictsIngo Molnar
2025-05-13Merge branch 'x86/platform' into x86/core, to merge dependent commitsIngo Molnar
2025-05-13Merge branch 'x86/nmi' into x86/core, to merge dependent commitsIngo Molnar
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar
2025-05-13Merge branch 'x86/mm' into x86/core, to resolve conflictsIngo Molnar
2025-05-13Merge branch 'x86/microcode' into x86/core, to merge dependent commitsIngo Molnar
2025-05-13Merge branch 'x86/fpu' into x86/core, to merge dependent commitsIngo Molnar
2025-05-13Merge branch 'x86/cpu' into x86/core, to resolve conflictsIngo Molnar
2025-05-13Merge branch 'x86/boot' into x86/core, to merge dependent commitsIngo Molnar
2025-05-13Merge branch 'x86/bugs' into x86/core, to merge dependent commitsIngo Molnar
2025-05-13Merge branch 'x86/asm' into x86/core, to merge dependent commitsIngo Molnar
2025-05-13Merge branch 'x86/alternatives' into x86/core, to merge dependent commitsIngo Molnar
2025-05-12x86/e820: temporarily enable KHO scratch for memory below 1MAlexander Graf
2025-05-12x86/kexec: add support for passing kexec handover (KHO) dataAlexander Graf
2025-05-12x86/setup: use memblock_reserve_kern for memory used by kernelMike Rapoport (Microsoft)
2025-05-12x86/mtrr: Check if fixed-range MTRRs exist in mtrr_save_fixed_ranges()Jiaqing Zhao
2025-05-11Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-11Merge tag 'ibti-hisory-for-linus-2025-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-05-11Merge tag 'x86-urgent-2025-05-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-05-09x86/its: FineIBT-paranoid vs ITSPeter Zijlstra
2025-05-09x86/its: Use dynamic thunks for indirect branchesPeter Zijlstra
2025-05-09x86/ibt: Keep IBT disabled during alternative patchingPawan Gupta
2025-05-09x86/its: Add support for RSB stuffing mitigationPawan Gupta
2025-05-09x86/its: Add "vmexit" option to skip mitigation on some CPUsPawan Gupta
2025-05-09x86/its: Enable Indirect Target Selection mitigationPawan Gupta
2025-05-09x86/its: Add support for ITS-safe return thunkPawan Gupta
2025-05-09x86/its: Add support for ITS-safe indirect thunkPawan Gupta
2025-05-09x86/its: Enumerate Indirect Target Selection (ITS) bugPawan Gupta
2025-05-08treewide, timers: Rename try_to_del_timer_sync() as timer_delete_sync_try()Ingo Molnar
2025-05-07x86: disable image size check for test buildsGuenter Roeck
2025-05-07ubsan: Remove regs from report_ubsan_failure()Mostafa Saleh
2025-05-06x86/bhi: Do not set BHI_DIS_S in 32-bit modePawan Gupta
2025-05-06x86/bpf: Add IBHF call at end of classic BPFDaniel Sneddon
2025-05-06Merge tag 'v6.15-rc4' into x86/asm, to pick up fixesIngo Molnar
2025-05-06x86/fpu: Drop @perm from guest pseudo FPU containerChao Gao
2025-05-06x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_permSean Christopherson
2025-05-06x86/cpu: Sanitize CPUID(0x80000000) outputAhmed S. Darwish
2025-05-06Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflictsIngo Molnar
2025-05-05x86/CPU/AMD: Print the reason for the last resetYazen Ghannam
2025-05-05x86/fpu: Restore fpu_thread_struct_whitelist() to fix CONFIG_HARDENED_USERCOP...Kees Cook
2025-05-05x86/microcode: Consolidate the loader enablement checkingBorislav Petkov (AMD)
2025-05-04x86/boot: Add a bunch of PIC aliasesArd Biesheuvel
2025-05-04x86/boot: Move early_setup_gdt() back into head64.cArd Biesheuvel
2025-05-04Merge branch 'x86/urgent' into x86/boot, to pick up fixesIngo Molnar
2025-05-04x86/fpu: Check TIF_NEED_FPU_LOAD instead of PF_KTHREAD|PF_USER_WORKER in fpu_...Oleg Nesterov
2025-05-04x86/fpu: Always use memcpy_and_pad() in arch_dup_task_struct()Oleg Nesterov
2025-05-04x86/fpu: Remove x86_init_fpuOleg Nesterov
2025-05-04x86/fpu: Simplify the switch_fpu_prepare() + switch_fpu_finish() logicOleg Nesterov