Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-08-21 03:12:12 to 2026-08-23 17:59:48 UTC [more...]

[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 v2 0/9] target/i386: Fix Hygon vendor-specific CPU behavior
 2026-08-23  9:32 UTC  (19+ 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] linux-headers: Update to include KVM_CAP_PPC_COMPAT_CAPS
 2026-08-23  5:59 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Protect noncoherent DMA zaps with SRCU
 2026-08-22 19:02 UTC 

[PATCH v2 0/3] KVM: selftests: arm64: Make sea_to_user skip cleanly
 2026-08-22 17:58 UTC  (2+ messages)

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

[PATCH v3 37/49] monitor: tighten monitor_printf*()
 2026-08-22 13:32 UTC  (4+ messages)

[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 0/6] Enable TDX module extensions
 2026-08-22  0:01 UTC  (16+ 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 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  (16+ 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 5/7] KVM: VMX: Factor out wakeup list handling code to KVM
` [PATCH v4 6/7] KVM: SVM: Add support for AMD IOMMU Guest APIC Physical Processor Interrupt (GAPPI)
` [PATCH v4 7/7] iommu/amd: Provide kernel command line option to enable 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 v2 0/4] Stop returning struct page from guest_memfd PFN lookup
 2026-08-21 13:36 UTC  (10+ messages)
` [PATCH v2 3/4] KVM: SEV: Drop page refcount early in VMSA reload
` [PATCH v2 4/4] KVM: guest_memfd: Stop returning struct page from PFN lookup

[PATCH 0/7] KVM: SVM: Enable FRED support
 2026-08-21 13:28 UTC  (7+ messages)
` [PATCH 7/7] KVM: SVM: Enable save/restore of FRED MSRs

[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 v10 00/41] guest_memfd: In-place conversion support
 2026-08-21 12:30 UTC  (4+ messages)
` [PATCH v10 40/41] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd

[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  (3+ messages)

[PATCH v2 00/13] x86/msr: Drop 32-bit MSR interfaces
 2026-08-21 10:57 UTC  (6+ messages)
` [PATCH v2 12/13] treewide: convert rdmsrq() from a macro to an inline function
` [PATCH v2 13/13] x86/msr: Simplify some rdmsrq() use cases
  ` [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  (7+ messages)
` [PATCH v7 1/3] vhost: invalidate vring access on IOTLB transitions
` [PATCH v7 2/3] vhost/vsock: discard IOTLB when ACCESS_PLATFORM is cleared
` [PATCH v7 3/3] vhost/net: "

[PATCH] RISC-V: KVM: Serialize IMSIC attributes with vCPU migration
 2026-08-21  5:17 UTC  (4+ messages)

[PATCH v14 00/22] TDX KVM selftests
 2026-08-21  5:16 UTC  (3+ messages)
` [PATCH v14 08/22] KVM: selftests: Add TDX boot code


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