messages from 2026-09-06 06:49:52 to 2026-09-08 10:33:42 UTC [more...]
[PATCH v2 0/8] KVM: SVM: Support direct setting of VMSA for SEV-SNP guests
2026-09-08 10:33 UTC (5+ messages)
` [PATCH v2 1/8] KVM: SEV: Document SNP direct VMSA userspace ABI
` [PATCH v2 2/8] KVM: SVM: Implement GET_AP_APIC_IDS NAE event
` [PATCH v2 3/8] KVM: SVM: Hold SRCU while reloading guest-owned VMSAs
` [PATCH v2 4/8] KVM: SEV: Add direct VMSA capability
[BUG] RISC-V: KVM: WARNING in mark_page_dirty_in_slot with dirty ring enabled
2026-09-08 9:58 UTC
[PATCH v17 0/7] firmware: arm_rmm: Add RMM v2.0 base RMI support
2026-09-08 9:58 UTC (25+ messages)
` [PATCH v17 1/7] firmware: arm_rmm: Add SMC definitions for calling the RMM
` [PATCH v17 2/7] firmware: arm_rmm: Check for RMI support at init
` [PATCH v17 3/7] firmware: arm_rmm: Configure the RMM with the host's page size
` [PATCH v17 4/7] firmware: arm_rmm: Add support for SRO
` [PATCH v17 5/7] firmware: arm_rmm: Activate the RMM
` [PATCH v17 6/7] firmware: arm_rmm: Ensure the RMM has GPT entries for memory
` [PATCH v17 7/7] firmware: arm_rmm: Add wrappers for Realm related RMI commands
[PATCH v3 0/4] KVM: TDX: Validate directly configurable CPUID bits
2026-09-08 9:42 UTC (2+ messages)
[PATCH v3 0/6] virtio: fix and add callback synchronization hooks
2026-09-08 8:31 UTC (17+ messages)
` [PATCH v3 1/6] virtio_ccw: fix synchronize_cbs() after interrupt fallback
` [PATCH v3 2/6] virtio_ccw: always take irq_lock in the classic interrupt handler
` [PATCH v3 3/6] remoteproc: implement synchronize_cbs() for virtio devices
` [PATCH v3 4/6] um: virtio_uml: implement synchronize_cbs()
` [PATCH v3 5/6] platform/mellanox: mlxbf-tmfifo: "
` [PATCH v3 6/6] virtio_vdpa: "
[RFC PATCH] vfio/pci: Block for the upstream bridge lock in vfio_pci_core_disable()
2026-09-08 8:29 UTC (2+ messages)
[PATCH v4 0/2] Add support for cmpxchg16b emulation
2026-09-08 8:21 UTC (5+ messages)
` [PATCH v4 1/2] x86/uaccess: Extend CMPXCHG user helpers to 128-bit operands
` [PATCH v4 2/2] KVM: x86: Add support for cmpxchg16b emulation
[PATCH 0/2] 52-bit VA guest mode ID support
2026-09-08 8:08 UTC (12+ messages)
` [PATCH 1/2] KVM: selftest: arm64: Support 5-level paging in stage 1 translation table
` [PATCH 2/2] KVM: selftests: arm64: Add 52-bit VA guest modes
[PATCH v14 00/22] TDX KVM selftests
2026-09-08 8:04 UTC (4+ messages)
` [PATCH v14 03/22] KVM: selftests: Initialize the TDX VM
[PATCH v2 0/4] KVM: s390: replace page allocator calls with kzalloc()
2026-09-08 7:55 UTC (15+ messages)
` [PATCH v2 1/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for the STHYI buffer
` [PATCH v2 2/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for the STSI buffer
` [PATCH v2 3/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for the GIB
` [PATCH v2 4/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for sie_page2 and CMMA
[PATCH] i386/cpu: Rename CPUID feature bit AVX10_VNNI_INT to AVX10_V1_AUX
2026-09-08 7:10 UTC (2+ messages)
[PATCH] LoongArch: KVM: Validate MSI data before routing it to EIOINTC
2026-09-08 6:47 UTC (3+ messages)
[PATCH v2 0/5] igvm/sev: apply the IGVM guest policy before launch
2026-09-08 6:24 UTC (7+ messages)
` [PATCH v2 1/5] sev: split set_guest_policy into set_guest_policy and set_id_block
` [PATCH v2 2/5] igvm: move set_id_block call into the SNP ID block directive handler
` [PATCH v2 3/5] i386/sev: convert the guest policy properties to custom accessors
` [PATCH v2 4/5] i386/sev: add a get_guest_policy callback
` [PATCH v2 5/5] igvm/sev: forward the IGVM guest policy to the platform before launch
[PATCH v2 0/2] powerpc: fix typos and repeated words in comments
2026-09-08 5:56 UTC (5+ messages)
` [PATCH v2 1/2] powerpc: fix typos "
` [PATCH v2 2/2] powerpc: fix repeated words "
[PATCH] x86/svm: Avoid sign extension of SVM_EVTINJ_VALID in 64-bit expressions
2026-09-08 5:37 UTC
[RFC PATCH v2 0/4] Add KVM API for confidential guest live migration
2026-09-08 4:43 UTC (7+ messages)
` [RFC PATCH v2 2/4] KVM: x86: Add optional KVM_CAP_LIVE_MIGRATION and KVM_MIGRATE_CMD
[PATCH v3 0/4] tdx-guest: Make Quote buffer size dynamic
2026-09-08 4:23 UTC (10+ messages)
` [PATCH v3 3/4] virt: tdx-guest: Use a variable to store the Quote buffer size
` [PATCH v3 4/4] virt: tdx-guest: Allocate Quote buffer dynamically
[PATCH v8 0/8] KVM: SVM: Add Page Modification Logging (PML) support
2026-09-08 4:08 UTC (13+ messages)
` [PATCH v8 1/8] KVM: VMX: Pass @vcpu, not @vmx to init_vmcs()
` [PATCH v8 2/8] KVM: x86: Move PML page to common vcpu arch structure
` [PATCH v8 3/8] KVM: x86: Carve out PML flush routine
` [PATCH v8 4/8] KVM: VMX: Use cpu_dirty_log_size instead of enable_pml for PML checks
` [PATCH v8 5/8] KVM: x86: Carve out common dirty logging update
` [PATCH v8 6/8] x86/cpufeatures: Add Page modification logging
` [PATCH v8 7/8] KVM: SVM: Use BIT_ULL for 64-bit misc_ctl bit definitions
` [PATCH v8 8/8] KVM: SVM: Add Page modification logging support
[PATCH v2 0/3] virtio: synchronize callbacks during device reset
2026-09-07 22:32 UTC (20+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] virtio_input: stop callbacks before unregistering input device
` [PATCH v2 3/3] virtio: implement synchronize_cbs for remaining transports
[PATCH] vhost-vdpa: drop the parent's vq callback before the call fd is released
2026-09-07 21:40 UTC (3+ messages)
[PATCH 0/2] powerpc: fix typos and repeated words in comments
2026-09-07 18:05 UTC (6+ messages)
` [PATCH 1/2] powerpc: fix typos "
` [PATCH 2/2] powerpc: fix repeated words "
[PATCH v3 0/4] KVM: guest_memfd: Fix binding bugs
2026-09-07 17:47 UTC (9+ messages)
` [PATCH v3 1/4] KVM: guest_memfd: Gracefully handle xarray errors when binding a memslot
` [PATCH v3 2/4] KVM: Use goto to handle errors during memslot preparation
` [PATCH v3 3/4] KVM: guest_memfd: Establish memslot<=>guest_memfd bindings *after* memslot is ready
` [PATCH v3 4/4] KVM: guest_memfd: Drop superfluous WRITE_ONCE() when binding a memslot
[kvm-unit-tests GIT PULL 00/13] s390x: stflei test, fixes and sie lib rework
2026-09-07 15:01 UTC (2+ messages)
[PATCH] vfio/platform: keep logical vm_pgoff in MMIO region mmap
2026-09-07 14:10 UTC (5+ messages)
[RFC 0/4] KVM: nVMX: Fix guest (CET) state handling on VM-entry failure
2026-09-07 12:47 UTC (4+ messages)
` [RFC 1/4] KVM: nVMX: Don't copy L2's CET state to L1 if VM-entry didn't load it
[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
2026-09-07 12:13 UTC (10+ messages)
` [PATCH v16 22/45] KVM: arm64: CCA: Handle RMI_EXIT_RIPAS_CHANGE
[PATCH v2 00/20] KVM: selftests: PPC pre-enabling
2026-09-07 11:21 UTC (5+ messages)
` [PATCH v2 09/20] KVM: selftests: Use the innermost page allocator API in s390's IRQ routing test
` [PATCH v2 10/20] KVM: selftests: Add a wrapper API to allocate multiple page table pages
[PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking
2026-09-07 10:50 UTC (13+ messages)
[RFC PATCH 00/19] vfio/pci: Handle PCI error recovery and report state to userspace
2026-09-07 9:38 UTC (3+ messages)
[PATCH] KVM: PPC: Fix callback check in kvmppc_gsm_refresh_info
2026-09-07 9:27 UTC (3+ messages)
[RFC v4 00/24] Add Realm support to QEMU-VMM
2026-09-07 8:49 UTC (3+ messages)
` [RFC v4 03/24] target/arm: Add confidential guest support
[PATCH RFC v3 00/21] mm: change behavior of pXdp_get()/pXd_page() in compile-time folded pgtable
2026-09-07 8:06 UTC (4+ messages)
` [PATCH RFC v3 13/21] x86: mm: use pgtable_level enum in effective_prot_pXd()
[PATCH v3 0/4] KVM: guest_memfd: fix NUMA selftests
2026-09-07 7:25 UTC (5+ messages)
` [PATCH v3 1/4] KVM: selftests: Prepare guest_memfd_test for arbitrary NUMA nodes
` [PATCH v3 2/4] KVM: selftests: Use an allowed memory node in test_mbind()
` [PATCH v3 3/4] KVM: selftests: Use allowed memory nodes in test_numa_allocation()
` [PATCH v3 4/4] KVM: selftests: Drop unused sysfs NUMA helpers
[PATCH] KVM: selftests: Fix the never-true negative UFFD delay check
2026-09-07 4:52 UTC
[PATCH v2 0/3] arm64: fix typos in comments
2026-09-07 4:44 UTC (4+ messages)
` [PATCH v2 1/3] arm64: kvm: fix typo "synchonized" in comment
` [PATCH v2 2/3] selftests: kvm: fix typos in comments
` [PATCH v2 3/3] arm64: kvm: fix typo in pauth.c comment
[PATCH v4 00/27] vfio/pci: Add CXL Type-2 device passthrough support
2026-09-07 4:13 UTC (4+ messages)
` [PATCH v4 02/27] cxl/regs: Skip sub-block region request for BAR-owning drivers
[PATCH v4] vhost/vsock: batch RX used-ring updates
2026-09-07 3:05 UTC (3+ messages)
[PATCH] Documentation: KVM: Fix the struct kvm_arm_device_addr name
2026-09-06 19:53 UTC (2+ messages)
[PATCH] Documentation: KVM: Fix the event_source sysfs path in the PMU attribute description
2026-09-06 19:51 UTC (2+ messages)
[BUG/RFC] PCI/EDR/DPC: vfio-pci endpoint left disabled after successful recovery
2026-09-06 18:34 UTC
[PATCH 0/7] KVM: selftests: Fix maxnodes bugs and cleanup related code
2026-09-06 18:13 UTC (11+ messages)
` [PATCH 1/7] KVM: selftests: Account for kernel's off-by-one bug in NUMA node syscalls
` [PATCH 4/7] KVM: selftests: Compute node masks on-demand in xAPIC IPI test
` [PATCH 5/7] KVM: selftests: Add common helper to get mask+number of usable memory NUMA nodes
` [PATCH 6/7] KVM: selftests: Automatically run xAPIC IPI migration test when possible
` [PATCH 7/7] KVM: selftests: Skip xAPIC IPI migration test when forced but unsupported
[PATCH v2 0/4] KVM: Reset steal time accounting on vCPU pid change
2026-09-06 17:27 UTC (8+ messages)
` [PATCH v2 1/4] KVM: Move last_steal to common struct kvm_vcpu
` [PATCH v2 2/4] KVM: Reset last_steal on vCPU pid change
` [PATCH v2 3/4] KVM: selftests: Test steal time across vCPU pid changes on x86
[PATCH v13 0/5] Add RMPOPT support
2026-09-06 17:24 UTC (3+ messages)
` [PATCH v13 5/5] x86/sev: Re-enable RMP optimizations on SNP guest shutdown
[PATCH net-next 6/6] selftests/vsock: test the assign ioctl privilege checks
2026-09-06 17:04 UTC (2+ messages)
[PATCH net-next 5/6] selftests/vsock: test the guest vsock device network namespace
2026-09-06 17:04 UTC (2+ messages)
[PATCH net-next 4/6] selftests/vsock: add a helper to assign the g2h device to a netns
2026-09-06 17:04 UTC (2+ messages)
[PATCH net-next 3/6] vsock/virtio: support guest device network namespace
2026-09-06 17:04 UTC (2+ messages)
[PATCH net-next 2/6] vsock: add IOCTL_VM_SOCKETS_ASSIGN_G2H_NETNS
2026-09-06 17:03 UTC (2+ messages)
[PATCH] KVM: arm64: vgic: Serialise CTRL_INIT against vCPU creation
2026-09-06 16:45 UTC (2+ messages)
[PATCH v5 0/8] KVM: nSVM: Enable DecodeAssists for nested guests
2026-09-06 16:33 UTC (9+ messages)
` [PATCH v5 2/8] KVM: nSVM: Synthesize DecodeAssists EXITINFO for emulated intercepts
` [PATCH v5 6/8] KVM: nSVM: Fetch missing DecodeAssist bytes for synthesized #NPF/#PF
[PATCH] vfio/cdx: reject non-shared MMIO mmaps
2026-09-06 12:53 UTC (2+ messages)
[PATCH v4] vfio/platform: prevent read-only region mappings from becoming writable
2026-09-06 12:32 UTC
[PATCH] RISC-V: KVM: Publish NACL HFENCE configuration last
2026-09-06 8:19 UTC (2+ messages)
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