messages from 2026-08-05 05:46:27 to 2026-08-06 02:09:10 UTC [more...]
[PATCH v9 00/11] Dynamic PAMT
2026-08-06 2:08 UTC (12+ messages)
` [PATCH v9 01/11] x86/virt/tdx: Simplify PAMT layout calculation
` [PATCH v9 02/11] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [PATCH v9 03/11] x86/virt/tdx: Add tdx_alloc/free_control_page() helpers
` [PATCH v9 04/11] x86/virt/tdx: Allocate refcounts for Dynamic PAMT memory
` [PATCH v9 05/11] x86/virt/tdx: Handle multiple callers in tdx_pamt_get/put()
` [PATCH v9 06/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v9 07/11] x86/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path
` [PATCH v9 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory
` [PATCH v9 09/11] x86/virt/tdx: Enable Dynamic PAMT
` [PATCH v9 10/11] Documentation/x86: Add documentation for TDX's "
` [PATCH v9 11/11] x86/virt/tdx: Optimize tdx_pamt_get/put()
[PATCH v4 0/7] KVM: x86: Add LASS virtualization support
2026-08-06 1:52 UTC (9+ messages)
` [PATCH v4 1/7] KVM: x86: Add an emulator flag to differentiate branch targets from fetches
` [PATCH v4 2/7] KVM: x86: Use linear_read_system() to read the TSS I/O bitmap
` [PATCH v4 3/7] KVM: x86: Add LASS violation checks during instruction emulation
` [PATCH v4 4/7] KVM: VMX: Implement LASS violation check
` [PATCH v4 5/7] KVM: x86: Virtualize LASS and advertise support to userspace
` [PATCH v4 6/7] KVM: selftests: Add coverage for LASS CPUID and CR4 handling
` [PATCH v4 7/7] selftests/x86: Add a userspace test for LASS enforcement
[PATCH v9 00/41] guest_memfd: In-place conversion support
2026-08-06 1:40 UTC (9+ messages)
` [PATCH v9 03/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v9 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
[PATCH 1/2] KVM: PPC: booke: Use min() in watchdog_next_timeout()
2026-08-06 1:20 UTC (4+ messages)
` [PATCH 2/2] KVM: PPC: Use min() in kvm_vm_ioctl_check_extension()
[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
2026-08-06 1:14 UTC (5+ messages)
` [PATCH v4 03/11] KVM: Export kvm_uevent_notify_vm_create()
[RFC] KVM: Proposed uAPI for querying GSI and irqbypass status
2026-08-06 0:32 UTC (6+ messages)
[PATCH v4 00/10] KVM: SEV: Add support for IBPB-on-Entry and BTB Isolation
2026-08-05 22:49 UTC (5+ messages)
` [PATCH v4 01/10] x86/bugs: Only log missing retpoline when it's actually the missing mitigation
[PATCH v3 0/7] KVM: x86/xen: Fix Xen/GPC/PREEMPT_RT issues with rwlock_t
2026-08-05 22:35 UTC (12+ messages)
` [PATCH v3 1/7] KVM: pfncache: use a dedicated invalidation sequence for cache refresh
` [PATCH v3 2/7] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
` [PATCH v3 3/7] KVM: pfncache: Use RCU for readers instead of a rwlock
` [PATCH v3 4/7] KVM: x86/xen: Extract delivery of event to vCPU into a separate helper
` [PATCH v3 5/7] KVM: x86/xen: Explicitly tag "shared info" page as never being dirty tracked
` [PATCH v3 6/7] KVM: x86/xen: Don't dirty track "vCPU info" page
` [PATCH v3 7/7] KVM: x86: Use gfn_to_pfn_cache for steal time / preempted status
[PATCH v2 20/20] KVM: x86: Use gfn_to_pfn_cache for record_steal_time
2026-08-05 21:51 UTC (4+ messages)
[PATCH v11 4/6] x86/sev: Add support to perform RMP optimizations asynchronously
2026-08-05 21:04 UTC (13+ messages)
[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
2026-08-05 20:50 UTC (13+ messages)
` [PATCH v5 2/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
` [PATCH v5 7/9] vfio/pci: Clean up BAR zap and revocation
[PATCH v2] KVM: x86/mmu: Write-protect tracked GFNs in all address spaces
2026-08-05 19:14 UTC (4+ messages)
[PATCH v6 0/4] KVM: PPC: Expose CPU compatibility modes for nested guests
2026-08-05 18:39 UTC (2+ messages)
[PATCH v7 17/26] KVM: nSVM: Add missing consistency check for EVENTINJ
2026-08-05 18:52 UTC (2+ messages)
[PATCH v3 00/11] mlx5 support for VFIO self test
2026-08-05 18:37 UTC (2+ messages)
[PATCH v8 00/17] KVM: x86: Cleaning up the KVM clock mess, part 1
2026-08-05 18:21 UTC (12+ messages)
` [PATCH v8 05/17] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH v8 07/17] KVM: x86: Move "no master clock" fallback from __get_kvmclock() to get_kvmclock()
` [PATCH v8 13/17] KVM: x86: Disable preemption, not IRQs, when getting TSC+freq pair
[PATCH v1 0/8] TDX: Stop auto-generating the global metadata code
2026-08-05 17:48 UTC (14+ messages)
` [PATCH v1 1/8] x86/virt/tdx: Stop treating tdx_global_metadata.h as auto-generated
` [PATCH v1 2/8] x86/virt/tdx: Name the TDX module global metadata field IDs
` [PATCH v1 3/8] x86/virt/tdx: Add a table-driven TDX global metadata reader
[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
2026-08-05 16:55 UTC (9+ messages)
` [RFC PATCH 10/30] vfio/pci: Export vfio dma-buf specific info for importers
[syzbot] [kvm?] [kvm-x86?] KASAN: use-after-free Read in kvm_xen_shared_info_init
2026-08-05 16:55 UTC (6+ messages)
[PATCH v7 0/2] KVM: VMX: Workaround VMX preemption timer erratum
2026-08-05 16:46 UTC (2+ messages)
[PATCH v1 0/2] KVM: selftests: SEV: address two TODOs in the SEV tests
2026-08-05 16:46 UTC (3+ messages)
` [PATCH v2 "
[PATCH v3 00/12] KVM: selftests: Add more syscall wrappers, fix hardware_disable_test
2026-08-05 16:46 UTC (2+ messages)
[PATCH] KVM: selftests: Only link to VFIO library on x86
2026-08-05 16:46 UTC (2+ messages)
[PATCH v5 0/6] KVM: nVMX: Synthesize SHUTDOWN on RSM with bad state
2026-08-05 16:46 UTC (2+ messages)
[PATCH v2 0/2] KVM: x86: Document APIC base memory hole constraint
2026-08-05 16:46 UTC (2+ messages)
[PATCH v2 0/2] KVM: VMX: Fix IPIv use-after-free + improve checking duplicate vcpu_id
2026-08-05 16:46 UTC (2+ messages)
[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
2026-08-05 16:02 UTC (5+ messages)
` [PATCH v16 22/45] KVM: arm64: CCA: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v16 24/45] KVM: arm64: Expose support for private memory
[PATCH v10 0/3] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
2026-08-05 15:46 UTC (2+ messages)
[kvm-unit-tests PATCH v2] x86: pci: Support unaligned register access in PCI config read/write
2026-08-05 15:36 UTC (2+ messages)
[PATCH v1 00/28] KVM: nSVM: Optimize nSVM TLB flushes
2026-08-05 15:25 UTC (5+ messages)
` [PATCH v1 12/28] KVM: nSVM: Add a placeholder ASID for L2
[RFC PATCH 0/1] vfio/pci: Disable sriov on PF device close
2026-08-05 15:03 UTC (4+ messages)
` [RFC PATCH 1/1] "
[PATCH v8 04/17] KVM: x86: Activate master clock immediately on vCPU creation
2026-08-05 15:02 UTC (3+ messages)
[PATCH 0/2] KVM: TDX: Enable VM-DoS Prevention Features for TDX
2026-08-05 14:56 UTC (5+ messages)
` [PATCH 2/2] KVM: TDX: Enable Bus Lock VM exit
[PATCH RFT 0/3] mm, drm: ensure .fault() does not have to be followed by .pfn_mkwrite() for write faults
2026-08-05 14:48 UTC (4+ messages)
` [PATCH RFT 3/3] drm/ttm, drm/vmwgfx: directly create writable PTEs when mkwrite is in use
[PATCH v5 0/3] ppc/kvm: Handle CPU compatibility mode correctly for nested guests
2026-08-05 14:33 UTC (5+ messages)
` [PATCH v5 3/3] target/ppc/kvm: Use host compatibility mode "
[PATCH v6 00/15] s390/vfio-ap: Add live guest migration support
2026-08-05 13:43 UTC (10+ messages)
` [PATCH v6 09/15] s390/vfio-ap: Add method to set a new guest AP configuration
` [PATCH v6 12/15] s390/vfio-ap: Transition device migration state from STOP to RUNNING and vice versa
` [PATCH v6 14/15] s390/vfio-ap: Add 'migratable' feature to sysfs 'features' attribute
[Invitation] bi-weekly guest_memfd upstream call on 2026-08-06
2026-08-05 13:30 UTC (2+ messages)
[PATCH v6 00/28] KVM: combined patchset for MBEC/GMET support
2026-08-05 12:35 UTC (2+ messages)
[PATCH v3 0/8] KVM: s390: More fixes
2026-08-05 11:55 UTC (18+ messages)
` [PATCH v3 1/8] KVM: s390: Remove user triggerable WARN_ON
` [PATCH v3 2/8] KVM: s390: Zero initialize data structures for inject_pfault_token
` [PATCH v3 3/8] KVM: s390: Zero initialize irq in reinject_machine_check
` [PATCH v3 4/8] KVM: s390: Fix memory leak in guest debug handling
` [PATCH v3 5/8] KVM: s390: Fix old_data leak in guest debug error path
` [PATCH v3 6/8] KVM: s390: Take srcu when importing watchpoint data
` [PATCH v3 7/8] KVM: s390: Free guest debug data on vcpu destroy
` [PATCH v3 8/8] KVM: s390: Fix length check __import_wp_info()
[PATCH v3 00/17] riscv: Generate riscv instruction functions
2026-08-05 11:32 UTC (3+ messages)
` [PATCH v3 01/17] riscv: Introduce instruction table generation
[RFC PATCH v1 0/5] VBS/VSM-on-KVM: QEMU support for the secure VM plane
2026-08-05 11:04 UTC (6+ messages)
` [RFC PATCH v1 1/5] kvm: add userspace handlers for VM planes and VBS VTL calls
` [RFC PATCH v1 2/5] vm_planes: Add VBS VTL call handling and plane memory sealing
` [RFC PATCH v1 3/5] linux-headers: sync kvm_para.h VBS VTL hypercalls
` [RFC PATCH v1 4/5] target/i386/kvm: run the secure plane in-kernel (Option B)
` [RFC PATCH v1 5/5] target/i386/kvm: read plane config via address_space API
[RFC PATCH v1 00/42] VBS/VSM-on-KVM: VBS integration for KVM VM planes
2026-08-05 11:03 UTC (43+ messages)
` [RFC PATCH v1 01/42] Fix merge issue - Remove duplicate definition for kvm_arch_has_irq_bypass
` [RFC PATCH v1 02/42] Fix compilation
` [RFC PATCH v1 03/42] Fix compile error
` [RFC PATCH v1 04/42] Fix compile errors
` [RFC PATCH v1 05/42] Initial support for VM Planes - Add kernel config for CONFIG_VM_PLANES - Parse vm plane config from initrd for plane configuration - Make hypercalls to allocate memory for the vm planes
` [RFC PATCH v1 06/42] Use vcpu count from the plane configuration
` [RFC PATCH v1 07/42] skip processing plane configuration for plane 0 - plane 0 is the boot plane
` [RFC PATCH v1 08/42] Add plane config param to specify kernel image format
` [RFC PATCH v1 09/42] Activate the VM Planes through the Hypervisor - Using KVM as the VMM
` [RFC PATCH v1 10/42] allow the command line to be specified for kernels in other planes
` [RFC PATCH v1 11/42] Various changes to support VM Planes
` [RFC PATCH v1 12/42] Add a Virtualization Based Security (VBS) framework. - Add backends for AMD SEV-SNP, Intel TDX, Arm CCA and KVM Planes. - Support VTL on Hyper-V in addition to Planes on KVM
` [RFC PATCH v1 13/42] Add a inter-plane communication mechanism through KVM. - model this to use a single page similar to SEV-SNP
` [RFC PATCH v1 14/42] KVM: Add per-plane memory attribute support for cross-plane EPT protection
` [RFC PATCH v1 15/42] KVM: x86: Add KVM_HC_VBS_VTL_CALL hypercall for VBS inter-plane calls
` [RFC PATCH v1 16/42] vbs: Add HEKI kernel sealing and fix KVM plane memory attribute guards
` [RFC PATCH v1 17/42] vbs: Add module authentication via VBS/HEKI
` [RFC PATCH v1 18/42] vbs: Add kexec validation and make module auth non-fatal
` [RFC PATCH v1 19/42] Merge branch 'master' into vm-planes
` [RFC PATCH v1 20/42] kvm: x86: fix merged plane API/stat build regressions
` [RFC PATCH v1 21/42] KVM: x86: exit VM planes and VBS hypercalls to userspace
` [RFC PATCH v1 22/42] kexec: block legacy kexec_load when VBS is active
` [RFC PATCH v1 23/42] kvm: x86: fix merged plane API/stat build regressions
` [RFC PATCH v1 24/42] KVM: planes: expose memory-attribute setting to in-kernel callers
` [RFC PATCH v1 25/42] vm_planes: drop unused per-plane vcpu_count
` [RFC PATCH v1 26/42] drivers/virt: add VBS secure-plane park loop
` [RFC PATCH v1 27/42] KVM: planes: add arch-neutral in-kernel plane switch helper
` [RFC PATCH v1 28/42] KVM: x86: add VBS VTL call/return and cross-plane set-mem-attrs hypercalls
` [RFC PATCH v1 29/42] init/vm_planes: set up planes from rootfs_initcall and load ELF payloads
` [RFC PATCH v1 30/42] security/vbs: run backend probe and HEKI seal at rootfs_initcall
` [RFC PATCH v1 31/42] security/vbs: pin the VTL call hypercall to CPU0
` [RFC PATCH v1 32/42] security/vbs: add secure-plane monitor backend
` [RFC PATCH v1 33/42] drivers/virt: rename VBS park loop to secure_monitor
` [RFC PATCH v1 34/42] x86/realmode: skip the sub-1M trampoline for the VBS secure plane
` [RFC PATCH v1 35/42] KVM: x86: deny normal-plane access to secure-plane memory
` [RFC PATCH v1 36/42] KVM: plane: handle KVM_CHECK_EXTENSION on the plane fd
` [RFC PATCH v1 37/42] KVM: selftests: run plane tests with a split IRQ chip
` [RFC PATCH v1 38/42] kvm: x86: drop obsolete kvm_cache_regs.h
` [RFC PATCH v1 39/42] kvm: arch: finalize plane hooks and kvm_arch_vcpu_create signature
` [RFC PATCH v1 40/42] kvm: x86: use kvm_vcpu scheduling-state accessors and struct stat fields
` [RFC PATCH v1 41/42] kvm: x86: finalize per-plane APIC state and CPUID placement
` [RFC PATCH v1 42/42] kvm: planes: reconcile core plane state, UAPI and hypercall exit
[PATCH v8 00/21] ARM64 PMU Partitioning
2026-08-05 10:09 UTC (2+ messages)
[PATCH v7 00/36] Cleaning up the KVM clock mess
2026-08-05 9:26 UTC (6+ messages)
` [PATCH v7 31/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
[PATCH v2 0/7] KVM: s390: more fixes
2026-08-05 8:21 UTC (4+ messages)
` [PATCH v2 6/7] KVM: s390: Take srcu when importing watchpoint data
[PATCH v2 0/6] mm, drm: fix interaction of .pfn_mkwrite() with fixup_user_fault()
2026-08-05 8:34 UTC (8+ messages)
` [PATCH v2 2/6] drm/shmem_helper: use vmf_insert_pfn_mkwrite()
[PATCH v4 00/18] KVM: SEV: Fix RMP #PF due to freeing in-use VMSA
2026-08-05 7:49 UTC (10+ messages)
` [PATCH v4 18/18] KVM: guest_memfd: Combine .gmem_prepare()+.gmem_invalidate() into .gmem_convert()
[PATCH v2] LoongArch: KVM: Advertise already-supported capabilities
2026-08-05 8:28 UTC (3+ messages)
[PATCH v2] vhost/net: fix clear_user start address in VHOST_GET_FEATURES_ARRAY
2026-08-05 8:02 UTC (4+ messages)
` [PATCH 0/3] tools/virtio: exercise VHOST_*_FEATURES_ARRAY ioctls
` [PATCH 3/3] tools/virtio: add --features-array switch
[PATCH v3 0/9] KVM: guest_memfd: folio migration for non-confidential VMs
2026-08-05 7:09 UTC (13+ messages)
` [PATCH v3 1/9] KVM: guest_memfd: take the invalidate lock when unbinding a dying file
` [PATCH v3 2/9] mm: split AS_UNMOVABLE back out of AS_INACCESSIBLE
` [PATCH v3 3/9] KVM: guest_memfd: implement folio migration for non-confidential VMs
` [PATCH v3 4/9] KVM: guest_memfd: add GUEST_MEMFD_FLAG_MIGRATABLE
` [PATCH v3 5/9] KVM: selftests: fix maxnode arguments in xapic_ipi_test
` [PATCH v3 6/9] KVM: selftests: use BITS_PER_TYPE() for NUMA masks
` [PATCH v3 7/9] KVM: selftests: add get_numa_mem_nodes()
` [PATCH v3 8/9] KVM: selftests: use allowed NUMA nodes in guest_memfd_test
` [PATCH v3 9/9] KVM: selftests: exercise guest_memfd folio migration
[PATCH v3] RISC-V: KVM: Add kvm-riscv.wfi_trap_policy to control VS-mode WFI trapping
2026-08-05 6:51 UTC
[PATCH] KVM: selftests: verify toggling KVM_MEM_GUEST_MEMFD on an existing slot is rejected
2026-08-05 6:10 UTC (2+ messages)
[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
2026-08-05 6:04 UTC (5+ messages)
` [PATCH v5 17/20] vfio: selftests: Add vfio_pci_liveupdate_kexec_test
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