Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-06-18 08:54:58 to 2026-06-19 15:52:12 UTC [more...]

[PATCH v4 0/7] KVM: s390: A bunch of gmap-related fixes
 2026-06-19 15:51 UTC  (7+ 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 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 v8 0/7] target/arm: fully model WFxT instructions for A-profile
 2026-06-19 15:24 UTC  (11+ messages)
` [PATCH v8 1/7] hw/arm: use cortex-a9 mpcore base for CBAR on npcm7xx machines
` [PATCH v8 2/7] tests/functional: update anacapa-bmc image
` [PATCH v8 3/7] target/arm: do not clear halting reason in has_work helper
` [PATCH v8 4/7] target/arm: ensure we create the wxft_timer for all modes
` [PATCH v8 5/7] target/arm: implements SEV/SEVL "
` [PATCH v8 6/7] target/arm: enable WFE sleeping for A-profile
` [PATCH v8 7/7] target/arm: implement WFET

[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 5.10 5.15] vfio/iommu_type1: replace kfree with kvfree
 2026-06-19 15:13 UTC  (2+ messages)

[PATCH v5 00/12] Make RamDiscardManager work with multiple sources & virtio-mem
 2026-06-19 15:13 UTC  (9+ messages)
` [PATCH v5 01/12] system/memory: split RamDiscardManager into source and manager
` [PATCH v5 02/12] system/memory: move RamDiscardManager to separate compilation unit
` [PATCH v5 03/12] system/memory: constify section arguments

[PATCH v3 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-19 15:13 UTC  (10+ 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  (3+ messages)

[PATCH] vfio: Request THP-aligned mmap for device fds
 2026-06-19 15:04 UTC  (12+ messages)

[PATCH kvmtool 0/4] Add support for running protected VMs on arm64
 2026-06-19 13:49 UTC  (10+ messages)
` [PATCH kvmtool 1/4] Sync kernel UAPI headers with v7.1
` [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
` [PATCH kvmtool 4/4] arm64: Add support for protected VMs

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-19 12:51 UTC  (79+ messages)
` [PATCH v8 01/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v8 02/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 03/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
` [PATCH v8 06/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v8 08/46] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN "
` [PATCH v8 10/46] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v8 11/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v8 12/46] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v8 14/46] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v8 16/46] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v8 19/46] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v8 20/46] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v8 21/46] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v8 22/46] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [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 v8 25/46] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v8 26/46] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v8 27/46] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v8 28/46] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v8 29/46] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v8 30/46] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v8 31/46] KVM: selftests: Test basic single-page conversion flow
` [PATCH v8 32/46] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v8 33/46] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v8 34/46] KVM: selftests: Test conversion before allocation
` [PATCH v8 35/46] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v8 36/46] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v8 37/46] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v8 38/46] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v8 39/46] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v8 40/46] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v8 41/46] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v8 42/46] KVM: selftests: Provide common function to set memory attributes
` [PATCH v8 43/46] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH v8 44/46] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v8 45/46] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v8 46/46] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[PATCH v3 0/3] ppc/kvm: Handle CPU compatibility mode correctly for nested guests
 2026-06-19 11:15 UTC  (5+ messages)
` [PATCH v3 2/3] target/ppc/kvm: Add support for querying host compatibility mode
` [PATCH v3 3/3] target/ppc/kvm: Use host compatibility mode for nested guests

[PATCH v3 0/4] KVM: s390: Fixes for gmap and _PAGE_UNUSED
 2026-06-19  8:05 UTC  (3+ messages)
` [PATCH v3 1/4] s390/mm: Fix handling of _PAGE_UNUSED pte bit

[PATCH] KVM: x86: WARN (once) if RTC pending EOI tracking goes off the rails
 2026-06-19  7:36 UTC  (2+ messages)

[PATCH] KVM: x86: WARN and fail kvm_set_irq() if a PIC or I/O APIC vector is invalid
 2026-06-19  7:33 UTC  (2+ messages)

[PATCH] KVM: x86: Bug the VM, not the kernel, if the ISR count {under,over}flows
 2026-06-19  7:30 UTC  (2+ messages)

[PATCH v4 0/4] KVM: PPC: Expose CPU compatibility modes for nested guests
 2026-06-19  6:14 UTC  (9+ messages)
` [PATCH v4 1/4] KVM: PPC: Introduce KVM_CAP_PPC_COMPAT_CAPS and wire up ioctl
` [PATCH v4 2/4] KVM: PPC: Book3S HV: Implement compat CPU capability retrieval for KVM on PowerVM
` [PATCH v4 3/4] KVM: PPC: Book3S HV: Add support for compat CPU capabilities for KVM on PowerNV
` [PATCH v4 4/4] KVM: PPC: Document KVM_PPC_GET_COMPAT_CAPS ioctl

