public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-01 08:22:40 to 2025-10-03 06:39:37 UTC [more...]

[PATCH v3 0/9] KVM Selftest Runner
 2025-10-03  6:39 UTC  (7+ messages)
` [PATCH v3 9/9] KVM: selftests: Provide README.rst for KVM selftests runner

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-10-03  5:03 UTC  (5+ messages)
` [PATCH v5 32/44] KVM: x86/pmu: Disable interception of select PMU MSRs "

[PATCH 0/6] KVM: Avoid a lurking guest_memfd ABI mess
 2025-10-03  4:10 UTC  (30+ messages)
` [PATCH 1/6] KVM: guest_memfd: Add DEFAULT_SHARED flag, reject user page faults if not set
` [PATCH 5/6] KVM: selftests: Add wrappers for mmap() and munmap() to assert success
` [PATCH 6/6] KVM: selftests: Verify that faulting in private guest_memfd memory fails

[RFC PATCH] KVM: TDX: Decouple TDX init mem region from kvm_gmem_populate()
 2025-10-03  0:15 UTC  (12+ messages)

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-10-02 23:51 UTC  (22+ messages)
` [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
` [RFC PATCH v2 10/51] KVM: selftests: Refactor vm_mem_add to be more flexible
` [RFC PATCH v2 11/51] KVM: selftests: Allow cleanup of ucall_pool from host
` [RFC PATCH v2 12/51] KVM: selftests: Test conversion flows for guest_memfd
` [RFC PATCH v2 32/51] KVM: guest_memfd: Support guestmem_hugetlb as custom allocator

linux-next: manual merge of the kvm tree with the origin tree
 2025-10-02 18:39 UTC  (2+ messages)

[PATCH v4 00/10] Error recovery for vfio-pci devices on s390x
 2025-10-02 18:14 UTC  (20+ messages)
` [PATCH v4 01/10] PCI: Avoid saving error values for config space
` [PATCH v4 02/10] PCI: Add additional checks for flr reset
` [PATCH v4 03/10] PCI: Allow per function PCI slots
` [PATCH v4 04/10] s390/pci: Add architecture specific resource/bus address translation

[PATCH v2 00/18] system/physmem: Extract API out of 'system/ram_addr.h' header
 2025-10-02 17:38 UTC  (29+ messages)
` [PATCH v2 01/18] system/ram_addr: Remove unnecessary 'exec/cpu-common.h' header
` [PATCH v2 02/18] accel/kvm: Include missing 'exec/target_page.h' header
` [PATCH v2 03/18] hw/s390x/s390-stattrib: "
` [PATCH v2 04/18] hw/vfio/listener: "
` [PATCH v2 05/18] target/arm/tcg/mte: "
` [PATCH v2 06/18] hw: Remove unnecessary 'system/ram_addr.h' header
` [PATCH v2 07/18] system/physmem: Un-inline cpu_physical_memory_get_dirty_flag()
` [PATCH v2 08/18] system/physmem: Un-inline cpu_physical_memory_is_clean()
` [PATCH v2 09/18] system/physmem: Un-inline cpu_physical_memory_range_includes_clean()
` [PATCH v2 10/18] system/physmem: Un-inline cpu_physical_memory_set_dirty_flag()
` [PATCH v2 11/18] system/physmem: Un-inline cpu_physical_memory_set_dirty_range()
` [PATCH v2 12/18] system/physmem: Remove _WIN32 #ifdef'ry
` [PATCH v2 13/18] system/physmem: Un-inline cpu_physical_memory_set_dirty_lebitmap()
` [PATCH v2 14/18] system/physmem: Un-inline cpu_physical_memory_dirty_bits_cleared()
` [PATCH v2 15/18] system/physmem: Reduce cpu_physical_memory_clear_dirty_range() scope
` [PATCH v2 16/18] system/physmem: Reduce cpu_physical_memory_sync_dirty_bitmap() scope
` [PATCH v2 17/18] system/physmem: Drop 'cpu_' prefix in Physical Memory API
` [PATCH v2 18/18] system/physmem: Extract API out of 'system/ram_addr.h' header

[PATCH] s390/uv: Fix the comment of the uv_find_secret() function
 2025-10-02 16:24 UTC  (2+ messages)

[PATCH v8 0/7] TDX host: kexec/kdump support
 2025-10-02 16:09 UTC  (14+ messages)
` [PATCH 4/7] x86/kexec: Disable kexec/kdump on platforms with TDX partial write erratum

[PATCH v3 0/5] system/ramblock: Sanitize header
 2025-10-02 14:43 UTC  (7+ messages)
` [PATCH v3 1/5] system/ramblock: Remove obsolete comment
` [PATCH v3 2/5] system/ramblock: Move ram_block_is_pmem() declaration
` [PATCH v3 3/5] system/ramblock: Move ram_block_discard_*_range() declarations
` [PATCH v3 4/5] system/ramblock: Rename @start -> @offset in ram_block_discard_range()
` [PATCH v3 5/5] system/ramblock: Move RAMBlock helpers out of "system/ram_addr.h"

[GIT PULL] Please pull IOMMUFD subsystem changes
 2025-10-02 14:29 UTC 

[PATCH v4 00/17] system/physmem: Remove cpu_physical_memory _is_io() and _rw()
 2025-10-02 14:09 UTC  (20+ messages)
` [PATCH v4 01/17] docs/devel/loads-stores: Stop mentioning cpu_physical_memory_write_rom()
` [PATCH v4 02/17] system/memory: Factor address_space_is_io() out
` [PATCH v4 03/17] target/i386/arch_memory_mapping: Use address_space_memory_is_io()
` [PATCH v4 04/17] hw/s390x/sclp: Use address_space_memory_is_io() in sclp_service_call()
` [PATCH v4 05/17] system/physmem: Remove cpu_physical_memory_is_io()
` [PATCH v4 06/17] system/physmem: Pass address space argument to cpu_flush_icache_range()
` [PATCH v4 07/17] hw/s390x/sclp: Replace [cpu_physical_memory -> address_space]_r/w()
` [PATCH v4 08/17] target/s390x/mmu: Replace [cpu_physical_memory -> address_space]_rw()
` [PATCH v4 09/17] target/i386/whpx: Replace legacy cpu_physical_memory_rw() call
` [PATCH v4 10/17] target/i386/kvm: "
` [PATCH v4 11/17] target/i386/nvmm: Inline cpu_physical_memory_rw() in nvmm_mem_callback
` [PATCH v4 12/17] hw/xen/hvm: Inline cpu_physical_memory_rw() in rw_phys_req_item()
` [PATCH v4 13/17] system/physmem: Un-inline cpu_physical_memory_read/write()
` [PATCH v4 14/17] system/physmem: Avoid cpu_physical_memory_rw when is_write is constant
` [PATCH v4 15/17] system/physmem: Remove legacy cpu_physical_memory_rw()
` [PATCH v4 16/17] hw/virtio/vhost: Replace legacy cpu_physical_memory_*map() calls
` [PATCH v4 17/17] hw/virtio/virtio: Replace legacy cpu_physical_memory_map() call

[PATCH v10 00/43] arm64: Support for Arm CCA in KVM
 2025-10-02  9:35 UTC  (24+ messages)
` [PATCH v10 03/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v10 05/43] arm64: RME: Check for RME support at KVM init
` [PATCH v10 06/43] arm64: RME: Define the user ABI
` [PATCH v10 07/43] arm64: RME: ioctls to create and configure realms
` [PATCH v10 08/43] kvm: arm64: Don't expose debug capabilities for realm guests
` [PATCH v10 09/43] KVM: arm64: Allow passing machine type in KVM creation

KVM-PR no longer works when compiled with new GCC compilers
 2025-10-02  6:52 UTC  (2+ messages)

[PATCH v6 00/23] WHPX support for Arm
 2025-10-02  5:16 UTC  (8+ messages)
` [PATCH v6 03/23] hw/arm: virt: add GICv2m for the case when ITS is not available
` [PATCH v6 11/23] whpx: add arm64 support
` [PATCH v6 12/23] whpx: copy over memory management logic from hvf

[PATCH] RISC-V: KVM: flush VS-stage TLB after VCPU migration to prevent stale entries
 2025-10-02  3:34 UTC 

[PATCH v2 0/6] system/ramblock: Sanitize header
 2025-10-01 21:05 UTC  (11+ messages)
` [PATCH v2 1/6] system/ramblock: Remove obsolete comment
` [PATCH v2 2/6] system/ramblock: Move ram_block_is_pmem() declaration
` [PATCH v2 3/6] system/ramblock: Move ram_block_discard_*_range() declarations
` [PATCH v2 4/6] system/ramblock: Use ram_addr_t in ram_block_discard_guest_memfd_range
` [PATCH v2 5/6] system/ramblock: Use ram_addr_t in ram_block_discard_range()
` [PATCH v2 6/6] system/ramblock: Move RAMBlock helpers out of "system/ram_addr.h"

[PATCH v3 00/16] TDX: Enable Dynamic PAMT
 2025-10-01 20:49 UTC  (13+ messages)
` [PATCH v3 06/16] x86/virt/tdx: Improve PAMT refcounters allocation for sparse memory
` [PATCH v3 12/16] x86/virt/tdx: Add helpers to allow for pre-allocating pages

[PATCH] s390/kvm: Replace sprintf with snprintf for buffer safety
 2025-10-01 17:40 UTC 

[PATCH 00/12] Extend test coverage for nested SVM
 2025-10-01 17:37 UTC  (14+ messages)
` [PATCH 01/12] KVM: selftests: Minor improvements to asserts in test_vmx_nested_state()
` [PATCH 02/12] KVM: selftests: Extend vmx_set_nested_state_test to cover SVM
` [PATCH 03/12] KVM: selftests: Extend vmx_close_while_nested_test "
` [PATCH 04/12] KVM: selftests: Extend vmx_nested_tsc_scaling_test "
` [PATCH 05/12] KVM: selftests: Remove invalid CR3 test from vmx_tsc_adjust_test
` [PATCH 06/12] KVM: selftests: Extend vmx_tsc_adjust_test to cover SVM
` [PATCH 07/12] KVM: selftests: Pass the root HVA directly to nested mapping functions
` [PATCH 08/12] KVM: selftests: Use 'leaf' instead of hugepage to describe EPT entries
` [PATCH 09/12] KVM: selftests: Move all PTE accesses into nested_create_pte()
` [PATCH 10/12] KVM: selftests: Move EPT-specific init outside nested_create_pte()
` [PATCH 11/12] KVM: selftests: Refactor generic nested mapping outside VMX code
` [PATCH 12/12] KVM: selftests: Extend vmx_dirty_log_test to cover SVM

[PATCH 0/6] system/ramblock: Sanitize header
 2025-10-01 16:03 UTC  (5+ messages)
` [PATCH 4/6] system/ramblock: Use ram_addr_t in ram_block_discard_guest_memfd_range
` [PATCH 6/6] system/ramblock: Move RAMBlock helpers out of "system/ram_addr.h"

[PATCH v2 0/2] KVM: SVM: Handle EferLmsleUnsupported
 2025-10-01 15:25 UTC  (6+ messages)
` [PATCH v2 1/2] KVM: x86: Advertise EferLmsleUnsupported to userspace
` [PATCH v2 2/2] KVM: SVM: Disallow EFER.LMSLE when not supported by hardware

[PATCH net] vhost: vringh: Fix copy_to_iter return value check
 2025-10-01 14:00 UTC  (4+ messages)

[Invitation] bi-weekly guest_memfd upstream call on 2025-10-02
 2025-10-01 13:52 UTC 

[PATCH 1/2] KVM: For manual-protect GET_DIRTY_LOG, do not hold slots lock
 2025-10-01 11:50 UTC  (2+ messages)

[PATCH v4 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-10-01 11:39 UTC  (6+ messages)
` [PATCH v4 07/10] vfio/pci: Add dma-buf export config for MMIO regions

[GIT PULL] virtio,vhost: fixes, cleanups
 2025-10-01 11:31 UTC 

[PATCH] KVM: s390: Remove unused return variable in kvm_arch_vcpu_ioctl_set_fpu
 2025-10-01  9:32 UTC  (2+ messages)

[PATCH v2 00/12] x86/msr: Inline rdmsr/wrmsr instructions
 2025-10-01  9:14 UTC  (4+ messages)
` [PATCH v2 03/12] x86/kvm: Remove the KVM private read_msr() function

[PATCH] KVM: selftests: Fix irqfd_test for non-x86 architectures
 2025-10-01  8:55 UTC  (2+ messages)

[PATCH] avoid hv timer fallback to sw timer if delay exceeds period
 2025-10-01  8:50 UTC 

[PATCH 00/25] system/physmem: Extract API out of 'system/ram_addr.h' header
 2025-10-01  8:41 UTC  (17+ messages)
` [PATCH 01/25] system/ram_addr: Remove unnecessary 'exec/cpu-common.h' header
` [PATCH 13/25] system/physmem: Rename @start argument of physical_memory_range*()
` [PATCH 14/25] system/physmem: Un-inline cpu_physical_memory_range_includes_clean()
` [PATCH 15/25] system/physmem: Un-inline cpu_physical_memory_set_dirty_flag()
` [PATCH 16/25] system/physmem: Rename @start argument of physical_memory_*range()
` [PATCH 17/25] system/physmem: Un-inline cpu_physical_memory_set_dirty_range()
` [PATCH 18/25] system/physmem: Un-inline cpu_physical_memory_set_dirty_lebitmap()
` [PATCH 19/25] system/physmem: Rename @start argument of physmem_dirty_bits_cleared()
` [PATCH 20/25] system/physmem: Un-inline cpu_physical_memory_dirty_bits_cleared()
` [PATCH 21/25] system/physmem: Rename @start argument of physmem_test_and_clear_dirty()
` [PATCH 22/25] system/physmem: Reduce cpu_physical_memory_clear_dirty_range() scope
` [PATCH 23/25] system/physmem: Reduce cpu_physical_memory_sync_dirty_bitmap() scope
` [PATCH 24/25] system/physmem: Drop 'cpu_' prefix in Physical Memory API
` [PATCH 25/25] system/physmem: Extract API out of 'system/ram_addr.h' header


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