aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
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
2025-10-17KVM: nVMX: Remove support for "early" consistency checks via hardwareSean Christopherson1-118/+12
2025-10-17KVM: nVMX: Stuff vmcs02.TSC_MULTIPLIER early on for nested early checksSean Christopherson1-0/+7
2025-10-17KVM: nVMX: Add consistency check for TSC_MULTIPLIER=0Sean Christopherson1-0/+4
2025-10-17KVM: nVMX: Add consistency check for TPR_THRESHOLD[31:4]!=0 without VIDSean Christopherson1-0/+3
2025-10-17KVM: VMX: Use kvm_mmu_page role to construct EPTP, not current vCPU stateSean Christopherson1-11/+30
2025-10-17KVM: x86/mmu: Move "dummy root" helpers to spte.hSean Christopherson2-10/+10
2025-10-17KVM: nVMX: Hardcode dummy EPTP used for early nested consistency checksSean Christopherson3-7/+4
2025-10-17KVM: VMX: Hoist construct_eptp() "up" in vmx.cSean Christopherson1-14/+14
2025-10-16x86/sgx: Enable automatic SVN updates for SGX enclavesElena Reshetova1-2/+18
2025-10-16x86/sgx: Implement ENCLS[EUPDATESVN]Elena Reshetova3-15/+96
2025-10-16x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]Elena Reshetova1-0/+6
2025-10-16x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flagElena Reshetova3-0/+3
2025-10-16x86/sgx: Introduce functions to count the sgx_(vepc_)open()Elena Reshetova5-2/+51
2025-10-16x86/idtentry: Add missing '*' to kernel-doc linesRandy Dunlap1-2/+2
2025-10-16sched/topology,x86: Fix build warningPeter Zijlstra1-0/+2