kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-29 09:43:20 to 2025-08-01 00:02:49 UTC [more...]

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-08-01  0:01 UTC  (3+ messages)
` [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting

[PATCHv2 00/12] TDX: Enable Dynamic PAMT
 2025-07-31 23:53 UTC  (19+ messages)
` [PATCHv2 01/12] x86/tdx: Consolidate TDX error handling
` [PATCHv2 02/12] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT

[GIT PULL 0/2] KVM: s390: updates for 6.17
 2025-07-31 22:55 UTC  (5+ messages)
` [GIT PULL 1/2] entry: Add arch_in_rcu_eqs()
` [GIT PULL 2/2] KVM: s390: Rework guest entry logic

[PATCH v1 0/4] KVM: VMX: Handle the immediate form of MSR instructions
 2025-07-31 22:10 UTC  (11+ messages)
` [PATCH v1 1/4] x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
` [PATCH v1 2/4] KVM: x86: Introduce MSR read/write emulation helpers
` [PATCH v1 3/4] KVM: VMX: Handle the immediate form of MSR instructions
` [PATCH v1 4/4] KVM: x86: Advertise support for "

[PATCH v1 0/4] A couple of improvements for VMM to inject external abort to guest
 2025-07-31 21:20 UTC  (5+ messages)
` [PATCH v1 1/4] KVM: arm64: Allow userspace to inject external instruction abort
` [PATCH v1 2/4] KVM: arm64: Allow userspace to supply ESR when injecting SEA
` [PATCH v1 3/4] KVM: selftests: Test injecting external abort with ISS
` [PATCH v1 4/4] Documentation: kvm: update UAPI for injecting SEA

[PATCH v2 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-07-31 21:06 UTC  (9+ messages)
` [PATCH v2 1/6] KVM: arm64: VM exit to userspace to handle SEA

[RFC PATCH 00/20] TD-Preserving updates
 2025-07-31 21:01 UTC  (9+ messages)
` [RFC PATCH 04/20] x86/virt/tdx: Introduce a "tdx" subsystem and "tsm" device
` [RFC PATCH 07/20] x86/virt/tdx: Expose SEAMLDR information via sysfs

