Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-06-19 15:04:50 to 2026-06-22 19:06:20 UTC [more...]

[PATCH v9 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-06-22 19:06 UTC  (8+ messages)
` [PATCH v9 1/4] PCI/TPH: Add requester/completer type helpers
` [PATCH v9 2/4] dma-buf: add optional get_pci_tph() callback
` [PATCH v9 3/4] vfio/pci: implement get_pci_tph and DMA_BUF_TPH feature
` [PATCH v9 4/4] RDMA/mlx5: get tph for p2p access when registering dma-buf mr

[PATCH v3 0/9] liveupdate: kvm: guest_memfd preservation
 2026-06-22 19:06 UTC  (16+ messages)
` [PATCH v3 1/9] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [PATCH v3 2/9] kvm: Prepare core VM structs and helpers for LUO support
` [PATCH v3 3/9] kvm: kvm_luo: Allow kvm preservation with LUO
` [PATCH v3 4/9] kvm: guest_memfd: Move internal definitions and helper to new header
` [PATCH v3 5/9] kvm: guest_memfd: Add support for freezing and unfreezing mappings
` [PATCH v3 6/9] kvm: guest_memfd_luo: add support for guest_memfd preservation
` [PATCH v3 7/9] docs: add documentation for guest_memfd preservation via LUO
` [PATCH v3 8/9] selftests: kvm: Split ____vm_create() to expose init helpers
` [PATCH v3 9/9] selftests: kvm: Add guest_memfd_preservation_test

[kvm-unit-tests PATCH] checkpatch: add support for Assisted-by tag
 2026-06-22 19:00 UTC  (3+ messages)

[PATCH v4 0/4] vfio-pci/zdev: Improved zPCI Function Measurement Support
 2026-06-22 18:06 UTC  (2+ messages)

[PATCH v2 0/4] vhost/vsock: add support for VHOST_RESET_OWNER and CPR migration
 2026-06-22 17:58 UTC  (5+ messages)
` [PATCH v2 1/4] vhost/vsock: split out vhost_vsock_drop_backends helper
` [PATCH v2 2/4] vhost/vsock: suppress EHOSTUNREACH fast-fail during CPR pause
` [PATCH v2 3/4] vhost/vsock: re-scan TX virtqueue on device start
` [PATCH v2 4/4] vhost/vsock: add VHOST_RESET_OWNER ioctl

[syzbot] [kvm-x86?] WARNING in hv_tlb_flush_enqueue
 2026-06-22 17:01 UTC 

[PATCH kvmtool v2 0/7] x86 compilation fixes and arm64 PMU improvements
 2026-06-22 16:55 UTC  (5+ messages)
` [PATCH kvmtool v2 7/7] arm64: Improve KVM_ARM_VCPU_PMU_V3_CTRL diagnostics

[PATCH] vfio: Request THP-aligned mmap for device fds
 2026-06-22 16:54 UTC  (18+ messages)

[PATCH 0/2] tracing: Move trace_printk.h out of kernel.h
 2026-06-22 16:51 UTC  (19+ messages)
` [PATCH 1/2] tracing: Move non-trace_printk prototypes back to kernel.h
` [PATCH 2/2] tracing: Add CONFIG_TRACE_PRINTK_DEBUGGING to clean up kernel.h

[kvm-unit-tests PATCH v2] arm: io: Set is_pl011_uart flag in ACPI initialization
 2026-06-22 16:42 UTC  (2+ messages)

[PATCH v5 0/9] KVM: s390: A bunch of gmap-related fixes
 2026-06-22 16:27 UTC  (16+ messages)
` [PATCH v5 1/9] s390/mm: Fix handling of _PAGE_UNUSED pte bit
` [PATCH v5 2/9] KVM: s390: Fix dat_peek_cmma() overflow
` [PATCH v5 3/9] KVM: s390: Do not set special large pages dirty
` [PATCH v5 4/9] KVM: s390: Fix code typo in gmap_protect_asce_top_level()
` [PATCH v5 5/9] KVM: s390: Fix handle_{sske,pfmf} under memory pressure
` [PATCH v5 6/9] KVM: s390: Fix locking in kvm_s390_set_mem_control()
` [PATCH v5 7/9] KVM: s390: Fix cmma dirty tracking
` [PATCH v5 8/9] KVM: s390: selftests: Fix cmma selftest
` [PATCH v5 9/9] KVM: s390: Return failure in case of failure in kvm_s390_set_cmma_bits()

[PATCH] KVM: selftests: fix steal_time for arm64
 2026-06-22 14:14 UTC  (3+ messages)
  ` [PATCH] KVM: selftests: fix steal_time for arm64 with host page size > 4K

[PATCH v2 00/13] mm: Some cleanups for page allocator APIs
 2026-06-22 13:15 UTC  (7+ messages)
` [PATCH v2 06/13] KVM: VMX: Use higher-level allocator

[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
 2026-06-22 13:15 UTC  (7+ messages)
` [PATCH v2 01/17] x86/virt/tdx: Embed version info in SEAMCALL leaf function definitions
` [PATCH v2 02/17] x86/virt/tdx: Configure add-on features on TDX module init and update

[PATCH RFC 00/12] guest_memfd: support in-place memory conversion
 2026-06-22 12:32 UTC  (2+ messages)

[PATCH v5 00/12] Make RamDiscardManager work with multiple sources & virtio-mem
 2026-06-22 11:53 UTC  (4+ messages)

[PATCH v4 0/7] KVM: s390: A bunch of gmap-related fixes
 2026-06-22 11:44 UTC  (13+ messages)
` [PATCH v4 1/7] s390/mm: Fix handling of _PAGE_UNUSED pte bit
` [PATCH v4 2/7] KVM: s390: Fix dat_peek_cmma() overflow
` [PATCH v4 3/7] KVM: s390: Do not set special large pages dirty
` [PATCH v4 4/7] KVM: s390: Fix code typo in gmap_protect_asce_top_level()
` [PATCH v4 5/7] KVM: s390: Fix handle_{sske,pfmf} under memory pressure
` [PATCH v4 6/7] KVM: s390: cmma: Fix cmma dirty tracking
` [PATCH v4 7/7] KVM: s390: selftests: Fix cmma selftest

[PATCH kvm-unit-tests] svm_tests: replace rdpru with byte encoding
 2026-06-22 11:27 UTC 

[PATCH 6.6.y] KVM: VMX: Update SVI during runtime APICv activation
 2026-06-22 10:03 UTC 

[PATCH v8 3/7] crypto/ccp: Disable CPU hotplug while SNP is active
 2026-06-22  9:15 UTC  (15+ messages)
` [PATCH v8 7/7] x86/sev: Add debugfs support for RMPOPT

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-22  9:08 UTC  (9+ messages)
` [PATCH v8 01/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default

[PATCH] KVM: Nullify irqfd->producer when add_producer() fails
 2026-06-22  7:51 UTC 

[PATCH] KVM: Nullify irqfd->producer when add_producer() fails
 2026-06-22  8:08 UTC  (2+ messages)

[PATCH v18 00/12] vfio/pci: Add PCIe TPH support
 2026-06-22  7:45 UTC  (13+ messages)
` [PATCH v18 01/12] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
` [PATCH v18 02/12] PCI/TPH: Fix tph_enabled concurrent update race by bitfield packing
` [PATCH v18 03/12] PCI/TPH: Cache TPH requester capability at probe time
` [PATCH v18 04/12] PCI/TPH: Refactor pcie_enable_tph & add explicit requester variant
` [PATCH v18 05/12] PCI/TPH: Refactor pcie_tph_get_cpu_st & add explicit variant
` [PATCH v18 06/12] PCI/TPH: Expose the enabled TPH requester type
` [PATCH v18 07/12] PCI/TPH: Add pcie_tph_supported() helper to check TPH capability attributes
` [PATCH v18 08/12] PCI/TPH: Add sysfs binary file to export CPU to steering-tag mapping
` [PATCH v18 09/12] vfio/pci: Hide TPH capability when TPH is unsupported
` [PATCH v18 10/12] vfio/pci: Add TPH_ENABLE feature skeleton and unsafe module parameter
` [PATCH v18 11/12] vfio/pci: Add TPH_ST_CONFIG for PCIe TPH ST configuration
` [PATCH v18 12/12] vfio/pci: Virtualize PCIe TPH capability registers

[RFC PATCH v2 0/4] KVM: x86: TDX: Validate directly configurable CPUID bits
 2026-06-22  6:32 UTC  (2+ messages)

[PATCH v3 00/18] iommu: Add live update state preservation
 2026-06-22  6:01 UTC  (13+ messages)
` [PATCH v3 07/18] iommu/vt-d: Implement device and iommu preserve/unpreserve ops
` [PATCH v3 08/18] iommu/vt-d: clear unpreserved context entries during shutdown
` [PATCH v3 09/18] iommu: Add APIs to get iommu and device preserved state
` [PATCH v3 10/18] iommu/vt-d: Restore IOMMU state and reclaimed domain ids
` [PATCH v3 12/18] iommu/vt-d: Handle reattach of the restored domain
` [PATCH v3 13/18] iommu/vt-d: preserve PASID table of preserved device

[PATCH v2 00/16] riscv: Generate riscv instruction functions
 2026-06-22  4:35 UTC  (29+ messages)
` [PATCH v2 01/16] riscv: Introduce instruction table generation
` [PATCH v2 02/16] riscv: alternatives: Use generated instruction headers for patching code
` [PATCH v2 03/16] riscv: kgdb: Use generated instruction headers
` [PATCH v2 04/16] riscv: Add kprobes instruction simulation KUnit
` [PATCH v2 05/16] riscv: kprobes: Use generated instruction headers
` [PATCH v2 06/16] riscv: cfi: "
` [PATCH v2 07/16] riscv: Use generated instruction headers for misaligned loads/stores
` [PATCH v2 08/16] riscv: kvm: Use generated instruction headers for csr code
` [PATCH v2 09/16] KVM: device: Add test device
` [PATCH v2 10/16] KVM: riscv: selftests: Add mmio test
` [PATCH v2 11/16] riscv: kvm: Use generated instruction headers for mmio emulation
` [PATCH v2 12/16] riscv: kvm: Add emulated test csr
` [PATCH v2 13/16] KVM: riscv: selftests: Add csr emulation test
` [PATCH v2 14/16] riscv: kvm: Use generated instruction headers for csr emulation
` [PATCH v2 15/16] riscv: kexec: Use generated instruction headers for kexec relocations
` [PATCH v2 16/16] riscv: Remove unused instruction headers

[PATCH v2] LoongArch: KVM: Use internal API to deliver interrupt in kernel mode
 2026-06-22  3:14 UTC  (2+ messages)

[PATCH 5.10 5.15] vfio/iommu_type1: replace kfree with kvfree
 2026-06-21 13:47 UTC  (3+ messages)

[PATCH v2 6.1.y 0/3] KVM: nVMX: backport virtual-APIC host NULL-deref fix
 2026-06-21 13:47 UTC  (6+ messages)
` [PATCH v2 6.1.y 1/3] KVM: nVMX: Add a helper to get highest pending from Posted Interrupt vector
` [PATCH v2 6.1.y 2/3] KVM: nVMX: Check for pending posted interrupts when looking for nested events
` [PATCH v2 6.1.y 3/3] KVM: nVMX: Fold requested virtual interrupt check into has_nested_events()

[PATCH 0/1] KVM: x86/mmu: don't kill the VM on access to a disabled passthrough BAR
 2026-06-21 13:37 UTC  (2+ messages)
` [PATCH 1/1] KVM: x86/mmu: Emulate, don't kill the VM, "

[RFC PATCH] KVM: Ignore MMU notifiers for guest_memfd-only memslots
 2026-06-21  0:02 UTC  (2+ messages)

[PATCH] KVM: x86: Fix shadow paging use-after-free due to unexpected GFN
 2026-06-20  5:40 UTC  (4+ messages)
` stable backports for "KVM: x86: Fix shadow paging use-after-free due to unexpected GFN"

[syzbot] [kvm-x86?] WARNING in vcpu_run (2)
 2026-06-20  3:58 UTC 

[PATCH kvmtool 0/4] Add support for running protected VMs on arm64
 2026-06-19 16:36 UTC  (5+ messages)
` [PATCH kvmtool 2/4] virtio: Factor out base features for modern virtio transports
` [PATCH kvmtool 3/4] virtio: Add helper for enabling VIRTIO_F_ACCESS_PLATFORM

[GIT PULL] KVM changes for Linux 7.2
 2026-06-19 16:35 UTC  (2+ messages)

[PATCH v8 0/7] target/arm: fully model WFxT instructions for A-profile
 2026-06-19 15:24 UTC  (3+ messages)
` [PATCH v8 2/7] tests/functional: update anacapa-bmc image

[kvm-unit-tests PATCH 0/5] x86/apic: PV IPI robustness and subtest selection
 2026-06-19 15:19 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/5] x86/apic: Skip PV IPI test if feature is not supported
` [kvm-unit-tests PATCH 2/5] lib: Hoist test selection logic to library for code reuse
` [kvm-unit-tests PATCH 3/5] x86/apic: Support subtest selection via command line
` [kvm-unit-tests PATCH 4/5] x86/apic: Introduce pv_ipi()
` [kvm-unit-tests PATCH 5/5] x86/apic: Add a test for a PV IPI boundary condition

[PATCH v3 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-19 15:13 UTC  (9+ messages)
` [PATCH v3 6/9] vfio/pci: Clean up BAR zap and revocation

[PATCH] KVM: x86: Replace BUG_ON() with WARN_ON_ONCE() on "bad" nested GPA translation
 2026-06-19 15:06 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