[PATCH] KVM: x86: Clamp the EOI vector if its OOB instead of bugging the kernel
 2026-06-19  4:51 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Bug the VM, not the host kernel, if KVM write-protects upper SPTEs
 2026-06-19  4:40 UTC  (2+ messages)

[PATCH 6.1.y] KVM: VMX: Make vmread_error_trampoline() uncallable from C code
 2026-06-19  4:07 UTC  (2+ messages)

[kvm-unit-tests PATCH v2] arm: io: Set is_pl011_uart flag in ACPI initialization
 2026-06-19  0:25 UTC 

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-06-19  0:17 UTC  (4+ messages)
` [PATCH v7 10/42] KVM: guest_memfd: Ensure pages are not in use before conversion

[kvm-unit-tests PATCH] arm: io: Set is_pl011_uart flag in ACPI initialization
 2026-06-18 23:51 UTC  (3+ messages)

[PATCH v7 15/20] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
 2026-06-18 23:32 UTC  (2+ messages)

[PATCH v7 11/20] KVM: arm64: Enforce PMU event filter at vcpu_load()
 2026-06-18 23:30 UTC  (2+ messages)

[PATCH v8 2/7] x86/sev: Initialize RMPOPT configuration MSRs
 2026-06-18 21:49 UTC  (17+ messages)
` [PATCH v8 3/7] crypto/ccp: Disable CPU hotplug while SNP is active
` [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 v7 00/20] KVM: selftests: Add eventfd+VFIO IRQ test
 2026-06-18 21:42 UTC  (4+ messages)
` [PATCH v7 09/20] KVM: selftests: Add VFIO device support to eventfd "

[PATCH v14 0/4] vfio: selftest: Add NVIDIA GPU Falcon DMA test driver
 2026-06-18 20:43 UTC  (3+ messages)
` [PATCH v14 4/4] vfio: selftests: Add NVIDIA Falcon driver for DMA testing

[PATCH] tools/include/linux/types.h: add ulong typedef for musl compatibility
 2026-06-18 20:03 UTC  (2+ messages)

[PATCH kvmtool v2 0/7] x86 compilation fixes and arm64 PMU improvements
 2026-06-18 19:06 UTC  (9+ messages)
` [PATCH kvmtool v2 1/7] x86: Define bioscall only in 32-bit mode
` [PATCH kvmtool v2 2/7] virtio: Do not modify const strings in virtio_9p_rootdir_parser()
` [PATCH kvmtool v2 3/7] disk/core: Do not modify const strings in disk_img_name_parser()
` [PATCH kvmtool v2 4/7] arm64: Initialise the PMU after the GIC
` [PATCH kvmtool v2 5/7] util: Set exit status to errno in die_perror()
` [PATCH kvmtool v2 6/7] util: Allow die_perror() to take a variable list of argument
` [PATCH kvmtool v2 7/7] arm64: Improve KVM_ARM_VCPU_PMU_V3_CTRL diagnostics

[PATCH v3 0/2] KVM: x86: Fix VM-Entry fail due to stale CR8 intercept
 2026-06-18 17:43 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest mode
` [PATCH v3 2/2] KVM: x86: Unconditionally recompute CR8 intercept on PPR update

[PATCH] KVM: x86: Add tracepoint for vCPU wait/yield paths
 2026-06-18 16:14 UTC  (4+ messages)

[PATCH 0/3] KVM: nVMX: A few TLB flushing fixes
 2026-06-18 15:59 UTC  (6+ messages)
` [PATCH 2/3] KVM: nVMX: Decouple INVVPID operand checks from flushing of vpid02
` [PATCH 3/3] KVM: nVM: Ensure INVVPID is emulated on the correct physical CPU

[PATCH 00/16] riscv: Generate riscv instruction functions
 2026-06-18 15:31 UTC  (5+ messages)
` [PATCH 04/16] riscv: kprobes: Use generated instruction headers

[GIT PULL] KVM changes for Linux 7.2
 2026-06-18 15:27 UTC 

[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
 2026-06-18 15:04 UTC  (11+ 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 v2 04/17] x86/virt/tdx: Add extra memory to TDX module for the extensions
` [PATCH v2 06/17] x86/virt/tdx: Re-initialize the extensions on runtime TDX module update
` [PATCH v2 16/17] KVM: TDX: Add in-kernel Quote generation

[PATCH kvmtool 0/6] x86 compilation fixes and arm64 PMU improvements
 2026-06-18 12:58 UTC  (4+ messages)

[RFC PATCH] KVM: Ignore MMU notifiers for guest_memfd-only memslots
 2026-06-18 11:26 UTC  (9+ messages)


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