[PATCH v3 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-07-31 20:58 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: arm64: VM exit to userspace to handle SEA
` [PATCH v3 2/3] KVM: selftests: Test for KVM_EXIT_ARM_SEA
` [PATCH v3 3/3] Documentation: kvm: new UAPI for handling SEA

[PATCH 00/33] vfio: Introduce selftests for VFIO
 2025-07-31 20:55 UTC  (5+ messages)

[GIT PULL] Please pull IOMMUFD subsystem changes
 2025-07-31 20:01 UTC  (2+ messages)

[PATCH] x86/irq: Plug vector setup race
 2025-07-31 12:45 UTC 

[PATCH] LoongArch: KVM: Access mailbox directly in mail_send()
 2025-07-31 11:24 UTC  (3+ messages)

[kvm-unit-tests PATCH v2] scripts/arch-run.bash: Drop the dependency on "jq"
 2025-07-31 11:05 UTC 

[PATCH] KVM: arm64: nv: Properly check ESR_EL2.VNCR on taking a VNCR_EL2 related fault
 2025-07-31 10:07 UTC  (2+ messages)

[PATCH] virtio_pci: Fix misleading comment for queue vector
 2025-07-31  9:27 UTC 

[Bug 218792] New: Guest call trace with mwait enabled
 2025-07-31  8:59 UTC  (4+ messages)
` [Bug 218792] "

[syzbot] Monthly kvm report (Jul 2025)
 2025-07-31  8:59 UTC 

[kvm-unit-tests PATCH v4 0/5] x86: add HPET counter tests
 2025-07-31  8:58 UTC  (12+ messages)
` [kvm-unit-tests PATCH v4 1/5] x86: resize id_map[] elements to u32
` [kvm-unit-tests PATCH v4 2/5] x86: fix APs with APIC ID more that 255 not showing in id_map
` [kvm-unit-tests PATCH v4 3/5] x86: move USERBASE to 32Mb in smap/pku/pks tests
` [kvm-unit-tests PATCH v4 4/5] x86: bump number of max cpus to 1024
` [kvm-unit-tests PATCH v4 5/5] x86: add HPET counter read micro benchmark and enable/disable torture tests

[PATCH v17 00/24] KVM: Enable mmap() for guest_memfd
 2025-07-31  8:33 UTC  (48+ messages)
` [PATCH v17 01/24] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GUEST_MEMFD
` [PATCH v17 02/24] KVM: x86: Have all vendor neutral sub-configs depend on KVM_X86, not just KVM
` [PATCH v17 03/24] KVM: x86: Select KVM_GENERIC_PRIVATE_MEM directly from KVM_SW_PROTECTED_VM
` [PATCH v17 04/24] KVM: x86: Select TDX's KVM_GENERIC_xxx dependencies iff CONFIG_KVM_INTEL_TDX=y
` [PATCH v17 05/24] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_HAVE_KVM_ARCH_GMEM_POPULATE
` [PATCH v17 06/24] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v17 07/24] KVM: Fix comments that refer to slots_lock
` [PATCH v17 08/24] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v17 09/24] KVM: x86: Enable KVM_GUEST_MEMFD for all 64-bit builds
` [PATCH v17 10/24] KVM: guest_memfd: Add plumbing to host to map guest_memfd pages
` [PATCH v17 11/24] KVM: guest_memfd: Track guest_memfd mmap support in memslot
` [PATCH v17 12/24] KVM: x86/mmu: Rename .private_max_mapping_level() to .gmem_max_mapping_level()
` [PATCH v17 13/24] KVM: x86/mmu: Hoist guest_memfd max level/order helpers "up" in mmu.c
` [PATCH v17 14/24] KVM: x86/mmu: Enforce guest_memfd's max order when recovering hugepages
` [PATCH v17 15/24] KVM: x86/mmu: Extend guest_memfd's max mapping level to shared mappings
` [PATCH v17 16/24] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
` [PATCH v17 17/24] KVM: arm64: Refactor user_mem_abort()
` [PATCH v17 18/24] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v17 19/24] KVM: arm64: nv: Handle VNCR_EL2-triggered faults backed by guest_memfd
` [PATCH v17 20/24] KVM: arm64: Enable support for guest_memfd backed memory
` [PATCH v17 21/24] KVM: Allow and advertise support for host mmap() on guest_memfd files
` [PATCH v17 22/24] KVM: selftests: Do not use hardcoded page sizes in guest_memfd test
` [PATCH v17 23/24] KVM: selftests: guest_memfd mmap() test when mmap is supported
` [PATCH v17 24/24] KVM: selftests: Add guest_memfd testcase to fault-in on !mmap()'d memory

[PATCH v5 00/23] Enable FRED with KVM VMX
 2025-07-31  7:24 UTC  (4+ messages)
` [PATCH v5 20/23] KVM: nVMX: Add FRED VMCS fields to nested VMX context handling

[RFC PATCH kvmtool 01/10] vfio: Associate vm instance with vfio fd
 2025-07-31  4:39 UTC  (12+ messages)
` [RFC PATCH kvmtool 08/10] vfio/iommufd: Move the hwpt allocation to helper
` [RFC PATCH kvmtool 09/10] vfio/iommufd: Add viommu and vdevice objects

[GIT PULL] KVM changes for Linux 6.17 merge window
 2025-07-31  0:35 UTC  (2+ messages)

[PATCH 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-07-31  0:21 UTC  (32+ messages)
` [PATCH 02/10] PCI/P2PDMA: Introduce p2pdma_provider structure for cleaner abstraction
` [PATCH 05/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH 10/10] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH v5 0/4] Add host kdump support for SNP
 2025-07-30 21:56 UTC  (5+ messages)
` [PATCH v5 1/4] iommu/amd: Add support to remap/unmap IOMMU buffers for kdump
` [PATCH v5 2/4] iommu/amd: Reuse device table "
` [PATCH v5 3/4] crypto: ccp: Skip SEV and SNP INIT for kdump boot
` [PATCH v5 4/4] iommu/amd: Skip enabling command/event buffers for kdump

[PATCH v3 05/15] KVM: x86: Add support for KVM userfault exits
 2025-07-30 21:11 UTC  (2+ messages)

[GIT PULL] KVM: x86: Changes for 6.17
 2025-07-30 17:55 UTC  (5+ messages)
` [GIT PULL] KVM: x86: VMX changes "

[PATCH 0/2] Fixes for recovery for machine check in TDX/SEAM non-root mode
 2025-07-30 14:20 UTC  (11+ messages)
` [PATCH 1/2] x86/mce: Fix missing address mask in recovery for errors "

[PATCH 0/5] KVM: Drop vm_dead, pivot on vm_bugged for -EIO
 2025-07-30 12:59 UTC  (17+ messages)
