summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2026-03-02KVM: x86: Open code handling of completed MMIO reads in emulator_read_write()Sean Christopherson2-17/+29
2026-03-02KVM: x86: Use scratch field in MMIO fragment to hold small write valuesSean Christopherson1-1/+13
2026-03-02KVM: x86: Ignore cpuid faulting in SMMJim Mattson2-4/+5
2026-03-02KVM: nSVM: Sync interrupt shadow to cached vmcb12 after VMRUN of L2Yosry Ahmed1-0/+1
2026-03-02KVM: nSVM: Sync NextRIP to cached vmcb12 after VMRUN of L2Yosry Ahmed1-0/+10
2026-03-02KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to guest modeYosry Ahmed1-0/+3
2026-03-02KVM: x86: Check for injected exceptions before queuing a debug exceptionYosry Ahmed1-1/+1
2026-03-02KVM: Isolate apicv_update_lock and apicv_nr_irq_window_req in a cachelineSean Christopherson1-1/+11
2026-03-02KVM: SVM: Optimize IRQ window inhibit handlingSean Christopherson1-1/+25
2026-03-02KVM: SVM: Fix IRQ window inhibit handling across multiple vCPUsSean Christopherson4-12/+63
2026-03-02KVM: SVM: Fix clearing IRQ window inhibit with nested guestsSean Christopherson1-14/+14
2026-03-02KVM: SVM: Mark module parameters as __ro_after_init for security and performanceLi RongQing3-22/+22
2026-03-02KVM: SVM: Mark module parameters as __ro_after_init for security and performanceLi RongQing3-22/+22
2026-03-02KVM: nSVM: Mark all of vmcb02 dirty when restoring nested stateYosry Ahmed1-0/+6
2026-03-02KVM: VMX: Use ASM_INPUT_RM in __vmcs_writelUros Bizjak1-1/+1
2026-03-02KVM: VMX: Drop obsolete branch hint prefixes from inline asmUros Bizjak1-3/+0
2026-03-02KVM: x86/pmu: annotate struct kvm_x86_pmu_event_filter with __counted_by()Carlos López2-2/+2
2026-03-02KVM: x86: Zero-initialize temporary fxregs_state buffers in FXSAVE emulationUros Bizjak1-2/+2
2026-03-02KVM: x86: Defer non-architectural deliver of exception payload to userspace readSean Christopherson1-23/+39
2026-03-02KVM: nSVM: Use vcpu->arch.cr2 when updating vmcb12 on nested #VMEXITYosry Ahmed1-1/+1
2026-03-02x86/mtrr: Use kstrtoul() in parse_mtrr_spare_reg()Thorsten Blum1-3/+4
2026-03-02x86/sev: Allow IBPB-on-Entry feature for SNP guestsKim Phillips3-1/+6
2026-03-02x86/boot/sev: Move SEV decompressor variables into the .data sectionTom Lendacky2-5/+5
2026-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+0
2026-03-01Merge tag 'x86-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-42/+50
2026-02-28KVM: always define KVM_CAP_SYNC_MMUPaolo Bonzini1-1/+0
2026-02-28KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIERPaolo Bonzini1-1/+0
2026-02-28perf/amd/ibs: Advertise remote socket capabilityRavi Bangoria2-1/+21
2026-02-28perf/amd/ibs: Enable streaming store filterRavi Bangoria2-1/+53
2026-02-28perf/amd/ibs: Enable RIP bit63 hardware filteringRavi Bangoria1-8/+38
2026-02-28perf/amd/ibs: Enable fetch latency filteringRavi Bangoria1-1/+65
2026-02-28perf/amd/ibs: Support IBS_{FETCH|OP}_CTL2[Dis] to eliminate RMW raceRavi Bangoria1-0/+45
2026-02-27perf/amd/ibs: Add new MSRs and CPUID bits definitionsRavi Bangoria2-20/+38
2026-02-27perf/amd/ibs: Define macro for ldlat mask and shiftRavi Bangoria2-4/+8
2026-02-27perf/amd/ibs: Avoid race between event add and NMIRavi Bangoria1-0/+8
2026-02-27perf/amd/ibs: Avoid calling perf_allow_kernel() from the IBS NMI handlerRavi Bangoria2-1/+5
2026-02-27perf/amd/ibs: Preserve PhyAddrVal bit when clearing PhyAddr MSRRavi Bangoria1-2/+0
2026-02-27perf/amd/ibs: Limit ldlat->l3missonly dependency to Zen5Ravi Bangoria1-1/+4
2026-02-27perf/amd/ibs: Account interrupt for discarded samplesRavi Bangoria1-2/+6
2026-02-27x86/apic: Enable TSC coupled programming modeThomas Gleixner4-7/+17
2026-02-27x86/apic: Avoid the PVOPS indirection for the TSC deadline timerThomas Gleixner1-3/+10
2026-02-27x86/apic: Remove pointless fence in lapic_next_deadline()Thomas Gleixner1-9/+7
2026-02-27x86: Inline TSC reads in timekeepingThomas Gleixner3-0/+16
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor2-1/+2
2026-02-26x86: rtc: Drop PNP device checkRafael J. Wysocki1-16/+1
2026-02-26ACPI: x86: cmos_rtc: Create a CMOS RTC platform deviceRafael J. Wysocki1-0/+4
2026-02-25x86/virt/tdx: Print TDX module version during initVishal Verma1-0/+6
2026-02-25x86/virt/tdx: Retrieve TDX module versionChao Gao2-0/+23
2026-02-25x86/efi: defer freeing of boot services memoryMike Rapoport (Microsoft)3-5/+54
2026-02-24x86/hyperv: print out reserved vectors in hexadecimalWei Liu1-2/+3