kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-01 21:19:25 to 2025-10-07 13:31:58 UTC [more...]

[PATCH v2 0/9] target/i386: SEV: Add support for enabling VMSA SEV features
 2025-10-07 13:31 UTC  (5+ messages)
` [PATCH v2 6/9] target/i386: SEV: Add support for enabling debug-swap SEV feature
` [PATCH v2 8/9] target/i386: SEV: Add support for setting TSC frequency for Secure TSC

[PATCH v8 0/7] TDX host: kexec/kdump support
 2025-10-07 13:31 UTC  (18+ messages)
` [PATCH 4/7] x86/kexec: Disable kexec/kdump on platforms with TDX partial write erratum

[PATCH 0/3] accel/kvm: Cleanups around kvm_arch_put_registers()
 2025-10-07 13:30 UTC  (7+ messages)
` [PATCH 1/3] accel/kvm: Do not expect more then KVM_PUT_FULL_STATE
` [PATCH 2/3] accel/kvm: Introduce KvmPutState enum
` [PATCH 3/3] accel/kvm: Factor kvm_cpu_synchronize_put() out

[PATCH] KVM: use call_rcu instead of synchronize_srcu_expedited() for MMIO unregistration
 2025-10-07 12:48 UTC 

[PATCH] vfio: fix VFIO_IOMMU_UNMAP_DMA when end of range would overflow u64
 2025-10-07 11:48 UTC  (8+ messages)

[PATCH v2 0/2] KVM: SVM: Handle EferLmsleUnsupported
 2025-10-07  8:02 UTC  (5+ 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

REGRESSION on linux-next (next-20250919)
 2025-10-07  6:22 UTC  (6+ messages)

[PATCH] fs/resctrl: Fix MBM events being unconditionally enabled in mbm_event mode
 2025-10-07  1:23 UTC  (4+ messages)

[Bug 220631] New: kernel crash in kvm_intel module on Xeon Silver 4314s
 2025-10-07  1:21 UTC  (6+ messages)
` [Bug 220631] "

[PATCH v4 00/10] Error recovery for vfio-pci devices on s390x
 2025-10-06 21:35 UTC  (14+ messages)
` [PATCH v4 01/10] PCI: Avoid saving error values for config space
` [PATCH v4 04/10] s390/pci: Add architecture specific resource/bus address translation

[GIT PULL] Second batch of KVM changes for Linux 6.18
 2025-10-06 21:01 UTC  (2+ messages)

[PATCH v2 00/13] KVM: guest_memfd: MMAP and related fixes
 2025-10-06 20:19 UTC  (23+ messages)
` [PATCH v2 01/13] KVM: Rework KVM_CAP_GUEST_MEMFD_MMAP into KVM_CAP_GUEST_MEMFD_FLAGS
` [PATCH v2 02/13] KVM: guest_memfd: Add INIT_SHARED flag, reject user page faults if not set
` [PATCH v2 03/13] KVM: guest_memfd: Invalidate SHARED GPAs if gmem supports INIT_SHARED
` [PATCH v2 04/13] KVM: Explicitly mark KVM_GUEST_MEMFD as depending on KVM_GENERIC_MMU_NOTIFIER
` [PATCH v2 05/13] KVM: guest_memfd: Allow mmap() on guest_memfd for x86 VMs with private memory
` [PATCH v2 06/13] KVM: selftests: Stash the host page size in a global in the guest_memfd test
` [PATCH v2 07/13] KVM: selftests: Create a new guest_memfd for each testcase
` [PATCH v2 08/13] KVM: selftests: Add test coverage for guest_memfd without GUEST_MEMFD_FLAG_MMAP
` [PATCH v2 09/13] KVM: selftests: Add wrappers for mmap() and munmap() to assert success
` [PATCH v2 10/13] KVM: selftests: Isolate the guest_memfd Copy-on-Write negative testcase
` [PATCH v2 11/13] KVM: selftests: Add wrapper macro to handle and assert on expected SIGBUS
` [PATCH v2 12/13] KVM: selftests: Verify that faulting in private guest_memfd memory fails
` [PATCH v2 13/13] KVM: selftests: Verify that reads to inaccessible guest_memfd VMAs SIGBUS

[PATCH] vfio: Dump migration features under debugfs
 2025-10-06 19:46 UTC  (2+ messages)

[PATCH v5 0/5] vfio/type1: optimize vfio_pin_pages_remote() and vfio_unpin_pages_remote()
 2025-10-06 19:44 UTC  (2+ messages)

[PATCH v3 00/16] TDX: Enable Dynamic PAMT
 2025-10-06 19:34 UTC  (5+ messages)
` [PATCH v3 04/16] x86/virt/tdx: Allocate page bitmap for "

[PATCH AUTOSEL 6.17-6.12] perf/x86/intel: Add ICL_FIXED_0_ADAPTIVE bit into INTEL_FIXED_BITS_MASK
 2025-10-06 18:17 UTC 

[PATCH v6 13/39] accel: Move cpus_are_resettable() declaration to AccelClass
 2025-10-06 15:14 UTC  (3+ messages)

[PATCH 00/25] system/physmem: Extract API out of 'system/ram_addr.h' header
 2025-10-06 13:12 UTC  (6+ messages)
` [PATCH 03/25] hw/s390x/s390-stattrib: Include missing 'exec/target_page.h' header
` [PATCH 06/25] hw: Remove unnecessary 'system/ram_addr.h' header

[RFC PATCH 0/3] Add import export API for confidential guest live migration
 2025-10-06 11:35 UTC  (4+ messages)
` [RFC PATCH 1/3] Documentation: kvm: Add KVM_MIGRATE_CMD
` [RFC PATCH 2/3] Documentation: kvm: Add KVM_IMPORT/EXPORT_MEMORY
` [RFC PATCH 3/3] Documentation: kvm: Add KVM_IMPORT/EXPORT_VCPU

[PATCH v3 00/21] paravirt: cleanup and reorg
 2025-10-06  7:46 UTC  (4+ messages)
` [PATCH v3 06/21] sched: Move clock related paravirt code to kernel/sched
` [PATCH v3 12/21] x86/paravirt: Move paravirt_sched_clock() related code into tsc.c
` [PATCH v3 21/21] x86/pvlocks: Move paravirt spinlock functions into own header

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

[PULL 03/75] linux-headers: Update to Linux v6.17-rc1
 2025-10-05 19:16 UTC  (3+ messages)
` [PULL 16/75] acpi/ghes: Cleanup the code which gets ghes ged state
` [PULL 20/75] acpi/ghes: don't hard-code the number of sources for HEST table

[RFC PATCH 0/7] vfio: Add alias region uapi for device feature
 2025-10-05 10:16 UTC  (3+ messages)

[RFC PATCH v2 00/18] iommu/riscv: Add irqbypass support
 2025-10-05  8:47 UTC  (19+ messages)
` [RFC PATCH v2 05/18] iommu/riscv: Prepare to use MSI table
` [RFC PATCH v2 06/18] iommu/riscv: Implement MSI table management functions
` [RFC PATCH v2 07/18] iommu/riscv: Export phys_to_ppn and ppn_to_phys
` [RFC PATCH v2 09/18] iommu/dma: enable IOMMU_DMA for RISC-V
` [RFC PATCH v2 10/18] RISC-V: Define irqbypass vcpu_info
` [RFC PATCH v2 13/18] iommu/riscv: report iommu capabilities
` [RFC PATCH v2 14/18] RISC-V: KVM: Enable KVM_VFIO interfaces on RISC-V arch
` [RFC PATCH v2 16/18] vfio: enable IOMMU_TYPE1 for RISC-V
` [RFC PATCH v2 17/18] RISC-V: defconfig: Add VFIO modules

[GIT PULL] First batch of KVM changes for Linux 6.18
 2025-10-04 18:18 UTC  (2+ messages)

[GIT PULL] virtio,vhost: fixes, cleanups
 2025-10-04 18:18 UTC  (2+ messages)

[GIT PULL] VFIO updates for v6.18-rc1
 2025-10-04 18:18 UTC  (2+ messages)

[PATCH] KVM: use folio_nr_pages() instead of shift operation
 2025-10-04  3:02 UTC 

[GIT PULL] Please pull IOMMUFD subsystem changes
 2025-10-04  1:40 UTC  (2+ messages)

[PATCH v3 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-10-03 21:34 UTC  (2+ messages)

[PATCH v2 00/18] system/physmem: Extract API out of 'system/ram_addr.h' header
 2025-10-03 20:54 UTC  (16+ messages)
` [PATCH v2 03/18] hw/s390x/s390-stattrib: Include missing 'exec/target_page.h' header
` [PATCH v2 04/18] hw/vfio/listener: "
` [PATCH v2 06/18] hw: Remove unnecessary 'system/ram_addr.h' header
` [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 v4 00/17] system/physmem: Remove cpu_physical_memory _is_io() and _rw()
 2025-10-03 20:42 UTC  (21+ 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 v3 0/5] system/ramblock: Sanitize header
 2025-10-03 20:37 UTC  (8+ 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"

[PATCH 1/6] KVM: guest_memfd: Add DEFAULT_SHARED flag, reject user page faults if not set
 2025-10-03 20:30 UTC  (18+ messages)

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2025-10-03 17:23 UTC  (3+ messages)
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[PATCH] KVM: x86: Drop "cache" from user return MSR setter that skips WRMSR
 2025-10-03 16:53 UTC  (6+ messages)

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-10-03 16:11 UTC  (28+ 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 29/51] mm: guestmem_hugetlb: Wrap HugeTLB as an allocator "
` [RFC PATCH v2 32/51] KVM: guest_memfd: Support guestmem_hugetlb as custom allocator
` [RFC PATCH v2 33/51] KVM: guest_memfd: Allocate and truncate from "
` [RFC PATCH v2 35/51] mm: guestmem_hugetlb: Add support for splitting and merging pages

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

[PATCH] KVM: x86: skip userspace IOAPIC EOI exit when Directed EOI is enabled
 2025-10-03 14:24 UTC  (4+ messages)

[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 "

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

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

[PATCH v10 00/43] arm64: Support for Arm CCA in KVM
 2025-10-02  9:35 UTC  (8+ messages)
` [PATCH v10 06/43] arm64: RME: Define the user ABI
` [PATCH v10 07/43] arm64: RME: ioctls to create and configure realms

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 


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