public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-20 19:13:55 to 2025-11-21 16:26:35 UTC [more...]

[PATCH v2 0/9] Initial DMABUF support for iommufd
 2025-11-21 16:26 UTC  (11+ messages)
` [PATCH v2 1/9] vfio/pci: Add vfio_pci_dma_buf_iommufd_map()
` [PATCH v2 2/9] iommufd: Add DMABUF to iopt_pages
` [PATCH v2 3/9] iommufd: Do not map/unmap revoked DMABUFs
` [PATCH v2 4/9] iommufd: Allow a DMABUF to be revoked
` [PATCH v2 5/9] iommufd: Allow MMIO pages in a batch
` [PATCH v2 6/9] iommufd: Have pfn_reader process DMABUF iopt_pages
` [PATCH v2 7/9] iommufd: Have iopt_map_file_pages convert the fd to a file
` [PATCH v2 8/9] iommufd: Accept a DMABUF through IOMMU_IOAS_MAP_FILE
` [PATCH v2 9/9] iommufd/selftest: Add some tests for the dmabuf flow

[PATCH v2 00/22] vfio: Give VFIO_DEVICE_GET_REGION_INFO its own op
 2025-11-21 16:24 UTC  (2+ messages)

[PATCH v9 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-21 16:24 UTC  (7+ messages)
` [PATCH v9 10/11] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH v1 00/26] PCI/TSM: TDX Connect: SPDM Session and IDE Establishment
 2025-11-21 15:38 UTC  (10+ messages)
` [PATCH v1 08/26] x86/virt/tdx: Add tdx_enable_ext() to enable of TDX Module Extensions

[PATCH v6 0/1] KVM: Add support for the ERAPS feature
 2025-11-21 15:21 UTC  (6+ messages)
` [PATCH v6 1/1] x86: kvm: svm: set up ERAPS support for guests

[PATCH RFC v2 00/11] KVM: s390: Add VSIE SIGP Interpretation (vsie_sigpif)
 2025-11-21 15:10 UTC  (4+ messages)
` [PATCH RFC v2 07/11] KVM: s390: Shadow VSIE SCA in guest-1

[PATCH net-next v11 00/13] vsock: add namespace support to vhost-vsock and loopback
 2025-11-21 14:53 UTC  (23+ messages)
` [PATCH net-next v11 01/13] vsock: a per-net vsock NS mode state
` [PATCH net-next v11 02/13] vsock: add netns to vsock core
` [PATCH net-next v11 03/13] vsock: reject bad VSOCK_NET_MODE_LOCAL configuration for G2H
` [PATCH net-next v11 04/13] virtio: set skb owner of virtio_transport_reset_no_sock() reply
` [PATCH net-next v11 05/13] vsock: add netns support to virtio transports
` [PATCH net-next v11 06/13] selftests/vsock: add namespace helpers to vmtest.sh
` [PATCH net-next v11 07/13] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v11 08/13] selftests/vsock: add vm_dmesg_{warn,oops}_count() helpers
` [PATCH net-next v11 09/13] selftests/vsock: use ss to wait for listeners instead of /proc/net
` [PATCH net-next v11 10/13] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v11 11/13] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v11 12/13] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v11 13/13] selftests/vsock: add tests for namespace deletion and mode changes

[PATCH 0/9] Initial DMABUF support for iommufd
 2025-11-21 14:33 UTC  (8+ messages)
` [PATCH 2/9] iommufd: Add DMABUF to iopt_pages
` [PATCH 6/9] iommufd: Have pfn_reader process DMABUF iopt_pages

[PATCH v4 00/11] VMSCAPE optimization for BHI variant
 2025-11-21 14:27 UTC  (10+ messages)
