summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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
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