summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2026-07-04KVM: SVM: Fix page overflow in sev_dbg_crypt() for ENCRYPT pathAshutosh Desai
2026-07-04KVM: x86/mmu: Ensure hugepage is in by slot before checking max mapping levelSean Christopherson
2026-06-19x86/CPU/AMD: Move the Zen3 BTC_NO detection to the Zen3 init functionBorislav Petkov (AMD)
2026-06-19use less confusing names for iov_iter direction initializersAl Viro
2026-06-01KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest memory accessesSean Christopherson
2026-06-01Revert "x86/vdso: Fix output operand size of RDPID"Sasha Levin
2026-06-01KVM: x86: Fix Xen hypercall tracepoint argument assignmentQiang Ma
2026-06-01KVM: nSVM: Add missing consistency check for nCR3 validityYosry Ahmed
2026-06-01KVM: nSVM: Clear GIF on nested #VMEXIT(INVALID)Yosry Ahmed
2026-06-01KVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUNYosry Ahmed
2026-06-01KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to guest modeYosry Ahmed
2026-06-01KVM: SVM: Explicitly mark vmcb01 dirty after modifying VMCB interceptsSean Christopherson
2026-06-01KVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0Kevin Cheng
2026-06-01KVM: nSVM: Sync interrupt shadow to cached vmcb12 after VMRUN of L2Yosry Ahmed
2026-06-01KVM: nSVM: Mark all of vmcb02 dirty when restoring nested stateYosry Ahmed
2026-06-01x86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov
2026-06-01KVM: x86: Use scratch field in MMIO fragment to hold small write valuesSean Christopherson
2026-06-01KVM: SEV: Drop WARN on large size for KVM_MEMORY_ENCRYPT_REG_REGIONSean Christopherson
2026-06-01perf/x86/intel/uncore: Skip discovery table for offline diesZide Chen
2026-05-15x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's op cachePrathyushi Nangia
2026-05-15x86/CPU/AMD: Add X86_FEATURE_ZEN1Borislav Petkov (AMD)
2026-05-15x86/CPU/AMD: Rename init_amd_zn() to init_amd_zen_common()Borislav Petkov (AMD)
2026-05-15x86/CPU/AMD: Call the spectral chicken in the Zen2 init functionBorislav Petkov (AMD)
2026-05-15x86/CPU/AMD: Add ZenX generations flagsBorislav Petkov (AMD)
2026-04-18x86/cpu: Enable FSGSBASE early in cpu_init_exception_handling()Nikunj A Dadhania
2026-04-18KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTESean Christopherson
2026-04-18x86/efi: efi_unmap_boot_services: fix calculation of ranges_to_free sizeMike Rapoport (Microsoft)
2026-04-18x86/apic: Disable x2apic on resume if the kernel expects soShashank Balaji
2026-04-18x86/CPU: Fix FPDSS on Zen1Borislav Petkov (AMD)
2026-04-18x86/efi: defer freeing of boot services memoryMike Rapoport (Microsoft)
2026-03-04KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulationYosry Ahmed
2026-03-04KVM: nSVM: Remove a user-triggerable WARN on nested_svm_load_cr3() succeedingSean Christopherson
2026-03-04x86/xen/pvh: Enable PAE mode for 32-bit guest only when CONFIG_X86_PAE is setHou Wenlong
2026-02-11x86/kfence: fix booting on 32bit non-PAE systemsAndrew Cooper
2026-02-06perf/x86/intel: Do not enable BTS for guestsFernand Sieber
2026-02-06x86: make page fault handling disable interrupts properlyCedric Xing
2026-02-06x86/kfence: avoid writing L1TF-vulnerable PTEsAndrew Cooper
2026-02-06x86/resctrl: Fix memory bandwidth counter width for HygonXiaochen Shen
2026-02-06x86/resctrl: Add missing resctrl initialization for HygonXiaochen Shen
2026-02-06x86/kaslr: Recognize all ZONE_DEVICE users as physaddr consumersDan Williams
2026-01-19x86: remove __range_not_ok()Arnd Bergmann
2026-01-19KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTSSean Christopherson
2026-01-19KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUNJim Mattson
2026-01-19KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-ExitDongli Zhang
2026-01-19KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-ExitsSean Christopherson
2026-01-19KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)Sean Christopherson
2026-01-19KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulationYosry Ahmed
2026-01-19KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timerfuqiang wang
2026-01-19KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn()fuqiang wang
2026-01-19KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0Sean Christopherson