aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
20 hoursKVM: SVM: Update x2APIC MSR intercepts if AVIC is inhibited while L2 is activeSean Christopherson1-8/+0
2 daysKVM: x86/mmu: Check all address spaces before skipping unsyncJinu Kim1-1/+21
2 daysKVM: x86/mmu: Check write tracking in all address spacesJinu Kim1-6/+26
2 daysKVM: x86: Cancel delayed I/O APIC EOI handling before destroying vCPUsWeiming Shi1-0/+6
2 daysKVM: VMX: add memory clobber to asm for VMX instructionsPaolo Bonzini1-4/+4
4 daysMerge tag 'x86-urgent-2026-07-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
7 daysx86/boot/compressed: Disable jump tablesNathan Chancellor1-0/+1
9 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-11/+24
9 daysKVM: x86: Only reset TSC Deadline Timer in apic_timer_expired on KVM_RUNVenkatesh Srinivas1-1/+1
9 daysKVM: x86/mmu: Fix use-after-free on vendor module reloadPhil Rosenthal1-0/+2
9 daysKVM: x86/mmu: Preserve nested TDP shadow page tables if they are used as rootsHyunwoo Kim1-0/+1
9 daysKVM: x86: Check for invalid/obsolete root *after* making MMU pages availableSean Christopherson2-8/+11
9 daysKVM: nVMX: Hide shadow VMCS right after VMCLEARHyunwoo Kim1-2/+9
11 daysMerge tag 'x86-urgent-2026-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-6/+13
2026-07-16KVM: SVM: Bump asid_generation on CPU online to avoid ASID collision after ho...Nikunj A Dadhania1-1/+6
2026-07-15KVM: nVMX: Put vmcs12 pages if nested VM-Enter fails due to invalid guest stateSean Christopherson1-0/+2
2026-07-15Merge tag 'kvm-x86-fixes-7.2-rc4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini7-57/+63
2026-07-14x86/boot: Validate console=uart8250 baud rate to fix early boot hangThorsten Blum1-4/+7
2026-07-13KVM: x86: Fix null pointer deref due to dummy array in trace_kvm_inj_exception()Daniel Paziyski1-1/+1
2026-07-11x86/boot: Reject too long acpi_rsdp= valuesThorsten Blum1-1/+6
2026-07-11x86/cpu: Remove Makefile rule for removed UMC CPU supportEthan Nelson-Moore1-1/+0
2026-07-11Merge tag 'perf-urgent-2026-07-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-10/+15
2026-07-11perf/x86/amd/brs: Fix kernel address leakageSandipan Das1-5/+5
2026-07-10KVM: TDX: Reject concurrent change to CPUID entry countBinbin Wu1-1/+5
2026-07-10KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMsAtish Patra1-2/+4
2026-07-10perf/x86/amd/lbr: Fix kernel address leakageSandipan Das1-1/+2
2026-07-08KVM: nVMX: Don't use vmcs01.GUEST_CR3 to snapshot L1's CR3 when EPT is disabledSean Christopherson2-13/+15
2026-07-08KVM: nVMX: Move vTPR vs. TPR Threshold consistency check into "normal" checksSean Christopherson1-37/+29
2026-07-08KVM: x86: Ignore pending PV EOI if the vCPU has since disabled PV EOIsSean Christopherson1-2/+6
2026-07-08KVM: x86: Nullify irqfd->producer if updating IRTE for bypass failsleixiang1-1/+3
2026-07-08perf/x86/amd/core: Avoid enabling BRS from the SVM reload pathSandipan Das1-4/+8
2026-07-07x86/virt/sev: Revert "Drop WBINVD before setting MSR_AMD64_SYSCFG_SNP_EN"Tycho Andersen (AMD)1-0/+2
2026-07-07x86/video: Only fall back to vga_default_device() without screen infoMario Limonciello1-9/+14
2026-07-05Merge tag 'x86-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+5
2026-07-05Merge tag 'perf-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+18
2026-07-03Merge tag 'for-linus-7.2a-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+8
2026-07-02Merge tag 'device-id-rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-6/+1
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)2-2/+0
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (hea...Uwe Kleine-König (The Capable Hub)1-4/+1
2026-07-02uprobes/x86: Use proper mm_struct in __in_uprobe_trampolineJiri Olsa1-7/+7
2026-07-02x86/uprobes: Keep shadow stack in sync for emulated CALLsDavid Windsor1-1/+11
2026-07-02x86/Xen: correct commentary and parameter naming of xen_exchange_memory()Jan Beulich1-7/+8
2026-07-01x86,fs/resctrl: Prevent out-of-bounds access while offlining CPU when SNC ena...Reinette Chatre1-0/+5
2026-07-01bpf: Restrict JIT predictor flush to cBPFPawan Gupta1-2/+3
2026-07-01x86/bugs: Enable IBPB flush on BPF JIT allocationPawan Gupta2-5/+49
2026-06-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-40/+34
2026-06-25Merge tag 'gpio-fixes-for-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-12/+10
2026-06-24x86/apic: KVM: Use cpu_physical_id() to get APIC ID of running vCPU for AVICSean Christopherson3-14/+3
2026-06-24KVM: x86/mmu: Expose number of shadow MMU shadow pages as a statSean Christopherson4-9/+10
2026-06-24KVM: x86: Unconditionally recompute CR8 intercept on PPR updateCarlos López2-4/+3