messages from 2026-04-17 09:37:37 to 2026-04-21 09:25:57 UTC [more...]
[PATCH v1 0/7] riscv: add Svnapot-based contiguous PTE support
2026-04-21 9:24 UTC (6+ messages)
` [PATCH 1/7] riscv: mm: split raw and public PTE helpers
` [PATCH 2/7] riscv/kvm: use raw PTE helpers for G-stage leaf PTEs
` [PATCH 3/7] riscv: mm: add Svnapot-aware contiguous PTE wrappers
` [PATCH 4/7] riscv: hugetlb: switch NAPOT mappings to raw PTE helpers
` [PATCH 5/7] riscv: add contiguous PTE range clearing helpers
[PATCH] KVM: Dynamically scale directed-yield retries in kvm_vcpu_on_spin()
2026-04-21 8:58 UTC (2+ messages)
[RFC PATCH 00/27] KVM: x86: Add a paranoid mode for CPUID verification
2026-04-21 7:55 UTC (11+ messages)
` [RFC PATCH 08/27] KVM: x86: Thread @kvm to KVM CPU capability helpers
` [RFC PATCH 09/27] KVM: x86: Use overlays of KVM CPU capabilities
` [RFC PATCH 10/27] KVM: x86: Use vendor-specific overlay flags instead of F_CPUID_DEFAULT
` [RFC PATCH 16/27] KVM: x86: Init allowed masks for basic CPUID range in paranoid mode
` [RFC PATCH 17/27] KVM: x86: Init allowed masks for extended "
CPU Lockups in KVM with deferred hrtimer rearming
2026-04-21 7:39 UTC (9+ messages)
[PATCH v2] KVM: irqfd: fix deadlock by moving synchronize_srcu out of resampler_lock
2026-04-21 5:12 UTC (4+ messages)
[PATCH v2 00/16] fs,x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
2026-04-21 3:17 UTC (28+ messages)
[PATCH v3 1/1] vfio/nvgrace-gpu: Add Blackwell-Next GPU readiness check via CXL DVSEC
2026-04-21 2:37 UTC (4+ messages)
[PATCH v3 00/27] KVM: combined patchset for MBEC/GMET support
2026-04-21 2:07 UTC (3+ messages)
[GIT PULL] KVM changes for Linux 7.1
2026-04-21 0:59 UTC (3+ messages)
[Bug 209155] KVM Linux guest with more than 1 CPU panics after commit 404d5d7bff0d419fe11c7eaebca9ec8f25258f95 on old CPU (Phenom x4)
2026-04-21 0:31 UTC
[PATCH kernel 4/9] dma/swiotlb: Stop forcing SWIOTLB for TDISP devices
2026-04-20 23:50 UTC (11+ messages)
[syzbot] [kvm?] [net?] [virt?] BUG: sleeping function called from invalid context in vhost_get_avail_idx
2026-04-20 22:09 UTC
[PATCH v2 16/16] KVM: x86: selftests: Add APX state handling and XCR0 sanity checks
2026-04-20 21:23 UTC (2+ messages)
` [PATCH kvm-unit-tests] x86: xsave: Add test case for emulation of APX instructions
[PATCH v3 00/19] KVM: selftests: Use kernel-style integer and g[vp]a_t types
2026-04-20 21:20 UTC (20+ messages)
` [PATCH v3 01/19] KVM: selftests: Use gva_t instead of vm_vaddr_t
` [PATCH v3 02/19] KVM: selftests: Use gpa_t instead of vm_paddr_t
` [PATCH v3 03/19] KVM: selftests: Use gpa_t for GPAs in Hyper-V selftests
` [PATCH v3 04/19] KVM: selftests: Use u64 instead of uint64_t
` [PATCH v3 05/19] KVM: selftests: Use s64 instead of int64_t
` [PATCH v3 06/19] KVM: selftests: Use u32 instead of uint32_t
` [PATCH v3 07/19] KVM: selftests: Use s32 instead of int32_t
` [PATCH v3 08/19] KVM: selftests: Use u16 instead of uint16_t
` [PATCH v3 09/19] KVM: selftests: Use s16 instead of int16_t
` [PATCH v3 10/19] KVM: selftests: Use u8 instead of uint8_t
` [PATCH v3 11/19] KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VM
` [PATCH v3 12/19] KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()
` [PATCH v3 13/19] KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()
` [PATCH v3 14/19] KVM: selftests: Rename translate_to_host_paddr() => translate_hva_to_hpa()
` [PATCH v3 15/19] KVM: selftests: Clarify that arm64's inject_uer() takes a host PA, not a guest PA
` [PATCH v3 16/19] KVM: selftests: Replace "vaddr" with "gva" throughout
` [PATCH v3 17/19] KVM: selftests: Replace "u64 gpa" with "gpa_t" throughout
` [PATCH v3 18/19] KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"
` [PATCH v3 19/19] KVM: selftests: Replace "paddr" with "gpa" throughout
[PATCH v2 00/10] KVM: selftests: Use kernel-style integer and g[vp]a_t types
2026-04-20 20:43 UTC (6+ messages)
` [PATCH v2 01/10] KVM: selftests: Use gva_t instead of vm_vaddr_t
` [PATCH v2 04/10] KVM: selftests: Use u64 instead of uint64_t
[PATCH] KVM: selftests: Add check_steal_time_uapi() implementation for LoongArch
2026-04-20 19:26 UTC
[PATCH net] vsock/virtio: fix MSG_ZEROCOPY pinned-pages accounting
2026-04-20 18:34 UTC (2+ messages)
pvclock time drifting backward
2026-04-20 17:26 UTC (8+ messages)
[RFC PATCH v4 0/7] KVM: pfncache: Add guest_memfd support to pfncache
2026-04-20 15:46 UTC (8+ messages)
` [RFC PATCH v4 1/7] KVM: pfncache: Resolve PFNs via kvm_gmem_get_pfn() for gmem-backed GPAs
` [RFC PATCH v4 2/7] KVM: pfncache: Obtain KHVA via vmap() for gmem with NO_DIRECT_MAP
` [RFC PATCH v4 3/7] KVM: Rename invalidate_begin to invalidate_start for consistency
` [RFC PATCH v4 4/7] KVM: pfncache: Rename invalidate_start() helper
` [RFC PATCH v4 5/7] KVM: pfncache: Invalidate on gmem invalidation and memattr updates
` [RFC PATCH v4 6/7] KVM: selftests: Test pfncache with gmem-backed memory
` [RFC PATCH v4 7/7] KVM: selftests: Test pfncache invalidation for "
[PATCH] vfio/pci: Don't export DMABUFs for unmappable BARs
2026-04-20 14:24 UTC (9+ messages)
[PATCH v7 0/4] KVM: arm64: PMU: Use multiple host PMUs
2026-04-20 13:53 UTC (16+ messages)
` [PATCH v7 1/4] KVM: arm64: PMU: Add kvm_pmu_enabled_counter_mask()
` [PATCH v7 2/4] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v7 3/4] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v7 4/4] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY
[PATCH AUTOSEL 7.0-6.1] KVM: x86: Check for injected exceptions before queuing a debug exception
2026-04-20 13:44 UTC (2+ messages)
[PATCH 6.6] KVM: nVMX: Fold requested virtual interrupt check into has_nested_events()
2026-04-20 13:21 UTC (2+ messages)
vfio/pci: Qualcomm PCIe WiFi devices drop link during FLR causing host AER crash
2026-04-20 12:49 UTC (4+ messages)
[PATCH 00/34] Add migration support to the MSHV accelerator
2026-04-20 12:02 UTC (40+ messages)
` [PATCH 01/34] target/i386/mshv: use arch_load/store_reg fns
` [PATCH 02/34] target/i386/mshv: use generic FPU/xcr0 state
` [PATCH 03/34] target/i386/mshv: impl init/load/store_vcpu_state
` [PATCH 04/34] accel/accel-irq: add AccelRouteChange abstraction
` [PATCH 05/34] accel/accel-irq: add generic begin_route_changes
` [PATCH 06/34] accel/accel-irq: add generic commit_route_changes
` [PATCH 07/34] accel/mshv: add irq_routes to state
` [PATCH 08/34] accel/mshv: update s->irq_routes in add_msi_route
` [PATCH 09/34] accel/mshv: update s->irq_routes in update_msi_route
` [PATCH 10/34] accel/mshv: update s->irq_routes in release_virq
` [PATCH 11/34] accel/mshv: use s->irq_routes in commit_routes
` [PATCH 12/34] accel/mshv: reserve ioapic routes on s->irq_routes
` [PATCH 13/34] accel/mshv: remove redundant msi controller
` [PATCH 14/34] target/i386/mshv: move apic logic into own file
` [PATCH 15/34] target/i386/mshv: remove redundant apic helpers
` [PATCH 16/34] target/i386/mshv: migrate LAPIC state
` [PATCH 17/34] target/i386/mshv: move msr code to arch
` [PATCH 18/34] accel/mshv: store partition proc features
` [PATCH 19/34] target/i386/mshv: expose msvh_get_generic_regs
` [PATCH 20/34] target/i386/mshv: migrate MSRs
` [PATCH 21/34] target/i386/mshv: migrate MTRR MSRs
` [PATCH 22/34] target/i386/mshv: migrate Synic SINT MSRs
` [PATCH 23/34] target/i386/mshv: migrate CET/SS MSRs
` [PATCH 24/34] target/i386/mshv: migrate SIMP and SIEFP state
` [PATCH 25/34] target/i386/mshv: migrate STIMER state
` [PATCH 26/34] accel/mshv: introduce SaveVMHandler
` [PATCH 27/34] accel/mshv: write synthetic MSRs after migration
` [PATCH 28/34] accel/mshv: migrate REFERENCE_TIME
` [PATCH 29/34] target/i386/mshv: migrate pending ints/excs
` [PATCH 30/34] target/i386: add de/compaction to xsave_helper
` [PATCH 31/34] target/i386/mshv: migrate XSAVE state
` [PATCH 32/34] target/i386/mshv: reconstruct hflags after load
` [PATCH 33/34] target/i386/mshv: migrate MP_STATE
` [PATCH 34/34] accel/mshv: enable dirty page tracking
[PATCH v1 00/27] KVM: s390: Introduce arm64 KVM
2026-04-20 10:57 UTC (2+ messages)
[kvm-unit-tests PATCH v2 0/4] s390x: Cleanup virtualization library
2026-04-20 8:44 UTC (5+ messages)
` [kvm-unit-tests PATCH v2 1/4] lib: s390x: Add function to get page root
` [kvm-unit-tests PATCH v2 2/4] lib: s390x: sie: Allocate physical guest memory via memalign
` [kvm-unit-tests PATCH v2 3/4] lib: s390x: sie: Memory rework
` [kvm-unit-tests PATCH v2 4/4] lib: s390x: snippet: Add function to create a guest of specific length
[PATCH 0/8] target/ppc: Forbid to use legacy ldst_phys() API
2026-04-20 6:55 UTC (13+ messages)
` [PATCH 1/8] hw/ppc/spapr: Un-inline rtas_load/store() helpers
` [PATCH 2/8] target/ppc: Factor common ppc_load_epr() helper out
` [PATCH 3/8] target/ppc/mmu: Remove unused hash32_store_hpte() helpers
` [PATCH 4/8] target/ppc/mmu: Restrict hash32_load_hpte() helpers scope
` [PATCH 5/8] target/ppc/mmu: Replace legacy ld/st_phys() -> address_space_ld/st()
[PATCH-for-11.0? 0/6] qom: Restrict compat properties API to system emulation
2026-04-20 6:39 UTC (3+ messages)
[PATCH v6 0/7] KVM: SVM: Add Page Modification Logging (PML) support
2026-04-20 6:38 UTC (3+ messages)
` [PATCH v6 7/7] KVM: SVM: Add Page modification logging support
[PATCH 7.2 v9 0/2] skip redundant sync IPIs when TLB flush sent them
2026-04-20 3:08 UTC (3+ messages)
` [PATCH 7.2 v9 1/2] mm/mmu_gather: prepare to skip redundant sync IPIs
` [PATCH 7.2 v9 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush
[RFC, PATCH 00/12] userfaultfd: working set tracking for VM guest memory
2026-04-19 14:33 UTC (10+ messages)
[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
2026-04-19 9:20 UTC (14+ messages)
` [PATCH v2 03/31] x86/virt/tdx: Add tdx_page_array helpers for new TDX Module objects
` [PATCH v2 04/31] x86/virt/tdx: Support allocating contiguous pages for tdx_page_array
` [PATCH v2 05/31] x86/virt/tdx: Extend tdx_page_array to support IOMMU_MT
[PATCH v3 0/7] KVM: SEV: Don't advertise unusable VM types
2026-04-18 13:13 UTC (16+ messages)
` [PATCH v3 1/7] crypto/ccp: hoist kernel part of SNP_PLATFORM_STATUS
` [PATCH v3 2/7] crypto/ccp: export firmware supported vm types
` [PATCH v3 3/7] KVM: SEV: Set supported SEV+ VM types during sev_hardware_setup()
` [PATCH v3 4/7] KVM: SEV: Consolidate logic for printing state of SEV{,-ES,-SNP} enabling
` [PATCH v3 5/7] KVM: SEV: Don't advertise support for unusable VM types
` [PATCH v3 6/7] KVM: SEV: Don't advertise VM types that are disabled by firmware
[PATCH v4 4/6] KVM: x86/pmu: Re-evaluate Host-Only/Guest-Only on nested SVM transitions
2026-04-17 22:51 UTC (12+ messages)
[PATCH v2 0/3] vfio/cdx: Fix interrupt trigger races and consolidate MSI state
2026-04-17 20:27 UTC (4+ messages)
` [PATCH v2 1/3] vfio/cdx: Fix NULL pointer dereference in interrupt trigger path
` [PATCH v2 2/3] vfio/cdx: Serialize VFIO_DEVICE_SET_IRQS with a per-device mutex
` [PATCH v2 3/3] vfio/cdx: Consolidate MSI configured state onto cdx_irqs
[RFC PATCH v5 00/45] TDX: Dynamic PAMT + S-EPT Hugepage
2026-04-17 20:01 UTC (4+ messages)
PUCK follow up: Trusted IO call details
2026-04-17 19:51 UTC (4+ messages)
[PATCH 1/2] vfio/pci: Set up VFIO barmap before creating a DMABUF
2026-04-17 19:11 UTC (4+ messages)
[PATCH v17 00/24] KVM: Enable mmap() for guest_memfd
2026-04-17 16:47 UTC (4+ messages)
` [PATCH v17 24/24] KVM: selftests: Add guest_memfd testcase to fault-in on !mmap()'d memory
[PATCH v2 00/20] vfio/pci: Add CXL Type-2 device passthrough support
2026-04-17 15:42 UTC (9+ messages)
` [PATCH v2 16/20] vfio/cxl: Register regions with VFIO layer
[PATCH v2] vfio: replace vfio->device_class with a const struct class
2026-04-17 15:28 UTC
[kvm-unit-tests PATCH v2 0/5] s390x: Add test for STFLE interpretive execution (format-2)
2026-04-17 15:28 UTC (7+ messages)
` [kvm-unit-tests PATCH v2 3/5] s390x: sclp: Rework sclp_facilities_setup() for simpler control flow
` [kvm-unit-tests PATCH v2 4/5] s390x: sclp: Add detection of alternate STFLE facilities
[PATCH 2/4] KVM: VFIO: use mutex guard in kvm_vfio_file_set_spapr_tce()
2026-04-17 13:31 UTC (4+ messages)
[RFC PATCH] KVM: s390: move some facilities from FACILITIES_KVM_CPUMODEL to FACILITIES_KVM
2026-04-17 12:02 UTC (3+ messages)
[PATCH v2 0/9] sched/kvm: Semantics-aware vCPU scheduling for oversubscribed KVM
2026-04-17 11:30 UTC (5+ messages)
[v5 0/3] KVM: irqchip: synchronize srcu only if needed
2026-04-17 10:26 UTC (6+ messages)
` [v5 1/3] KVM: setup empty irq routing when create vm
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox