messages from 2025-11-26 10:12:16 to 2025-11-27 07:47:45 UTC [more...]
[PATCH net-next v12 00/12] vsock: add namespace support to vhost-vsock and loopback
2025-11-27 7:47 UTC (3+ messages)
` [PATCH net-next v12 01/12] vsock: a per-net vsock NS mode state
` [PATCH net-next v12 02/12] vsock: add netns to vsock core
[PATCH v4 00/16] TDX: Enable Dynamic PAMT
2025-11-27 7:36 UTC (36+ 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 04/16] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [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 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 16/16] Documentation/x86: Add documentation for TDX's Dynamic PAMT
[PATCH v4 00/21] paravirt: cleanup and reorg
2025-11-27 7:08 UTC (4+ messages)
` [PATCH v4 06/21] sched: Move clock related paravirt code to kernel/sched
` [PATCH v4 12/21] x86/paravirt: Move paravirt_sched_clock() related code into tsc.c
` [PATCH v4 21/21] x86/pvlocks: Move paravirt spinlock functions into own header
[PATCH v2 0/5] KVM: arm64: Add support for FEAT_IDST
2025-11-27 6:43 UTC (14+ messages)
` [PATCH v2 1/5] KVM: arm64: Add routing/handling for GMID_EL1
` [PATCH v2 2/5] KVM: arm64: Force trap of GMID_EL1 when the guest doesn't have MTE
` [PATCH v2 3/5] KVM: arm64: Add a generic synchronous exception injection primitive
` [PATCH v2 4/5] KVM: arm64: Report optional ID register traps with a 0x18 syndrome
` [PATCH v2 5/5] KVM: arm64: selftests: Add a test for FEAT_IDST
[PATCH v6 0/3] virtio: feature related cleanups
2025-11-27 6:40 UTC (4+ messages)
` [PATCH v6 1/3] virtio: clean up features qword/dword terms
` [PATCH v6 2/3] vhost/test: add test specific macro for features
` [PATCH v6 3/3] vhost: switch to arrays of feature bits
[PATCH net-next] vhost: use "checked" versions of get_user() and put_user()
2025-11-27 6:32 UTC (18+ messages)
[PATCH v8 0/6] vfio/nvgrace-gpu: Support huge PFNMAP and wait for GPU ready post reset
2025-11-27 2:39 UTC (9+ messages)
` [PATCH v8 1/6] vfio: refactor vfio_pci_mmap_huge_fault function
` [PATCH v8 2/6] vfio/nvgrace-gpu: Add support for huge pfnmap
` [PATCH v8 3/6] vfio: use vfio_pci_core_setup_barmap to map bar in mmap
` [PATCH v8 4/6] vfio/nvgrace-gpu: split the code to wait for GPU ready
` [PATCH v8 5/6] vfio/nvgrace-gpu: Inform devmem unmapped after reset
` [PATCH v8 6/6] vfio/nvgrace-gpu: wait for the GPU mem to be ready
[PATCH 0/2] x86/split_lock: Fix and enhancement for TDX guest
2025-11-27 2:00 UTC (7+ messages)
` [PATCH 1/2] x86/split_lock: Don't try to handle user split lock in "
` [PATCH 2/2] x86/split_lock: Describe #AC handling in TDX guest kernel log
[PATCH v3 00/16] Add Nested NPT support in selftests
2025-11-27 1:34 UTC (17+ messages)
` [PATCH v3 01/16] KVM: selftests: Make __vm_get_page_table_entry() static
` [PATCH v3 02/16] KVM: selftests: Stop passing a memslot to nested_map_memslot()
` [PATCH v3 03/16] KVM: selftests: Rename nested TDP mapping functions
` [PATCH v3 04/16] KVM: selftests: Kill eptPageTablePointer
` [PATCH v3 05/16] KVM: selftests: Stop setting AD bits on nested EPTs on creation
` [PATCH v3 06/16] KVM: selftests: Introduce struct kvm_mmu
` [PATCH v3 07/16] KVM: selftests: Move PTE bitmasks to kvm_mmu
` [PATCH v3 08/16] KVM: selftests: Use a nested MMU to share nested EPTs between vCPUs
` [PATCH v3 09/16] KVM: selftests: Stop passing VMX metadata to TDP mapping functions
` [PATCH v3 10/16] KVM: selftests: Reuse virt mapping functions for nested EPTs
` [PATCH v3 11/16] KVM: selftests: Move TDP mapping functions outside of vmx.c
` [PATCH v3 12/16] KVM: selftests: Allow kvm_cpu_has_ept() to be called on AMD CPUs
` [PATCH v3 13/16] KVM: selftests: Add support for nested NPTs
` [PATCH v3 14/16] KVM: selftests: Set the user bit on nested NPT PTEs
` [PATCH v3 15/16] KVM: selftests: Extend vmx_dirty_log_test to cover SVM
` [PATCH v3 16/16] KVM: selftests: Extend memstress to run on nested SVM
[PATCH v5 0/9] VMSCAPE optimization for BHI variant
2025-11-27 1:04 UTC (11+ messages)
` [PATCH v5 1/9] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()
` [PATCH v5 2/9] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v5 3/9] x86/vmscape: Rename x86_ibpb_exit_to_user to x86_predictor_flush_exit_to_user
` [PATCH v5 4/9] x86/vmscape: Move mitigation selection to a switch()
` [PATCH v5 5/9] x86/vmscape: Use write_ibpb() instead of indirect_branch_prediction_barrier()
` [PATCH v5 6/9] x86/vmscape: Use static_call() for predictor flush
` [PATCH v5 7/9] x86/vmscape: Deploy BHB clearing mitigation
` [PATCH v5 8/9] x86/vmscape: Fix conflicting attack-vector controls with =force
` [PATCH v5 9/9] x86/vmscape: Add cmdline vmscape=on to override attack vector controls
[PATCH] KVM: coalesced_mmio: Fix out-of-bounds write in coalesced_mmio_write()
2025-11-27 0:11 UTC
[PATCH v4 00/18] vfio: selftests: Support for multi-device tests
2025-11-26 23:17 UTC (19+ messages)
` [PATCH v4 01/18] vfio: selftests: Move run.sh into scripts directory
` [PATCH v4 02/18] vfio: selftests: Split run.sh into separate scripts
` [PATCH v4 03/18] vfio: selftests: Allow passing multiple BDFs on the command line
` [PATCH v4 04/18] vfio: selftests: Rename struct vfio_iommu_mode to iommu_mode
` [PATCH v4 05/18] vfio: selftests: Introduce struct iommu
` [PATCH v4 06/18] vfio: selftests: Support multiple devices in the same container/iommufd
` [PATCH v4 07/18] vfio: selftests: Eliminate overly chatty logging
` [PATCH v4 08/18] vfio: selftests: Prefix logs with device BDF where relevant
` [PATCH v4 09/18] vfio: selftests: Upgrade driver logging to dev_err()
` [PATCH v4 10/18] vfio: selftests: Rename struct vfio_dma_region to dma_region
` [PATCH v4 11/18] vfio: selftests: Move IOMMU library code into iommu.c
` [PATCH v4 12/18] vfio: selftests: Move IOVA allocator into iova_allocator.c
` [PATCH v4 13/18] vfio: selftests: Stop passing device for IOMMU operations
` [PATCH v4 14/18] vfio: selftests: Rename vfio_util.h to libvfio.h
` [PATCH v4 15/18] vfio: selftests: Move vfio_selftests_*() helpers into libvfio.c
` [PATCH v4 16/18] vfio: selftests: Split libvfio.h into separate header files
` [PATCH v4 17/18] vfio: selftests: Eliminate INVALID_IOVA
` [PATCH v4 18/18] vfio: selftests: Add vfio_pci_device_init_perf_test
[PATCH net V2] vhost: rewind next_avail_head while discarding descriptors
2025-11-26 23:00 UTC (2+ messages)
[PATCH v12 00/23] TDX KVM selftests
2025-11-26 22:32 UTC (3+ messages)
` [PATCH v12 08/23] KVM: selftests: Define structs to pass parameters to TDX boot code
[PATCH v6 0/4] vfio/xe: Add driver variant for Xe VF migration
2025-11-26 22:07 UTC (18+ messages)
` [PATCH v6 1/4] drm/xe/pf: Enable SR-IOV "
` [PATCH v6 3/4] drm/xe/pf: Export helpers for VFIO
` [PATCH v6 4/4] vfio/xe: Add device specific vfio_pci driver variant for Intel graphics
[PATCH v7 5/5] PCI: Suspend iommu function prior to resetting a device
2025-11-26 21:51 UTC (3+ messages)
[PATCH] vhost/vsock: improve RCU read sections around vhost_vsock_get()
2025-11-26 21:03 UTC (2+ messages)
[PATCH] vfio/pci: Use RCU for error/request triggers to avoid circular locking
2025-11-26 19:54 UTC (2+ messages)
[PATCH 00/21] vfio/pci: Base support to preserve a VFIO device file across Live Update
2025-11-26 19:36 UTC (22+ messages)
` [PATCH 01/21] liveupdate: luo_flb: Prevent retrieve() after finish()
` [PATCH 02/21] PCI: Add API to track PCI devices preserved across Live Update
` [PATCH 03/21] PCI: Require driver_override for incoming Live Update preserved devices
` [PATCH 04/21] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH 05/21] vfio/pci: Preserve vfio-pci device files across Live Update
` [PATCH 06/21] vfio/pci: Retrieve preserved device files after "
` [PATCH 07/21] vfio/pci: Notify PCI subsystem about devices preserved across "
` [PATCH 08/21] vfio: Enforce preserved devices are retrieved via LIVEUPDATE_SESSION_RETRIEVE_FD
` [PATCH 09/21] vfio/pci: Store Live Update state in struct vfio_pci_core_device
` [PATCH 10/21] vfio/pci: Skip reset of preserved device after Live Update
` [PATCH 11/21] selftests/liveupdate: Move luo_test_utils.* into a reusable library
` [PATCH 12/21] selftests/liveupdate: Add helpers to preserve/retrieve FDs
` [PATCH 13/21] vfio: selftests: Build liveupdate library in VFIO selftests
` [PATCH 14/21] vfio: selftests: Add Makefile support for TEST_GEN_PROGS_EXTENDED
` [PATCH 15/21] vfio: selftests: Add vfio_pci_liveupdate_uapi_test
` [PATCH 16/21] vfio: selftests: Initialize vfio_pci_device using a VFIO cdev FD
` [PATCH 17/21] vfio: selftests: Add vfio_pci_liveupdate_kexec_test
` [PATCH 18/21] vfio: selftests: Expose iommu_modes to tests
` [PATCH 19/21] vfio: selftests: Expose low-level helper routines for setting up struct vfio_pci_device
` [PATCH 20/21] vfio: selftests: Verify that opening VFIO device fails during Live Update
` [PATCH 21/21] vfio: selftests: Add continuous DMA to vfio_pci_liveupdate_kexec_test
[PATCH v4 00/11] VMSCAPE optimization for BHI variant
2025-11-26 19:23 UTC (4+ messages)
` [PATCH v4 04/11] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
[kvm-unit-tests PATCH] x86/debug: Fix macro definitions for DR7 local/global enable bits
2025-11-26 19:17 UTC
[PATCH] KVM: SEV: Add hypervisor report request for SNP guests
2025-11-26 19:11 UTC
[PATCH] dma-buf: fix integer overflow in fill_sg_entry() for buffers >= 8GiB
2025-11-26 18:55 UTC (3+ messages)
[PATCH v8 00/29] KVM: arm64: Implement support for SME
2025-11-26 18:41 UTC (6+ messages)
` [PATCH v8 11/29] KVM: arm64: Document the KVM ABI "
[PATCH v2 0/9] Initial DMABUF support for iommufd
2025-11-26 18:27 UTC (2+ messages)
[PATCH net-next v6 0/8] tun/tap & vhost-net: netdev queue flow control to avoid ptr_ring tail drop
2025-11-26 18:16 UTC (7+ messages)
` [PATCH net-next v6 3/8] tun/tap: add synchronized ring produce/consume with queue management
Question: 'pmu' kvm unit test fails when run nested with NMI watchdog on the host
2025-11-26 18:14 UTC (3+ messages)
[PATCH 0/5] x86: Cleanups around slow_down_io()
2025-11-26 17:08 UTC (3+ messages)
` [PATCH 1/5] x86/paravirt: Replace io_delay() hook with a bool
[PATCH v9 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-11-26 16:54 UTC (6+ messages)
` [PATCH v9 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
[PATCH v2 0/5] mm, kvm: add guest_memfd support for uffd minor faults
2025-11-26 16:49 UTC (17+ messages)
` [PATCH v2 1/5] userfaultfd: move vma_can_userfault out of line
` [PATCH v2 2/5] userfaultfd, shmem: use a VMA callback to handle UFFDIO_CONTINUE
` [PATCH v2 3/5] mm: introduce VM_FAULT_UFFD_MINOR fault reason
` [PATCH v2 4/5] guest_memfd: add support for userfaultfd minor mode
` [PATCH v2 5/5] KVM: selftests: test userfaultfd minor for guest_memfd
[PATCH net-next] vhost/net: check peek_head_len after signal to guest to avoid delays
2025-11-26 16:49 UTC (9+ messages)
[PATCH v7 0/5] Disable ATS via iommu during PCI resets
2025-11-26 16:21 UTC (6+ messages)
` [PATCH v7 1/5] iommu: Lock group->mutex in iommu_deferred_attach()
[PATCH v7 0/6] vfio/nvgrace-gpu: Support huge PFNMAP and wait for GPU ready post reset
2025-11-26 15:23 UTC (14+ messages)
` [PATCH v7 1/6] vfio: refactor vfio_pci_mmap_huge_fault function
` [PATCH v7 2/6] vfio/nvgrace-gpu: Add support for huge pfnmap
` [PATCH v7 4/6] vfio/nvgrace-gpu: split the code to wait for GPU ready
` [PATCH v7 5/6] vfio/nvgrace-gpu: Inform devmem unmapped after reset
` [PATCH v7 6/6] vfio/nvgrace-gpu: wait for the GPU mem to be ready
[GIT PULL] KVM: x86 pull requests 6.19
2025-11-26 13:42 UTC (7+ messages)
` [GIT PULL] KVM: x86: SVM changes for 6.19
` [GIT PULL] KVM: x86: VMX "
[PATCH v2 0/3] KVM: s390: Use generic VIRT_XFER_TO_GUEST_WORK entry helpers
2025-11-26 12:31 UTC (5+ messages)
` [PATCH v2 1/3] KVM: s390: Add signal_exits counter
` [PATCH v2 2/3] KVM: s390: Enable and disable interrupts in entry code
[PATCH 6.12.y] KVM: arm64: Make all 32bit ID registers fully writable
2025-11-26 11:58 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).