kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-08-21 08:05:58 to 2026-08-24 14:38:26 UTC [more...]

[kvm-unit-tests GIT PULL 00/13] s390x: stflei test, fixes and sie lib rework
 2026-08-24 14:35 UTC  (14+ messages)
` [kvm-unit-tests GIT PULL 01/13] lib: s390x: Add function to get page root
` [kvm-unit-tests GIT PULL 02/13] lib: s390x: sie: Allocate physical guest memory via memalign
` [kvm-unit-tests GIT PULL 03/13] lib: s390x: sie: Memory rework
` [kvm-unit-tests GIT PULL 04/13] lib: s390x: snippet: Add function to create a guest of specific length
` [kvm-unit-tests GIT PULL 05/13] s390x: snippets: Add reset_guest() to lib
` [kvm-unit-tests GIT PULL 06/13] s390x: sclp: Remove unnecessary padding from struct sclp_facilities
` [kvm-unit-tests GIT PULL 07/13] s390x: sclp: Check sclp byte before reading feature bits
` [kvm-unit-tests GIT PULL 08/13] s390x: sclp: Use sclp_feat_check directly to read DIAG318 feature bit
` [kvm-unit-tests GIT PULL 09/13] s390x: sclp: Add detection of alternate STFLE facilities
` [kvm-unit-tests GIT PULL 10/13] s390x: Add test for STFLE interpretive execution (format-2)
` [kvm-unit-tests GIT PULL 11/13] s390x: stsi: regression test for the STSI 3.2.2 count clamp
` [kvm-unit-tests GIT PULL 12/13] s390x: unittests: Reenable tcg for migration tests
` [kvm-unit-tests GIT PULL 13/13] s390x: skey: Fence TCG protection checks

[PATCH v2 0/6] KVM: s390: Even more misc fixes
 2026-08-24 14:25 UTC  (4+ messages)
` [PATCH v2 1/6] KVM: s390: Fix dirty marking in adapter_indicators_set*()

[PATCH] vfio: Use file-based reference counting for KVM
 2026-08-24 13:43 UTC  (2+ messages)

[PATCH 0/4] Fix pre-existing bugs in vfio_ap device driver
 2026-08-24 14:14 UTC  (9+ messages)
` [PATCH 1/4] s390/vfio-ap: Fix leak of pinned NIB and registered NISC in vfio_ap_irq_enable()
` [PATCH 2/4] s390/vfio-ap: Fix failure to release IRQ notification eventfd contexts
` [PATCH 3/4] s390/vfio-ap: Fix unbounded loop in apq_reset_check()
` [PATCH 4/4] s390/vfio-ap: Use AP_DOMAINS for adm_add bitmap size in vfio_ap_mdev_cfg_add()

[PATCH] KVM: SVM: Clear VMCB save area instead of entire VMCB on shutdown intercept
 2026-08-24 13:51 UTC  (2+ messages)

[PATCH v3 31/49] monitor: change HMPCommand cmd to take MonitorHMP
 2026-08-24 13:30 UTC  (6+ messages)
` [PATCH v3 37/49] monitor: tighten monitor_printf*()

[PATCH v5 0/8] KVM: nSVM: Enable DecodeAssists for nested guests
 2026-08-24 13:11 UTC  (10+ messages)
` [PATCH v5 1/8] KVM: x86: Add helper to provide intercept linear addresses
` [PATCH v5 2/8] KVM: nSVM: Synthesize DecodeAssists EXITINFO for emulated intercepts
` [PATCH v5 3/8] KVM: nSVM: Track fresh hardware DecodeAssist bytes
` [PATCH v5 4/8] KVM: nSVM: Propagate hardware DecodeAssist bytes to VMCB12
` [PATCH v5 5/8] KVM: nSVM: Use emulator bytes for synthesized nested #NPF
` [PATCH v5 6/8] KVM: nSVM: Fetch missing DecodeAssist bytes for synthesized #NPF/#PF
` [PATCH v5 7/8] KVM: nSVM: Advertise DecodeAssists to L1
` [PATCH v5 8/8] KVM: selftests: Add nested SVM DecodeAssists test

[PATCH v5 0/5] mm: Fix MF_DELAYED handling on memory failure
 2026-08-24 13:00 UTC  (9+ messages)
` [PATCH v5 1/5] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH v5 2/5] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
` [PATCH v5 3/5] mm: shmem: Update shmem handler to the MF_DELAYED definition
` [PATCH v5 4/5] mm: memory_failure: Generalize extra_pins handling to all MF_DELAYED cases
` [PATCH v5 5/5] mm: selftests: Add shmem into memory failure test

[PATCH 0/6] Enable TDX module extensions
 2026-08-24 12:22 UTC  (21+ messages)
` [PATCH 1/6] x86/virt/tdx: Wrap TDH.SYS.CONFIG/UPDATE operations in helpers
` [PATCH 2/6] x86/virt/tdx: Configure add-on features on TDX module init and update
` [PATCH 3/6] x86/virt/tdx: Detect if the extensions initialization is required
` [PATCH 4/6] x86/virt/tdx: Add extra memory to TDX module for the extensions
` [PATCH 5/6] x86/virt/tdx: Make TDX module initialize "
` [PATCH 6/6] x86/virt/tdx: Re-initialize the extensions on runtime TDX module update

[PATCH] KVM: x86/xen: Fix data race on poll event channel
 2026-08-24 11:43 UTC 

[PATCH] linux-headers: Update to include KVM_CAP_PPC_COMPAT_CAPS
 2026-08-24 11:15 UTC  (5+ messages)

[PATCH] KVM: x86/mmu: Protect noncoherent DMA zaps with SRCU
 2026-08-24  9:50 UTC  (2+ messages)

[PATCH RFC 00/12] guest_memfd: support in-place memory conversion
 2026-08-24  9:07 UTC  (4+ messages)

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-24  9:05 UTC  (6+ messages)
` [PATCH v10 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v10 40/41] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd

[PATCH v3 2/2] KVM: x86: Add limit check to IDT in __emulate_int_real()
 2026-08-24  8:45 UTC  (2+ messages)

[PATCH v2 0/2] hisi_acc_vfio_pci: fix two driver issues
 2026-08-24  8:42 UTC  (4+ messages)
` [PATCH v2 1/2] hisi_acc_vfio_pci: fix live migration enable conditions for PF passthrough
` [PATCH v2 2/2] hisi_acc_vfio_pci: reject live migration on 64KB page with QM_HW_V3 hardware

[PATCH v2] KVM: PPC: Book3S HV: Don't drop pending doorbell across L2 entry
 2026-08-24  7:21 UTC  (3+ messages)

[PATCH 0/7] KVM: SVM: Enable FRED support
 2026-08-24  6:30 UTC  (8+ messages)
` [PATCH 7/7] KVM: SVM: Enable save/restore of FRED MSRs

[PATCH v9 00/22] Enable FRED with KVM VMX
 2026-08-24  6:21 UTC  (2+ messages)

[PATCH v3 00/10] target/i386: Fix Hygon vendor-specific CPU behavior
 2026-08-24  5:40 UTC  (15+ messages)
` [PATCH v3 01/10] target/i386: Sync AMD CPUID aliases for Hygon
` [PATCH v3 02/10] target/i386: Hide Intel cache CPUID leaves "
` [PATCH v3 03/10] target/i386: Hide ARCH_CAPABILITIES "
` [PATCH v3 04/10] target/i386/kvm: Use AMD MCE status encoding "
` [PATCH v3 05/10] target/i386/kvm: Classify PMU vendor families
` [PATCH v3 06/10] target/i386/kvm: Use AMD PMU MSR paths for Hygon
` [PATCH v3 07/10] target/i386: Do not broadcast injected MCEs "
` [PATCH v3 08/10] hw/i386: Reserve AMD IOMMU HT GPA range "
` [PATCH v3 09/10] target/i386: Use AMD legacy cache fallback "
` [PATCH v3 10/10] target/i386: Use AMD ucode-rev default "

[PATCH v2 0/9] target/i386: Fix Hygon vendor-specific CPU behavior
 2026-08-24  5:05 UTC  (20+ messages)
` [PATCH v2 1/9] target/i386: Sync AMD CPUID aliases for Hygon
` [PATCH v2 2/9] target/i386: Hide Intel cache CPUID leaves "
` [PATCH v2 3/9] target/i386: Hide ARCH_CAPABILITIES "
` [PATCH v2 4/9] target/i386/kvm: Use AMD MCE status encoding "
` [PATCH v2 5/9] target/i386/kvm: Use AMD PMU MSR paths "
` [PATCH v2 6/9] target/i386: Do not broadcast injected MCEs "
` [PATCH v2 7/9] hw/i386: Reserve AMD IOMMU HT GPA range "
` [PATCH v2 8/9] target/i386: Use AMD legacy cache fallback "
` [PATCH v2 9/9] target/i386: Use AMD ucode-rev default "

[PATCH v2 0/4] Stop returning struct page from guest_memfd PFN lookup
 2026-08-24  4:27 UTC  (7+ messages)
