Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2025-05-16 09:19:26 to 2025-05-19 12:25:40 UTC [more...]

[PATCH v3 0/2] RISC-V: KVM: VCPU reset fixes
 2025-05-19 12:25 UTC  (4+ messages)
` [PATCH v3 1/2] RISC-V: KVM: add KVM_CAP_RISCV_MP_STATE_RESET

[PATCH v4 00/43] KVM: arm64: Revamp Fine Grained Trap handling
 2025-05-19 11:59 UTC  (2+ messages)

[PATCH v2 0/3] KVM: s390: Use ESCA instead of BSCA at VM init
 2025-05-19 11:49 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: s390: Set KVM_MAX_VCPUS to 256
` [PATCH v2 2/3] KVM: s390: Always allocate esca_block
` [PATCH v2 3/3] KVM: s390: Specify kvm->arch.sca as esca_block

[PATCH v5 0/5] Add support for the Bus Lock Threshold
 2025-05-19 11:45 UTC  (9+ messages)
` [PATCH v5 4/5] KVM: SVM: Add support for KVM_CAP_X86_BUS_LOCK_EXIT on SVM CPUs
` [PATCH v5 5/5] KVM: selftests: Add bus lock exit test

[PATCH v11 0/5] KVM: selftests: Add LoongArch support
 2025-05-19  9:42 UTC  (4+ messages)

[kvm-unit-tests PATCH v3 00/16] arm/arm64: Add kvmtool to the runner script
 2025-05-19  8:56 UTC  (6+ messages)
` [kvm-unit-tests PATCH v3 09/16] scripts: Add support for kvmtool
` [kvm-unit-tests PATCH v3 11/16] scripts: Add KVMTOOL environment variable for kvmtool binary path

[RFC PATCH 00/21] KVM: TDX huge page support for private memory
 2025-05-19  8:32 UTC  (49+ messages)
` [RFC PATCH 02/21] x86/virt/tdx: Enhance tdh_mem_page_aug() to support huge pages
` [RFC PATCH 04/21] KVM: TDX: Enforce 4KB mapping level during TD build Time
` [RFC PATCH 06/21] KVM: TDX: Assert the reclaimed pages were mapped as expected
` [RFC PATCH 07/21] KVM: TDX: Add a helper for WBINVD on huge pages with TD's keyID
` [RFC PATCH 09/21] KVM: TDX: Enable 2MB mapping size after TD is RUNNABLE
` [RFC PATCH 10/21] KVM: x86/mmu: Disallow page merging (huge page adjustment) for mirror root
` [RFC PATCH 12/21] KVM: TDX: Determine max mapping level according to vCPU's ACCEPT level
` [RFC PATCH 14/21] KVM: x86/tdp_mmu: Invoke split_external_spt hook with exclusive mmu_lock
` [RFC PATCH 16/21] KVM: x86/mmu: Introduce kvm_split_boundary_leafs() to split boundary leafs

[PATCH v1 0/5] KVM: s390: some cleanup and small fixes
 2025-05-19  8:25 UTC  (3+ messages)
` [PATCH v1 2/5] KVM: s390: remove unneeded srcu lock

[PATCH 0/3] vsock: Introduce SIOCINQ ioctl support
 2025-05-19  7:06 UTC  (4+ messages)
` [PATCH 1/3] vsock: Add support for SIOCINQ ioctl
` [PATCH 2/3] vsock/virtio: Add SIOCINQ support for all virtio based transports
` [PATCH 3/3] test/vsock: Add ioctl SIOCINQ tests

[PATCH v2] vfio/type1: optimize vfio_pin_pages_remote() for hugetlbfs folio
 2025-05-19  7:04 UTC 

[PATCH v4 00/17] KVM: arm64: Recursive NV support
 2025-05-19  7:04 UTC  (3+ messages)

[PATCH v4 00/38] Mediated vPMU 4.0 for x86
 2025-05-19  6:58 UTC  (22+ messages)
