Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-18 01:45:17 to 2026-07-20 06:30:18 UTC [more...]

[PATCH] KVM: VMX: Postpone IPIv setup after successful vCPU creation
 2026-07-20  6:29 UTC  (2+ messages)

[PATCH v9 00/16] KVM: arm64: PMU: Use multiple host PMUs
 2026-07-20  6:17 UTC  (24+ messages)
` [PATCH v9 01/16] KVM: arm64: Serialize repeated vCPU initialization
` [PATCH v9 02/16] KVM: arm64: PMU: Stop updating MDCR_EL2.HPMN
` [PATCH v9 03/16] KVM: arm64: PMU: Freeze counter count after first run
` [PATCH v9 04/16] KVM: arm64: selftests: Test SET_NR_COUNTERS "
` [PATCH v9 05/16] KVM: arm64: PMU: Keep implemented counter mask EL-independent
` [PATCH v9 06/16] KVM: arm64: PMU: Recreate events after MDCR_EL2 changes
` [PATCH v9 07/16] tools headers: Use u* types for bitfield helpers
` [PATCH v9 08/16] KVM: arm64: selftests: Cover PMU state in MDCR_EL2
` [PATCH v9 09/16] arm64: errata: Require Apple IMPDEF PMUv3 traps on all CPUs
` [PATCH v9 10/16] KVM: arm64: Don't clear vcpu->cpu in kvm_arch_vcpu_put()
` [PATCH v9 11/16] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v9 12/16] KVM: arm64: PMU: Pass the pPMU to kvm_map_pmu_event()
` [PATCH v9 13/16] KVM: arm64: PMU: Pass the target CPU to kvm_pmu_probe_armpmu()
` [PATCH v9 14/16] KVM: arm64: PMU: Implement fixed-counters-only emulation
` [PATCH v9 15/16] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v9 16/16] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY

[PATCH] KVM: x86: Remove AMX-TF32 enumeration
 2026-07-20  6:11 UTC  (2+ messages)

[kvm-unit-tests PATCH v4] x86/lam: Allocate test page from AREA_LOW instead of AREA_NORMAL
 2026-07-20  5:27 UTC  (2+ messages)

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-19 23:27 UTC  (26+ messages)
` [PATCH v2 01/33] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH v2 02/33] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH v2 03/33] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH v2 04/33] mm: introduce and use vma_end_pgoff()
` [PATCH v2 05/33] mm/rmap: update mm/interval_tree.c comments
` [PATCH v2 06/33] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH v2 07/33] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH v2 08/33] mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
` [PATCH v2 09/33] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH v2 10/33] mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
` [PATCH v2 11/33] mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
` [PATCH v2 12/33] MAINTAINERS: Move mm/interval_tree.c to rmap section

[PATCH v13 00/32] KVM: arm64: Implement support for SME
 2026-07-19 23:07 UTC  (33+ messages)
` [PATCH v13 01/32] arm64/sysreg: Define full value read/modify/write helpers
` [PATCH v13 02/32] arm64/fpsimd: Ensure all of ZCR_EL1 is initialised from idle
` [PATCH v13 03/32] arm64/fpsimd: Configure all ZCR/SMCR bits when loading task state
` [PATCH v13 04/32] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v13 05/32] arm64/sve: Factor virtualizable VL discovery out of SVE specific code
` [PATCH v13 06/32] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v13 07/32] KVM: arm64: Remove bitrotted comment on handle_sve()
` [PATCH v13 08/32] KVM: arm64: Handle FEAT_IDST for guest accesses to hidden registers
` [PATCH v13 09/32] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v13 10/32] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v13 11/32] KVM: arm64: Remove special case for FP state loading from ZCR_EL2 traps
` [PATCH v13 12/32] KVM: arm64: Define internal features for SME
` [PATCH v13 13/32] KVM: arm64: Rename sve_state_reg_region
` [PATCH v13 14/32] KVM: arm64: Store vector lengths in an array
` [PATCH v13 15/32] KVM: arm64: Factor SVE code out of fpsimd_lazy_switch_to_host()
` [PATCH v13 16/32] KVM: arm64: Document the KVM ABI for SME
` [PATCH v13 17/32] KVM: arm64: Implement SME vector length configuration
` [PATCH v13 18/32] KVM: arm64: Support SME control registers
` [PATCH v13 19/32] KVM: arm64: Support TPIDR2_EL0
` [PATCH v13 20/32] KVM: arm64: Support SME identification registers for guests
` [PATCH v13 21/32] KVM: arm64: Support SME priority registers
` [PATCH v13 22/32] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v13 23/32] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v13 24/32] KVM: arm64: Expose SME specific state to userspace
` [PATCH v13 25/32] KVM: arm64: Context switch SME state for guests
` [PATCH v13 26/32] KVM: arm64: Handle SME exceptions
` [PATCH v13 27/32] KVM: arm64: Expose SME to nested guests
` [PATCH v13 28/32] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v13 29/32] KVM: arm64: selftests: Remove spurious check for single bit safe values
` [PATCH v13 30/32] KVM: arm64: selftests: Skip impossible invalid value tests
` [PATCH v13 31/32] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v13 32/32] KVM: arm64: selftests: Add SME to set_id_regs test

[PATCH] KVM: x86/mmu: Skip rmap aging when the rmap lock was elided
 2026-07-19 20:18 UTC 

[PATCH v6 0/3] KVM: selftests: arm64: Improve diagnostics from set_id_regs
 2026-07-19 19:24 UTC  (4+ messages)
` [PATCH v6 1/3] KVM: selftests: arm64: Report set_id_reg reads of test registers as tests
` [PATCH v6 2/3] KVM: selftests: arm64: Report register reset tests individually
` [PATCH v6 3/3] KVM: selftests: arm64: Make set_id_regs bitfield validatity checks non-fatal

[PATCH 6.12] vsock/virtio: fix zerocopy completion for multi-skb sends
 2026-07-19 15:00 UTC  (2+ messages)

[PATCH v3 0/6] s390: Reintroduce support for DCACHE_WORD_ACCESS
 2026-07-19 13:27 UTC  (13+ messages)
` [PATCH v3 1/6] KVM: s390: pv: Use VM_SPARSE area for guest variable storage area
` [PATCH v3 2/6] s390/mm: Add missing mm check to do_secure_storage_access()
` [PATCH v3 3/6] s390/mm: Use lock_mm_and_find_vma() in do_secure_storage_access()
` [PATCH v3 4/6] s390/mm: Fix handling of vmalloc area "
` [PATCH v3 5/6] s390/mm: Remove folio handling for kernel faults "
` [PATCH v3 6/6] s390: Add support for DCACHE_WORD_ACCESS (again)

[PATCH 0/4] s390: Reintroduce support for DCACHE_WORD_ACCESS
 2026-07-19 13:03 UTC  (5+ messages)
` [PATCH 1/4] KVM: s390: pv: Use VM_SPARSE area for guest variable storage area

[kvm-unit-tests PATCH v2 0/6] powerpc improvements
 2026-07-19 13:00 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 1/6] powerpc: add pmu tests
` [kvm-unit-tests PATCH v2 2/6] configure: Make arch_libdir a first-class entity
` [kvm-unit-tests PATCH v2 3/6] powerpc: Remove remnants of ppc64 directory and build structure
` [kvm-unit-tests PATCH v2 4/6] powerpc: gitlab CI update
` [kvm-unit-tests PATCH v2 5/6] scripts/arch-run.bash: Fix run_panic() success exit status
` [kvm-unit-tests PATCH v2 6/6] powerpc: Add a panic test

[PATCH v12 00/29] KVM: arm64: Implement support for SME
 2026-07-19 12:59 UTC  (10+ messages)
` [PATCH v12 02/29] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state

[RFC PATCH] KVM: Ignore MMU notifiers for guest_memfd-only memslots
 2026-07-19  9:55 UTC  (2+ messages)

[PATCH RFC v5] target/arm/kvm: Choose PMU backend
 2026-07-19  6:51 UTC 

[PATCH v3] KVM: x86/mmu: Fix use-after-free on vendor module reload
 2026-07-18 23:50 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Fix PMU event info array size overflow
 2026-07-18 15:49 UTC  (2+ messages)

[PATCH v2] KVM: x86/mmu: Fix double-free of mmu_page_header_cache on vendor module reload
 2026-07-18 14:51 UTC 

[PATCH] vhost-scsi: Prevent OOM from invalid protection SGL count
 2026-07-18 14:22 UTC  (4+ messages)

[PATCH] KVM: x86/mmu: Fix double-free of mmu_page_header_cache on vendor module reload
 2026-07-18 12:59 UTC 

linux-next: manual merge of the kvm tree with the tip tree
 2026-07-18  9:34 UTC  (2+ messages)

[GIT PULL] KVM/riscv fixes for 7.2 take #1
 2026-07-18  8:02 UTC 

[PATCH v7 00/11] Dynamic PAMT
 2026-07-18  6:10 UTC  (14+ messages)
` [PATCH v7 03/11] x86/virt/tdx: Add tdx_alloc/free_control_page() helpers
` [PATCH v7 04/11] x86/virt/tdx: Allocate refcounts for Dynamic PAMT memory
` [PATCH v7 05/11] x86/virt/tdx: Handle multiple callers in tdx_pamt_get/put()
` [PATCH v7 06/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v7 07/11] x86/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path
` [PATCH v7 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory
` [PATCH v7 09/11] x86/virt/tdx: Enable Dynamic PAMT
` [PATCH v7 10/11] Documentation/x86: Add documentation for TDX's "
` [PATCH v7 11/11] x86/virt/tdx: Optimize tdx_pamt_get/put()

[PATCH] RISC-V: KVM: Reject overlapping AIA IMSIC address fields
 2026-07-18  4:48 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Avoid one-word masks for SBI v0.1 all-harts
 2026-07-18  4:39 UTC 

[PATCH] RISC-V: KVM: Guard HFENCE range loops against overflow
 2026-07-18  4:38 UTC 

[PATCH] RISC-V: KVM: Allow memslots ending at the GPA limit
 2026-07-18  3:52 UTC 

[PATCH] vhost-vdpa: propagate set_map error to caller
 2026-07-18  2:13 UTC  (3+ messages)
` (no subject)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox