summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
4 daysKVM: SVM: Fix page overflow in sev_dbg_crypt() for ENCRYPT pathAshutosh Desai1-0/+1
4 daysKVM: x86: hyper-v: Bound the bank index when querying sparse banksHyunwoo Kim1-0/+5
4 daysKVM: SEV: Unmap and unpin the GHCB as needed on vCPU freeSean Christopherson1-10/+16
4 daysKVM: SEV: Move sev_free_vcpu() down below sev_es_unmap_ghcb()Sean Christopherson1-31/+31
4 daysKVM: SEV: Ignore Port I/O requests of length '0'Sean Christopherson1-0/+8
4 daysKVM: SEV: Reject MMIO requests larger than 8 bytes with GHCB v2+Sean Christopherson1-0/+14
4 daysKVM: SEV: Ignore MMIO requests of length '0'Sean Christopherson1-0/+6
4 daysKVM: x86/mmu: Ensure hugepage is in by slot before checking max mapping levelSean Christopherson1-6/+12
4 daysKVM: x86: Fix shadow paging use-after-free due to unexpected rolePaolo Bonzini1-4/+6
2026-06-19KVM: SEV: Decouple the need to sync the GHCB SA from the need to free the SASean Christopherson1-13/+14
2026-06-19rust: kasan/kbuild: fix rustc-option when cross-compilingAlice Ryhl2-0/+12
2026-06-19KVM: VMX: Update SVI during runtime APICv activationDongli Zhang2-9/+7
2026-06-09x86/ftrace: Relocate %rip-relative percpu refs in dynamic trampolinesAlexis Lothoré (eBPF Foundation)1-0/+7
2026-06-09x86/alternatives: Rename 'apply_relocation()' to 'text_poke_apply_relocation()'Ingo Molnar3-7/+7
2026-06-09ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+1
2026-06-09x86/kexec: Disable KCOV instrumentation after load_segments()Aleksandr Nogikh2-0/+16
2026-06-09x86/boot: Disable stack protector for early boot codeBrian Gerst1-0/+2
2026-06-09KVM: SEV: Don't explicitly pass PSC buffer to snp_begin_psc()Sean Christopherson1-5/+6
2026-06-09KVM: SEV: Use READ_ONCE() when reading entries/indices from PSC bufferSean Christopherson1-6/+6
2026-06-09KVM: SEV: Check PSC request indices against the actual size of the bufferSean Christopherson1-2/+15
2026-06-09KVM: SEV: Compute the correct max length of the in-GHCB scratch areaSean Christopherson1-9/+10
2026-06-09KVM: SEV: WARN if KVM attempts to setup scratch area with min_len==0Sean Christopherson1-0/+3
2026-06-09KVM: SEV: Use the size of the PSC header as the minimum size for PSC requestsSean Christopherson1-1/+1
2026-06-09KVM: SEV: Require in-GHCB scratch area if GHCB v2+ is in useMichael Roth1-0/+4
2026-06-09KVM: SVM: Flush the current TLB when transitioning from xAVIC => x2AVICSean Christopherson1-6/+29
2026-06-01x86/xen: Fix xen_e820_swap_entry_with_ram()Juergen Gross1-1/+1
2026-06-01x86/fgraph: Fix return_to_handler regs.rsp valueJiri Olsa1-1/+4
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-23Revert "ACPI: CPPC: Adjust debug messages in amd_set_max_freq_ratio() to warn"Mario Limonciello1-3/+3
2026-05-23x86/um: fix vDSO installationThomas Weißschuh2-2/+2
2026-05-23x86/um/vdso: Drop VDSO64-y from MakefileThomas Weißschuh1-5/+2
2026-05-23fdget(), trivial conversionsAl Viro2-33/+16
2026-05-14x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's op cachePrathyushi Nangia2-1/+5
2026-05-14KVM: x86: check for nEPT/nNPT in slow flush hypercallsPaolo Bonzini1-1/+1
2026-05-14KVM: SVM: check validity of VMCB controls when returning from SMMPaolo Bonzini3-2/+15
2026-05-14KVM: x86: Fix shadow paging use-after-free due to unexpected GFNSean Christopherson1-21/+14
2026-05-14x86/shstk: Prevent deadlock during shstk sigreturnRick Edgecombe1-17/+29
2026-05-14x86: shadow stacks: proper error handling for mmap lockLinus Torvalds1-1/+2
2026-05-07x86/cpu: Disable FRED when PTI is forced onDave Hansen1-0/+5
2026-05-07KVM: nSVM: Always intercept VMMCALL when L2 is activeSean Christopherson2-11/+0
2026-05-07KVM: nSVM: Raise #UD if unhandled VMMCALL isn't intercepted by L1Kevin Cheng4-12/+30
2026-05-07KVM: nSVM: Add missing consistency check for nCR3 validityYosry Ahmed1-0/+4
2026-05-07KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CSYosry Ahmed2-0/+7
2026-05-07KVM: nSVM: Clear tracking of L1->L2 NMI and soft IRQ on nested #VMEXITYosry Ahmed1-2/+4
2026-05-07KVM: nSVM: Clear EVENTINJ fields in vmcb12 on nested #VMEXITYosry Ahmed1-2/+4
2026-05-07KVM: nSVM: Clear GIF on nested #VMEXIT(INVALID)Yosry Ahmed1-0/+1
2026-05-07KVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUNYosry Ahmed1-4/+1
2026-05-07KVM: nSVM: Use vcpu->arch.cr2 when updating vmcb12 on nested #VMEXITYosry Ahmed1-1/+1
2026-05-07KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to guest modeYosry Ahmed1-0/+3