messages from 2026-07-15 14:31:13 to 2026-07-20 05:53:30 UTC [more...]
[PATCH v9 00/16] KVM: arm64: PMU: Use multiple host PMUs
2026-07-20 5:53 UTC (18+ 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 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 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] KVM: arm64: Update Fuad Tabba's email address
2026-07-19 16:32 UTC
[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)
[RFC PATCH 0/2] KVM: arm64: Support BBM level 3
2026-07-18 19:54 UTC (7+ messages)
` [RFC PATCH 1/2] KVM: arm64: Add stage2_clean_old_pte()
` [RFC PATCH 2/2] KVM: arm64: Support BBM level 3
[PATCH v5 0/7] KVM: arm64: pKVM stage-2 mapping and memcache fixes
2026-07-18 8:44 UTC (11+ messages)
` [PATCH v5 1/7] KVM: arm64: Skip cache maintenance for non-cacheable pKVM mappings
` [PATCH v5 2/7] KVM: arm64: Top up the memcache for pKVM permission faults
` [PATCH v5 3/7] KVM: arm64: Top up stage-2 memcache for dirty logging faults
` [PATCH v5 4/7] KVM: arm64: Skip pKVM stage-2 flush when FWB is enabled
` [PATCH v5 5/7] KVM: arm64: Don't WARN on pKVM stage-2 map failures
` [PATCH v5 6/7] KVM: arm64: Don't advertise eager page splitting under pKVM
` [PATCH v5 7/7] KVM: arm64: selftests: Add stage-2 block transition test
[PATCH] KVM: arm64: ptdump: Flush the last region
2026-07-17 23:12 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
[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 (30+ messages)
` [PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking
` [PATCH v4 4/6] KVM: arm64: Add HDBSS per-vCPU buffer management
` [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 v2 0/6] KVM: arm64: ptdump: Shadow ptdump fixes
2026-07-17 14:52 UTC (4+ messages)
` [PATCH v2 6/6] KVM: arm64: ptdump: Introduce the shadow ptdump file
[PATCH 00/18] arm64+KVM: FPSIMD/SVE/SME cleanups
2026-07-17 13:22 UTC (8+ messages)
` [PATCH 17/18] arm64: fpsimd: Move SME save/restore inline
[PATCH v6 0/8] KVM: arm64: pKVM vCPU state management at EL2
2026-07-17 12:43 UTC (3+ messages)
` [PATCH v6 3/8] KVM: arm64: Factor out reusable vCPU reset helpers
[PATCH kvmtool v3 0/4] Add guest_memfd support for arm64
2026-07-17 10:28 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
[RFC PATCH v3 00/19] named CPU models for Arm64 on KVM
2026-07-16 21:38 UTC (20+ messages)
` [RFC PATCH v3 01/19] target/arm/sysreg: regenerate cpu-sysregs.h.inc
` [RFC PATCH v3 02/19] scripts: bug fixes in update-aarch64-cpu-sysreg-properties
` [RFC PATCH v3 03/19] target/arm: regenerate cpu-idregs.h.inc
` [RFC PATCH v3 04/19] target/arm: expose all ID regs fields as properties
` [RFC PATCH v3 05/19] target/arm/kvm: enable writable implementation ID registers
` [RFC PATCH v3 06/19] target/arm/kvm: Read all ID registers from KVM
` [RFC PATCH v3 07/19] target/arm/kvm: handle special ID registers cases when reading "
` [RFC PATCH v3 08/19] target/arm/kvm: Handle writeback for special ID register fields
` [RFC PATCH v3 09/19] target/arm: Add named cpu model infra + graviton3 named model
` [RFC PATCH v3 10/19] target/arm: Add Nvidia Grace "
` [RFC PATCH v3 11/19] target/arm: fix sve and pauth finalize for named cpu models
` [RFC PATCH v3 12/19] target/arm: Introduce stub files required for qmp support
` [RFC PATCH v3 13/19] target/arm/qmp: add named models and properties to cpu-model-expansion
` [RFC PATCH v3 14/19] target/arm/kvm: compute supported values for ID register fields
` [RFC PATCH v3 15/19] target/arm/kvm: introduce kvm_arm_get_host_isar helper
` [RFC PATCH v3 16/19] qmp: add query-cpu-props-info command
` [RFC PATCH v3 17/19] target/arm: Report 0 as supported for ID fields gated by vCPU init flags
` [RFC PATCH v3 18/19] target/arm/qmp: hook blockers in query-cpu-definitions
` [RFC PATCH v3 19/19] target/arm/kvm: fix host model writeback when kernel supports EL2
[kvm-unit-tests PATCH] Makefile: efi: preserve .dynstr section for LLVM objcopy compatibility
2026-07-16 17:33 UTC
[PATCH v4 0/6] KVM: arm64: nv: Implement nested stage-2 reverse map
2026-07-16 17:16 UTC (9+ messages)
` [PATCH v4 2/6] KVM: arm64: nv: Avoid full shadow s2 unmap
` [PATCH v4 3/6] KVM: arm64: nv: Add nested revmap broken tracepoint
[PATCH 0/6] firmware: arm_rmm: Add RMM v2.0 support
2026-07-16 16:04 UTC (18+ messages)
` [PATCH 1/6] firmware: arm_rmm: Add SMC definitions for calling the RMM
` [PATCH 2/6] firmware: arm_rmm: Add wrappers for direct RMI calls
` [PATCH 3/6] firmware: arm_rmm: Check for RMI support at init
` [PATCH 4/6] firmware: arm_rmm: Configure the RMM with the host's page size
` [PATCH 5/6] firmware: arm_rmm: Add support for SRO
` [PATCH 6/6] firmware: arm_rmm: Ensure the RMM has GPT entries for memory
[RFC PATCH 0/5] KVM: arm64: Use TTBR1_EL2 for hVHE runtime mappings
2026-07-16 14:27 UTC (8+ messages)
` [RFC PATCH 1/5] KVM: arm64: Make hyp symbol address conversion explicit
` [RFC PATCH 2/5] KVM: arm64: Split hyp mapping APIs by address type
` [RFC PATCH 3/5] KVM: arm64: Split hyp VA-to-PA conversion "
` [RFC PATCH 4/5] KVM: arm64: Rename the hyp private VA allocation base
` [RFC PATCH 5/5] KVM: arm64: Use TTBR1_EL2 for hVHE runtime mappings
[PATCH v15 00/37] arm64: Support for Arm CCA in KVM
2026-07-16 10:38 UTC (39+ messages)
` [PATCH v15 02/37] KVM: arm64: Avoid including linux/kvm_host.h in kvm_pgtable.h
` [PATCH v15 05/37] KVM: arm64: CCA: Check for LPA2 support
` [PATCH v15 06/37] KVM: arm64: CCA: Define the user ABI
` [PATCH v15 09/37] KVM: arm64: CCA: Allow passing the machine type in KVM creation
` [PATCH v15 17/37] KVM: arm64: Expose support for private memory
` [PATCH v15 25/37] KVM: arm64: CCA: Handle Realm PSCI requests
` [PATCH v15 26/37] KVM: arm64: WARN on injected undef exceptions
` [PATCH v15 27/37] KVM: arm64: CCA: Allow userspace to inject aborts
` [PATCH v15 28/37] KVM: arm64: CCA: Support RSI_HOST_CALL
` [PATCH v15 29/37] KVM: arm64: CCA: Allow checking SVE on VM instance
` [PATCH v15 30/37] KVM: arm64: CCA: Prevent Device mappings for realms
` [PATCH v15 31/37] KVM: arm64: CCA: Propagate breakpoint and watchpoint counts to userspace
` [PATCH v15 32/37] KVM: arm64: CCA: Set breakpoint parameters through SET_ONE_REG
` [PATCH v15 33/37] KVM: arm64: CCA: Propagate max SVE vector length from the RMM
` [PATCH v15 34/37] KVM: arm64: CCA: Configure max SVE vector length for a Realm
` [PATCH v15 35/37] KVM: arm64: CCA: Provide register list for unfinalized RECs
` [PATCH v15 36/37] KVM: arm64: CCA: Provide an accurate register list
` [PATCH v15 37/37] KVM: arm64: CCA: Enable realms to be created
[PATCH v7 00/24] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
2026-07-15 18:43 UTC (11+ messages)
` [PATCH v7 01/24] KVM: arm64: Add a generic clock
` [PATCH v7 02/24] KVM: arm64: Donate MMIO to the hypervisor
` [PATCH v7 07/24] KVM: arm64: iommu: Shadow host stage-2 page table
[PATCH v3 00/40] KVM: arm64: Add GICv5 IRS support
2026-07-15 16:57 UTC (31+ messages)
` [PATCH v3 27/40] KVM: arm64: gic-v5: Track SPI state for in-flight SPIs
` [PATCH v3 29/40] KVM: arm64: gic-v5: Support SPI injection
` [PATCH v3 30/40] Documentation: KVM: Extend VGICv5 docs for KVM_VGIC_V5_ADDR_TYPE_IRS
` [PATCH v3 31/40] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd
` [PATCH v3 34/40] KVM: arm64: gic-v5: Handle userspace accesses to IRS MMIO region
` [PATCH v3 35/40] KVM: arm64: gic-v5: Add CoreSight MMIO regs to IRS
` [PATCH v3 36/40] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
` [PATCH v3 37/40] Documentation: KVM: Document KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS for VGICv5
` [PATCH v3 38/40] Documentation: KVM: Add KVM_DEV_ARM_VGIC_GRP_IRS_REGS to VGICv5 docs
` [PATCH v3 40/40] Documentation: KVM: Add the VGICv5 IRS save/restore sequences
[PATCH v2 00/18] KVM: arm64: Introduce pKVM hypervisor heap allocator
2026-07-15 15:07 UTC (3+ messages)
` [PATCH v2 18/18] KVM: arm64: Alloc simple_buffer_page using pKVM hyp allocator
[PATCH] KVM: arm64: Use consistent type for pool size
2026-07-15 15:01 UTC
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