Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2025-06-14 14:04:56 to 2025-06-17 20:01:21 UTC [more...]

[PATCH 4/5] vfio: Introduce vfio_device_ops.get_unmapped_area hook
 2025-06-17 20:01 UTC  (8+ messages)

[PATCH v2 0/6] PCI/VGA: Look at all PCI display devices in VGA arbiter
 2025-06-17 19:22 UTC  (10+ 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

[PATCH] vhost: Fix typos in comments and clarity on alignof usage
 2025-06-17 18:37 UTC  (2+ messages)

[PATCH v2 0/2] x86/traps: Fix DR6/DR7 initialization
 2025-06-17 18:23 UTC  (8+ 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 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

[RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
 2025-06-17 15:52 UTC  (17+ messages)

[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 v4 0/3] optimize vfio_unpin_pages_remote() for large folio
 2025-06-17 15:22 UTC  (17+ 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] 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  (9+ messages)
` [PATCH v9 07/43] arm64: RME: ioctls to create and configure realms
` [PATCH v9 10/43] arm64: RME: RTT tear down
` [PATCH v9 15/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v9 20/43] arm64: RME: Runtime faulting of memory

[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  (12+ messages)
` [PATCH v2 02/12] python: update pylint ignores
` [PATCH v2 03/12] python: sync changes from external qemu.qmp package
` [PATCH v2 04/12] python: update shebangs to standard, using /usr/bin/env
` [PATCH v2 05/12] python: fix illegal escape sequences
` [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 v2 00/12] MMU related improvements for KVM RISC-V
 2025-06-17  5:11 UTC  (10+ messages)
` [PATCH v2 06/12] RISC-V: KVM: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v2 10/12] RISC-V: KVM: Add vmid field to struct kvm_riscv_hfence
` [PATCH v2 12/12] RISC-V: KVM: Pass VMID as parameter to kvm_riscv_hfence_xyz() APIs

[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

[RFC PATCH 09/21] KVM: TDX: Enable 2MB mapping size after TD is RUNNABLE
 2025-06-17  0:52 UTC  (13+ messages)

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

[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 0/5] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
 2025-06-16 23:00 UTC  (16+ messages)
` [PATCH 1/5] mm: Deduplicate mm_get_unmapped_area()
` [PATCH 3/5] mm: Rename __thp_get_unmapped_area to mm_get_unmapped_area_aligned
` [PATCH 5/5] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings

[PATCH v4 3/7] KVM: x86/mmu: Recover TDP MMU NX huge pages using MMU read lock
 2025-06-16 18:11 UTC  (3+ 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 0/3] vsock: Introduce SIOCINQ ioctl support
 2025-06-16 14:51 UTC  (12+ messages)
` [PATCH net-next v2 1/3] vsock: Add support for SIOCINQ ioctl
` [PATCH net-next v2 3/3] test/vsock: Add ioctl SIOCINQ tests

[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-06-16 14:25 UTC  (13+ 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/2] Use guest mem inodes instead of anonymous inodes
 2025-06-16 13:00 UTC  (8+ messages)
` [PATCH 1/2] fs: Provide function that allocates a secure anonymous inode

[PATCH v3 0/2] vfio/type1: optimize vfio_unpin_pages_remote() for large folio
 2025-06-16 12:07 UTC  (9+ messages)
` [PATCH v3 1/2] vfio/type1: batch vfio_find_vpfn() in function vfio_unpin_pages_remote()
` [PATCH v3 2/2] vfio/type1: optimize vfio_unpin_pages_remote() for large folio

[kvm-unit-tests v3 0/2] riscv: Add double trap testing
 2025-06-16 11:59 UTC  (3+ messages)
` [kvm-unit-tests v3 1/2] lib/riscv: export FWFT functions
` [kvm-unit-tests v3 2/2] riscv: Add ISA double trap extension testing

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-06-16 11:15 UTC  (5+ messages)
` [RFC PATCH v2 38/51] KVM: guest_memfd: Split allocator pages for guest_memfd use

[PATCH 0/8] KVM: Remove include/kvm, standardize includes
 2025-06-16 11:10 UTC  (7+ messages)
` [PATCH 3/8] KVM: arm64: Move ARM specific headers in include/kvm to arch directory
` [PATCH 4/8] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
` [PATCH 6/8] KVM: PPC: Stop adding virt/kvm to the arch include path

unsubscribe
 2025-06-16  9:58 UTC 

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

[PATCH v1 0/3] x86/traps: Fix DR6/DR7 inintialization
 2025-06-16  8:15 UTC  (5+ messages)

[PATCH v8 0/6] Introduce CET supervisor state support
 2025-06-16  8:08 UTC  (4+ messages)

[PATCH 0/2] LoongArch: KVM: INTC: Add IOCSR MISC register emulation
 2025-06-16  7:35 UTC  (3+ messages)
` [PATCH 1/2] LoongArch: KVM: INTC: Remove local variable device1
` [PATCH 2/2] LoongArch: KVM: INTC: Add IOCSR MISC register emulation

[PATCH v1 1/1] Documentation: kvm: Fix a section number
 2025-06-16  6:01 UTC  (2+ messages)

[PATCH V4 0/1] KVM: TDX: Decrease TDX VM shutdown time
 2025-06-16  3:40 UTC  (3+ messages)
` [PATCH V4 1/1] KVM: TDX: Add sub-ioctl KVM_TDX_TERMINATE_VM

[PATCH net-next 1/2] tun: remove unnecessary tun_xdp_hdr structure
 2025-06-16  3:01 UTC  (4+ messages)
` [PATCH net-next 2/2] vhost-net: reduce one userspace copy when building XDP buff

[PATCH 0/2] More cleanups to MSR interception code
 2025-06-16  2:20 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86: Deduplicate MSR interception enabling and disabling

[PATCH] KVM: x86/mmu: Reject direct bits in gpa passed to KVM_PRE_FAULT_MEMORY
 2025-06-16  2:04 UTC  (4+ messages)


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