` [PATCH 1/5] KVM: Never clear KVM_REQ_VM_DEAD from a vCPU's requests
` [PATCH 2/5] KVM: TDX: Exit with MEMORY_FAULT on unexpected pending S-EPT Violation
` [PATCH 3/5] KVM: Reject ioctls only if the VM is bugged, not simply marked dead
` [PATCH 4/5] KVM: selftests: Use for-loop to handle all successful SEV migrations
` [PATCH 5/5] KVM: TDX: Add sub-ioctl KVM_TDX_TERMINATE_VM

[PATCH 0/2] x86/kvm: Force legacy PCI hole as WB under SNP/TDX
 2025-07-30  7:34 UTC  (7+ messages)

[PATCH v4 00/38] Mediated vPMU 4.0 for x86
 2025-07-30  2:25 UTC  (13+ messages)
` [PATCH v4 10/38] perf/x86: Support switch_guest_ctx interface
` [PATCH v4 20/38] KVM: x86/pmu: Check if mediated vPMU can intercept rdpmc

[PATCH 0/6] KVM: Export KVM-internal symbols for sub-modules only
 2025-07-30  2:14 UTC  (8+ messages)
` [PATCH 1/6] KVM: s390/vfio-ap: Use kvm_is_gpa_in_memslot() instead of open coded equivalent
` [PATCH 2/6] KVM: Export KVM-internal symbols for sub-modules only
` [PATCH 3/6] KVM: x86: Move kvm_intr_is_single_vcpu() to lapic.c
` [PATCH 4/6] KVM: x86: Drop pointless exports of kvm_arch_xxx() hooks
` [PATCH 5/6] KVM: x86: Export KVM-internal symbols for sub-modules only
` [PATCH 6/6] x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possible

[PATCH v2] KVM: arm64: Move bundling vLPI and vSGI to vgic_supports_direct_msis()
 2025-07-29 21:23 UTC  (2+ messages)

[PATCH 0/3] use vm_flags_t consistently
 2025-07-29 18:39 UTC  (5+ messages)
` [PATCH 2/3] mm: update core kernel code to "

[Bug Report] external_aborts failure related to efa1368ba9f4 ("KVM: arm64: Commit exceptions from KVM_SET_VCPU_EVENTS immediately")
 2025-07-29 18:33 UTC  (4+ messages)

[PATCH v11 00/23] Enable CET Virtualization
 2025-07-29 18:19 UTC  (5+ messages)
` [PATCH v11 01/23] KVM: x86: Rename kvm_{g,s}et_msr()* to show that they emulate guest accesses

[PATCH] KVM: arm64: Set/unset vGIC v4 forwarding if direct IRQs are supported
 2025-07-29 18:02 UTC  (4+ messages)

[GIT PULL] KVM/arm64 changes for 6.17, round #1
 2025-07-29 17:48 UTC  (4+ messages)

[RFC PATCH] KVM: TDX: Decouple TDX init mem region from kvm_gmem_populate()
 2025-07-29 16:33 UTC  (11+ messages)

[PATCH 0/2] KVM: arm64: Destroy the stage-2 page-table periodically
 2025-07-29 16:01 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm64: Split kvm_pgtable_stage2_destroy()
` [PATCH 2/2] KVM: arm64: Destroy the stage-2 page-table periodically

[PATCH] x86/kvm: Make kvm_async_pf_task_wake() a local static helper
 2025-07-29 15:39 UTC 

[PATCH] vhost: initialize vq->nheads properly
 2025-07-29 13:51 UTC  (3+ messages)

[GIT PULL] KVM/riscv changes for 6.17
 2025-07-29 12:52 UTC  (9+ messages)

[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
 2025-07-29 12:40 UTC  (4+ messages)

[GIT PULL v2] KVM/riscv changes for 6.17
 2025-07-29 11:34 UTC 

[PATCH] KVM: x86: Use gfn_to_pfn_cache for steal_time
 2025-07-29 10:28 UTC  (5+ messages)

[PATCH kvmtool v3 0/6] arm64: Nested virtualization support
 2025-07-29 10:03 UTC  (8+ messages)
` [PATCH kvmtool v3 1/6] Sync kernel UAPI headers with v6.16
` [PATCH kvmtool v3 2/6] arm64: Initial nested virt support
` [PATCH kvmtool v3 3/6] arm64: nested: add support for setting maintenance IRQ
` [PATCH kvmtool v3 4/6] arm64: add counter offset control
` [PATCH kvmtool v3 5/6] arm64: add FEAT_E2H0 support
` [PATCH kvmtool v3 6/6] arm64: Generate HYP timer interrupt specifiers

vhost: linux-next: crash at vhost_dev_cleanup()
 2025-07-29  9:57 UTC  (10+ messages)


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).