` [PATCH v4 04/38] perf: Add a EVENT_GUEST flag
` [PATCH v4 23/38] KVM: x86/pmu: Configure the interception of PMU MSRs
` [PATCH v4 24/38] KVM: x86/pmu: Exclude PMU MSRs in vmx_get_passthrough_msr_slot()
` [PATCH v4 25/38] KVM: x86/pmu: Add AMD PMU registers to direct access list
` [PATCH v4 27/38] KVM: x86/pmu: Handle PMU MSRs interception and event filtering
` [PATCH v4 29/38] KVM: x86/pmu: Switch host/guest PMU context at vm-exit/vm-entry
` [PATCH v4 32/38] KVM: nVMX: Add nested virtualization support for mediated PMU

[RFC, PATCH 00/12] TDX: Enable Dynamic PAMT
 2025-05-19  5:06 UTC  (13+ messages)
` [RFC, PATCH 08/12] KVM: x86/tdp_mmu: Add phys_prepare() and phys_cleanup() to kvm_x86_ops
` [RFC, PATCH 11/12] KVM: TDX: Reclaim PAMT memory

[PATCH 0/2] Introduce RET_PF_RETRY_INVALID_SLOT
 2025-05-19  2:38 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86/mmu: Add RET_PF_RETRY_INVALID_SLOT for fault retry on invalid slot
` [PATCH 2/2] KVM: selftests: Test prefault memory with concurrent memslot removal

[PATCH net-next v2] vhost/net: Defer TX queue re-enable until after sendmsg
 2025-05-18 22:21 UTC  (3+ messages)

[PATCH v2 0/8] irqbypass: Cleanups and a perf improvement
 2025-05-18 20:10 UTC  (10+ messages)
` [PATCH v2 1/8] irqbypass: Drop pointless and misleading THIS_MODULE get/put
` [PATCH v2 2/8] irqbypass: Drop superfluous might_sleep() annotations
` [PATCH v2 3/8] irqbypass: Take ownership of producer/consumer token tracking
` [PATCH v2 4/8] irqbypass: Explicitly track producer and consumer bindings
` [PATCH v2 5/8] irqbypass: Use paired consumer/producer to disconnect during unregister
` [PATCH v2 6/8] irqbypass: Use guard(mutex) in lieu of manual lock+unlock
` [PATCH v2 7/8] irqbypass: Use xarray to track producers and consumers
` [PATCH v2 8/8] irqbypass: Require producers to pass in Linux IRQ number during registration

[PATCH v9 00/17] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-05-18 15:17 UTC  (9+ messages)
` [PATCH v9 07/17] KVM: guest_memfd: Allow host to map guest_memfd() pages

[PATCH v2 0/8] x86, KVM: Optimize SEV cache flushing
 2025-05-18  9:52 UTC  (13+ messages)
` [PATCH v2 1/8] KVM: SVM: Remove wbinvd in sev_vm_destroy()
` [PATCH v2 2/8] drm/gpu: Remove dead checks on wbinvd_on_all_cpus()'s return value
` [PATCH v2 3/8] x86, lib: Drop the unused return value from wbinvd_on_all_cpus()
` [PATCH v2 4/8] x86, lib: Add WBNOINVD helper functions
` [PATCH v2 5/8] KVM: SEV: Prefer WBNOINVD over WBINVD for cache maintenance efficiency
` [PATCH v2 6/8] KVM: x86: Use wbinvd_on_cpu() instead of an open-coded equivalent
` [PATCH v2 7/8] x86, lib: Add wbinvd and wbnoinvd helpers to target multiple CPUs
` [PATCH v2 8/8] KVM: SVM: Flush cache only on CPUs running SEV guest

[PATCH] KVM: PPC: Book3S HV: Fix IRQ map warnings with XICS on pSeries KVM Guest
 2025-05-18  3:43 UTC  (2+ messages)

[RFC PATCH 0/2] vfio/pci: Block and audit accesses to unassigned config regions
 2025-05-17 17:14 UTC  (4+ messages)

[PATCH] KVM: PPC: Book3S HV: Add H_VIRT mapping for tracing exits
 2025-05-17 14:03 UTC  (2+ messages)

[PATCH v3 0/3] KVM: x86: Dynamically allocate hashed page list
 2025-05-17 12:43 UTC  (6+ messages)
` [PATCH v3 1/3] KVM: x86/mmu: Dynamically allocate shadow MMU's "
` [PATCH v3 2/3] KVM: x86: Use kvzalloc() to allocate VM struct
` [PATCH v3 3/3] KVM: x86/mmu: Defer allocation of shadow MMU's hashed page list

