Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-06-15 05:03:22 to 2026-06-16 00:42:23 UTC [more...]

[RFC PATCH 0/5] vfio/pci: Support ZONE_DEVICE-backed P2P Registration
 2026-06-16  0:42 UTC  (6+ messages)

[RFC PATCH v2 00/25] Optimize nSVM TLB flushes
 2026-06-16  0:41 UTC  (5+ messages)
` [RFC PATCH v2 01/25] KVM: nSVM: Flush the TLB after forcefully leaving nested
` [RFC PATCH v2 02/25] KVM: SVM: Passthrough the number of supported ASIDs
` [RFC PATCH v2 03/25] KVM: VMX: Generalize VPID allocation to be vendor-neutral
` [RFC PATCH v2 04/25] KVM: x86/mmu: Support specifying a minimum TLB tag

[PATCH v2] KVM: x86/mmu: Expose number of shadow MMU shadow pages as a stat
 2026-06-16  0:29 UTC  (6+ messages)

[PATCH v13 00/22] TDX KVM selftests
 2026-06-16  0:26 UTC  (17+ messages)
` [PATCH v13 03/22] KVM: selftests: Initialize the TDX VM
` [PATCH v13 09/22] KVM: selftests: Expose functions to get default sregs values
` [PATCH v13 13/22] KVM: selftests: Set first memory region as shared if guest_memfd
` [PATCH v13 19/22] KVM: selftests: Finalize TD memory as part of kvm_arch_vm_finalize_vcpus

[PATCH v2 1/4] KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs
 2026-06-16  0:19 UTC  (6+ messages)

[PATCH V3 0/4] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-06-15 23:26 UTC  (7+ messages)
` [PATCH V3 1/4] KVM: x86/pmu: Do not map fixed counters >= 3 to generic perf events
` [PATCH V3 2/4] KVM: x86/pmu: Support Intel fixed counter 3 on mediated vPMU
` [PATCH V3 3/4] KVM: x86/pmu: Support PERF_METRICS MSR in "
` [PATCH V3 4/4] KVM: selftests: Add perf_metrics and fixed counter 3 tests

[PATCH v3 0/2] vfio: selftests: Add calloc_assert() and avoid VLAs
 2026-06-15 22:56 UTC  (5+ messages)
` [PATCH v3 1/2] vfio: selftests: Add calloc_assert() helper
` [PATCH v3 2/2] vfio: selftests: Avoid VLAs

[GIT PULL] VFIO updates for v7.2-rc1
 2026-06-15 22:38 UTC 

[PATCH v1] s390/virtio_ccw: Also suppress -EINVAL on device detach
 2026-06-15 21:42 UTC  (5+ messages)

[PATCH v2 4/8] KVM: Initialize a vCPU's index to '-1' while it's being created
 2026-06-15 20:47 UTC  (6+ messages)

[PATCH v3 0/6] vfio/pci: Latch module params, fix bitfield use and VGA unwind
 2026-06-15 20:47 UTC  (10+ messages)
` [PATCH v3 1/6] vfio/pci: Latch disable_idle_d3 per device
` [PATCH v3 2/6] vfio/pci: Release the VGA arbiter client on register_device() failure
` [PATCH v3 3/6] vfio/pci: Fix racy bitfields and tighten struct layout
` [PATCH v3 4/6] vfio/mlx5: "
` [PATCH v3 5/6] vfio/pci: Latch all module parameters per device
` [PATCH v3 6/6] vfio/pci: Expose latched module parameter policy in debugfs
` [PATCH v3 7/6] vfio: Remove device debugfs before releasing devres

[PATCH v3 0/8] KVM: x86: Fix emulated MOV DR{4,5} #GP bugs
 2026-06-15 20:35 UTC  (19+ messages)
` [PATCH v3 1/8] KVM: x86: Treat any non-zero return from set_dr() as a faulting condition
` [PATCH v3 2/8] KVM: x86: Prioritize DR7.GD #DB over #GP due to illegal DR6/7 value
` [PATCH v3 3/8] KVM: x86: Manually check DR4/5 write values to fix SVM intercept priority
` [PATCH v3 4/8] KVM: x86: Prioritize #UD on MOV DR over #GP due to non-zero CPL
` [PATCH v3 5/8] KVM: VMX: Prioritize DR7.GD=1 #DB over CPL>0 #GP on Intel
` [PATCH v3 6/8] KVM: x86: Use kvm_dr{6,7}_valid() to check DR{4,5,6,7} write values in emulator
` [PATCH v3 7/8] KVM: x86: WARN if MOV DR emulation hits a "too late" #GP
` [PATCH v3 8/8] KVM: x86: Read CR4.DE in emulator if and only if accessing DR4 or DR5

[PATCH v8 1/7] x86/cpufeatures: Add X86_FEATURE_RMPOPT feature flag
 2026-06-15 20:14 UTC  (12+ messages)
` [PATCH v8 2/7] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v8 3/7] crypto/ccp: Disable CPU hotplug while SNP is active
` [PATCH v8 4/7] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v8 5/7] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH v8 6/7] KVM: SEV: Perform RMP optimizations on SNP guest shutdown
` [PATCH v8 7/7] x86/sev: Add debugfs support for RMPOPT

[PATCH] KVM: SEV: Don't return a still-assigned gmem page to the host
 2026-06-15 20:07 UTC  (9+ messages)

[PATCH v7 09/20] KVM: selftests: Add VFIO device support to eventfd IRQ test
 2026-06-15 20:04 UTC  (7+ messages)

[PATCH v4 00/30] KVM: x86: x86.{c,h} spring cleaning
 2026-06-15 19:48 UTC  (42+ messages)
` [PATCH v4 02/30] KVM: x86: Move get_segment_base() to regs.h, as kvm_get_segment_base()
` [PATCH v4 03/30] KVM: x86: Rename __{g,s}et_sregs2() => kvm_x86_vcpu_ioctl_{g,s}et_sregs2()
` [PATCH v4 04/30] KVM: x86: Move the bulk of register specific code from x86.c to regs.c
` [PATCH v4 05/30] KVM: x86: Move local APIC specific helpers out of asm/kvm_host.h
` [PATCH v4 06/30] KVM: x86: Move kvm_caps and kvm_host_values to asm/kvm_host.h
` [PATCH v4 07/30] KVM: x86: Swap the include order between x86.h and mmu.h
` [PATCH v4 08/30] KVM: x86: Move tdp_enabled from kvm_host.h to mmu.h
` [PATCH v4 09/30] KVM: x86: Move eager_page_split to mmu.{c,h}
` [PATCH v4 10/30] KVM: x86/hyperv: Eliminate an unnecessary include of x86.h in hyperv.h
` [PATCH v4 11/30] KVM: x86: Move kvm_{load,put}_guest_fpu() to fpu.h
` [PATCH v4 12/30] KVM: x86: Extract get/set MSR (list) ioctl logic to helpers
` [PATCH v4 14/30] KVM: x86: Move the bulk of MSR specific code from x86.c to msrs.{c,h}
` [PATCH v4 24/30] KVM: x86: Move IRQ-related helper declarations from kvm_host.h => irq.h
` [PATCH v4 26/30] KVM: x86: Don't treat interrupts as allowed just because a nested run is pending
` [PATCH v4 30/30] KVM: x86: Move a pile of stuff from kvm_host.h => x86.h

[PATCH net 0/2] vsock/virtio: fix MSG_PEEK calculation on bytes to copy
 2026-06-15 19:48 UTC  (2+ messages)

[PATCH v8 0/7] Add RMPOPT support
 2026-06-15 19:47 UTC 

[RFC PATCH] KVM: Ignore MMU notifiers for guest_memfd-only memslots
 2026-06-15 19:07 UTC  (5+ messages)

[PATCH v4 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-06-15 19:08 UTC  (4+ messages)
` [PATCH v4 5/7] mm: selftests: Add shmem into memory failure test

[PATCH v2] KVM: x86: Unconditionally recompute CR8 intercept on PPR update
 2026-06-15 18:37 UTC  (5+ messages)
` [syzbot ci] "

[PATCH RFC 0/3] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-06-15 18:35 UTC  (8+ messages)
` [PATCH RFC 2/3] KVM: guest_memfd: support "

[PATCH] KVM: arm64: Handle race between interrupt affinity change and LPI disabling
 2026-06-15 18:33 UTC  (2+ messages)

