summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-10-26crypto: x86/aes-gcm - clean up AVX512 code to assume 512-bit vectorsEric Biggers
2025-10-26crypto: x86/aes-gcm - rename avx10 and avx10_512 to avx512Eric Biggers
2025-10-26crypto: x86/aes-gcm - remove VAES+AVX10/256 optimized codeEric Biggers
2025-10-26crypto: x86/aes-gcm - add VAES+AVX2 optimized codeEric Biggers
2025-10-24x86/mm: Unify __phys_addr_symbol()Brendan Jackman
2025-10-24x86/bugs: Remove dead code which might prevent from buildingAndy Shevchenko
2025-10-24x86/tsx: Get the tsx= command line parameter with early_param()Petr Tesarik
2025-10-24x86/tsx: Make tsx_ctrl_state staticPetr Tesarik
2025-10-21bpf: Do not audit capability check in do_jit()Ondrej Mosnacek
2025-10-21x86/bugs: Qualify RETBLEED_INTEL_MSGDavid Kaplan
2025-10-21x86/microcode: Fix Entrysign revision check for Zen1/NaplesAndrew Cooper
2025-10-21x86/ioapic: Simplify mp_irqdomain_alloc() slightlyChristophe JAILLET
2025-10-20KVM: VMX: Inject #UD if guest tries to execute SEAMCALL or TDCALLSean Christopherson
2025-10-20x86,fs/resctrl: Fix NULL pointer dereference with events force-disabled in mb...Babu Moger
2025-10-19Merge tag 'x86_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-10-18Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-10-17KVM: SVM: Add AVIC support for 4k vCPUs in x2AVIC modeNaveen N Rao
2025-10-17x86/cpufeatures: Add X86_FEATURE_X2AVIC_EXTNaveen N Rao
2025-10-17KVM: SVM: Move AVIC Physical ID table allocation to vcpu_precreate()Naveen N Rao
2025-10-17KVM: SVM: Expand AVIC_PHYSICAL_MAX_INDEX_MASK to be a 12-bit fieldNaveen N Rao
2025-10-17KVM: SVM: Replace hard-coded value 0x1FF with the corresponding macroNaveen N Rao
2025-10-17KVM: SVM: Add a helper to look up the max physical ID for AVICNaveen N Rao
2025-10-17KVM: SVM: Limit AVIC physical max index based on configured max_vcpu_idsNaveen N Rao
2025-10-17KVM: nVMX: Add an off-by-default module param to WARN on missed consistency c...Sean Christopherson
2025-10-17KVM: nVMX: Remove support for "early" consistency checks via hardwareSean Christopherson
2025-10-17KVM: nVMX: Stuff vmcs02.TSC_MULTIPLIER early on for nested early checksSean Christopherson
2025-10-17KVM: nVMX: Add consistency check for TSC_MULTIPLIER=0Sean Christopherson
2025-10-17KVM: nVMX: Add consistency check for TPR_THRESHOLD[31:4]!=0 without VIDSean Christopherson
2025-10-17KVM: VMX: Use kvm_mmu_page role to construct EPTP, not current vCPU stateSean Christopherson
2025-10-17KVM: x86/mmu: Move "dummy root" helpers to spte.hSean Christopherson
2025-10-17KVM: nVMX: Hardcode dummy EPTP used for early nested consistency checksSean Christopherson
2025-10-17KVM: VMX: Hoist construct_eptp() "up" in vmx.cSean Christopherson
2025-10-16x86/sgx: Enable automatic SVN updates for SGX enclavesElena Reshetova
2025-10-16x86/sgx: Implement ENCLS[EUPDATESVN]Elena Reshetova
2025-10-16x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]Elena Reshetova
2025-10-16x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flagElena Reshetova
2025-10-16x86/sgx: Introduce functions to count the sgx_(vepc_)open()Elena Reshetova
2025-10-16x86/idtentry: Add missing '*' to kernel-doc linesRandy Dunlap
2025-10-16sched/topology,x86: Fix build warningPeter Zijlstra
2025-10-16sched/topology: Fix sched domain build error for GNR, CWF in SNC-3 modeTim Chen
2025-10-16x86/insn: Simplify for_each_insn_prefix()Peter Zijlstra
2025-10-16x86/insn,uprobes,alternative: Unify insn_is_nop()Peter Zijlstra
2025-10-16perf/x86/amd: Check event before enable to avoid GPFGeorge Kennedy
2025-10-15x86/CPU/AMD: Prevent reset reasons from being retained across rebootRong Zhang
2025-10-15KVM: SVM: Disallow EFER.LMSLE when not supported by hardwareJim Mattson
2025-10-15x86/microcode/intel: Enable staging when availableChang S. Bae
2025-10-15x86/microcode/intel: Support mailbox transferChang S. Bae
2025-10-15x86/microcode/intel: Implement staging handlerChang S. Bae
2025-10-15x86/microcode/intel: Define staging state structChang S. Bae
2025-10-15x86/microcode/intel: Establish staging control logicChang S. Bae