public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-29 18:33:20 to 2025-09-30 23:40:18 UTC [more...]

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

[PATCH v3 0/9] KVM Selftest Runner
 2025-09-30 22:23 UTC  (11+ messages)
` [PATCH v3 1/9] KVM: selftest: Create KVM selftest runner
` [PATCH v3 2/9] KVM: selftests: Provide executables path option to the "
` [PATCH v3 3/9] KVM: selftests: Add timeout option in selftests runner
` [PATCH v3 4/9] KVM: selftests: Add option to save selftest runner output to a directory
` [PATCH v3 5/9] KVM: selftests: Run tests concurrently in KVM selftests runner
` [PATCH v3 6/9] KVM: selftests: Add various print flags to KVM selftest runner
` [PATCH v3 7/9] KVM: selftests: Print sticky KVM selftests runner status at bottom
` [PATCH v3 8/9] KVM: selftests: Add rule to generate default tests for KVM selftests runner
` [PATCH v3 9/9] KVM: selftests: Provide README.rst "

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

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

[PATCH] fs/resctrl: Fix MBM events being unconditionally enabled in mbm_event mode
 2025-09-30 20:26 UTC 

[PATCH] KVM: selftests: Fix irqfd_test for non-x86 architectures
 2025-09-30 19:33 UTC 

[PATCH] KVM: selftests: fix irqfd_test on arm64
 2025-09-30 19:29 UTC  (11+ messages)

[PATCH v2 00/12] x86/msr: Inline rdmsr/wrmsr instructions
 2025-09-30 19:19 UTC  (5+ messages)
` [PATCH v2 03/12] x86/kvm: Remove the KVM private read_msr() function
` [PATCH v2 04/12] x86/msr: Minimize usage of native_*() msr access functions

[GIT PULL] KVM: x86 pull requests 6.18
 2025-09-30 19:16 UTC  (21+ messages)
` [GIT PULL] x86/kvm: Guest side changes for 6.18
` [GIT PULL] KVM: One lone common change "
` [GIT PULL] KVM: x86: MMU changes "
` [GIT PULL] KVM: Selftests "
` [GIT PULL] KVM: x86: VMX "
` [GIT PULL] KVM: x86: SVM "
` [GIT PULL] KVM: x86: SNP CipherTextHiding "
` [GIT PULL] KVM: x86: Misc changes "
` [GIT PULL] KVM: Symbol export restrictions "

[GIT PULL] VFIO updates for v6.18-rc1
 2025-09-30 18:42 UTC 

[PATCH v3 00/16] TDX: Enable Dynamic PAMT
 2025-09-30 18:29 UTC  (28+ messages)
` [PATCH v3 05/16] x86/virt/tdx: Allocate reference counters for PAMT memory
` [PATCH v3 07/16] x86/virt/tdx: Add tdx_alloc/free_page() helpers
` [PATCH v3 11/16] KVM: TDX: Add x86 ops for external spt cache
` [PATCH v3 13/16] KVM: TDX: Handle PAMT allocation in fault path

[PATCH v4 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-09-30 18:04 UTC  (16+ messages)
` [PATCH v4 07/10] vfio/pci: Add dma-buf export config for MMIO regions
` [PATCH v4 08/10] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v4 10/10] vfio/pci: Add dma-buf export support for MMIO regions

[GIT PULL] LoongArch KVM changes for v6.18
 2025-09-30 17:58 UTC  (3+ messages)

[PATCH 1/2] KVM: For manual-protect GET_DIRTY_LOG, do not hold slots lock
 2025-09-30 17:28 UTC  (2+ messages)
` [PATCH 2/2] KVM: selftests: Add parallel KVM_GET_DIRTY_LOG to dirty_log_perf_test

[GIT PULL] KVM/riscv changes for 6.18
 2025-09-30 17:16 UTC  (2+ messages)

[GIT PULL] KVM/arm64 updates for 6.18
 2025-09-30 17:12 UTC  (2+ messages)

[GIT PULL v1 0/2] KVM: s390: A bugfix and a performance improvement
 2025-09-30 17:10 UTC  (4+ messages)
` [GIT PULL v1 1/2] KVM: s390: improve interrupt cpu for wakeup
` [GIT PULL v1 2/2] KVM: s390: Fix to clear PTE when discarding a swapped page

[PATCH v4 00/10] Error recovery for vfio-pci devices on s390x
 2025-09-30 17:04 UTC  (4+ messages)
` [PATCH v4 02/10] PCI: Add additional checks for flr reset

[PATCH] KVM: x86: Advertise EferLmsleUnsupported to userspace
 2025-09-30 16:38 UTC  (4+ messages)

[PATCH] KVM: x86: Drop "cache" from user return MSR setter that skips WRMSR
 2025-09-30 16:34 UTC  (5+ messages)

[PATCH v3 00/11] Fix incorrect iommu_groups with PCIe ACS
 2025-09-30 16:21 UTC  (8+ messages)

selftests: kvm: irqfd_test: KVM_IRQFD failed, rc: -1 errno: 11 (Resource temporarily unavailable)
 2025-09-30 15:11 UTC  (2+ messages)

REGRESSION on linux-next (next-20250919)
 2025-09-30 15:09 UTC  (3+ messages)

[PATCH 0/6] KVM: Avoid a lurking guest_memfd ABI mess
 2025-09-30 14:58 UTC  (25+ messages)
