public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-12 20:03:15 to 2026-03-13 18:31:26 UTC [more...]

[PATCH v2 0/3] Add iommufd ioctls to support TSM operations
 2026-03-13 18:31 UTC  (6+ messages)
` [PATCH v2 1/3] iommufd/viommu: Allow associating a KVM VM fd with a vIOMMU

[PATCH] KVM: SVM: Add a helper to get LBR field pointer to dedup MSR accesses
 2026-03-13 18:23 UTC  (2+ messages)

[PATCH v3 0/7] KVM: SVM: Fixes for VMCB12 checks and mapping
 2026-03-13 18:17 UTC  (9+ messages)
` [PATCH v3 1/7] KVM: SVM: Drop RAX check for SVM instructions from the emulator
` [PATCH v3 2/7] KVM: SVM: Check that RAX has legal GPA on #GP interception of SVM insns
` [PATCH v3 3/7] KVM: SVM: Move RAX legality check to SVM insn interception handlers
` [PATCH v3 4/7] KVM: SVM: Treat mapping failures equally in VMLOAD/VMSAVE emulation
` [PATCH v3 5/7] KVM: nSVM: Fail emulation of VMRUN/VMLOAD/VMSAVE if mapping vmcb12 fails
` [PATCH v3 6/7] KVM: selftests: Rework svm_nested_invalid_vmcb12_gpa
` [PATCH v3 7/7] KVM: selftests: Drop 'invalid' from svm_nested_invalid_vmcb12_gpa's name

[PATCH v2 0/2] x86/fred: Fix SEV-ES/SNP guest boot failures
 2026-03-13 18:05 UTC  (16+ messages)
` [PATCH v2 1/2] x86/cpu: Disable CR pinning during CPU bringup

[PATCH v4 00/24] Runtime TDX Module update support
 2026-03-13 17:43 UTC  (30+ messages)
` [PATCH v4 04/24] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [PATCH v4 07/24] coco/tdx-host: Implement firmware upload sysfs ABI for TDX Module updates
` [PATCH v4 08/24] x86/virt/seamldr: Block TDX Module updates if any CPU is offline
` [PATCH v4 09/24] x86/virt/seamldr: Check update limit before TDX Module updates
` [PATCH v4 10/24] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v4 11/24] x86/virt/seamldr: Introduce skeleton for TDX Module updates

[PATCH 00/20] vfio/pci: Add CXL Type-2 device passthrough support
 2026-03-13 17:07 UTC  (27+ messages)
` [PATCH 02/20] cxl: Expose cxl subsystem specific functions for vfio
` [PATCH 03/20] cxl: Move CXL spec defines to public header
` [PATCH 04/20] cxl: Media ready check refactoring
` [PATCH 05/20] cxl: Expose BAR index and offset from register map
` [PATCH 06/20] vfio/cxl: Add UAPI for CXL Type-2 device passthrough
` [PATCH 08/20] vfio/pci: Add vfio-cxl Kconfig and build infrastructure
` [PATCH 09/20] vfio/cxl: Implement CXL device detection and HDM register probing
` [PATCH 10/20] vfio/cxl: CXL region management
` [PATCH 11/20] vfio/cxl: Expose DPA memory region to userspace with fault+zap mmap
` [PATCH 18/20] docs: vfio-pci: Document CXL Type-2 device passthrough

[PATCH 00/14] iommu: Add live update state preservation
 2026-03-13 16:58 UTC  (10+ messages)
` [PATCH 01/14] iommu: Implement IOMMU LU FLB callbacks
` [PATCH 02/14] iommu: Implement IOMMU core liveupdate skeleton

[PATCH v15 0/8] support FEAT_LSUI
 2026-03-13 16:51 UTC  (11+ messages)
` [PATCH v15 5/8] arm64: futex: support futex with FEAT_LSUI
` [PATCH v15 7/8] KVM: arm64: use CAST instruction for swapping guest descriptor

[PATCH v2 0/3] KVM: SEV: Add support for BTB Isolation
 2026-03-13 16:50 UTC  (3+ messages)
` [PATCH v2 3/3] KVM: SEV: Add support for SNP "

[PATCH RFC v3 00/43] guest_memfd: In-place conversion support
 2026-03-13 15:45 UTC  (45+ messages)
` [PATCH RFC v3 01/43] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH RFC v3 02/43] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH RFC v3 03/43] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH RFC v3 04/43] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH RFC v3 05/43] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH RFC v3 06/43] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH RFC v3 07/43] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v3 08/43] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH RFC v3 09/43] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v3 10/43] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH RFC v3 11/43] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH RFC v3 12/43] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH RFC v3 13/43] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH RFC v3 14/43] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH RFC v3 15/43] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH RFC v3 16/43] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH RFC v3 17/43] KVM: selftests: Update framework to use KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v3 18/43] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH RFC v3 19/43] KVM: selftests: Test using guest_memfd for guest private memory
` [PATCH RFC v3 20/43] KVM: selftests: Test basic single-page conversion flow
` [PATCH RFC v3 21/43] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH RFC v3 22/43] KVM: selftests: Test indexing in guest_memfd
` [PATCH RFC v3 23/43] KVM: selftests: Test conversion before allocation
` [PATCH RFC v3 24/43] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH RFC v3 25/43] KVM: selftests: Test precision of conversion
` [PATCH RFC v3 26/43] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH RFC v3 27/43] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH RFC v3 28/43] KVM: selftests: Test conversion with elevated page refcount
` [PATCH RFC v3 29/43] KVM: selftests: Reset shared memory after hole-punching
` [PATCH RFC v3 30/43] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH RFC v3 31/43] KVM: selftests: Provide common function to set memory attributes
` [PATCH RFC v3 32/43] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH RFC v3 33/43] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH RFC v3 34/43] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH RFC v3 35/43] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH RFC v3 36/43] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [PATCH RFC v3 37/43] KVM: selftests: Update private memory exits test work with per-gmem attributes
` [PATCH RFC v3 38/43] KVM: guest_memfd: Introduce default handlers for content modes
` [PATCH RFC v3 39/43] KVM: guest_memfd: Apply content modes while setting memory attributes
` [PATCH RFC v3 40/43] KVM: x86: Add support for applying content modes
` [PATCH RFC v3 41/43] KVM: x86: Support content mode ZERO for TDX
` [PATCH RFC v3 42/43] KVM: selftests: Allow flags to be specified in set_memory_attributes functions
` [PATCH RFC v3 43/43] KVM: selftests: Update tests to use flag-enabled library functions

[PATCH v4 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-13 15:41 UTC  (5+ messages)
` [PATCH v4 1/3] vfio/pci: Rename vfio_config_do_rw() to vfio_pci_config_rw_single() and export it
` [PATCH v4 2/3] vfio/ism: Implement vfio_pci driver for ISM devices
` [PATCH v4 3/3] MAINTAINERS: add VFIO ISM PCI DRIVER section

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-03-13 15:39 UTC  (16+ messages)
` [PATCH v2 07/22] vfio/pci: Notify PCI subsystem about devices preserved across Live Update
` [PATCH v2 10/22] vfio/pci: Skip reset of preserved device after "

[PATCH 00/27] Nested virtualization for KVM RISC-V
 2026-03-13 14:22 UTC  (11+ messages)
` [PATCH 04/27] RISC-V: KVM: Introduce common kvm_riscv_isa_check_host()
` [PATCH 05/27] RISC-V: KVM: Factor-out ISA checks into separate sources
` [PATCH 07/27] RISC-V: KVM: Add hideleg to struct kvm_vcpu_config
` [PATCH 08/27] RISC-V: KVM: Factor-out VCPU config into separate sources
` [PATCH 09/27] RISC-V: KVM: Don't check hstateen0 when updating sstateen0 CSR

[PATCH v1 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
 2026-03-13 14:01 UTC  (4+ messages)
` [PATCH v1 3/3] Introducing kvm_arch_set_irq_inatomic fast inject

[PATCH] target/arm/kvm: fall back if nested unsupported
 2026-03-13 13:59 UTC  (5+ messages)

[RFC v2 PATCH 00/10] vfio/pci: Add mmap() for DMABUFs
 2026-03-13 13:28 UTC  (5+ messages)
