messages from 2025-10-23 10:39:02 to 2025-10-24 23:27:02 UTC [more...]
[syzbot] [kvm?] KASAN: slab-use-after-free Write in kvm_gmem_release
2025-10-24 23:27 UTC (6+ messages)
[RFC PATCH 00/12] remove is_swap_[pte, pmd]() + non-swap confusion
2025-10-24 20:37 UTC (25+ 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] KVM: x86: skip userspace IOAPIC EOI exit when Directed EOI is enabled
2025-10-24 20:21 UTC (6+ messages)
[kvm-unit-tests 0/7] More tests for selective CR0 intercept
2025-10-24 20:02 UTC (9+ messages)
` [kvm-unit-tests 1/7] x86/svm: Cleanup selective cr0 write intercept test
` [kvm-unit-tests 2/7] x86/svm: Move CR0 selective write intercept test near CR3 intercept
` [kvm-unit-tests 3/7] x86/svm: Add FEP helpers for SVM tests
` [kvm-unit-tests 4/7] x86/svm: Report unsupported "
` [kvm-unit-tests 5/7] x86/svm: Move report_svm_guest() to the top of svm_tests.c
` [kvm-unit-tests 6/7] x86/svm: Generalize and improve selective CR0 write intercept test
` [kvm-unit-tests 7/7] x86/svm: Add more selective CR0 write and LMSW test cases
[PATCH 0/3] KVM: nSVM: Fixes for SVM_EXIT_CR0_SEL_WRITE injection
2025-10-24 19:51 UTC (5+ messages)
` [PATCH 1/3] KVM: nSVM: Remove redundant cases in nested_svm_intercept()
` [PATCH 2/3] KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulation
` [PATCH 3/3] KVM: nSVM: Avoid incorrect injection of SVM_EXIT_CR0_SEL_WRITE
[syzbot] Monthly kvm-x86 report (Oct 2025)
2025-10-24 18:48 UTC
[PATCH v3 00/20] i386: Support CET for KVM
2025-10-24 18:21 UTC (25+ 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
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-10-24 18:18 UTC (15+ messages)
` [RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 16/37] KVM: selftests: Add support for mmap() on guest_memfd in core library
[PATCH v2 0/9] target/i386: SEV: Add support for enabling VMSA SEV features
2025-10-24 17:16 UTC (7+ messages)
` [PATCH v2 8/9] target/i386: SEV: Add support for setting TSC frequency for Secure TSC
[PATCH v11 00/21] TDX KVM selftests
2025-10-24 17:24 UTC (9+ messages)
` [PATCH v11 13/21] KVM: selftests: Add helpers to init TDX memory and finalize VM
` [PATCH v11 21/21] KVM: selftests: Add TDX lifecycle test
[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
2025-10-24 16:57 UTC (39+ messages)
` [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 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] RISC-V: KVM: Remove automatic I/O mapping for VM_PFNMAP
2025-10-24 15:57 UTC (8+ messages)
` "
[GIT PULL] KVM/riscv fixes for 6.18 take #1
2025-10-24 15:46 UTC (2+ 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
[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 v3 0/3] mm: Implement ECC handling for pfn with no struct page
2025-10-24 11:59 UTC (18+ 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
[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
[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
[RESEND v4 0/7] KVM: SVM: Add support for 4k vCPUs with x2AVIC
2025-10-24 6:21 UTC (3+ messages)
[PATCH v2] RISC-V: KVM: flush VS-stage TLB after VCPU migration to prevent stale entries
2025-10-24 3:52 UTC (2+ messages)
[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 (10+ messages)
[PATCH v2 00/26] vfio/xe: Add driver variant for Xe VF migration
2025-10-23 22:10 UTC (18+ messages)
` [PATCH v2 11/26] drm/xe/pf: Increase PF GuC Buffer Cache size and use it for "
` [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 (4+ messages)
` [PATCH v3 3/4] crypto: ccp - Add an API to return the supported SEV-SNP policy bits
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 (7+ messages)
` [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 (5+ 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
[PATCH v8 05/21] x86/cea: Export API for per-CPU exception stacks for KVM
2025-10-23 14:15 UTC (4+ messages)
[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)
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