messages from 2026-09-01 03:57:42 to 2026-09-02 06:15:45 UTC [more...]
[PATCH 0/4] KVM: s390: replace page allocator calls with kzalloc()
2026-09-02 6:15 UTC (5+ messages)
` [PATCH 1/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for the STHYI buffer
` [PATCH 2/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for the STSI buffer
` [PATCH 3/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for the GIB
` [PATCH 4/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for sie_page2 and CMMA
[PATCH] KVM: riscv: selftests: Disable vector extension in build flags
2026-09-02 6:15 UTC
[RFC PATCH 00/19] vfio/pci: Handle PCI error recovery and report state to userspace
2026-09-02 6:06 UTC (42+ messages)
` [RFC PATCH 01/19] vfio/pci: Add PCI error recovery support state
` [RFC PATCH 02/19] vfio/pci: Serialize generic device lifetime with recovery
` [RFC PATCH 03/19] vfio/pci: Add PCI recovery access guards
` [RFC PATCH 04/19] vfio/pci: Serialize function reset with recovery
` [RFC PATCH 05/19] vfio/pci: Serialize config access "
` [RFC PATCH 06/19] vfio/pci: Serialize ioeventfd writes "
` [RFC PATCH 07/19] vfio/pci: Retry BAR faults after temporary recovery
` [RFC PATCH 08/19] vfio/pci: Serialize BAR and ROM access with recovery
` [RFC PATCH 09/19] vfio/pci: Serialize interrupt operations "
` [RFC PATCH 10/19] vfio/pci: Serialize hot reset "
` [RFC PATCH 11/19] vfio/pci: Serialize runtime PM "
` [RFC PATCH 12/19] vfio/pci: Serialize physical device information queries "
` [RFC PATCH 13/19] vfio/pci: Serialize DMA-BUF export "
` [RFC PATCH 14/19] vfio/pci: Add generic PCI error slot reset handling
` [RFC PATCH 15/19] vfio/pci: Add INTx helpers for PCI recovery
` [RFC PATCH 16/19] vfio/pci: Quiesce INTx during "
` [RFC PATCH 17/19] vfio/pci: Add generic PCI error resume handling
` [RFC PATCH 18/19] vfio/pci: Coordinate generic device access with host recovery
` [RFC PATCH 19/19] vfio/pci: Expose and enable host PCI error recovery
[PATCH v12 00/45] guest_memfd: In-place conversion support
2026-09-02 6:02 UTC (37+ messages)
` [PATCH v12 01/45] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v12 07/45] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()
` [PATCH v12 09/45] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v12 11/45] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v12 12/45] KVM: guest_memfd: Always fault from guest_memfd if in-place conversion is enabled
` [PATCH v12 13/45] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v12 14/45] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v12 15/45] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v12 18/45] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v12 23/45] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v12 43/45] KVM: selftests: Set up page size and alignment independently for guest_memfd
` [PATCH v12 44/45] KVM: selftests: Update private_mem_conversions_test for in-place conversions
[PATCH] mm/folio: EXPORT_SYMBOL_FOR_KVM(lru_cache_drain_for_folio)
2026-09-02 3:38 UTC
[PATCH v7 00/20] KVM: x86: Enable APX for guests
2026-09-02 3:26 UTC (29+ messages)
` [PATCH v7 01/20] KVM: x86: Extend VCPU registers for EGPRs
` [PATCH v7 02/20] KVM: VMX: Save guest EGPRs in VCPU cache
` [PATCH v7 03/20] KVM: x86: Support APX state for XSAVE ABI
` [PATCH v7 04/20] KVM: VMX: Refactor VMX instruction information access
` [PATCH v7 05/20] KVM: VMX: Refactor instruction information decoding
` [PATCH v7 06/20] KVM: VMX: Remove unused control-register access defines
` [PATCH v7 07/20] KVM: VMX: Refactor register index retrieval from exit qualification
` [PATCH v7 08/20] KVM: VMX: Support instruction information extension
` [PATCH v7 09/20] KVM: nVMX: Propagate extended instruction information
` [PATCH v7 10/20] KVM: x86: Support EGPR accessing and tracking for emulator
` [PATCH v7 11/20] KVM: x86: Handle EGPR index and REX2-incompatible opcodes
` [PATCH v7 12/20] KVM: x86: Support REX2-prefixed opcode decode
` [PATCH v7 13/20] KVM: x86: Reject EVEX-prefixed instructions
` [PATCH v7 14/20] KVM: x86: Move KVM_SUPPORTED_{XCR0,XSS} into kvm_x86_vendor_init()
` [PATCH v7 15/20] KVM: x86: Guard valid XCR0.APX settings
` [PATCH v7 16/20] KVM: x86: Add APX to supported XCR0
` [PATCH v7 17/20] KVM: x86: Expose APX foundation feature to userspace
` [PATCH v7 18/20] KVM: x86: Expose APX sub-features "
` [PATCH v7 19/20] KVM: x86: selftests: Add APX state and ABI test
` [PATCH v7 20/20] KVM: x86: selftests: Add APX state handling and XCR0 sanity checks
[PATCH 0/5] target/i386: Add support for LASS
2026-09-02 2:40 UTC (3+ messages)
[PATCH] KVM: x86/pmu: Add mediated vPMU PerfMon v5 support
2026-09-02 0:44 UTC (11+ messages)
` [PATCH v2 11/16] KVM: x86/pmu: Emulate the GLOBAL_STATUS_SET and GLOBAL_INUSE MSRs
` [PATCH v2 12/16] KVM: x86/pmu: Populate CPUID.0AH:ECX fixed-counter bitmap
` [PATCH v2 13/16] KVM: x86/pmu: Factor out fixed counter control bit calculation
` [PATCH v2 14/16] KVM: x86/pmu: Ignore AnyThread bit if CPUID.0AH:EDX[15] is set
[PATCH v7 00/23] KVM: s390: Introduce arm64 KVM
2026-09-02 0:40 UTC (8+ messages)
` [PATCH v7 02/23] KVM: Make device name configurable
` [PATCH v7 03/23] KVM: Allow KVM implementations to switch off MMIO independent of Kconfig
` [PATCH v7 11/23] KVM: arm64: Share arm64 code with s390
[PATCH v3 0/4] KVM: TDX: Validate directly configurable CPUID bits
2026-09-02 0:33 UTC (23+ messages)
` [PATCH v3 1/4] KVM: TDX: Track configurable CPUID bits allowed by KVM
` [PATCH v3 2/4] KVM: TDX: Report CORE_CAPABILITIES as configurable
` [PATCH v3 3/4] KVM: TDX: Filter configurable CPUID bits
` [PATCH v3 4/4] KVM: TDX: Validate userspace CPUID input for KVM_TDX_INIT_VM
[PATCH 0/8] KVM: selftests: Add Zhaoxin CPU support
2026-09-02 0:20 UTC (5+ messages)
` [PATCH 1/8] KVM: selftests: Add Zhaoxin (ZX) CPU detection support
` [PATCH 7/8] KVM: selftests: nested_exceptions_test: Add Zhaoxin CPU support
[PATCH v7 7/7] KVM: SVM: Add Page modification logging support
2026-09-02 0:09 UTC (3+ messages)
` [PATCH v7.1] "
[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
2026-09-01 23:05 UTC (15+ messages)
[PATCH v5 0/4] s390/vfio-ap: Fix pre-existing bugs in vfio_ap device driver
2026-09-01 21:58 UTC (4+ messages)
` [PATCH v5 1/4] s390/vfio-ap: Fix leak of pinned NIB and registered NISC in vfio_ap_irq_enable/disable()
[PATCH 0/4] vfio: Fix cdev second-open and harden selftests
2026-09-01 21:53 UTC (5+ messages)
` [PATCH 1/4] vfio: Reject a second cdev open before mutating shared device state
` [PATCH 2/4] selftests/vfio: Wait out transient -EBUSY on open/bind
` [PATCH 3/4] selftests/vfio: Extend mix_and_match timeout to 90s
` [PATCH 4/4] selftests/vfio: Extend timeout for runner executions
[PATCH v2] KVM: x86: Restrict saved GPA writes to hardware write faults
2026-09-01 20:41 UTC (3+ messages)
[PATCH v10 21/21] KVM: x86: Use kernel timekeeping snapshot to get walltime+TSC
2026-09-01 19:33 UTC (3+ messages)
[PATCH v12 0/5] Add RMPOPT support
2026-09-01 19:20 UTC (5+ messages)
` [PATCH v12 4/5] x86/sev: Add support to perform RMP optimizations asynchronously
[PATCH v10 00/21] KVM: x86: Cleaning up the KVM clock mess, part 1
2026-09-01 19:17 UTC (3+ messages)
` [PATCH v10 21/21] KVM: x86: Use kernel timekeeping snapshot to get walltime+TSC
[PATCH] KVM: x86: Use active memslots for the per-vCPU MMIO cache
2026-09-01 19:13 UTC (3+ messages)
[PATCH v7 0/3] KVM: selftests: arm64: Improve diagnostics from set_id_regs
2026-09-01 18:50 UTC (4+ messages)
` [PATCH v7 1/3] KVM: selftests: arm64: Report set_id_reg reads of test registers as tests
` [PATCH v7 2/3] KVM: selftests: arm64: Report register reset tests individually
` [PATCH v7 3/3] KVM: selftests: arm64: Make set_id_regs bitfield validatity checks non-fatal
[PATCH v2 0/4] KVM: guest_memfd: fix NUMA selftests
2026-09-01 17:28 UTC (11+ messages)
` [PATCH v2 1/4] KVM: selftests: fix maxnode arguments in xapic_ipi_test
` [PATCH v2 2/4] KVM: selftests: use BITS_PER_TYPE() for NUMA masks
` [PATCH v2 3/4] KVM: selftests: add get_numa_mem_nodes()
` [PATCH v2 4/4] KVM: selftests: use allowed NUMA nodes in guest_memfd_test
[PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking
2026-09-01 17:22 UTC (11+ messages)
[PATCH v2 00/20] KVM: arm64 on s390 System Register Handling
2026-09-01 16:36 UTC (20+ messages)
` [PATCH v2 02/20] KVM: arm64: Extract number of sys_reg_desc into a constant
` [PATCH v2 03/20] arm64: sysreg: Define OSLSR_EL1_OSLK_MASK
` [PATCH v2 04/20] arm64: Share more arm64 headers with s390
` [PATCH v2 05/20] KVM: s390: arm64: Prepare for sharing more arm64 code
` [PATCH v2 06/20] KVM: arm64: Prepare sys_regs.c for sharing with s390
` [PATCH v2 07/20] KVM: arm64: Share more arm64 code "
` [PATCH v2 11/20] KVM: s390: arm64: Query Available Arm features
[kvm-unit-tests PATCH 0/2] lib: s390x: Add more snippet macros
2026-09-01 14:20 UTC (3+ messages)
` [kvm-unit-tests PATCH 1/2] lib: s390x: snippet: Add snippet declaration macro
` [kvm-unit-tests PATCH 2/2] lib: s390x: snippet: Add setup macro
[PATCH v12 09/16] KVM: arm64: define kvm_arch_gmem_supports_no_direct_map()
2026-09-01 14:05 UTC (2+ messages)
[PATCH] KVM: PPC: Fix callback check in kvmppc_gsm_refresh_info
2026-09-01 13:26 UTC
[RFC v3 00/24] Add Realm support to QEMU-VMM
2026-09-01 13:20 UTC (2+ messages)
[PATCH 0/4] igvm/sev: apply the IGVM guest policy before launch
2026-09-01 10:09 UTC (5+ messages)
` [PATCH 1/4] sev: rename set_guest_policy to set_id_block and remove dead policy code
` [PATCH 2/4] igvm: move set_id_block call into the SNP ID block directive handler
` [PATCH 3/4] i386/sev: convert the guest policy properties to custom accessors
` [PATCH 4/4] igvm/sev: forward the IGVM guest policy to the platform before launch
[PATCH] selftests: kvm: Check calloc() return in vcpu_get_reg_list()
2026-09-01 9:08 UTC
[PATCH] RISC-V: KVM: Preserve LCOFIP when checking pending interrupts
2026-09-01 8:18 UTC (2+ messages)
[PATCH 1/2] KVM: arm64: Return -EINVAL for an empty SMCCC filter range at base 0
2026-09-01 7:39 UTC (2+ messages)
` [PATCH 2/2] KVM: arm64: selftests: Test "
[syzbot] [kvm?] INFO: task hung in kvm_gmem_release
2026-09-01 7:33 UTC (2+ messages)
[PATCH v2] KVM: guest_memfd: take the invalidate lock when unbinding a dying file
2026-09-01 7:20 UTC
[RFC PATCH v2 0/4] Add KVM API for confidential guest live migration
2026-09-01 6:12 UTC (10+ messages)
` [RFC PATCH v2 2/4] KVM: x86: Add optional KVM_CAP_LIVE_MIGRATION and KVM_MIGRATE_CMD
` [RFC PATCH v2 3/4] KVM: x86: Add optional KVM_EXPORT_MEMORY and KVM_IMPORT_MEMORY
` [RFC PATCH v2 4/4] KVM: x86: Add optional KVM_EXPORT_VCPU and KVM_IMPORT_VCPU
[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
2026-09-01 4:45 UTC (7+ messages)
` [PATCH v16 14/45] KVM: arm64: CCA: Add basic infrastructure for creating a realm
` [PATCH v16 15/45] KVM: arm64: CCA: Don't expose unsupported capabilities for realm guests
` [PATCH v16 16/45] KVM: arm64: CCA: Allow passing the machine type in KVM creation
[PATCH] KVM: riscv: selftests: Dump sepc/scause/stval on vcpu_arch_dump()
2026-09-01 3:57 UTC
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