` [RFC v2 PATCH 06/10] vfio/pci: Remove vfio_pci_zap_bars()

[PATCH kvmtool 1/1] linux/virtio_pci.h: Include kernel.h to provide the __KERNEL_DIV_ROUND_UP define
 2026-03-13 13:05 UTC  (3+ messages)

[PATCH 0/4] KVM: VFIO: use mutex guards to simplify control flow
 2026-03-13 12:20 UTC  (5+ messages)
` [PATCH 1/4] KVM: VFIO: clean up control flow in kvm_vfio_file_add()
` [PATCH 2/4] KVM: VFIO: use mutex guard in kvm_vfio_file_set_spapr_tce()
` [PATCH 3/4] KVM: VFIO: deduplicate file release logic
` [PATCH 4/4] KVM: VFIO: update coherency only if file was deleted

[PATCH v3 0/2] RISC-V: KVM: Fix array out-of-bounds in firmware counter reads
 2026-03-13 11:22 UTC  (3+ messages)
` [PATCH v3 2/2] RISC-V: KVM: selftests: Fix firmware counter read in sbi_pmu_test

[PATCH net-next v8 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-03-13 10:35 UTC  (4+ messages)

[RFC PATCH 0/3] srcu: KVM: Add, export and use call_srcu_expedited()
 2026-03-13  8:51 UTC  (2+ messages)

[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
 2026-03-13  8:32 UTC  (10+ messages)
` [RFC PATCH v2 09/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH V3 0/4] KVM: X86: Correctly populate nested page fault injection error information
 2026-03-13  7:10 UTC  (5+ messages)
` [PATCH V3 1/4] KVM: x86: Widen x86_exception's error_code to 64 bits
` [PATCH V3 2/4] KVM: SVM: Fix nested NPF injection to set PFERR_GUEST_{PAGE,FINAL}_MASK
` [PATCH V3 3/4] KVM: VMX: Fix nested EPT violation injection of GVA_IS_VALID/GVA_TRANSLATED bits
` [PATCH V3 4/4] KVM: selftests: Add nested page fault injection test

[PATCH V2 0/4] KVM: X86: Correctly populate nested page fault
 2026-03-13  5:36 UTC  (5+ messages)
` [PATCH V2 2/4] KVM: SVM: Fix nested NPF injection to set PFERR_GUEST_{PAGE,FINAL}_MASK

[kvm-unit-tests PATCH 1/2] riscv: sbi: dbtr: fix enable trigger return code check
 2026-03-13  5:08 UTC  (2+ messages)
` [kvm-unit-tests PATCH 2/2] riscv: dbtr: Add initial API corner case / error handling tests

[PATCH v2 0/9] sched/kvm: Semantics-aware vCPU scheduling for oversubscribed KVM
 2026-03-13  1:13 UTC  (2+ messages)

[PATCH v2 00/16] KVM: x86: Enable APX for guests
 2026-03-13  1:05 UTC  (5+ messages)
` [PATCH v2 04/16] KVM: VMX: Introduce unified instruction info structure

[PATCH 2/3] KVM: x86: Skip IN_GUEST_MODE vCPUs in kvm_vcpu_on_spin main loop
 2026-03-13  1:02 UTC  (4+ messages)

[PATCH 0/7] KVM: x86: APX reg prep work
 2026-03-13  0:38 UTC  (6+ messages)
` [PATCH 4/7] KVM: x86: Add wrapper APIs to reset dirty/available register masks

[PATCH 0/5] KVM: SEV: Drop user-triggerable WARN clean up REG_REGION
 2026-03-13  0:33 UTC  (6+ messages)
` [PATCH 1/5] KVM: SEV: Drop WARN on large size for KVM_MEMORY_ENCRYPT_REG_REGION
` [PATCH 2/5] KVM: SEV: Drop useless sanity checks in sev_mem_enc_register_region()
` [PATCH 3/5] KVM: SEV: Disallow pinning more pages than exist in the system
` [PATCH 4/5] KVM: SEV: Use PFN_DOWN() to simplify "number of pages" math when pinning memory
` [PATCH 5/5] KVM: SEV: Use kvzalloc_objs() when pinning userpages

[PATCH v2] KVM: x86: Use gfn_to_pfn_cache for record_steal_time
 2026-03-13  0:17 UTC  (2+ messages)

[PATCH v2 0/2] KVM: x86: Syzkaller nested_run_pending defense
 2026-03-12 23:48 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86: Move nested_run_pending to kvm_vcpu_arch
` [PATCH v2 2/2] KVM: x86: Suppress WARNs on nested_run_pending after userspace exit

[PATCH v6 11/19] KVM: arm64: Context swap Partitioned PMU guest registers
 2026-03-12 22:39 UTC  (2+ messages)

[PATCH v6 06/19] perf: arm_pmuv3: Keep out of guest counter partition
 2026-03-12 22:39 UTC  (2+ messages)

[PATCH v6 04/19] perf: arm_pmuv3: Introduce method to partition the PMU
 2026-03-12 22:37 UTC  (2+ messages)

[PATCH v6 04/19] perf: arm_pmuv3: Introduce method to partition the PMU
 2026-03-12 22:37 UTC  (2+ messages)

[PATCH v6 16/19] KVM: arm64: Add vCPU device attr to partition the PMU
 2026-03-12 22:13 UTC  (2+ messages)

[PATCH v2 0/6] KVM: nSVM: Fix vmcb12 mapping failure handling
 2026-03-12 21:01 UTC  (4+ messages)
` [PATCH v2 2/6] KVM: nSVM: Simplify error handling of nested_svm_copy_vmcb12_to_cache()

[kvm-unit-tests PATCH v4 0/2] x86/svm: Add testing for L1 intercept bug
 2026-03-12 20:40 UTC  (3+ messages)
` [kvm-unit-tests PATCH v4 1/2] x86/svm: Add missing svm intercepts
` [kvm-unit-tests PATCH v4 2/2] x86/svm: Add unsupported instruction intercept test

[PATCH v2 00/16] fs,x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-03-12 20:37 UTC  (17+ messages)
` [PATCH v2 01/16] fs/resctrl: Add kernel mode (kmode) data structures and arch hook
` [PATCH v2 02/16] fs, x86/resctrl: Add architecture routines for kernel mode initialization
` [PATCH v2 03/16] fs/resctrl: Add info/kernel_mode file to show kernel mode options
` [PATCH v2 04/16] x86/resctrl: Support Privilege-Level Zero Association (PLZA)
` [PATCH v2 05/16] x86/resctrl: Initialize supported kernel modes when CPUID reports PLZA
` [PATCH v2 06/16] resctrl: Introduce kmode static key enable/disable helpers
` [PATCH v2 07/16] x86/resctrl: Add data structures and definitions for PLZA configuration
` [PATCH v2 08/16] x86/resctrl: Add per-CPU and per-task kernel mode state
` [PATCH v2 09/16] x86,fs/resctrl: Add the functionality to configure PLZA
` [PATCH v2 10/16] x86/resctrl: Add PLZA state tracking and context switch handling
` [PATCH v2 11/16] fs/resctrl: Add write handler for info/kernel_mode
` [PATCH v2 12/16] fs/resctrl: Add info/kernel_mode_assignment to show kernel-mode rdtgroup
` [PATCH v2 13/16] fs/resctrl: Add write interface for kernel_mode_assignment
` [PATCH v2 14/16] fs/resctrl: Update kmode configuration when cpu_mask changes
` [PATCH v2 15/16] x86/resctrl: Refactor show_rdt_tasks() to support PLZA tasks
` [PATCH v2 16/16] fs/resctrl: Add per-task kmode enable support via rdtgroup

[PATCH V1 vfio 0/6] Add support for PRE_COPY initial bytes re-initialization
 2026-03-12 20:16 UTC  (5+ messages)
` [PATCH V1 vfio 6/6] vfio/mlx5: Add REINIT support to VFIO_MIG_GET_PRECOPY_INFO

[PATCH 0/5] Revoke supported SEV VM types
 2026-03-12 20:04 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 00/10] Improve test parity between SVM and VMX
 2026-03-12 20:03 UTC  (10+ messages)
` [kvm-unit-tests PATCH v3 02/10] x86/nSVM: Add test for NPT A/D bits
` [kvm-unit-tests PATCH v3 03/10] x86/svm: Add tests for APIC passthrough
` [kvm-unit-tests PATCH v3 04/10] x86/nSVM: Add tests for instruction interrupts
` [kvm-unit-tests PATCH v3 05/10] x86/svm: Add tests for PF exception testing
` [kvm-unit-tests PATCH v3 06/10] x86/svm: Extend NPT test coverage for different page table levels
` [kvm-unit-tests PATCH v3 07/10] x86/svm: Add NPT ignored bits test
` [kvm-unit-tests PATCH v3 08/10] x86/svm: Add testing for NPT permissions on guest page tables
` [kvm-unit-tests PATCH v3 09/10] x86/svm: Add event injection check tests
` [kvm-unit-tests PATCH v3 10/10] x86/svm: Add test for #UD when EFER.SVME=0


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