public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-23 14:57:49 to 2025-09-25 13:10:20 UTC [more...]

[GIT PULL] virtio,vhost: last minute fixes
 2025-09-25 13:10 UTC 

[PATCH 03/11] iommu: Compute iommu_groups properly for PCIe switches
 2025-09-25 12:20 UTC  (13+ messages)

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-09-25 11:55 UTC  (8+ messages)
` [PATCH kvm-next V11 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes

[PATCH v2 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-09-25 11:53 UTC  (11+ messages)
` [PATCH v2 03/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation

[PATCH 0/2] KVM: arm64: selftests: Cover ID_AA64ISAR3_EL1 in set_id_regs
 2025-09-25 11:12 UTC  (4+ messages)

[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
 2025-09-25 11:02 UTC  (19+ messages)
` [PATCH v7 01/12] arch: export set_direct_map_valid_noflush to KVM module
` [PATCH v7 02/12] x86/tlb: export flush_tlb_kernel_range "
` [PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
  ` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
    ` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
    ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing
    ` [PATCH v7 07/12] KVM: selftests: load elf via bounce buffer
    ` [PATCH v7 08/12] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
    ` [PATCH v7 09/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
    ` [PATCH v7 10/12] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
    ` [PATCH v7 11/12] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
    ` [PATCH v7 12/12] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH v4 00/10] Error recovery for vfio-pci devices on s390x
 2025-09-25 10:54 UTC  (13+ messages)
` [PATCH v4 01/10] PCI: Avoid saving error values for config space
` [PATCH v4 02/10] PCI: Add additional checks for flr reset
` [PATCH v4 03/10] PCI: Allow per function PCI slots
` [PATCH v4 04/10] s390/pci: Add architecture specific resource/bus address translation
` [PATCH v4 05/10] s390/pci: Restore IRQ unconditionally for the zPCI device
` [PATCH v4 06/10] s390/pci: Update the logic for detecting passthrough device
` [PATCH v4 07/10] s390/pci: Store PCI error information for passthrough devices
` [PATCH v4 08/10] vfio-pci/zdev: Add a device feature for error information
` [PATCH v4 09/10] vfio: Add a reset_done callback for vfio-pci driver
` [PATCH v4 10/10] vfio: Remove the pcie check for VFIO_PCI_ERR_IRQ_INDEX

[PATCH v3] KVM: selftests: Test TPR / CR8 sync and interrupt masking
 2025-09-25 10:43 UTC  (2+ messages)

[PATCH v2 0/9] target/i386: SEV: Add support for enabling VMSA SEV features
 2025-09-25 10:17 UTC  (10+ messages)
` [PATCH v2 1/9] target/i386: SEV: Generalize handling of SVM_SEV_FEAT_SNP_ACTIVE
` [PATCH v2 2/9] target/i386: SEV: Ensure SEV features are only set through qemu cli or IGVM
` [PATCH v2 3/9] target/i386: SEV: Consolidate SEV feature validation to common init path
` [PATCH v2 4/9] target/i386: SEV: Validate that SEV-ES is enabled when VMSA features are used
` [PATCH v2 5/9] target/i386: SEV: Enable use of KVM_SEV_INIT2 for SEV-ES guests
` [PATCH v2 6/9] target/i386: SEV: Add support for enabling debug-swap SEV feature
` [PATCH v2 7/9] target/i386: SEV: Add support for enabling Secure TSC "
` [PATCH v2 8/9] target/i386: SEV: Add support for setting TSC frequency for Secure TSC
` [PATCH v2 9/9] target/i386: SEV: Refactor check_sev_features()

[PATCH v3 0/5] KVM: SVM: Add Page Modification Logging (PML) support
 2025-09-25 10:10 UTC  (6+ messages)
` [PATCH v3 1/5] KVM: x86: Carve out PML flush routine
` [PATCH v3 2/5] KVM: x86: Move PML page to common vcpu arch structure
` [PATCH v3 3/5] x86/cpufeatures: Add Page modification logging
` [PATCH v3 4/5] KVM: SVM: Use BIT_ULL for 64-bit nested_ctl bit definitions
` [PATCH v3 5/5] KVM: SVM: Add Page modification logging support

[PATCH] kvm, selftests: ioctl to handle MSIs injected from userspace as software-bypassing vLPIs
 2025-09-25  9:25 UTC  (2+ messages)

Should QEMU (accel=kvm) kvm-clock/guest_tsc stop counting during downtime blackout?
 2025-09-25  8:44 UTC  (10+ messages)

[GIT PULL] KVM/riscv changes for 6.18
 2025-09-25  7:00 UTC 

[PATCH net] vhost: vringh: Fix copy_to_iter return value check
 2025-09-25  6:04 UTC 

[RFC PATCH v2 00/17] AMD: Add Secure AVIC KVM Support
 2025-09-25  5:16 UTC  (20+ messages)
` [RFC PATCH v2 05/17] KVM: SVM: Do not intercept SECURE_AVIC_CONTROL MSR for SAVIC guests
` [RFC PATCH v2 08/17] KVM: SVM: Do not inject exception for Secure AVIC
` [RFC PATCH v2 09/17] KVM: SVM: Do not intercept exceptions for Secure AVIC guests
` [RFC PATCH v2 10/17] KVM: SVM: Set VGIF in VMSA area "
` [RFC PATCH v2 11/17] KVM: SVM: Enable NMI support "
` [RFC PATCH v2 12/17] KVM: SVM: Add VMGEXIT handler for Secure AVIC backing page
` [RFC PATCH v2 13/17] KVM: SVM: Add IOAPIC EOI support for Secure AVIC guests
` [RFC PATCH v2 14/17] KVM: x86/ioapic: Disable RTC EOI tracking for protected APIC guests
` [RFC PATCH v2 15/17] KVM: SVM: Check injected timers for Secure AVIC guests

[PATCH 0/2] VMSCAPE optimization for BHI variant
 2025-09-25  3:09 UTC  (3+ messages)
` [PATCH 1/2] x86/bhi: Add BHB clearing for CPUs with larger branch history
` [PATCH 2/2] x86/vmscape: Replace IBPB with branch history clear on exit to userspace

[PATCH v3 0/2] Support for SEV-ES guest shadow stack
 2025-09-24 23:02 UTC  (4+ messages)
` [PATCH v3 1/2] x86/boot: Move boot_*msr helpers to asm/shared/msr.h
` [PATCH v3 2/2] x86/sev-es: Include XSS value in GHCB CPUID request

Co-stop
 2025-09-24 19:04 UTC  (2+ messages)

[PATCH v2 1/1] KVM: TDX: Fix uninitialized error code for __tdx_bringup()
 2025-09-24 18:07 UTC  (2+ messages)

[PATCH v4 0/7] KVM: SVM: Enable AVIC for Zen4+ (if x2AVIC)
 2025-09-24 18:07 UTC  (2+ messages)

[PATCH v3 0/2] KVM: SVM: Fix a bug where TSC_AUX can get clobbered
 2025-09-24 18:07 UTC  (4+ messages)
` [PATCH v3 1/2] KVM: x86: Add helper to retrieve current value of user return MSR
` [PATCH v3 2/2] KVM: SVM: Re-load current, not host, TSC_AUX on #VMEXIT from SEV-ES guest

[PATCH v2] KVM: SEV: Reject non-positive effective lengths during LAUNCH_UPDATE
 2025-09-24 18:07 UTC  (2+ messages)

[PATCH v16 00/51] KVM: x86: Super Mega CET
 2025-09-24 18:07 UTC  (29+ messages)
` [PATCH v16 18/51] KVM: x86: Don't emulate instructions affected by CET features
` [PATCH v16 27/51] KVM: x86: Disable support for IBT and SHSTK if allow_smaller_maxphyaddr is true
` [PATCH v16 28/51] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v16 29/51] KVM: VMX: Configure nested capabilities after CPU capabilities
` [PATCH v16 34/51] KVM: nVMX: Advertise new VM-Entry/Exit control bits for CET state
` [PATCH v16 45/51] KVM: selftests: Add an MSR test to exercise guest/host and read/write
` [PATCH v16 49/51] KVM: selftests: Add coverate for KVM-defined registers in MSRs test
` [PATCH v16 50/51] KVM: selftests: Verify MSRs are (not) in save/restore list when (un)supported

[PATCH v4 0/5] KVM: selftests: PMU fixes for GNR/SRF/CWF
 2025-09-24 18:07 UTC  (2+ messages)

[PATCH 00/13] KVM: arm64: selftests: Run selftests in VHE EL2
 2025-09-24 18:37 UTC  (2+ messages)

[PATCH] KVM: x86: Don't treat ENTER and LEAVE as branches, because they aren't
 2025-09-24 18:30 UTC  (3+ messages)

[PATCH] selftests/kvm: remove stale TODO in xapic_state_test
 2025-09-24 18:07 UTC  (2+ messages)

[PATCH] KVM: x86: Fix hypercalls docs section number order
 2025-09-24 18:07 UTC  (2+ messages)

[PATCH v3] KVM: selftests: Test prefault memory during concurrent memslot removal
 2025-09-24 17:42 UTC 

[PATCH v2 0/3] KVM: Fix deadlock for invalid memslots
 2025-09-24 17:09 UTC  (6+ messages)
` [PATCH v2 3/3] KVM: selftests: Test prefault memory during concurrent memslot removal

[RFC PATCH 0/7] vfio: Add alias region uapi for device feature
 2025-09-24 16:15 UTC  (9+ messages)
` [RFC PATCH 1/7] vfio/pci: refactor region dereferences for RCU
` [RFC PATCH 2/7] vfio_pci_core: split krealloc to allow use RCU & return index
` [RFC PATCH 3/7] vfio/pci: add RCU locking for regions access
` [RFC PATCH 4/7] vfio: add FEATURE_ALIAS_REGION uapi
` [RFC PATCH 5/7] vfio_pci_core: allow regions with no release op
` [RFC PATCH 6/7] vfio-pci: add alias_region mmap ops
` [RFC PATCH 7/7] vfio-pci-core: implement FEATURE_ALIAS_REGION uapi

[PATCH v1] KVM: nVMX: Use vcpu instead of vmx->vcpu when vcpu is available
 2025-09-24 14:54 UTC 

AMD SNP guest kdump broken since linuxnext-20250908
 2025-09-24 14:45 UTC  (5+ messages)

[PATCH kvmtool v4 0/7] arm64: Nested virtualization support
 2025-09-24 13:45 UTC  (8+ messages)
` [PATCH kvmtool v4 1/7] Sync kernel UAPI headers with v6.16
` [PATCH kvmtool v4 2/7] arm64: Initial nested virt support
` [PATCH kvmtool v4 3/7] arm64: nested: Add support for setting maintenance IRQ
` [PATCH kvmtool v4 4/7] arm64: Add counter offset control
` [PATCH kvmtool v4 5/7] arm64: Add FEAT_E2H0 support
` [PATCH kvmtool v4 6/7] arm64: Generate HYP timer interrupt specifiers
` [PATCH kvmtool v4 7/7] arm64: Handle virtio endianness reset when running nested

[PATCH 0/8] target/i386: SEV: Add support for enabling VMSA SEV features
 2025-09-24 13:29 UTC  (8+ messages)
` [PATCH 6/8] target/i386: SEV: Enable use of KVM_SEV_INIT2 for SEV-ES guests
` [PATCH 8/8] target/i386: SEV: Add support for setting TSC frequency for Secure TSC

[RFC PATCH v2 00/18] iommu/riscv: Add irqbypass support
 2025-09-24 13:31 UTC  (18+ messages)
` [RFC PATCH v2 03/18] iommu/riscv: Use data structure instead of individual values
` [RFC PATCH v2 08/18] iommu/riscv: Use MSI table to enable IMSIC access

[PATCH] KVM: s390: Fix to clear PTE when discarding a swapped page
 2025-09-24 12:31 UTC  (3+ messages)

[PATCH net-next v5 0/8] TUN/TAP & vhost_net: netdev queue flow control to avoid ptr_ring tail drop
 2025-09-24  9:00 UTC  (25+ messages)
` [PATCH net-next v5 3/8] TUN, TAP & vhost_net: Stop netdev queue before reaching a full ptr_ring
` [PATCH net-next v5 4/8] TUN & TAP: Wake netdev queue after consuming an entry
` [PATCH net-next v5 5/8] TUN & TAP: Provide ptr_ring_consume_batched wrappers for vhost_net

[PATCH v3 00/16] TDX: Enable Dynamic PAMT
 2025-09-24  8:57 UTC  (10+ messages)
` [PATCH v3 06/16] x86/virt/tdx: Improve PAMT refcounters allocation for sparse memory
` [PATCH v3 08/16] x86/virt/tdx: Optimize tdx_alloc/free_page() helpers
` [PATCH v3 11/16] KVM: TDX: Add x86 ops for external spt cache

[GIT PULL] LoongArch KVM changes for v6.18
 2025-09-24  8:13 UTC 

[PATCH v2 0/4] KVM: SVM: Add Page Modification Logging (PML) support
 2025-09-24  6:26 UTC  (5+ messages)
` [PATCH v2 4/4] KVM: SVM: Add Page modification logging support

[RFC PATCH v3 1/1] vfio/pci: add PCIe TPH device ioctl
 2025-09-24  5:56 UTC  (3+ messages)

[PATCH v10 00/43] arm64: Support for Arm CCA in KVM
 2025-09-24  2:34 UTC  (2+ messages)

[PATCH] vhost: vringh: Fix copy_to_iter return value check
 2025-09-24  0:54 UTC  (2+ messages)

Thematic Funds Letter Of Intent
 2025-09-23 23:53 UTC 

[PATCH 0/3] Fix a lost async pagefault notification when the guest is using SMM
 2025-09-23 23:14 UTC  (7+ messages)
` [PATCH 2/3] KVM: x86: Fix a semi theoretical bug in kvm_arch_async_page_present_queued

[PATCH v3 00/11] Fix incorrect iommu_groups with PCIe ACS
 2025-09-23 22:23 UTC  (6+ messages)

[PATCH kvmtool v3 0/6] arm64: Nested virtualization support
 2025-09-23 18:16 UTC  (5+ messages)
` [PATCH kvmtool v3 6/6] arm64: Generate HYP timer interrupt specifiers

[PATCH v3] vfio/pci: Fix INTx handling on legacy non-PCI 2.3 devices
 2025-09-23 17:04 UTC  (3+ messages)

[PATCH v4] vfio/pci: Fix INTx handling on legacy non-PCI 2.3 devices
 2025-09-23 17:04 UTC 

[PATCH v2 0/2] KVM: SVM: Fix a bug where TSC_AUX can get clobbered
 2025-09-23 16:14 UTC  (4+ messages)
` [PATCH v2 2/2] KVM: SVM: Re-load current, not host, TSC_AUX on #VMEXIT from SEV-ES guest


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox