messages from 2026-07-17 09:39:06 to 2026-07-20 06:48:07 UTC [more...]
[RFC v1 00/25] Add Realm support to QEMU-VMM
2026-07-20 6:47 UTC (5+ messages)
` [RFC v1 10/25] hw/core/loader: Add a ROM loader notifier
[PATCH] KVM: VMX: Postpone IPIv setup after successful vCPU creation
2026-07-20 6:29 UTC (5+ 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 (3+ 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 (5+ 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 (16+ messages)
` [PATCH v7 01/11] x86/virt/tdx: Simplify PAMT layout calculation
` [PATCH v7 02/11] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [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)
[PATCH] vhost: reject zero-size IOTLB INVALIDATE
2026-07-18 1:29 UTC (3+ messages)
` [PATCH v2] "
[PATCH v2 0/3] KVM: x86/SVM: Fixes for AMD ERAPS virtualization
2026-07-17 23:05 UTC (4+ messages)
` [PATCH v2 1/3] KVM: SVM: Configure ALLOW_LARGER_RAP in svm_vcpu_after_set_cpuid()
` [PATCH v2 2/3] KVM: SVM: Dirty ERAPS register on all ASID TLB flushes
` [PATCH v2 3/3] KVM: x86: Flush guest TLB on MTRR MSR writes
[PATCH v2 0/2] tdx-guest: Make Quote buffer size dynamic
2026-07-17 21:55 UTC (4+ messages)
` [PATCH v2 1/2] x86/tdx: Add helper to query maximum TD Quote size
` [PATCH v2 2/2] virt: tdx-guest: Allocate Quote buffer dynamically
[PATCH] percpu: Add missing DECLARE_PER_CPU_DECRYPTED
2026-07-17 21:33 UTC
[PATCH 00/60] KVM Planes + SEV-SNP Support
2026-07-17 18:26 UTC (11+ messages)
` [PATCH 35/60] kvm: Add VCPU plane-scheduling state and helpers
[PATCH v3 09/11] vfio: selftests: Add mlx5 driver - HW init and command interface
2026-07-17 17:41 UTC (3+ messages)
[PATCH] LoongArch: KVM: Initialize vector array in dmsintc_inject_irq()
2026-07-17 17:15 UTC (2+ messages)
[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
2026-07-17 17:12 UTC (7+ messages)
[PATCH v3 07/11] vfio: selftests: Allow drivers to specify required region size
2026-07-17 17:04 UTC (2+ messages)
[PATCH] KVM: selftests: Fix typos in x86 and riscv tests
2026-07-17 16:28 UTC
[RFC] KVM: Proposed uAPI for querying GSI and irqbypass status
2026-07-17 16:26 UTC
[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
2026-07-17 15:53 UTC (21+ messages)
` [PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking
` [PATCH v4 5/6] KVM: arm64: Add HDBSS fault handling and buffer flush
` [PATCH v4 6/6] KVM: arm64: Add auto HDBSS enable/disable on dirty logging change
[PATCH v4 0/2] vfio: selftests: Add allocation assert helpers and avoid VLAs
2026-07-17 15:43 UTC (2+ messages)
[PATCH] vfio/pci: clear vdev->msi_perm after freeing it on init failure
2026-07-17 15:43 UTC (2+ messages)
[PATCH v14 0/4] vfio: selftest: Add NVIDIA GPU Falcon DMA test driver
2026-07-17 15:43 UTC (2+ messages)
[PATCH] KVM: Use vma_lookup() in kvm_host_page_size()
2026-07-17 15:04 UTC (2+ messages)
[RFC PATCH 00/11] KVM: Allow alternative providers of guest_memfd backed by PFNMAP memory
2026-07-17 14:49 UTC (5+ messages)
` [RFC PATCH 01/11] KVM: selftests: sev_smoke_test: Only run VM types the host offers
` [RFC PATCH 02/11] KVM: selftests: sev_init2_tests: Derive SEV availability from KVM
[PATCH 00/21] KVM: s390: vsie: Add VSIE SIGP Interpretation (vsie_sigpi)
2026-07-17 14:20 UTC (3+ messages)
` [PATCH 16/21] KVM: s390: vsie: Shadow VSIE SCA in guest-1
[PATCH v2] KVM: s390: pv: ignore ultravisor donated storage for kmemleak
2026-07-17 13:45 UTC (2+ messages)
[PATCH] s390/mm: Add missing vm_start <= addr check to do_secure_storage_access()
2026-07-17 13:23 UTC (2+ messages)
[PATCH v2 0/7] KVM: s390: Misc fixes
2026-07-17 12:59 UTC (3+ messages)
` [PATCH v2 5/7] KVM: s390: ucontrol: Add missing locking around gmap_remove_child()
[RFC PATCH 00/24] KVM: x86: Introduce memory protection attributes
2026-07-17 12:38 UTC (2+ messages)
[PATCH] KVM: s390: pv: ignore ultravisor donated storage for kmemleak
2026-07-17 11:27 UTC
[PATCH v2 0/4] s390: Reintroduce support for DCACHE_WORD_ACCESS
2026-07-17 10:32 UTC (7+ messages)
` [PATCH v2 1/4] KVM: s390: pv: Use VM_SPARSE area for guest variable storage area
` [PATCH v2 4/4] s390: Add support for DCACHE_WORD_ACCESS (again)
[PATCH kvmtool v3 0/4] Add guest_memfd support for arm64
2026-07-17 10:28 UTC (2+ messages)
[PATCH 2/2] virt: tdx-guest: Allocate Quote buffer dynamically
2026-07-17 10:21 UTC (3+ messages)
[PATCH v2 00/28] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
2026-07-17 9:44 UTC (5+ messages)
` [PATCH v2 03/28] KVM: arm64: Merge guest's HCRX_EL2 using NV_HCRX_GUEST_EXCLUDE
` [PATCH v2 06/28] KVM: arm64: Classify CPTR_EL2 as a SR_LOC_SPECIAL register
[PATCH 09/32] KVM/x86: Stop using 32-bit MSR interfaces
2026-07-17 9:42 UTC (2+ messages)
` [tip: x86/msr] "
[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
2026-07-17 9:38 UTC (9+ 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