[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
 2026-06-15 18:14 UTC  (19+ messages)
` [PATCH 01/15] x86/virt/tdx: Read global metadata for TDX Module Extensions
` [PATCH 02/15] x86/virt/tdx: Add extra memory to TDX Module for Extensions
` [PATCH 04/15] x86/virt/tdx: Enable the Extensions right after basic TDX Module init
` [RFC PATCH 13/15] KVM: TDX: Support event-notify interrupts only with userspace quoting

[PATCH v3 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-15 18:04 UTC  (13+ messages)
` [PATCH v3 2/9] vfio/pci: Add a helper to look up PFNs "
` [PATCH v3 4/9] vfio/pci: Convert BAR mmap() to use a DMABUF
` [PATCH v3 5/9] vfio/pci: Provide a user-facing name for BAR mappings

[PATCH v2] vsock/virtio: rework MSG_ZEROCOPY flag handling
 2026-06-15 17:48 UTC  (2+ messages)

[PATCH v2] selftests/vfio: avoid VLAs
 2026-06-15 17:13 UTC  (3+ messages)

[PATCH v2 0/1] s390/mm: Fix handling of _PAGE_UNUSED pte bit
 2026-06-15 16:03 UTC  (8+ messages)
` [PATCH v2 1/1] "

[PATCH] selftests/vfio: avoid VLAs
 2026-06-15 15:19 UTC  (3+ messages)

[PATCH v2 0/8] KVM: x86/hyperv: Fix racy usage of vcpu->arch.hyperv
 2026-06-15 14:28 UTC  (3+ messages)
` [syzbot ci] "

[PATCH RFC] vhost: fix vhost_get_avail_idx for a non empty ring
 2026-06-15 14:24 UTC  (2+ messages)
`  "

[PATCH v16 00/12] vfio/pci: Add PCIe TPH support
 2026-06-15 14:19 UTC  (3+ messages)

[GIT PULL v1 00/17] KVM: s390: New features for 7.2
 2026-06-15 13:23 UTC  (24+ messages)
` [GIT PULL v1 01/17] KVM: s390: Track page size in struct guest_fault
` [GIT PULL v1 02/17] KVM: s390: Implement KVM_PRE_FAULT_MEMORY
` [GIT PULL v1 03/17] KVM: s390: Update KVM_PRE_FAULT_MEMORY API documentation
` [GIT PULL v1 04/17] KVM: selftests: Fix pre_fault_memory_test to run on s390
` [GIT PULL v1 05/17] KVM: selftests: Enable pre_fault_memory_test for s390
` [GIT PULL v1 06/17] KVM: s390: Add module parameter to fence 2G hugepages
` [GIT PULL v1 07/17] KVM: s390: Add capability to support "
` [GIT PULL v1 08/17] KVM: s390: Allow for "
` [GIT PULL v1 09/17] KVM: s390: Document the KVM_CAP_S390_HPAGE_2G capability
` [GIT PULL v1 10/17] KVM: s390: Initialize KVM_S390_GET_CMMA_BITS memory
` [GIT PULL v1 11/17] KVM: s390: Minor refactor of base/ext facility lists
` [GIT PULL v1 12/17] s390/sclp: Detect ASTFLEIE 2 facility
` [GIT PULL v1 13/17] KVM: s390: vsie: Refactor handle_stfle
` [GIT PULL v1 14/17] KVM: s390: vsie: Implement ASTFLEIE facility 2
` [GIT PULL v1 15/17] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
` [GIT PULL v1 16/17] KVM: s390: Enable adapter_indicators_set to use mapped pages
` [GIT PULL v1 17/17] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject

[PATCH v7 0/8] target/arm: fully model WFxT instructions for A-profile
 2026-06-15 12:24 UTC  (6+ messages)
` [PATCH v7 7/8] target/arm: handle the WFE trap case

[PATCH] kvm: vfio: Convert kvm_vfio_file_add() to use CLASS(fd) and guard(mutex)
 2026-06-15 17:29 UTC  (2+ messages)
` [PATCH v2] KVM: vfio: Convert fget() to CLASS(fd) in kvm_vfio_file_add()

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-06-15 11:45 UTC  (6+ messages)
` [PATCH v14 10/44] arm64: RMI: Add support for SRO

[PATCH v3 00/18] iommu: Add live update state preservation
 2026-06-15 11:45 UTC  (4+ messages)
` [PATCH v3 01/18] memfd: export memfd_get_seals()

[PATCH v4 0/3] LoongArch: KVM: Add PV TLB flush support
 2026-06-15  9:24 UTC  (7+ messages)
` [PATCH v4 1/3] LoongArch: KVM: Add PV TLB flush support via steal-time shared memory
` [PATCH v4 2/3] LoongArch: KVM: Implement guest-side PV TLB flush
` [PATCH v4 3/3] KVM: selftests: loongarch: Add PV TLB flush performance test

[PATCH v3 00/10] sched/fair, KVM: Semantics-aware directed yield for oversubscribed KVM
 2026-06-15  9:21 UTC  (9+ messages)
` [PATCH v3 01/10] sched/fair: Add EEVDF lag credit primitive for nominated next-buddy
` [PATCH v3 02/10] sched/fair: Credit a persistent, queue-depth-scaled vlag margin
` [PATCH v3 03/10] sched/fair: Credit queued next-buddy via canonical requeue

[PATCH 0/2] target/loongarch: PV TLB flush advertisement
 2026-06-15  9:20 UTC  (4+ messages)
` [PATCH 1/2] linux-headers: Add LoongArch PV TLB flush definitions
` [PATCH 2/2] target/loongarch: Enable PV TLB flush advertisement to the guest

[PATCH] target/i386/kvm: Fix CET SSP MSR read feature check
 2026-06-15  9:04 UTC  (2+ messages)

[PATCH v10 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
 2026-06-15  9:04 UTC  (2+ messages)

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

[PATCH v3 2/4] KVM: selftests: Verify SNP VMs are rejected from migration and mirroring
 2026-06-15  6:46 UTC 


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