summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-11-04KVM: x86: Unload "FPU" state on INIT if and only if its currently in-useSean Christopherson
2025-11-04x86/CPU/AMD: Add missing terminator for zen5_rdseed_microcodeMario Limonciello
2025-11-04x86/ptrace: Always inline trivial accessorsPeter Zijlstra
2025-11-04entry: Remove syscall_enter_from_user_mode_prepare()Thomas Gleixner
2025-11-04x86/futex: Convert to scoped user accessThomas Gleixner
2025-11-03crypto: x86/aes-gcm-vaes-avx2 - initialize full %rax return registerEric Biggers
2025-11-03arch: hookup listns() system callChristian Brauner
2025-11-03x86/uaccess: Use unsafe wrappers for ASM GOTOThomas Gleixner
2025-11-03x86/amd_node: Fix AMD root device cachingYazen Ghannam
2025-11-01Merge tag 'x86-urgent-2025-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-11-01Merge tag 'perf-urgent-2025-11-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-10-31x86/mm: Ensure clear_page() variants always have __kcfi_typeid_ symbolsNathan Chancellor
2025-10-30kbuild: Add '-fms-extensions' to areas with dedicated CFLAGSNathan Chancellor
2025-10-30x86/sev: Include XSS value in GHCB CPUID requestJohn Allen
2025-10-30x86/boot: Move boot_*msr helpers to asm/shared/msr.hJohn Allen
2025-10-30x86/smpboot: Mark native_play_dead() as __noreturnThorsten Blum
2025-10-30x86/microcode: Mark early_parse_cmdline() as __initYu Peng
2025-10-30x86/microcode/AMD: Select which microcode patch to loadBorislav Petkov (AMD)
2025-10-30x86/cpu: Add/fix core comments for {Panther,Nova} LakeTony Luck
2025-10-30x86/CPU/AMD: Extend Zen6 model rangeBorislav Petkov (AMD)
2025-10-30unwind_user/x86: Fix arch=um buildPeter Zijlstra
2025-10-29x86/dumpstack: Prevent KASAN false positive warnings in __show_regs()Tengda Wu
2025-10-29perf/x86/intel/uncore: Add uncore PMU support for Wildcat Lakedongsheng
2025-10-29perf/x86/intel: Add PMU support for WildcatLakeDapeng Mi
2025-10-29unwind_user/x86: Teach FP unwind about start of functionPeter Zijlstra
2025-10-29unwind_user/x86: Enable frame pointer unwinding on x86Josh Poimboeuf
2025-10-29perf/x86/intel/cstate: Add Pantherlake supportZhang Rui
2025-10-29perf/x86/intel/cstate: Remove PC3 support from LunarLakeZhang Rui
2025-10-29perf/x86/intel/cstate: Add Clearwater Forest supportZide Chen
2025-10-29perf/x86/intel: Fix KASAN global-out-of-bounds warningDapeng Mi
2025-10-29x86: Use physical address for DMA mappingLeon Romanovsky
2025-10-29Merge branch 'linus/master' into sched/core, to resolve conflictPeter Zijlstra
2025-10-28x86/build: Disable SSE4aPeter Zijlstra
2025-10-28x86/fpu: Ensure XFD state on signal deliveryChang S. Bae
2025-10-28x86/CPU/AMD: Add RDSEED fix for Zen5Gregory Price
2025-10-27x86/microcode/AMD: Limit Entrysign signature checking to known generationsBorislav Petkov (AMD)
2025-10-27um: Enable SMP support on x86Tiwei Bie
2025-10-27um: vdso: Remove getcpu support on x86Tiwei Bie
2025-10-27x86/um/vdso: Drop VDSO64-y from MakefileThomas Weißschuh
2025-10-27x86/um/vdso: Panic when vDSO can not be allocatedThomas Weißschuh
2025-10-27x86/um/vdso: Use prototypes from generic vDSO headersThomas Weißschuh
2025-10-27x86/um/vdso: Fix prototype of clock_gettime()Thomas Weißschuh
2025-10-27um: move asm-offsets generation into a single fileJohannes Berg
2025-10-27um/hostfs: define HOSTFS_ATTR_* via asm-offsetsJohannes Berg
2025-10-27Merge tag 'x86_urgent_for_v6.18_rc3' into x86/microcodeBorislav Petkov (AMD)
2025-10-26crypto: x86/aes-gcm - optimize long AAD processing with AVX512Eric Biggers
2025-10-26crypto: x86/aes-gcm - optimize AVX512 precomputation of H^2 from H^1Eric Biggers
2025-10-26crypto: x86/aes-gcm - revise some comments in AVX512 codeEric Biggers
2025-10-26crypto: x86/aes-gcm - reorder AVX512 precompute and aad_update functionsEric Biggers