summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
8 daysKVM: SVM: Update x2APIC MSR intercepts if AVIC is inhibited while L2 is activeSean Christopherson1-8/+0
10 daysx86/bugs: Make Safe-RET robust against interrupt injectionBorislav Petkov (AMD)4-1/+125
10 daysRevert "x86/bugs: Make Safe-RET robust against interrupt injection"Greg Kroah-Hartman4-122/+1
11 daysx86/bugs: Make Safe-RET robust against interrupt injectionBorislav Petkov (AMD)4-1/+122
2026-08-03KVM: SVM: Bump asid_generation on CPU online to avoid ASID collision after ho...Nikunj A Dadhania1-1/+6
2026-08-03KVM: x86: Only reset TSC Deadline Timer in apic_timer_expired on KVM_RUNVenkatesh Srinivas1-1/+1
2026-08-03KVM: Introduce vcpu->wants_to_runDavid Matlack1-2/+2
2026-08-03fs/resctrl: Fix double-add of pseudo-locked region's RMID to free listReinette Chatre1-5/+7
2026-08-03x86/boot/compressed: Disable jump tablesNathan Chancellor1-0/+1
2026-08-03KVM: x86/mmu: Fix use-after-free on vendor module reloadPhil Rosenthal1-0/+2
2026-08-03KVM: nVMX: Hide shadow VMCS right after VMCLEARHyunwoo Kim1-2/+9
2026-08-03KVM: x86: Check for invalid/obsolete root *after* making MMU pages availableSean Christopherson2-8/+11
2026-07-24perf/x86/intel/uncore: Defer ADL global PMON enable to enable_box()Zide Chen1-7/+0
2026-07-24perf/x86/amd/brs: Fix kernel address leakageSandipan Das1-5/+5
2026-07-24perf/x86/amd/lbr: Fix kernel address leakageSandipan Das1-1/+2
2026-07-24x86/boot: Reject too long acpi_rsdp= valuesThorsten Blum1-1/+6
2026-07-24x86/boot: Validate console=uart8250 baud rate to fix early boot hangThorsten Blum1-4/+7
2026-07-24KVM: x86: Ignore pending PV EOI if the vCPU has since disabled PV EOIsSean Christopherson1-2/+6
2026-07-24x86/platform/olpc: xo15: Drop wakeup source on driver removalRafael J. Wysocki1-0/+1
2026-07-24perf/x86/amd/core: Always use the NMI latency mitigationSandipan Das1-3/+3
2026-07-24mm/fake-numa: fix under-allocation detection in uniform splitSang-Heon Jeon1-4/+13
2026-07-24bpf: Restrict JIT predictor flush to cBPFPawan Gupta1-1/+2
2026-07-24x86/bugs: Enable IBPB flush on BPF JIT allocationPawan Gupta2-5/+49
2026-07-24x86/mm: Fix check/use ordering in switch_mm_irqs_off()Stephen Dolan1-8/+8
2026-07-24KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest modeSean Christopherson1-2/+1
2026-07-24KVM: VMX: Refresh GUEST_PENDING_DBG_EXCEPTIONS.BS on all injected #DBsSean Christopherson1-17/+18
2026-07-04KVM: SVM: Fix page overflow in sev_dbg_crypt() for ENCRYPT pathAshutosh Desai1-0/+1
2026-07-04KVM: x86: hyper-v: Bound the bank index when querying sparse banksHyunwoo Kim1-0/+5
2026-07-04KVM: x86/mmu: Ensure hugepage is in by slot before checking max mapping levelSean Christopherson1-6/+12
2026-07-04KVM: x86: Fix shadow paging use-after-free due to unexpected rolePaolo Bonzini1-4/+6
2026-07-04KVM: VMX: Update SVI during runtime APICv activationDongli Zhang2-4/+7
2026-06-19x86/CPU/AMD: Rename init_amd_zn() to init_amd_zen_common()Borislav Petkov (AMD)1-4/+7
2026-06-19x86/CPU/AMD: Call the spectral chicken in the Zen2 init functionBorislav Petkov (AMD)1-4/+3
2026-06-19x86/CPU/AMD: Move the Zen3 BTC_NO detection to the Zen3 init functionBorislav Petkov (AMD)1-8/+9
2026-06-19x86/kexec: Disable KCOV instrumentation after load_segments()Aleksandr Nogikh2-0/+16
2026-06-19KVM: SVM: Flush the current TLB when transitioning from xAVIC => x2AVICSean Christopherson1-6/+29
2026-06-19x86/kexec: add a sanity check on previous kernel's ima kexec bufferHarshit Mogalapalli1-0/+6
2026-06-01x86/xen: Fix xen_e820_swap_entry_with_ram()Juergen Gross1-1/+1
2026-06-01Revert "x86/vdso: Fix output operand size of RDPID"Sasha Levin1-4/+4
2026-05-23KVM: x86: Fix Xen hypercall tracepoint argument assignmentQiang Ma1-1/+1
2026-05-17KVM: x86: check for nEPT/nNPT in slow flush hypercallsPaolo Bonzini1-1/+1
2026-05-17KVM: SVM: check validity of VMCB controls when returning from SMMPaolo Bonzini3-2/+15
2026-05-17KVM: x86: Fix shadow paging use-after-free due to unexpected GFNSean Christopherson1-21/+14
2026-05-17x86/shstk: Prevent deadlock during shstk sigreturnRick Edgecombe1-17/+29
2026-05-17x86: shadow stacks: proper error handling for mmap lockLinus Torvalds1-1/+2
2026-05-17KVM: nSVM: Add missing consistency check for nCR3 validityYosry Ahmed1-0/+4
2026-05-17KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CSYosry Ahmed2-0/+7
2026-05-17KVM: nSVM: Clear tracking of L1->L2 NMI and soft IRQ on nested #VMEXITYosry Ahmed1-2/+4
2026-05-17KVM: nSVM: Clear EVENTINJ fields in vmcb12 on nested #VMEXITYosry Ahmed1-2/+4
2026-05-17KVM: nSVM: Clear GIF on nested #VMEXIT(INVALID)Yosry Ahmed1-0/+1