[PATCH v2 0/2] LoongArch: KVM: Do not flush tlb if HW PTW supported
 2025-05-17  9:41 UTC  (2+ messages)

[RFC PATCH 00/12] Private MMIO support for private assigned dev
 2025-05-17  2:33 UTC  (12+ messages)

[PATCH v5 0/2] kvm: sev: Add SNP guest request throttling
 2025-05-17  0:37 UTC  (4+ messages)
` [PATCH v5 1/2] kvm: sev: Add SEV-SNP "

[PATCH v1 0/3] s390/uv: handle folios that cannot be split while dirty
 2025-05-17  0:08 UTC  (13+ messages)
` [PATCH v1 1/3] s390/uv: don't return 0 from make_hva_secure() if the operation was not successful
` [PATCH v1 2/3] s390/uv: always return 0 from s390_wiggle_split_folio() if successful
` [PATCH v1 3/3] s390/uv: improve splitting of large folios that cannot be split while dirty

[PATCH v7 00/14] riscv: add SBI FWFT misaligned exception delegation support
 2025-05-16 23:57 UTC  (3+ messages)
` [PATCH v7 14/14] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG

[PATCH v3] RISC-V: KVM: Remove scounteren initialization
 2025-05-16 23:53 UTC  (5+ messages)

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-05-16 22:43 UTC  (26+ messages)
` [RFC PATCH v2 03/51] KVM: selftests: Update guest_memfd_test for INIT_PRIVATE flag
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls

[PATCH 0/4] KVM: selftests: Improve error handling when opening files
 2025-05-16 21:59 UTC  (5+ messages)
` [PATCH 1/4] KVM: selftests: Verify KVM is loaded when getting a KVM module param
` [PATCH 2/4] KVM: selftests: Add __open_path_or_exit() variant to provide extra help info
` [PATCH 3/4] KVM: selftests: Play nice with EACCES errors in open_path_or_exit()
` [PATCH 4/4] KVM: selftests: Print a more helpful message for EACCESS in access tracking test

[PATCH v3 0/6] KVM: Dirty ring fixes and cleanups
 2025-05-16 21:35 UTC  (7+ messages)
` [PATCH v3 1/6] KVM: Bound the number of dirty ring entries in a single reset at INT_MAX
` [PATCH v3 2/6] KVM: Bail from the dirty ring reset flow if a signal is pending
` [PATCH v3 3/6] KVM: Conditionally reschedule when resetting the dirty ring
` [PATCH v3 4/6] KVM: Check for empty mask of harvested dirty ring entries in caller
` [PATCH v3 5/6] KVM: Use mask of harvested dirty ring entries to coalesce dirty ring resets
` [PATCH v3 6/6] KVM: Assert that slots_lock is held when resetting per-vCPU dirty rings

[RFC PATCH 2/2] audit accesses to unassigned PCI config regions
 2025-05-16 20:41 UTC  (2+ messages)
