messages from 2025-10-22 14:55:46 to 2025-10-24 15:25:19 UTC [more...]
[PATCH] RISC-V: KVM: Remove automatic I/O mapping for VM_PFNMAP
2025-10-24 15:25 UTC (7+ messages)
` "
[PATCH v2 5/5] KVM: x86: Export KVM-internal symbols for sub-modules only
2025-10-24 15:25 UTC (3+ messages)
` [PATCH] KVM: Re-export kvm_enable_virtualization() and kvm_disable_virtualization() as normal (global) exports rather than only to KVM's vendor modules
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-10-24 15:11 UTC (10+ messages)
` [RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
[PATCH v2 0/9] target/i386: SEV: Add support for enabling VMSA SEV features
2025-10-24 15:00 UTC (6+ messages)
` [PATCH v2 8/9] target/i386: SEV: Add support for setting TSC frequency for Secure TSC
[PATCH v6 0/2] KVM: guest_memfd: use write for population
2025-10-24 14:35 UTC (4+ messages)
` [PATCH v6 1/2] KVM: guest_memfd: add generic population via write
[PATCH] KVM: x86: skip userspace IOAPIC EOI exit when Directed EOI is enabled
2025-10-24 12:08 UTC (2+ messages)
[PATCH v3 0/3] mm: Implement ECC handling for pfn with no struct page
2025-10-24 11:59 UTC (19+ 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
[GIT PULL] KVM/riscv fixes for 6.18 take #1
2025-10-24 11:09 UTC
[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
2025-10-24 10:53 UTC (48+ messages)
` [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 15/25] KVM: TDX: ADD pages to the TD image while populating mirror EPT entries
` [PATCH v3 16/25] KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v3 19/25] KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
` [PATCH v3 20/25] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
` [PATCH v3 21/25] KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
` [PATCH v3 22/25] KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
` [PATCH v3 23/25] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
` [PATCH v3 24/25] KVM: TDX: Guard VM state transitions with "all" the locks
[PATCH 00/22] vfio: Give VFIO_DEVICE_GET_REGION_INFO its own op
2025-10-24 10:12 UTC (24+ 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
[RFC PATCH 00/12] remove is_swap_[pte, pmd]() + non-swap confusion
2025-10-24 7:41 UTC (13+ messages)
` [RFC PATCH 01/12] mm: introduce and use pte_to_swp_entry_or_zero()
` [RFC PATCH 02/12] mm: avoid unnecessary uses of is_swap_pte()
` [RFC PATCH 03/12] mm: introduce get_pte_swap_entry() and use it
` [RFC PATCH 04/12] mm: use get_pte_swap_entry() in debug pgtable + remove is_swap_pte()
` [RFC PATCH 05/12] fs/proc/task_mmu: refactor pagemap_pmd_range()
` [RFC PATCH 06/12] mm: avoid unnecessary use of is_swap_pmd()
` [RFC PATCH 07/12] mm: introduce is_huge_pmd() and use where appropriate
` [RFC PATCH 08/12] mm/huge_memory: refactor copy_huge_pmd() non-present logic
` [RFC PATCH 09/12] mm/huge_memory: refactor change_huge_pmd() "
` [RFC PATCH 10/12] mm: remove remaining is_swap_pmd() users and is_swap_pmd()
` [RFC PATCH 11/12] mm: rename non_swap_entry() to is_non_present_entry()
` [RFC PATCH 12/12] mm: provide is_swap_entry() and use it
[PATCH 0/2] LoongArch: KVM: Restore guest PMU if it is enabled
2025-10-24 7:20 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] LoongArch: KVM: Skip PMU checking on vCPU context switch
[PATCH v3 00/20] i386: Support CET for KVM
2025-10-24 6:56 UTC (21+ 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 15/20] i386/machine: Add vmstate for cet-ss and cet-ibt
` [PATCH v3 16/20] i386/cpu: Mark cet-u & cet-s xstates as migratable
` [PATCH v3 17/20] i386/cpu: Advertise CET related flags in feature words
` [PATCH v3 18/20] i386/cpu: Enable cet-ss & cet-ibt for supported CPU models
` [PATCH v3 19/20] i386/tdx: Fix missing spaces in tdx_xfam_deps[]
` [PATCH v3 20/20] i386/tdx: Add CET SHSTK/IBT into the supported CPUID by XFAM
[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 v4 0/3] vfio: handle DMA map/unmap up to the addressable limit
2025-10-23 22:33 UTC (14+ messages)
[PATCH v2 00/26] vfio/xe: Add driver variant for Xe VF migration
2025-10-23 22:10 UTC (34+ 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] 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 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 (2+ messages)
[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 (8+ 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 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
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