summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
33 hoursKVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest memory accessesSean Christopherson1-0/+4
33 hoursRevert "x86/vdso: Fix output operand size of RDPID"Sasha Levin1-4/+4
33 hoursKVM: x86: Fix Xen hypercall tracepoint argument assignmentQiang Ma1-1/+1
33 hoursKVM: nSVM: Add missing consistency check for nCR3 validityYosry Ahmed1-0/+4
33 hoursKVM: nSVM: Clear GIF on nested #VMEXIT(INVALID)Yosry Ahmed1-0/+1
33 hoursKVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUNYosry Ahmed1-4/+1
33 hoursKVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to guest modeYosry Ahmed1-0/+3
33 hoursKVM: SVM: Explicitly mark vmcb01 dirty after modifying VMCB interceptsSean Christopherson1-1/+3
33 hoursKVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0Kevin Cheng1-0/+3
33 hoursKVM: nSVM: Sync interrupt shadow to cached vmcb12 after VMRUN of L2Yosry Ahmed1-0/+1
33 hoursKVM: nSVM: Mark all of vmcb02 dirty when restoring nested stateYosry Ahmed1-0/+6
33 hoursx86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov1-0/+24
33 hoursKVM: x86: Use scratch field in MMIO fragment to hold small write valuesSean Christopherson1-1/+13
33 hoursKVM: SEV: Drop WARN on large size for KVM_MEMORY_ENCRYPT_REG_REGIONSean Christopherson1-4/+7
33 hoursperf/x86/intel/uncore: Skip discovery table for offline diesZide Chen1-1/+1
2026-05-15x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's op cachePrathyushi Nangia2-0/+4
2026-05-15x86/CPU/AMD: Add X86_FEATURE_ZEN1Borislav Petkov (AMD)2-5/+7
2026-05-15x86/CPU/AMD: Rename init_amd_zn() to init_amd_zen_common()Borislav Petkov (AMD)1-8/+9
2026-05-15x86/CPU/AMD: Call the spectral chicken in the Zen2 init functionBorislav Petkov (AMD)1-4/+3
2026-05-15x86/CPU/AMD: Add ZenX generations flagsBorislav Petkov (AMD)2-3/+72
2026-04-18x86/cpu: Enable FSGSBASE early in cpu_init_exception_handling()Nikunj A Dadhania1-6/+12
2026-04-18KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTESean Christopherson1-5/+8
2026-04-18x86/efi: efi_unmap_boot_services: fix calculation of ranges_to_free sizeMike Rapoport (Microsoft)1-1/+1
2026-04-18x86/apic: Disable x2apic on resume if the kernel expects soShashank Balaji1-0/+6
2026-04-18x86/CPU: Fix FPDSS on Zen1Borislav Petkov (AMD)2-0/+6
2026-04-18x86/efi: defer freeing of boot services memoryMike Rapoport (Microsoft)3-5/+54
2026-03-04KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulationYosry Ahmed1-2/+3
2026-03-04KVM: nSVM: Remove a user-triggerable WARN on nested_svm_load_cr3() succeedingSean Christopherson1-2/+1
2026-03-04x86/xen/pvh: Enable PAE mode for 32-bit guest only when CONFIG_X86_PAE is setHou Wenlong1-0/+2
2026-02-11x86/kfence: fix booting on 32bit non-PAE systemsAndrew Cooper1-3/+4
2026-02-06perf/x86/intel: Do not enable BTS for guestsFernand Sieber1-2/+11
2026-02-06x86: make page fault handling disable interrupts properlyCedric Xing1-10/+5
2026-02-06x86/kfence: avoid writing L1TF-vulnerable PTEsAndrew Cooper1-5/+24
2026-02-06x86/resctrl: Fix memory bandwidth counter width for HygonXiaochen Shen2-2/+16
2026-02-06x86/resctrl: Add missing resctrl initialization for HygonXiaochen Shen1-2/+4
2026-02-06x86/kaslr: Recognize all ZONE_DEVICE users as physaddr consumersDan Williams1-5/+5
2026-01-19x86: remove __range_not_ok()Arnd Bergmann5-13/+9
2026-01-19KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTSSean Christopherson1-0/+2
2026-01-19KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUNJim Mattson1-0/+1
2026-01-19KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-ExitDongli Zhang3-2/+3
2026-01-19KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-ExitsSean Christopherson2-3/+6
2026-01-19KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)Sean Christopherson1-2/+2
2026-01-19KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulationYosry Ahmed1-9/+9
2026-01-19KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timerfuqiang wang1-5/+23
2026-01-19KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn()fuqiang wang1-1/+1
2026-01-19KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0Sean Christopherson1-1/+1
2026-01-19lib/crypto: x86/blake2s: Fix 32-bit arg treated as 64-bitEric Biggers1-2/+2
2026-01-19x86/ptrace: Always inline trivial accessorsPeter Zijlstra1-10/+10
2026-01-19perf/x86/intel: Correct large PEBS flag checkDapeng Mi1-1/+3
2026-01-19x86/dumpstack: Prevent KASAN false positive warnings in __show_regs()Tengda Wu1-2/+21