summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
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
2025-10-27x86/um/vdso: Drop VDSO64-y from MakefileThomas Weißschuh1-5/+2
2025-10-27x86/um/vdso: Panic when vDSO can not be allocatedThomas Weißschuh1-11/+1
2025-10-27x86/um/vdso: Use prototypes from generic vDSO headersThomas Weißschuh1-3/+1
2025-10-27x86/um/vdso: Fix prototype of clock_gettime()Thomas Weißschuh1-3/+3
2025-10-27um: move asm-offsets generation into a single fileJohannes Berg1-18/+0
2025-10-27um/hostfs: define HOSTFS_ATTR_* via asm-offsetsJohannes Berg1-0/+1
2025-10-27Merge tag 'x86_urgent_for_v6.18_rc3' into x86/microcodeBorislav Petkov (AMD)8-25/+70
2025-10-26crypto: x86/aes-gcm - optimize long AAD processing with AVX512Eric Biggers1-47/+99
2025-10-26crypto: x86/aes-gcm - optimize AVX512 precomputation of H^2 from H^1Eric Biggers1-2/+14
2025-10-26crypto: x86/aes-gcm - revise some comments in AVX512 codeEric Biggers1-16/+11
2025-10-26crypto: x86/aes-gcm - reorder AVX512 precompute and aad_update functionsEric Biggers1-95/+92
2025-10-26crypto: x86/aes-gcm - clean up AVX512 code to assume 512-bit vectorsEric Biggers1-200/+153
2025-10-26crypto: x86/aes-gcm - rename avx10 and avx10_512 to avx512Eric Biggers5-138/+105
2025-10-26crypto: x86/aes-gcm - remove VAES+AVX10/256 optimized codeEric Biggers2-59/+6
2025-10-26crypto: x86/aes-gcm - add VAES+AVX2 optimized codeEric Biggers3-2/+1255
2025-10-24x86/mm: Unify __phys_addr_symbol()Brendan Jackman2-14/+11
2025-10-24x86/bugs: Remove dead code which might prevent from buildingAndy Shevchenko1-7/+0
2025-10-24x86/tsx: Get the tsx= command line parameter with early_param()Petr Tesarik1-25/+26
2025-10-24x86/tsx: Make tsx_ctrl_state staticPetr Tesarik2-10/+8
2025-10-21bpf: Do not audit capability check in do_jit()Ondrej Mosnacek1-1/+1
2025-10-21x86/bugs: Qualify RETBLEED_INTEL_MSGDavid Kaplan1-1/+3
2025-10-21x86/microcode: Fix Entrysign revision check for Zen1/NaplesAndrew Cooper1-1/+1
2025-10-21x86/ioapic: Simplify mp_irqdomain_alloc() slightlyChristophe JAILLET1-1/+1
2025-10-20KVM: VMX: Inject #UD if guest tries to execute SEAMCALL or TDCALLSean Christopherson3-0/+17
2025-10-20x86,fs/resctrl: Fix NULL pointer dereference with events force-disabled in mb...Babu Moger1-1/+10
2025-10-19Merge tag 'x86_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-9/+47
2025-10-18Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-6/+9
2025-10-17KVM: SVM: Add AVIC support for 4k vCPUs in x2AVIC modeNaveen N Rao2-13/+40
2025-10-17x86/cpufeatures: Add X86_FEATURE_X2AVIC_EXTNaveen N Rao2-0/+2
2025-10-17KVM: SVM: Move AVIC Physical ID table allocation to vcpu_precreate()Naveen N Rao3-4/+24
2025-10-17KVM: SVM: Expand AVIC_PHYSICAL_MAX_INDEX_MASK to be a 12-bit fieldNaveen N Rao1-1/+1
2025-10-17KVM: SVM: Replace hard-coded value 0x1FF with the corresponding macroNaveen N Rao1-1/+1
2025-10-17KVM: SVM: Add a helper to look up the max physical ID for AVICNaveen N Rao1-6/+20
2025-10-17KVM: SVM: Limit AVIC physical max index based on configured max_vcpu_idsNaveen N Rao1-2/+5
2025-10-17KVM: nVMX: Add an off-by-default module param to WARN on missed consistency c...Sean Christopherson1-0/+43