` [PATCH RFC "

[RFC PATCH v2 29/51] mm: guestmem_hugetlb: Wrap HugeTLB as an allocator for guest_memfd
 2025-05-16 20:33 UTC  (3+ messages)

[RFC PATCH v2 00/13] New KVM ioctl to link a gmem inode to a new gmem file
 2025-05-16 19:19 UTC  (14+ messages)
` [RFC PATCH v2 01/13] fs: Refactor to provide function that allocates a secure anonymous inode
` [RFC PATCH v2 02/13] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [RFC PATCH v2 03/13] KVM: guest_mem: Refactor out kvm_gmem_alloc_view()
` [RFC PATCH v2 04/13] KVM: guest_mem: Add ioctl KVM_LINK_GUEST_MEMFD
` [RFC PATCH v2 05/13] KVM: selftests: Add tests for KVM_LINK_GUEST_MEMFD ioctl
` [RFC PATCH v2 06/13] KVM: selftests: Test transferring private memory to another VM
` [RFC PATCH v2 07/13] KVM: x86: Refactor sev's flag migration_in_progress to kvm struct
` [RFC PATCH v2 08/13] KVM: x86: Refactor common code out of sev.c
` [RFC PATCH v2 09/13] KVM: x86: Refactor common migration preparation code out of sev_vm_move_enc_context_from
` [RFC PATCH v2 10/13] KVM: x86: Let moving encryption context be configurable
` [RFC PATCH v2 11/13] KVM: x86: Handle moving of memory context for intra-host migration
` [RFC PATCH v2 12/13] KVM: selftests: Generalize migration functions from sev_migrate_tests.c
` [RFC PATCH v2 13/13] KVM: selftests: Add tests for migration of private mem

[PATCH v4 0/7] KVM: selftests: access_tracking_perf_test fixes for NUMA balancing and MGLRU
 2025-05-16 18:47 UTC  (3+ messages)
` [PATCH v4 7/7] KVM: selftests: access_tracking_perf_test: Use MGLRU for access tracking

[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
 2025-05-16 16:00 UTC  (13+ messages)
` [PATCH v8 17/43] arm64: RME: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v8 20/43] arm64: RME: Runtime faulting of memory

[PATCH 0/2] mm: madvise: make MADV_NOHUGEPAGE a no-op if !THP
 2025-05-16 15:51 UTC  (8+ messages)
` [PATCH 1/2] KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY
` [PATCH 2/2] mm: madvise: make MADV_NOHUGEPAGE a no-op if !THP

[PATCH v1 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-05-16 15:33 UTC  (5+ messages)
` [PATCH v1 1/6] KVM: arm64: VM exit to userspace to handle SEA
` [PATCH v1 2/6] KVM: arm64: Set FnV for VCPU when FAR_EL2 is invalid

[PATCH v7 0/6] Introduce CET supervisor state support
 2025-05-16 15:20 UTC  (5+ messages)

[PATCH] vfio/type1: optimize vfio_pin_pages_remote() for hugetlbfs folio
 2025-05-16 14:55 UTC  (6+ messages)

[PATCH v4 0/4] KVM: x86: allow DEBUGCTL.DEBUGCTLMSR_FREEZE_IN_SMM passthrough
 2025-05-16 14:50 UTC  (10+ messages)
` [PATCH v4 2/4] KVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a new KVM_RUN flag
` [PATCH v4 3/4] x86: nVMX: check vmcs12->guest_ia32_debugctl value given by L2
` [PATCH v4 4/4] x86: KVM: VMX: preserve DEBUGCTLMSR_FREEZE_IN_SMM

[PATCH v4 0/3] Move duplicated instructions macros into asm/insn.h
 2025-05-16 14:08 UTC  (4+ messages)
` [PATCH v4 1/3] riscv: Fix typo EXRACT -> EXTRACT
` [PATCH v4 2/3] riscv: Strengthen duplicate and inconsistent definition of RV_X()
` [PATCH v4 3/3] riscv: Move all duplicate insn parsing macros into asm/insn.h

[kvmtool PATCH v3 00/10] Add SBI system suspend and cpu-type option
 2025-05-16 13:54 UTC  (2+ messages)

[RFC PATCH v2 0/3] KVM: arm64: Don't claim MTE_ASYNC if not supported
 2025-05-16 12:04 UTC  (2+ messages)

[PATCH v4 5/5] KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITE
 2025-05-16  9:52 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