` [PATCH v4 04/11] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v4 06/11] x86/vmscape: Move mitigation selection to a switch()
` [PATCH v4 07/11] x86/vmscape: Use write_ibpb() instead of indirect_branch_prediction_barrier()
` [PATCH v4 09/11] x86/vmscape: Deploy BHB clearing mitigation

[PATCH v4 00/49] KVM: arm64: Add LR overflow infrastructure (the final one, I swear!)
 2025-11-21 14:15 UTC  (2+ messages)

[PATCH v3 0/7] vfio/nvgrace-gpu: Support huge PFNMAP and wait for GPU ready post reset
 2025-11-21 14:11 UTC  (8+ messages)
` [PATCH v3 1/7] vfio/nvgrace-gpu: Use faults to map device memory
` [PATCH v3 2/7] vfio: export function to map the VMA
` [PATCH v3 3/7] vfio/nvgrace-gpu: Add support for huge pfnmap
` [PATCH v3 4/7] vfio: export vfio_find_cap_start
` [PATCH v3 5/7] vfio: move barmap to a separate function and export
` [PATCH v3 6/7] vfio/nvgrace-gpu: split the code to wait for GPU ready
` [PATCH v3 7/7] vfio/nvgrace-gpu: wait for the GPU mem to be ready

[PATCH v3] RISC-V: KVM: Fix guest page fault within HLV* instructions
 2025-11-21 13:35 UTC 

[PATCH RFC 0/3] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2025-11-21 13:01 UTC  (8+ messages)
` [PATCH 1/3] KVM: guest_memfd: Remove preparation tracking
` [PATCH 3/3] KVM: guest_memfd: GUP source pages prior to populating guest memory

[PATCH v2 00/15] Error message improvements
 2025-11-21 12:14 UTC  (16+ messages)
` [PATCH v2 01/15] error: Strip trailing '\n' from error string arguments (again)
` [PATCH v2 02/15] hw/usb: Convert to qemu_create() for a better error message
` [PATCH v2 03/15] ui: Convert to qemu_create() for simplicity and consistency
` [PATCH v2 04/15] tap-solaris: Use error_setg_file_open() for better error messages
` [PATCH v2 05/15] qga: "
` [PATCH v2 06/15] hw/scsi: Use error_setg_file_open() for a better error message
` [PATCH v2 07/15] hw/virtio: "
` [PATCH v2 08/15] net/tap: "
` [PATCH v2 09/15] blkdebug: "
` [PATCH v2 10/15] error: Use error_setg_file_open() for simplicity and consistency
` [PATCH v2 11/15] net/slirp: Improve file open error message
` [PATCH v2 12/15] error: Use error_setg_errno() to improve error messages
` [PATCH v2 13/15] error: Use error_setg_errno() for simplicity and consistency
` [PATCH v2 14/15] qga/commands-win32: Use error_setg_win32() for better error messages
` [PATCH v2 15/15] block/file-win32: Improve an error message

[RFC PATCH 0/4] mm, kvm: add guest_memfd support for uffd minor faults
 2025-11-21 11:59 UTC  (7+ messages)
` [RFC PATCH 2/4] userfaultfd, shmem: use a VMA callback to handle UFFDIO_CONTINUE
` [RFC PATCH 3/4] userfaultfd, guest_memfd: support userfault minor mode in guest_memfd

[PATCH 00/10] sched/kvm: Semantics-aware vCPU scheduling for oversubscribed KVM
 2025-11-21 11:46 UTC  (5+ messages)
` [PATCH 06/10] KVM: Fix last_boosted_vcpu index assignment bug

[PATCH v3 00/10] KVM: nVMX: Improve performance for unmanaged guest memory
 2025-11-21 11:11 UTC  (11+ messages)
` [PATCH v3 01/10] KVM: nVMX: Implement cache for L1 MSR bitmap
` [PATCH v3 02/10] KVM: pfncache: Restore guest-uses-pfn support
` [PATCH v3 03/10] KVM: x86: Add nested state validation for pfncache support
` [PATCH v3 04/10] KVM: nVMX: Implement cache for L1 APIC pages
` [PATCH v3 05/10] KVM: selftests: Add nested VMX APIC cache invalidation test
` [PATCH v3 06/10] KVM: nVMX: Cache evmcs fields to ensure consistency during VM-entry
` [PATCH v3 07/10] KVM: nVMX: Replace evmcs kvm_host_map with pfncache
` [PATCH v3 08/10] KVM: x86: Add nested context management
` [PATCH v3 09/10] KVM: nVMX: Use nested context for pfncache persistence
` [PATCH v3 10/10] KVM: selftests: Add L2 vcpu context switch test

