public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-12 01:20:01 to 2026-03-13 00:34:05 UTC [more...]

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-03-13  0:33 UTC  (13+ 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 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 v3 0/7] KVM: SVM: Fixes for VMCB12 checks and mapping
 2026-03-13  0:10 UTC  (8+ 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] 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 00/14] iommu: Add live update state preservation
 2026-03-12 23:43 UTC  (7+ messages)
` [PATCH 01/14] iommu: Implement IOMMU LU FLB callbacks
` [PATCH 02/14] iommu: Implement IOMMU core liveupdate skeleton

[PATCH 00/20] vfio/pci: Add CXL Type-2 device passthrough support
 2026-03-12 22:55 UTC  (16+ messages)
` [PATCH 01/20] cxl: Introduce cxl_get_hdm_reg_info()
` [PATCH 02/20] cxl: Expose cxl subsystem specific functions for vfio
` [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 09/20] vfio/cxl: Implement CXL device detection and HDM register probing
` [PATCH 10/20] vfio/cxl: CXL region management

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

[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
 2026-03-12 21:59 UTC  (7+ messages)
` [RFC PATCH v2 09/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2

[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()

[PATCH v4 00/24] Runtime TDX Module update support
 2026-03-12 20:40 UTC  (42+ 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 v4 13/24] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v4 19/24] x86/virt/tdx: Update tdx_sysinfo and check features post-update
` [PATCH v4 23/24] x86/virt/tdx: Document TDX Module updates
` [PATCH v4 24/24] [NOT-FOR-REVIEW] x86/virt/seamldr: Save and restore current VMCS

[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  (8+ messages)
` [PATCH 1/5] kvm/sev: don't expose unusable "
` [PATCH 4/5] kvm/sev: mask off firmware unsupported vm types
` [PATCH 5/5] selftests/kvm: teach sev_*_test about revoking VM types

[kvm-unit-tests PATCH v3 00/10] Improve test parity between SVM and VMX
 2026-03-12 20:03 UTC  (11+ messages)
` [kvm-unit-tests PATCH v3 01/10] x86/svm: Fix virq_inject SVM test failure
` [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

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-12 19:33 UTC  (9+ messages)
` [PATCH 38/61] net: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 48/61] mtd: "

[PATCH] KVM: mmu_notifier: make mn_invalidate_lock non-sleeping for non-blocking invalidations
 2026-03-12 19:24 UTC  (6+ messages)

[PATCH] KVM: VMX: Eliminate warnings by sparse in vmcs12.c and hyperv_evmcs.c
 2026-03-12 19:09 UTC  (3+ messages)

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

[PATCH RFC v3 0/4] guest_memfd: Track amount of memory allocated on inode
 2026-03-12 19:00 UTC  (5+ messages)
` [PATCH RFC v3 2/4] KVM: guest_memfd: Set release always on guest_memfd mappings

[RFC v2 PATCH 00/10] vfio/pci: Add mmap() for DMABUFs
 2026-03-12 18:46 UTC  (11+ messages)
` [RFC v2 PATCH 01/10] vfio/pci: Set up VFIO barmap before creating a DMABUF
` [RFC v2 PATCH 02/10] vfio/pci: Clean up DMABUFs before disabling function
` [RFC v2 PATCH 03/10] vfio/pci: Add helper to look up PFNs for DMABUFs
` [RFC v2 PATCH 04/10] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA
` [RFC v2 PATCH 05/10] vfio/pci: Convert BAR mmap() to use a DMABUF
` [RFC v2 PATCH 06/10] vfio/pci: Remove vfio_pci_zap_bars()
` [RFC v2 PATCH 07/10] vfio/pci: Support mmap() of a VFIO DMABUF
` [RFC v2 PATCH 08/10] vfio/pci: Permanently revoke a DMABUF on request
` [RFC v2 PATCH 09/10] vfio/pci: Add mmap() attributes to DMABUF feature
` [RFC v2 PATCH 10/10] [RFC ONLY] selftests: vfio: Add standalone vfio_dmabuf_mmap_test

[PATCH 0/7] KVM: x86: APX reg prep work
 2026-03-12 18:33 UTC  (7+ messages)

[PATCH v15 0/8] support FEAT_LSUI
 2026-03-12 18:17 UTC  (8+ messages)
` [PATCH v15 4/8] arm64: futex: refactor futex atomic operation
` [PATCH v15 5/8] arm64: futex: support futex with FEAT_LSUI

[PATCH v16 0/8] support FEAT_LSUI
 2026-03-12 17:52 UTC  (9+ messages)
` [PATCH v16 1/8] arm64: cpufeature: add FEAT_LSUI
` [PATCH v16 2/8] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v16 3/8] KVM: arm64: kselftest: set_id_regs: add test for FEAT_LSUI
` [PATCH v16 4/8] arm64: futex: refactor futex atomic operation
` [PATCH v16 5/8] arm64: futex: support futex with FEAT_LSUI
` [PATCH v16 6/8] arm64: armv8_deprecated: disable swp emulation when FEAT_LSUI present
` [PATCH v16 7/8] KVM: arm64: use CAST instruction for swapping guest descriptor
` [PATCH v16 8/8] arm64: Kconfig: add support for LSUI

[PATCH 1/2] KVM: x86/mmu: Don't check old SPTE permissions when trying to unsync
 2026-03-12 17:35 UTC  (5+ messages)
` [PATCH 2/2] KVM: x86/mmu: KVM: x86/mmu: Skip unsync when large pages are allowed

[PATCH v2 1/6] KVM: SVM: Use maxphyaddr in emulator RAX check for VMRUN/VMLOAD/VMSAVE
 2026-03-12 16:19 UTC  (17+ messages)

[PATCH] KVM: optionally post write on ioeventfd write
 2026-03-12 16:12 UTC  (3+ messages)

[PATCH 00/21] Fixes and lock cleanup+hardening
 2026-03-12 16:03 UTC  (3+ messages)

[GIT PULL] KVM: x86 (and a PPC) fixes for 7.0-rc3+
 2026-03-12 15:50 UTC  (6+ messages)

[PATCH RFC v2 00/15] Add virtualization support for EGM
 2026-03-12 14:59 UTC  (6+ messages)

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-03-12 14:58 UTC  (9+ messages)
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events

[RFC PATCH v3 5/6] KVM: Rename mn_* invalidate-related fields to generic ones
 2026-03-12 14:33 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: Syzkaller nested_run_pending defense
 2026-03-12 14:22 UTC  (6+ messages)
` [PATCH 2/2] KVM: x86: Suppress WARNs on nested_run_pending after userspace exit

[PATCH net-next v8 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-03-12 14:21 UTC  (10+ messages)
` [PATCH net-next v8 1/4] tun/tap: add ptr_ring consume helper with netdev queue wakeup
` [PATCH net-next v8 2/4] vhost-net: wake queue of tun/tap after ptr_ring consume
` [PATCH net-next v8 3/4] ptr_ring: move free-space check into separate helper
` [PATCH net-next v8 4/4] tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present

[RFC PATCH v3 3/6] KVM: Rename invalidate_begin to invalidate_start for consistency
 2026-03-12 14:17 UTC  (2+ messages)

[RFC PATCH v3 0/6] KVM: pfncache: Add guest_memfd support to pfncache
 2026-03-12 14:02 UTC  (2+ messages)
` [RFC PATCH v3 0/6] KVM: pfncache: Add guest_memfd support to

[PATCH] target/i386: Fix dereferencing before null check
 2026-03-12 12:37 UTC 

[PATCH] KVM: x86: Add support for cmpxchg16b emulation
 2026-03-12 11:46 UTC  (3+ messages)

[PATCH v12 00/46] arm64: Support for Arm CCA in KVM
 2026-03-12 10:45 UTC  (8+ messages)
` [PATCH v12 06/46] arm64: RMI: Define the user ABI

[PATCH net-next v4] vsock: add G2H fallback for CIDs not owned by H2G transport
 2026-03-12 10:10 UTC  (2+ messages)

[PATCH] target/arm/kvm: fall back if nested unsupported
 2026-03-12  7:36 UTC  (4+ messages)

[PATCH] KVM: clear map->gfn in kvm_vcpu_unmap() to prevent stale validity checks
 2026-03-12  7:00 UTC  (3+ messages)

[PATCH 2/3] KVM: x86: Skip IN_GUEST_MODE vCPUs in kvm_vcpu_on_spin main loop
 2026-03-12  6:24 UTC  (6+ messages)
` [PATCH 3/3] KVM: x86: Use dynamic try count based on vCPU count

[PATCH 2/3] KVM: x86: Skip directed-yield targets that are not scheduled out
 2026-03-12  5:25 UTC 

[PATCH v2 1/3] cpu/bugs: Allow forcing Automatic IBRS with SNP enabled using spectre_v2=eibrs
 2026-03-12  3:41 UTC  (2+ messages)

[PATCH v3 0/2] RISC-V: KVM: Fix array out-of-bounds in firmware counter reads
 2026-03-12  1:20 UTC  (4+ messages)
` [PATCH v3 1/2] RISC-V: KVM: Fix array out-of-bounds in pmu_ctr_read() and pmu_fw_ctr_read_hi()
    `  "

[PATCH v4 0/2] RISC-V: KVM: Fix array out-of-bounds in firmware counter reads
 2026-03-12  1:19 UTC  (3+ messages)
` [PATCH v4 1/2] RISC-V: KVM: Fix array out-of-bounds in pmu_ctr_read() and pmu_fw_ctr_read_hi()
` [PATCH v4 2/2] RISC-V: KVM: selftests: Fix firmware counter read in sbi_pmu_test


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