aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2025-11-05x86: uaccess: don't use runtime-const rewriting in modulesLinus Torvalds3-6/+14
2025-11-04x86/cpufeatures: Correct LKGS feature flag descriptionBorislav Petkov (AMD)1-1/+1
2025-11-04rust: kbuild: support `-Cjump-tables=n` for Rust 1.93.0Miguel Ojeda1-1/+1
2025-11-04KVM: x86/mmu: Move the misplaced export of kvm_zap_gfn_range()Kai Huang1-1/+1
2025-11-04KVM: x86: Add a helper to dedup reporting of unhandled VM-ExitsSean Christopherson5-19/+16
2025-11-04KVM: SVM: switch to raw spinlock for svm->ir_list_lockMaxim Levitsky2-9/+9
2025-11-04KVM: SVM: Make avic_ga_log_notifier() local to avic.cSean Christopherson2-2/+1
2025-11-04KVM: SVM: Unregister KVM's GALog notifier on kvm-amd.ko exitSean Christopherson3-0/+9
2025-11-04KVM: SVM: Initialize per-CPU svm_data at the end of hardware setupSean Christopherson1-6/+7
2025-11-04KVM: x86: Call out MSR_IA32_S_CET is not handled by XSAVESChao Gao1-9/+8
2025-11-04KVM: x86: Harden KVM against imbalanced load/put of guest FPU stateSean Christopherson1-0/+6
2025-11-04KVM: x86: Unload "FPU" state on INIT if and only if its currently in-useSean Christopherson1-11/+16
2025-11-04x86/CPU/AMD: Add missing terminator for zen5_rdseed_microcodeMario Limonciello1-0/+1
2025-11-04x86/ptrace: Always inline trivial accessorsPeter Zijlstra1-10/+10
2025-11-04entry: Remove syscall_enter_from_user_mode_prepare()Thomas Gleixner1-1/+2
2025-11-04x86/futex: Convert to scoped user accessThomas Gleixner1-42/+33
2025-11-03crypto: x86/aes-gcm-vaes-avx2 - initialize full %rax return registerEric Biggers1-0/+1
2025-11-03arch: hookup listns() system callChristian Brauner2-0/+2
2025-11-03x86/uaccess: Use unsafe wrappers for ASM GOTOThomas Gleixner1-6/+6
2025-11-03x86/amd_node: Fix AMD root device cachingYazen Ghannam2-100/+51
2025-11-01Merge tag 'x86-urgent-2025-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-6/+40
2025-11-01Merge tag 'perf-urgent-2025-11-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-1/+4
2025-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-1/+1
2025-10-31x86/mm: Ensure clear_page() variants always have __kcfi_typeid_ symbolsNathan Chancellor1-0/+3
2025-10-30kbuild: Add '-fms-extensions' to areas with dedicated CFLAGSNathan Chancellor2-3/+8
2025-10-30x86/sev: Include XSS value in GHCB CPUID requestJohn Allen2-0/+12
2025-10-30x86/boot: Move boot_*msr helpers to asm/shared/msr.hJohn Allen5-40/+30
2025-10-30x86/smpboot: Mark native_play_dead() as __noreturnThorsten Blum2-7/+3
2025-10-30x86/microcode: Mark early_parse_cmdline() as __initYu Peng1-1/+1
2025-10-30x86/microcode/AMD: Select which microcode patch to loadBorislav Petkov (AMD)1-38/+69
2025-10-30x86/cpu: Add/fix core comments for {Panther,Nova} LakeTony Luck1-3/+3
2025-10-30x86/CPU/AMD: Extend Zen6 model rangeBorislav Petkov (AMD)1-1/+1
2025-10-30unwind_user/x86: Fix arch=um buildPeter Zijlstra1-0/+4
2025-10-29x86/dumpstack: Prevent KASAN false positive warnings in __show_regs()Tengda Wu1-2/+21
2025-10-29perf/x86/intel/uncore: Add uncore PMU support for Wildcat Lakedongsheng1-0/+1
2025-10-29perf/x86/intel: Add PMU support for WildcatLakeDapeng Mi1-0/+1
2025-10-29unwind_user/x86: Teach FP unwind about start of functionPeter Zijlstra4-40/+53
2025-10-29unwind_user/x86: Enable frame pointer unwinding on x86Josh Poimboeuf2-0/+26
2025-10-29perf/x86/intel/cstate: Add Pantherlake supportZhang Rui1-6/+8
2025-10-29perf/x86/intel/cstate: Remove PC3 support from LunarLakeZhang Rui1-2/+1
2025-10-29perf/x86/intel/cstate: Add Clearwater Forest supportZide Chen1-0/+1
2025-10-29perf/x86/intel: Fix KASAN global-out-of-bounds warningDapeng Mi1-1/+2
2025-10-29x86: Use physical address for DMA mappingLeon Romanovsky1-9/+10
2025-10-29Merge branch 'linus/master' into sched/core, to resolve conflictPeter Zijlstra8-25/+70
2025-10-28x86/build: Disable SSE4aPeter Zijlstra1-1/+1
2025-10-28x86/fpu: Ensure XFD state on signal deliveryChang S. Bae1-0/+3
2025-10-28x86/CPU/AMD: Add RDSEED fix for Zen5Gregory Price1-0/+10
2025-10-27x86/microcode/AMD: Limit Entrysign signature checking to known generationsBorislav Petkov (AMD)1-1/+19
2025-10-27um: Enable SMP support on x86Tiwei Bie2-0/+11
2025-10-27um: vdso: Remove getcpu support on x86Tiwei Bie2-24/+0