[PATCH v2 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2025-11-21 10:21 UTC  (8+ messages)
` [PATCH v2 1/5] arm64/sysreg: Add HDBSS related register information
` [PATCH v2 2/5] KVM: arm64: Support set the DBM attr during memory abort
` [PATCH v2 3/5] KVM: arm64: Add support for FEAT_HDBSS
` [PATCH v2 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events
` [PATCH v2 5/5] KVM: arm64: Document HDBSS ioctl

[PATCH net-next v6 0/8] tun/tap & vhost-net: netdev queue flow control to avoid ptr_ring tail drop
 2025-11-21  9:22 UTC  (4+ messages)
` [syzbot ci] "

[PATCH 0/5] i386: Add support for CPUID 0x80000026 and Bus Lock Detect
 2025-11-21  8:34 UTC  (6+ messages)
` [PATCH 1/5] i386: Implement CPUID 0x80000026
` [PATCH 2/5] i386: Add CPU property x-force-cpuid-0x80000026
` [PATCH 3/5] i386: Enable CPUID 80000026 for EPYC-Genoa/Turin vCPU
` [PATCH 4/5] i386: Add Bus Lock Detect support
` [PATCH 5/5] i386: Add Bus Lock Detect support for EPYC-Turin-v2 model

[PATCH v2] KVM: SVM: Add Bus Lock Detect support
 2025-11-21  8:12 UTC 

[PATCH v6 0/5] Disable ATS via iommu during PCI resets
 2025-11-21  7:59 UTC  (5+ messages)
` [PATCH v6 4/5] iommu: Introduce pci_dev_reset_iommu_prepare/done()
` [PATCH v6 5/5] PCI: Suspend iommu function prior to resetting a device

[PATCH 00/14] Error message improvements
 2025-11-21  7:37 UTC  (26+ messages)
` [PATCH 02/14] hw/usb: Use error_setg_file_open() for a better error message
` [PATCH 03/14] tap-solaris: Use error_setg_file_open() for better error messages
` [PATCH 04/14] qga: "
` [PATCH 05/14] hw/scsi: Use error_setg_file_open() for a better error message
` [PATCH 06/14] hw/virtio: "
` [PATCH 07/14] net/tap: "
` [PATCH 08/14] blkdebug: "
` [PATCH 09/14] error: Use error_setg_file_open() for simplicity and consistency
` [PATCH 11/14] error: Use error_setg_errno() to improve error messages
` [PATCH 12/14] error: Use error_setg_errno() for simplicity and consistency
` [PATCH 13/14] qga/commands-win32: Use error_setg_win32() for better error messages
` [PATCH 14/14] block/file-win32: Improve an error message

[PATCH v5 00/28] vfio/xe: Add driver variant for Xe VF migration
 2025-11-21  7:19 UTC  (9+ messages)
` [PATCH v5 28/28] vfio/xe: Add device specific vfio_pci driver variant for Intel graphics

[PATCH 0/6] vfio: Reset migration device state using dedicated callback
 2025-11-21  7:13 UTC  (3+ messages)
` [PATCH 1/6] vfio: Introduce .migration_reset_state() callback

[PATCH v2 0/4] KVM: x86: Cleanup #MC and XCR0/XSS/PKRU handling
 2025-11-21  6:09 UTC  (3+ messages)
` [PATCH v2 2/4] KVM: VMX: Handle #MCs on VM-Enter/TD-Enter outside of the fastpath

[kvm-unit-tests PATCH v4 0/8] x86/pmu: Fix test errors on GNR/SRF/CWF
 2025-11-21  3:32 UTC  (10+ messages)
` [kvm-unit-tests PATCH v4 1/8] x86/pmu: Add helper to detect Intel overcount issues
` [kvm-unit-tests PATCH v4 2/8] x86/pmu: Relax precise count validation for Intel overcounted platforms
` [kvm-unit-tests PATCH v4 3/8] x86/pmu: Fix incorrect masking of fixed counters
` [kvm-unit-tests PATCH v4 4/8] x86/pmu: Handle instruction overcount issue in overflow test
` [kvm-unit-tests PATCH v4 5/8] x86/pmu: Relax precise count check for emulated instructions tests
` [kvm-unit-tests PATCH v4 6/8] x86/pmu: Expand "llc references" upper limit for broader compatibility
` [kvm-unit-tests PATCH v4 7/8] x86: pmu_pebs: Remove abundant data_cfg_match calculation
` [kvm-unit-tests PATCH v4 8/8] x86: pmu_pebs: Support to validate timed PEBS record on GNR/SRF

[kvm-unit-tests patch v3 0/8] Fix pmu test errors on GNR/SRF/CWF
 2025-11-21  1:25 UTC  (11+ messages)
` [kvm-unit-tests patch v3 1/8] x86/pmu: Add helper to detect Intel overcount issues
` [kvm-unit-tests patch v3 3/8] x86/pmu: Fix incorrect masking of fixed counters
` [kvm-unit-tests patch v3 5/8] x86/pmu: Relax precise count check for emulated instructions tests

[PATCH v4 00/16] TDX: Enable Dynamic PAMT
 2025-11-21  0:51 UTC  (17+ messages)
` [PATCH v4 01/16] x86/tdx: Move all TDX error defines into <asm/shared/tdx_errno.h>
` [PATCH v4 02/16] x86/tdx: Add helpers to check return status codes
` [PATCH v4 03/16] x86/virt/tdx: Simplify tdmr_get_pamt_sz()
` [PATCH v4 04/16] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [PATCH v4 05/16] x86/virt/tdx: Allocate reference counters for PAMT memory
` [PATCH v4 06/16] x86/virt/tdx: Improve PAMT refcounts allocation for sparse memory
` [PATCH v4 07/16] x86/virt/tdx: Add tdx_alloc/free_page() helpers
` [PATCH v4 08/16] x86/virt/tdx: Optimize "
` [PATCH v4 09/16] KVM: TDX: Allocate PAMT memory for TD control structures
` [PATCH v4 10/16] KVM: TDX: Allocate PAMT memory for vCPU "
` [PATCH v4 11/16] KVM: TDX: Add x86 ops for external spt cache
` [PATCH v4 12/16] x86/virt/tdx: Add helpers to allow for pre-allocating pages
` [PATCH v4 13/16] KVM: TDX: Handle PAMT allocation in fault path
` [PATCH v4 14/16] KVM: TDX: Reclaim PAMT memory
` [PATCH v4 15/16] x86/virt/tdx: Enable Dynamic PAMT
` [PATCH v4 16/16] Documentation/x86: Add documentation for TDX's "

[PATCH v2 00/23] Extend test coverage for nested SVM
 2025-11-21  0:30 UTC  (30+ messages)
` [PATCH v2 01/23] KVM: selftests: Minor improvements to asserts in test_vmx_nested_state()
` [PATCH v2 02/23] KVM: selftests: Extend vmx_set_nested_state_test to cover SVM
` [PATCH v2 03/23] KVM: selftests: Extend vmx_close_while_nested_test "
` [PATCH v2 04/23] KVM: selftests: Extend vmx_nested_tsc_scaling_test "
` [PATCH v2 05/23] KVM: selftests: Move nested invalid CR3 check to its own test
` [PATCH v2 12/23] KVM: selftests: Parameterize the PTE bitmasks for virt mapping functions
` [PATCH v2 18/23] KVM: selftests: Generalize nested "

[PATCH net-next v10 00/11] vsock: add namespace support to vhost-vsock and loopback
 2025-11-20 23:36 UTC  (4+ messages)
` [PATCH net-next v10 10/11] selftests/vsock: add tests for host <-> vm connectivity with namespaces

[PATCH v2 08/10] KVM: x86: Add nested context management
 2025-11-20 21:35 UTC  (2+ messages)


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