messages from 2025-10-21 23:47:18 to 2025-10-24 06:35:33 UTC [more...]
[PATCH v3 00/20] i386: Support CET for KVM
2025-10-24 6:56 UTC (15+ messages)
` [PATCH v3 01/20] linux-headers: Update to v6.18-rc2
` [PATCH v3 02/20] i386/cpu: Clean up indent style of x86_ext_save_areas[]
` [PATCH v3 03/20] i386/cpu: Clean up arch lbr xsave struct and comment
` [PATCH v3 04/20] i386/cpu: Reorganize arch lbr structure definitions
` [PATCH v3 05/20] i386/cpu: Make ExtSaveArea store an array of dependencies
` [PATCH v3 06/20] i386/cpu: Add avx10 dependency for Opmask/ZMM_Hi256/Hi16_ZMM
` [PATCH v3 07/20] i386/cpu: Reorganize dependency check for arch lbr state
` [PATCH v3 08/20] i386/cpu: Drop pmu check in CPUID 0x1C encoding
` [PATCH v3 09/20] i386/cpu: Fix supervisor xstate initialization
` [PATCH v3 10/20] i386/cpu: Add missing migratable xsave features
` [PATCH v3 11/20] i386/cpu: Enable xsave support for CET states
` [PATCH v3 12/20] i386/cpu: Add CET support in CR4
` [PATCH v3 13/20] i386/kvm: Add save/load support for CET MSRs
` [PATCH v3 14/20] i386/kvm: Add save/load support for KVM_REG_GUEST_SSP
[PATCH v3 0/3] mm: Implement ECC handling for pfn with no struct page
2025-10-24 6:34 UTC (9+ messages)
` [PATCH v3 1/3] mm: handle poisoning of pfn without struct pages
` [PATCH v3 2/3] mm: Change ghes code to allow poison of non-struct pfn
[RESEND v4 0/7] KVM: SVM: Add support for 4k vCPUs with x2AVIC
2025-10-24 6:21 UTC (3+ messages)
[syzbot] [kvm?] KASAN: slab-use-after-free Write in kvm_gmem_release
2025-10-24 6:15 UTC (2+ messages)
[PATCH v2] RISC-V: KVM: flush VS-stage TLB after VCPU migration to prevent stale entries
2025-10-24 3:52 UTC (4+ messages)
[PATCH v11 00/21] TDX KVM selftests
2025-10-23 23:59 UTC (4+ messages)
` [PATCH v11 13/21] KVM: selftests: Add helpers to init TDX memory and finalize VM
[PATCH] KVM: arm64: selftests: Filter ZCR_EL2 in get-reg-list
2025-10-23 23:43 UTC
[PATCH 00/22] vfio: Give VFIO_DEVICE_GET_REGION_INFO its own op
2025-10-23 23:09 UTC (23+ messages)
` [PATCH 01/22] vfio: Provide a get_region_info op
` [PATCH 02/22] vfio/hisi: Convert to the "
` [PATCH 03/22] vfio/virtio: "
` [PATCH 04/22] vfio/nvgrace: "
` [PATCH 05/22] vfio/pci: Fill in the missing get_region_info ops
` [PATCH 06/22] vfio/mtty: Provide a get_region_info op
` [PATCH 07/22] vfio/mdpy: "
` [PATCH 08/22] vfio/mbochs: "
` [PATCH 09/22] vfio/platform: "
` [PATCH 10/22] vfio/fsl: "
` [PATCH 11/22] vfio/cdx: "
` [PATCH 12/22] vfio/ccw: "
` [PATCH 13/22] vfio/gvt: "
` [PATCH 14/22] vfio: Require drivers to implement get_region_info
` [PATCH 15/22] vfio: Add get_region_info_caps op
` [PATCH 16/22] vfio/mbochs: Convert mbochs to use vfio_info_add_capability()
` [PATCH 17/22] vfio/gvt: Convert to get_region_info_caps
` [PATCH 18/22] vfio/ccw: "
` [PATCH 19/22] vfio/pci: Convert all PCI drivers "
` [PATCH 20/22] vfio/platform: Convert "
` [PATCH 21/22] vfio: Move the remaining drivers "
` [PATCH 22/22] vfio: Remove the get_region_info op
[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
2025-10-23 22:48 UTC (35+ messages)
` [PATCH v3 03/25] KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings
` [PATCH v3 04/25] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [PATCH v3 05/25] Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
` [PATCH v3 06/25] KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault()
` [PATCH v3 09/25] KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v3 10/25] KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
` [PATCH v3 11/25] KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()
` [PATCH v3 13/25] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
` [PATCH v3 14/25] KVM: TDX: Bug the VM if extended the initial measurement fails
` [PATCH v3 19/25] KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
[PATCH v4 0/3] vfio: handle DMA map/unmap up to the addressable limit
2025-10-23 22:33 UTC (17+ messages)
` [PATCH v4 3/3] vfio/type1: "
[PATCH v2 00/26] vfio/xe: Add driver variant for Xe VF migration
2025-10-23 22:10 UTC (41+ messages)
` [PATCH v2 03/26] drm/xe/pf: Add save/restore control state stubs and connect to debugfs
` [PATCH v2 04/26] drm/xe/pf: Add data structures and handlers for migration rings
` [PATCH v2 05/26] drm/xe/pf: Add helpers for migration data allocation / free
` [PATCH v2 06/26] drm/xe/pf: Add support for encap/decap of bitstream to/from packet
` [PATCH v2 07/26] drm/xe/pf: Add minimalistic migration descriptor
` [PATCH v2 08/26] drm/xe/pf: Expose VF migration data size over debugfs
` [PATCH v2 09/26] drm/xe: Add sa/guc_buf_cache sync interface
` [PATCH v2 10/26] drm/xe: Allow the caller to pass guc_buf_cache size
` [PATCH v2 11/26] drm/xe/pf: Increase PF GuC Buffer Cache size and use it for VF migration
` [PATCH v2 15/26] drm/xe/pf: Handle GuC migration data as part of PF control
` [PATCH v2 16/26] drm/xe/pf: Add helpers for VF GGTT migration data handling
` [PATCH v2 18/26] drm/xe/pf: Add helpers for VF MMIO "
` [PATCH v2 20/26] drm/xe/pf: Add helper to retrieve VF's LMEM object
` [PATCH v2 21/26] drm/xe/migrate: Add function to copy of VRAM data in chunks
` [PATCH v2 22/26] drm/xe/pf: Handle VRAM migration data as part of PF control
` [PATCH v2 24/26] drm/xe/pf: Enable SR-IOV VF migration for PTL and BMG
` [PATCH v2 26/26] vfio/xe: Add vendor-specific vfio_pci driver for Intel graphics
[PATCH] KVM: arm64: selftests: Add SCTLR2_EL2 to get-reg-list
2025-10-23 21:19 UTC
[PATCH net-next v8 00/14] vsock: add namespace support to vhost-vsock
2025-10-23 18:27 UTC (15+ messages)
` [PATCH net-next v8 01/14] vsock: a per-net vsock NS mode state
` [PATCH net-next v8 02/14] vsock/virtio: pack struct virtio_vsock_skb_cb
` [PATCH net-next v8 03/14] vsock: add netns to vsock skb cb
` [PATCH net-next v8 04/14] vsock: add netns to vsock core
` [PATCH net-next v8 05/14] vsock/loopback: add netns support
` [PATCH net-next v8 06/14] vsock/virtio: add netns to virtio transport common
` [PATCH net-next v8 07/14] vhost/vsock: add netns support
` [PATCH net-next v8 08/14] selftests/vsock: add namespace helpers to vmtest.sh
` [PATCH net-next v8 09/14] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v8 10/14] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v8 11/14] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v8 12/14] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v8 13/14] selftests/vsock: add tests for namespace deletion and mode changes
` [PATCH net-next v8 14/14] selftests/vsock: add tests for module loading order
[PATCH v3 0/4] SEV-SNP guest policy bit support updates
2025-10-23 17:36 UTC (7+ messages)
` [PATCH v3 1/4] KVM: SEV: Publish supported SEV-SNP policy bits
` [PATCH v3 2/4] KVM: SEV: Consolidate the SEV policy bits in a single header file
` [PATCH v3 3/4] crypto: ccp - Add an API to return the supported SEV-SNP policy bits
` [PATCH v3 4/4] KVM: SEV: Add known "
KVM Planes with SVSM on Linux v6.17
2025-10-23 17:09 UTC (3+ messages)
[PATCH v7 00/24] WHPX support for Arm
2025-10-23 17:02 UTC (10+ messages)
` [PATCH v7 13/24] whpx: copy over memory management logic from hvf
` [PATCH v7 24/24] whpx: apic: use non-deprecated APIs to control interrupt controller state
[PATCH v8 0/7] TDX host: kexec/kdump support
2025-10-23 16:54 UTC (16+ messages)
` [PATCH 4/7] x86/kexec: Disable kexec/kdump on platforms with TDX partial write erratum
[PATCH v6 0/2] KVM: guest_memfd: use write for population
2025-10-23 16:07 UTC (3+ messages)
` [PATCH v6 1/2] KVM: guest_memfd: add generic population via write
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-10-23 15:05 UTC (8+ messages)
` [RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
[PATCH v8 00/21] Enable FRED with KVM VMX
2025-10-23 15:03 UTC (10+ messages)
` [PATCH v8 04/21] x86/cea: Prefix event stack names with ESTACK_
` [PATCH v8 05/21] x86/cea: Export API for per-CPU exception stacks for KVM
[RFC PATCH v2 08/18] iommu/riscv: Use MSI table to enable IMSIC access
2025-10-23 13:47 UTC (2+ messages)
[PATCH v2 00/11] hw/ppc/spapr: Remove deprecated pseries-3.0 -> pseries-4.2 machines
2025-10-23 11:47 UTC (9+ messages)
` [PATCH v2 02/11] hw/ppc/spapr: Remove SpaprMachineClass::nr_xirqs field
` [PATCH v2 04/11] hw/ppc/spapr: Inline spapr_dtb_needed()
[PATCH v4 0/4] KVM: x86: User-return MSR cleanups
2025-10-23 5:59 UTC (8+ messages)
` [PATCH v4 1/4] KVM: TDX: Synchronize user-return MSRs immediately after VP.ENTER
[PATCH v3] RISC-V: KVM: flush VS-stage TLB after VCPU migration to prevent stale entries
2025-10-23 3:25 UTC
[PATCH v8 18/21] KVM: nVMX: Add FRED VMCS fields to nested VMX context handling
2025-10-22 23:10 UTC (2+ messages)
[PATCH] KVM: use folio_nr_pages() instead of shift operation
2025-10-22 19:40 UTC (2+ messages)
[PATCH 0/4] KVM: selftests: Add test of SET_NESTED_STATE with 48-bit L2 on 57-bit L1
2025-10-22 18:07 UTC (5+ messages)
` [PATCH 4/4] KVM: selftests: Add a VMX test for LA57 nested state
[RFC PATCH 00/21] VFIO live update support
2025-10-22 17:53 UTC (9+ messages)
` [RFC PATCH 15/21] PCI: Make PCI saved state and capability structs public
[PATCH v3 0/4] KVM: VMX: Unify L1D flush for L1TF
2025-10-22 15:06 UTC (14+ messages)
` [PATCH v3 1/4] KVM: VMX: Flush CPU buffers as needed if L1D cache flush is skipped
` [PATCH v3 3/4] KVM: VMX: Disable L1TF L1 data cache flush if CONFIG_CPU_MITIGATIONS=n
` [PATCH v3 4/4] KVM: x86: Unify L1TF flushing under per-CPU variable
[PATCH v4 00/23] ARM64 PMU Partitioning
2025-10-22 15:05 UTC (3+ messages)
` [PATCH v4 04/23] perf: arm_pmuv3: Introduce method to partition the PMU
[PATCH v3 0/2] KVM: x86: fix some kvm period timer BUG
2025-10-22 15:00 UTC (3+ messages)
` [PATCH v3 1/2] avoid hv timer fallback to sw timer if delay exceeds period
` [PATCH v3 2/2] fix hardlockup when waking VM after long suspend
[PATCH v3 0/5] arm64/sysreg: Introduce Prefix descriptor and generated ICH_VMCR_EL2 support
2025-10-22 13:45 UTC (6+ messages)
` [PATCH v3 2/5] arm64/sysreg: Support feature-specific fields with 'Prefix' descriptor
` [PATCH v3 1/5] arm64/sysreg: Fix checks for incomplete sysreg definitions
` [PATCH v3 3/5] arm64/sysreg: Move generation of RES0/RES1/UNKN to function
` [PATCH v3 4/5] arm64/sysreg: Add ICH_VMCR_EL2
` [PATCH v3 5/5] KVM: arm64: gic-v3: Switch vGIC-v3 to use generated ICH_VMCR_EL2
[PATCH 00/26] vfio/xe: Add driver variant for Xe VF migration
2025-10-22 13:02 UTC (8+ messages)
` [PATCH 26/26] vfio/xe: Add vendor-specific vfio_pci driver for Intel graphics
[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-10-22 12:50 UTC (18+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v5 8/9] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions
[PATCH 0/3] KVM: arm64: Fix handling of ID_PFR1_EL1.GIC
2025-10-22 7:08 UTC (7+ messages)
` [PATCH 1/3] KVM: arm64: Make ID_PFR1_EL1.GIC writable
` [PATCH 2/3] KVM: arm64: Set ID_{AA64PFR0,PFR1}_EL1.GIC when GICv3 is configured
` [PATCH 3/3] KVM: arm64: Limit clearing of ID_{AA64PFR0,PFR1}_EL1.GIC to userspace irqchip
[PATCH v2 1/2] virtio: clean up features qword/dword terms
2025-10-22 5:38 UTC (3+ messages)
[PATCH net-next v7 00/26] vsock: add namespace support to vhost-vsock
2025-10-22 0:18 UTC (13+ messages)
` [PATCH net-next v7 08/26] selftests/vsock: improve logging in vmtest.sh
` [PATCH net-next v7 18/26] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v7 19/26] selftests/vsock: add BUILD=0 definition
` [PATCH net-next v7 20/26] selftests/vsock: avoid false-positives when checking dmesg
` [PATCH net-next v7 21/26] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v7 22/26] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v7 23/26] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v7 24/26] selftests/vsock: add tests for namespace deletion and mode changes
` [PATCH net-next v7 25/26] selftests/vsock: add tests for module loading order
` [PATCH net-next v7 26/26] selftests/vsock: add 1.37 to tested virtme-ng versions
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;
as well as URLs for NNTP newsgroup(s).