` [PATCH v2 3/4] KVM: SEV: Drop page refcount early in VMSA reload

[PATCH RFC 0/2] Fix KVM guest scheduling accounting issue related to stealtime
 2026-08-24  1:26 UTC  (3+ messages)
` [PATCH RFC 1/2] KVM: x86: Update stealtime before clearing preempted state
` [PATCH RFC 2/2] sched/core: Defer preempted remote vCPU task clock updates

[PATCH v2 0/3] KVM: selftests: arm64: Make sea_to_user skip cleanly
 2026-08-23 18:57 UTC  (6+ messages)
` [PATCH v2 2/3] KVM: selftests: arm64: Skip sea_to_user without 1GB hugepages
` [PATCH v2 3/3] KVM: selftests: arm64: Skip sea_to_user when EINJ places no poison

[PATCH net v3 0/2] vsock: validate packet sources after bound lookup fallback
 2026-08-23 17:58 UTC  (3+ messages)
` [PATCH net v3 1/2] vsock/virtio: validate packet source for connected sockets
` [PATCH net v3 2/2] vsock/vmci: "

[PATCH v3 0/5] KVM: arm64: fix VGICv3 redistributor rollback
 2026-08-23 15:39 UTC  (7+ messages)
` [PATCH v3 1/5] KVM: arm64: vgic-v3: Undo assignment on iodev registration failure
` [PATCH v3 2/5] KVM: arm64: vgic-v3: Reset redistributors after failed region setup
` [PATCH v3 3/5] KVM: arm64: vgic-v3: Separate redistributor teardown from unassignment
` [PATCH v3 4/5] KVM: arm64: selftests: Pass guest code to vm_gic_create_with_vcpus()
` [PATCH v3 5/5] KVM: arm64: selftests: Test VGICv3 redistributor region retry

[PATCH 0/5] KVM: guest_memfd: fix unbind race and NUMA selftests
 2026-08-23 14:22 UTC  (9+ messages)
` [PATCH 1/5] KVM: guest_memfd: take the invalidate lock when unbinding a dying file
` [PATCH 2/5] KVM: selftests: fix maxnode arguments in xapic_ipi_test
` [PATCH 3/5] KVM: selftests: use BITS_PER_TYPE() for NUMA masks
` [PATCH 4/5] KVM: selftests: add get_numa_mem_nodes()
` [PATCH 5/5] KVM: selftests: use allowed NUMA nodes in guest_memfd_test

[PATCH net] vsock/virtio: flush works in dependency order
 2026-08-22 16:45 UTC 

[PATCH v8] vhost: invalidate vring access on IOTLB transitions
 2026-08-22  9:21 UTC  (2+ messages)

[PATCH v2 0/5] KVM: arm64: fix VGICv3 redistributor rollback
 2026-08-22  8:40 UTC  (5+ messages)
` [PATCH v2 3/5] KVM: arm64: vgic-v3: Unregister redistributors before freeing regions

[PATCH v4 0/9] KVM: nSVM: Enable DecodeAssists for nested guests
 2026-08-22  1:31 UTC  (6+ messages)
` [PATCH v4 4/9] KVM: nSVM: Propagate hardware DecodeAssist bytes to VMCB12

[PATCH v4 00/27] vfio/pci: Add CXL Type-2 device passthrough support
 2026-08-22  1:22 UTC  (4+ messages)
` [PATCH v4 01/27] cxl: Fix resource.c include path and export cxl_restore_hdm_after_pci_reset

[PATCH 00/23] perf/KVM: Support PMU partitioning for x86 platforms
 2026-08-21 22:20 UTC  (24+ messages)
