Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2025-06-16 14:03:16 to 2025-06-18 06:44:48 UTC [more...]

[RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
 2025-06-18  6:44 UTC  (28+ messages)

[PATCH v2 00/12] MMU related improvements for KVM RISC-V
 2025-06-18  6:41 UTC  (11+ messages)
` [PATCH v2 06/12] RISC-V: KVM: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v2 08/12] RISC-V: KVM: Factor-out MMU related declarations into separate headers
` [PATCH v2 12/12] RISC-V: KVM: Pass VMID as parameter to kvm_riscv_hfence_xyz() APIs

[PATCH v4 0/3] optimize vfio_unpin_pages_remote() for large folio
 2025-06-18  6:28 UTC  (19+ messages)
` [PATCH v4 1/3] vfio/type1: batch vfio_find_vpfn() in function vfio_unpin_pages_remote()
` [PATCH v4 2/3] gup: introduce unpin_user_folio_dirty_locked()
` [PATCH v4 3/3] vfio/type1: optimize vfio_unpin_pages_remote() for large folio

[PATCH V4 0/1] KVM: TDX: Decrease TDX VM shutdown time
 2025-06-18  6:00 UTC  (5+ messages)
` [PATCH V4 1/1] KVM: TDX: Add sub-ioctl KVM_TDX_TERMINATE_VM

[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
 2025-06-18  4:54 UTC  (8+ messages)
` [RFC PATCH 19/30] vfio/pci: Add TSM TDI bind/unbind IOCTLs for TEE-IO support

[PATCH v3 00/15] KVM: Introduce KVM Userfault
 2025-06-18  4:24 UTC  (16+ messages)
` [PATCH v3 01/15] KVM: x86/mmu: Move "struct kvm_page_fault" definition to asm/kvm_host.h
` [PATCH v3 02/15] KVM: arm64: Add "struct kvm_page_fault" to gather common fault variables
` [PATCH v3 03/15] KVM: arm64: x86: Require "struct kvm_page_fault" for memory fault exits
` [PATCH v3 04/15] KVM: Add common infrastructure for KVM Userfaults
` [PATCH v3 05/15] KVM: x86: Add support for KVM userfault exits
` [PATCH v3 06/15] KVM: arm64: "
` [PATCH v3 07/15] KVM: Enable and advertise "
` [PATCH v3 08/15] KVM: selftests: Fix vm_mem_region_set_flags docstring
` [PATCH v3 09/15] KVM: selftests: Fix prefault_mem logic
` [PATCH v3 10/15] KVM: selftests: Add va_start/end into uffd_desc
` [PATCH v3 11/15] KVM: selftests: Add KVM Userfault mode to demand_paging_test
` [PATCH v3 12/15] KVM: selftests: Inform set_memory_region_test of KVM_MEM_USERFAULT
` [PATCH v3 13/15] KVM: selftests: Add KVM_MEM_USERFAULT + guest_memfd toggle tests
` [PATCH v3 14/15] KVM: Documentation: Fix section number for KVM_CAP_ARM_WRITABLE_IMP_ID_REGS
` [PATCH v3 15/15] KVM: Documentation: Add KVM_CAP_USERFAULT and KVM_MEM_USERFAULT details

[PATCH v2 0/2] x86/traps: Fix DR6/DR7 initialization
 2025-06-18  3:34 UTC  (18+ messages)
` [PATCH v2 1/2] x86/traps: Initialize DR6 by writing its architectural reset value
` [PATCH v2 2/2] x86/traps: Initialize DR7 "

[RFC PATCH 09/21] KVM: TDX: Enable 2MB mapping size after TD is RUNNABLE
 2025-06-18  1:22 UTC  (15+ messages)

[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-06-18  0:40 UTC  (15+ messages)
` [PATCH v12 04/18] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v12 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages

[PATCH 0/5] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
 2025-06-17 23:36 UTC  (18+ messages)
` [PATCH 1/5] mm: Deduplicate mm_get_unmapped_area()
` [PATCH 2/5] mm/hugetlb: Remove prepare_hugepage_range()
` [PATCH 5/5] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings

[PATCH 4/5] vfio: Introduce vfio_device_ops.get_unmapped_area hook
 2025-06-17 23:26 UTC  (10+ messages)

[PATCH v2 0/6] PCI/VGA: Look at all PCI display devices in VGA arbiter
 2025-06-17 23:01 UTC  (15+ messages)
` [PATCH v2 1/6] PCI: Add helper for checking if a PCI device is a display controller
` [PATCH v2 2/6] vfio/pci: Use pci_is_display()
` [PATCH v2 3/6] vga_switcheroo: "
` [PATCH v2 4/6] iommu/vt-d: "
` [PATCH v2 5/6] ALSA: hda: "
` [PATCH v2 6/6] vgaarb: Look at all PCI display devices in VGA arbiter

[ANNOUNCE] PUCK Agenda - 2025.06.18 - Any topics?
 2025-06-17 21:01 UTC 

[PATCH] vhost: Fix typos in comments and clarity on alignof usage
 2025-06-17 20:01 UTC  (3+ messages)
  `  "

[RFC PATCH 00/11] kvm/arm: trap-me-harder implementation
 2025-06-17 16:33 UTC  (12+ messages)
` [RFC PATCH 01/11] target/arm: allow gdb to read ARM_CP_NORAW regs (!upstream)
` [RFC PATCH 02/11] target/arm: re-arrange debug_cp_reginfo
` [RFC PATCH 03/11] linux-headers: Update to Linux 6.15.1 with trap-mem-harder (WIP)
` [RFC PATCH 04/11] kvm: expose a trap-harder option to the command line
` [RFC PATCH 05/11] target/arm: enable KVM_VM_TYPE_ARM_TRAP_ALL when asked
` [RFC PATCH 06/11] kvm/arm: allow out-of kernel GICv3 to work with KVM
` [RFC PATCH 07/11] target/arm: clamp value on icc_bpr_write to account for RES0 fields
` [RFC PATCH 08/11] kvm/arm: plumb in a basic trap harder handler
` [RFC PATCH 09/11] kvm/arm: implement sysreg trap handler
` [RFC PATCH 10/11] kvm/arm: implement a basic hypercall handler
` [RFC PATCH 11/11] kvm/arm: implement WFx traps for KVM

[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
 2025-06-17 16:33 UTC  (11+ messages)
` [PATCH v3 12/62] KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creation
` [PATCH v3 13/62] KVM: SVM: Drop redundant check in AVIC code on ID during "
` [PATCH v3 14/62] KVM: SVM: Track AVIC tables as natively sized pointers, not "struct pages"
` [PATCH v3 38/62] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU

[PATCH net-next v3 0/3] vsock: Introduce SIOCINQ ioctl support
 2025-06-17 15:31 UTC  (9+ messages)
` [PATCH net-next v3 1/3] vsock: Add support for SIOCINQ ioctl
` [PATCH net-next v3 2/3] test/vsock: Add retry mechanism to ioctl wrapper
` [PATCH net-next v3 3/3] test/vsock: Add ioctl SIOCINQ tests

[PATCH RFC net-next v4 00/11] vsock: add namespace support to vhost-vsock
 2025-06-17 15:24 UTC  (13+ messages)
` [PATCH RFC net-next v4 01/11] selftests/vsock: add NS tests to vmtest.sh
` [PATCH RFC net-next v4 02/11] vsock: a per-net vsock NS mode state
` [PATCH RFC net-next v4 03/11] vsock: add vsock net ns helpers
` [PATCH RFC net-next v4 04/11] vsock: add net to vsock skb cb
` [PATCH RFC net-next v4 05/11] vsock: add common code for vsock NS support
` [PATCH RFC net-next v4 06/11] virtio-vsock: add netns to common code
` [PATCH RFC net-next v4 07/11] vhost/vsock: add netns support
` [PATCH RFC net-next v4 08/11] vsock/virtio: add netns hooks
` [PATCH RFC net-next v4 09/11] hv_sock: "
` [PATCH RFC net-next v4 10/11] vsock/vmci: "
` [PATCH RFC net-next v4 11/11] vsock/loopback: add netns support

[PATCH] RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()
 2025-06-17 14:36 UTC  (7+ messages)

[RFC PATCH 00/18] KVM: VMX: Introduce Intel Mode-Based Execute Control (MBEC)
 2025-06-17 14:13 UTC  (9+ messages)
` [RFC PATCH 06/18] KVM: VMX: Wire up Intel MBEC enable/disable logic

[PATCH 0/5] RISC-V: KVM: Allow zicop/bfloat16 exts for guest
 2025-06-17 13:10 UTC  (6+ messages)
` [PATCH 1/5] RISC-V: KVM: Provide UAPI for Zicbop block size
` [PATCH 2/5] RISC-V: KVM: Allow Zicbop extension for Guest/VM
` [PATCH 3/5] RISC-V: KVM: Allow bfloat16 "
` [PATCH 4/5] KVM: riscv: selftests: Add Zicbop extension to get-reg-list test
` [PATCH 5/5] KVM: riscv: selftests: Add bfloat16 "

[PATCH] RISC-V: KVM: Use find_vma_intersection() to search for intersecting VMAs
 2025-06-17 13:04 UTC 

[PATCH v9 00/43] arm64: Support for Arm CCA in KVM
 2025-06-17 12:56 UTC  (3+ messages)
` [PATCH v9 15/43] arm64: RME: Allow VMM to set RIPAS

[kvm-unit-tests PATCH v2 0/9] arm64: support EL2
 2025-06-17 12:49 UTC  (3+ messages)

[PATCH v2 0/2] vringh small unused functions
 2025-06-17 12:30 UTC  (5+ messages)
` [PATCH v2 1/2] vhost: vringh: Remove unused iotlb functions
` [PATCH v2 2/2] vhost: vringh: Remove unused functions

[PATCH v2 00/12] Python: Fix 'make check-dev' and modernize to 3.9+
 2025-06-17  9:15 UTC  (3+ messages)
` [PATCH v2 06/12] python: upgrade to python3.9+ syntax

[RFC PATCH 00/20] TD-Preserving updates
 2025-06-17  7:55 UTC  (4+ messages)
` [RFC PATCH 08/20] x86/virt/seamldr: Implement FW_UPLOAD sysfs ABI for TD-Preserving Updates

[PATCH v2] hw/ppc/spapr_hcall: Return host mitigation characteristics in KVM mode
 2025-06-17  7:16 UTC  (2+ messages)

[PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
 2025-06-17  6:54 UTC  (5+ messages)

[PATCH net-next v12 00/10] tun: Introduce virtio-net hashing feature
 2025-06-17  3:39 UTC  (19+ messages)
` [PATCH net-next v12 01/10] virtio_net: Add functions for hashing
` [PATCH net-next v12 04/10] tun: Add common virtio-net hash feature code

[PATCH 0/2] vringh small unused functions
 2025-06-17  0:19 UTC  (4+ messages)
` [PATCH 2/2] vhost: vringh: Remove "

[PATCH v7 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
 2025-06-16 23:33 UTC  (5+ messages)
` [PATCH v7 4/6] target/i386: Add couple of feature bits in CPUID_Fn80000021_EAX

[PATCH v4 3/7] KVM: x86/mmu: Recover TDP MMU NX huge pages using MMU read lock
 2025-06-16 18:11 UTC  (2+ messages)

[PATCH v4 1/7] KVM: x86/mmu: Track TDP MMU NX huge pages separately
 2025-06-16 18:04 UTC  (2+ messages)

Payment Notice
 2025-06-16 17:26 UTC 

[PATCH net-next v2 3/3] test/vsock: Add ioctl SIOCINQ tests
 2025-06-16 14:51 UTC  (3+ messages)

[PATCH net-next v2 0/3] vsock: Introduce SIOCINQ ioctl support
 2025-06-16 14:42 UTC  (5+ messages)
` [PATCH net-next v2 1/3] vsock: Add support for SIOCINQ ioctl

[PATCH net-next v2 1/3] vsock: Add support for SIOCINQ ioctl
 2025-06-16 14:37 UTC  (3+ messages)


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