summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
42 hoursMerge commit 'kvm-psc-for-7.1' into HEADPaolo Bonzini
42 hoursKVM: SEV: Use READ_ONCE() when reading entries/indices from PSC bufferSean Christopherson
42 hoursKVM: SEV: Check PSC request indices against the actual size of the bufferSean Christopherson
42 hoursKVM: SEV: Don't explicitly pass PSC buffer to snp_begin_psc()Sean Christopherson
42 hoursKVM: SEV: WARN if KVM attempts to setup scratch area with min_len==0Sean Christopherson
42 hoursKVM: SEV: Compute the correct max length of the in-GHCB scratch areaSean Christopherson
42 hoursKVM: SEV: Use the size of the PSC header as the minimum size for PSC requestsSean Christopherson
42 hoursKVM: SEV: Ignore Port I/O requests of length '0'Sean Christopherson
42 hoursKVM: SEV: Reject MMIO requests larger than 8 bytes with GHCB v2+Sean Christopherson
42 hoursKVM: SEV: Ignore MMIO requests of length '0'Sean Christopherson
42 hoursKVM: SEV: Require in-GHCB scratch area if GHCB v2+ is in useMichael Roth
43 hoursMerge tag 'kvm-x86-fixes-7.1-rc6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
7 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
8 daysKVM: SVM: Disable AVIC IPI virtualization on Hygon Family 18h (erratum #1235)Tina Zhang
8 daysKVM: x86: Return the VM's configured APIC bus frequency when queriedSean Christopherson
10 daysKVM: SVM: Flush the current TLB when transitioning from xAVIC => x2AVICSean Christopherson
10 daysKVM: x86: Fix ERAPS RAP clear on INVPCID single-context invalidationEmily Ehlert
12 daysx86/kvm/vmx: Move IRQ/NMI dispatch from KVM into x86 corePeter Zijlstra
2026-05-13KVM: x86: Rate-limit global clock updates on vCPU loadLei Chen
2026-05-13KVM: VMX: introduce module parameter to disable CETPaolo Bonzini
2026-05-12KVM: x86: Swap the dst and src operand for MOVNTDQASean Christopherson
2026-05-12KVM: x86: use again the flush argument of __link_shadow_page()Paolo Bonzini
2026-05-12KVM: nSVM: Never use L0's PAUSE loop exiting while L2 is runningSean Christopherson
2026-05-12KVM: x86: Fix Xen hypercall tracepoint argument assignmentQiang Ma
2026-05-03KVM: x86: Fix shadow paging use-after-free due to unexpected GFNSean Christopherson
2026-05-03KVM: x86: Fix misleading variable names and add more comments for PIR=>IRR flowSean Christopherson
2026-05-03KVM: x86: Do IRR scan in __kvm_apic_update_irr even if PIR is emptyPaolo Bonzini
2026-05-03KVM: x86: check for nEPT/nNPT in slow flush hypercallsPaolo Bonzini
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-14Merge tag 'x86_tdx_for_7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-13KVM: x86: use inlines instead of macros for is_sev_*guestPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-svm-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-vmxon-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-nested-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-mmu-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-vmx-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-mmio-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-misc-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-09KVM: SEV: Goto an existing error label if charging misc_cg for an ASID failsSean Christopherson
2026-04-09KVM: SVM: Move lock-protected allocation of SEV ASID into a separate helperCarlos López
2026-04-09KVM: SEV: use mutex guard in snp_handle_guest_req()Carlos López
2026-04-09KVM: SEV: use mutex guard in sev_mem_enc_unregister_region()Carlos López
2026-04-09KVM: SEV: use mutex guard in sev_mem_enc_ioctl()Carlos López
2026-04-09KVM: SEV: use mutex guard in snp_launch_update()Carlos López
2026-04-09KVM: SEV: Assert that kvm->lock is held when querying SEV+ supportSean Christopherson
2026-04-09KVM: SEV: Document that checking for SEV+ guests when reclaiming memory is "s...Sean Christopherson
2026-04-09KVM: SEV: Hide "struct kvm_sev_info" behind CONFIG_KVM_AMD_SEV=ySean Christopherson
2026-04-09KVM: SEV: WARN on unhandled VM type when initializing VMSean Christopherson
2026-04-08KVM: SEV: Move SEV-specific VM initialization to sev.cSean Christopherson