` [PATCH 1/6] KVM: guest_memfd: Add DEFAULT_SHARED flag, reject user page faults if not set
` [PATCH 2/6] KVM: selftests: Stash the host page size in a global in the guest_memfd test
` [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

[PATCH 00/13] KVM: arm64: De-specialise the timer UAPI
 2025-09-30 12:41 UTC  (13+ messages)
` [PATCH 01/13] KVM: arm64: Hide CNTHV_*_EL2 from userspace for nVHE guests
` [PATCH 03/13] KVM: arm64: Replace timer context vcpu pointer with timer_id
` [PATCH 05/13] KVM: arm64: Add timer UAPI workaround to sysreg infrastructure
` [PATCH 08/13] KVM: arm64: Move CNT*CT_EL0 userspace accessors to generic infrastructure

[PATCH kvmtool 00/15] arm64: Handle PSCI calls in userspace
 2025-09-30 10:37 UTC  (18+ messages)
` [PATCH kvmtool v4 01/15] Allow pausing the VM from vcpu thread
` [PATCH kvmtool v4 02/15] update_headers: arm64: Track psci.h for PSCI definitions
` [PATCH kvmtool v4 03/15] update headers: Linux v6.17-rc7
` [PATCH kvmtool v4 04/15] Import arm-smccc.h from Linux 6.16-rc1
` [PATCH kvmtool v4 04/15] Import arm-smccc.h from Linux 6.17-rc7
` [PATCH kvmtool v4 05/15] arm64: Stash kvm_vcpu_init for later use
` [PATCH kvmtool v4 06/15] arm64: Use KVM_SET_MP_STATE ioctl to power off non-boot vCPUs
` [PATCH kvmtool v4 07/15] arm64: Expose ARM64_CORE_REG() for general use
` [PATCH kvmtool v4 08/15] arm64: Add support for finding vCPU for given MPIDR
` [PATCH kvmtool v4 09/15] arm64: Add skeleton implementation for PSCI
` [PATCH kvmtool v4 10/15] arm64: psci: Implement CPU_SUSPEND
` [PATCH kvmtool v4 11/15] arm64: psci: Implement CPU_ON
` [PATCH kvmtool v4 12/15] arm64: psci: Implement AFFINITY_INFO
` [PATCH kvmtool v4 13/15] arm64: psci: Implement MIGRATE_INFO_TYPE
` [PATCH kvmtool v4 14/15] arm64: psci: Implement SYSTEM_{OFF,RESET}
` [PATCH kvmtool v4 15/15] arm64: smccc: Start sending PSCI to userspace

[PATCH] LoongArch: KVM: Get VM PMU capability from HW GCFG register
 2025-09-30  9:37 UTC 

[PATCH] LoongArch: KVM: Set page with write privilege if dirty track disabled
 2025-09-30  9:17 UTC 

[PATCH net-next v6 0/9] vsock: add namespace support to vhost-vsock
 2025-09-30  8:58 UTC  (7+ messages)
` [PATCH net-next v6 7/9] selftests/vsock: improve logging in vmtest.sh
` [PATCH net-next v6 8/9] selftests/vsock: invoke vsock_test through helpers
` [PATCH net-next v6 9/9] selftests/vsock: add namespace tests

[RFC PATCH v2 00/18] iommu/riscv: Add irqbypass support
 2025-09-30  8:26 UTC  (5+ messages)
` [RFC PATCH v2 01/18] genirq/msi: Provide DOMAIN_BUS_MSI_REMAP
` [RFC PATCH v2 02/18] iommu/riscv: Move struct riscv_iommu_domain and info to iommu.h

[PATCH 00/35] memory: QOM-ify AddressSpace
 2025-09-30  8:06 UTC  (5+ messages)

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

[PATCH v2] RISC-V: KVM: Transparent huge page support
 2025-09-30  7:20 UTC 

[PATCH v9 0/2] update live migration configuration region
 2025-09-30  7:01 UTC  (7+ messages)
` [PATCH v9 2/2] hisi_acc_vfio_pci: adapt to new migration configuration

[PATCH v3 0/5] KVM: SVM: Add Page Modification Logging (PML) support
 2025-09-30  6:02 UTC  (5+ messages)
` [PATCH v3 5/5] KVM: SVM: Add Page modification logging support

[PATCH v5 1/5] mm: introduce num_pages_contiguous()
 2025-09-30  3:36 UTC  (4+ messages)

[PATCH 0/2] VMSCAPE optimization for BHI variant
 2025-09-30  1:22 UTC  (2+ messages)

[PATCH 00/15] system/physmem: Remove cpu_physical_memory _is_io() and _rw()
 2025-09-29 18:32 UTC  (13+ messages)
` [PATCH 04/15] hw/s390x/sclp: Use address_space_memory_is_io() in sclp_service_call()
` [PATCH 05/15] system/physmem: Remove cpu_physical_memory_is_io()
` [PATCH 06/15] system/physmem: Pass address space argument to cpu_flush_icache_range()
` [PATCH 07/15] target/s390x/mmu: Replace [cpu_physical_memory -> address_space]_rw()
` [PATCH 08/15] target/i386/whpx: Replace legacy cpu_physical_memory_rw() call
` [PATCH 09/15] target/i386/kvm: "
` [PATCH 10/15] target/i386/nvmm: Inline cpu_physical_memory_rw() in nvmm_mem_callback
` [PATCH 11/15] hw/xen/hvm: Inline cpu_physical_memory_rw() in rw_phys_req_item()
` [PATCH 12/15] system/physmem: Un-inline cpu_physical_memory_read/write()
` [PATCH 13/15] system/physmem: Inline cpu_physical_memory_rw() and remove it
` [PATCH 14/15] hw/virtio/vhost: Replace legacy cpu_physical_memory_*map() calls
` [PATCH 15/15] hw/virtio/virtio: Replace legacy cpu_physical_memory_map() call


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