` [PATCH 01/23] perf/x86/intel: Guard counter masks against zero counters
` [PATCH 02/23] perf, perf/x86: Pass partition mask from KVM to perf/x86
` [PATCH 03/23] perf/x86: Add GUEST_PMU states for PMU partitioning
` [PATCH 04/23] perf/x86: Split host/guest PMI handling under "
` [PATCH 05/23] perf/x86: Allow exclude_host events to run in non-root mode
` [PATCH 06/23] perf/x86: Restrict !exclude_guest events to host-owned counters
` [PATCH 07/23] perf/x86: Apply PMU partition mask on static constraints
` [PATCH 08/23] perf/x86: Export available PMU counters to sysfs
` [PATCH 09/23] perf: Skip exclude_guest events on PMU partitioned counters
` [PATCH 10/23] perf: Reschedule events across PMU partition transitions
` [PATCH 11/23] perf, perf/x86: Allow host !exclude_guest events in PMU partitioning
` [PATCH 12/23] KVM: x86/pmu: Add the perfmon_mask module parameter
` [PATCH 13/23] KVM: x86/pmu: Set up the PERFMON_MASK VMCS field
` [PATCH 14/23] KVM: x86/pmu, perf/x86: Update effective PMU partition mask
` [PATCH 15/23] KVM: x86/pmu: Relax MSR intercept policy under PerfMon masking
` [PATCH 16/23] KVM: x86/pmu: Handle FIXED_CTR_CTRL "
` [PATCH 17/23] KVM: x86/pmu: Handle GLOBAL_CTRL "
` [PATCH 18/23] KVM: x86/pmu: Handle GLOBAL_STATUS MSRs "
` [PATCH 19/23] KVM: x86/pmu: Always intercept GLOBAL_INUSE "
` [PATCH 20/23] KVM: x86/pmu: Request guest PMI for guest-induced PMIs
` [PATCH 21/23] KVM: x86/pmu: Enable PerfMon masking
` [PATCH 22/23] KVM: selftests: Fix PERF_METRICS test by checking FC3 availability
` [PATCH 23/23] KVM: selftests: Allow no general purpose counters on the host

[PATCH v3 0/4] Stop returning struct page from guest_memfd PFN lookup
 2026-08-21 21:50 UTC  (5+ messages)
` [PATCH v3 2/4] KVM: SEV: Drop page refcount early during RMP fault handling
` [PATCH v3 4/4] KVM: guest_memfd: Stop returning struct page from PFN lookup

[PATCH] x86/sev: Skip DR7 write during kexec when it would trigger an unserviceable #VC
 2026-08-21 20:14 UTC 

[RFC PATCH 0/1] vfio: circular locking dependency in pci_dev_reset_iommu_prepare()
 2026-08-21 19:46 UTC  (3+ messages)
` [RFC PATCH 1/1] selftests: vfio: Add mmap fault and device reset test

[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
 2026-08-21 17:38 UTC  (11+ messages)

[PATCH v4 0/7] Add support for AMD IOMMU GAPPI
 2026-08-21 16:15 UTC  (11+ messages)
` [PATCH v4 1/7] iommu/amd: KVM: SVM: Rename cpu to apicid in IOMMU interface
` [PATCH v4 2/7] iommu/amd: KVM: SVM: Rename ga_log_intr to wakeup_intr "
` [PATCH v4 3/7] iommu/amd: KVM: SVM: Add explicit vCPU running state to "
` [PATCH v4 4/7] iommu/amd: Program guest-mode IRTEs for GAPPI wakeup when IRTE[IsRun] = 0
` [PATCH v4 6/7] KVM: SVM: Add support for AMD IOMMU Guest APIC Physical Processor Interrupt (GAPPI)

[PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking
 2026-08-21 15:58 UTC  (11+ messages)

[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
 2026-08-21 15:34 UTC  (13+ messages)
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates

[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-08-21 14:05 UTC  (12+ messages)
` [PATCH v5 2/5] KVM: arm64: Add pre_fault_memory implementation

[PATCH] linux-headers: Update to Linux v7.3-rc1
 2026-08-21 13:50 UTC 

[PATCH v3 0/9] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-08-21 13:39 UTC  (3+ messages)

[PATCH v4 0/9] KVM: TDX: Enable VM-DoS Prevention Features for TDX
 2026-08-21 13:14 UTC  (5+ messages)

[PATCH v2] KVM: selftests: Replace ulong with unsigned long
 2026-08-21 12:45 UTC  (10+ messages)

[PATCH] KVM: selftests: Fix the bounds of the SEV debug dst buffer check
 2026-08-21 12:27 UTC  (3+ messages)

[PATCH] selftests/vfio: Include <libgen.h> for basename() on non-glibc builds
 2026-08-21 12:21 UTC 

[PATCH v2] srcu: Add try_synchronize_srcu() for callers which can prove readers absent
 2026-08-21 12:04 UTC 

[PATCH] srcu: Add try_synchronize_srcu() for callers which can prove readers absent
 2026-08-21 11:53 UTC  (2+ messages)

[PATCH v2 13/13] x86/msr: Simplify some rdmsrq() use cases
 2026-08-21 10:57 UTC  (2+ messages)
` [PATCH v3 "

[PATCH] KVM: TDX: Charge misc cgroup before allocating HKID
 2026-08-21  9:39 UTC 

[PATCH net v2] vsock/virtio: validate packet source for connected sockets
 2026-08-21  8:51 UTC  (2+ messages)

[PATCH v7 0/3] vhost: fix device IOTLB feature lifecycle
 2026-08-21  8:05 UTC  (5+ messages)
` [PATCH v7 2/3] vhost/vsock: discard IOTLB when ACCESS_PLATFORM is cleared
` [PATCH v7 3/3] vhost/net: "


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