messages from 2026-07-20 13:22:41 to 2026-07-23 09:12:29 UTC [more...]
[PATCH v2] KVM: arm64: Optimize protected mode and FWB
2026-07-23 9:12 UTC (5+ messages)
[PATCH v15 00/37] arm64: Support for Arm CCA in KVM
2026-07-23 9:02 UTC (9+ messages)
` [PATCH v15 12/37] KVM: arm64: CCA: Support the VGIC in realms
[PATCH v3 00/17] KVM: arm64: Introduce pKVM hypervisor heap allocator
2026-07-23 7:19 UTC (30+ messages)
` [PATCH v3 01/17] KVM: arm64: Add pkvm_private_va_range_pa
` [PATCH v3 02/17] KVM: arm64: Add pkvm_remove_mappings
` [PATCH v3 03/17] KVM: arm64: Add pkvm_map_private_va_range
` [PATCH v3 04/17] KVM: arm64: Add a heap allocator for the pKVM hyp
` [PATCH v3 05/17] KVM: arm64: Allow kvm_hyp_memcache usage outside of stage-2
` [PATCH v3 06/17] KVM: arm64: Add pkvm_hyp_req infrastructure
` [PATCH v3 07/17] KVM: arm64: Add PKVM_HYP_REQ_HYP_ALLOC request
` [PATCH v3 08/17] KVM: arm64: Add reclaim interface for the pKVM heap alloc
` [PATCH v3 09/17] KVM: arm64: Add selftests for the pKVM heap allocator
` [PATCH v3 10/17] KVM: arm64: Add a shrinker for pKVM
` [PATCH v3 11/17] KVM: arm64: Filter out non-kernel addresses in kern_hyp_va
` [PATCH v3 12/17] KVM: arm64: Move hyp_vm refcount into the structure
` [PATCH v3 13/17] KVM: arm64: Alloc pkvm_hyp_vm using pKVM heap allocator
` [PATCH v3 14/17] KVM: arm64: Alloc pkvm_hyp_vcpu "
` [PATCH v3 15/17] KVM: arm64: Reject hyp trace descriptors with fewer CPUs than hyp_nr_cpus
` [PATCH v3 16/17] KVM: arm64: Reject hyp trace descriptors with fewer than 3 pages
` [PATCH v3 17/17] KVM: arm64: Alloc simple_buffer_page using pKVM hyp allocator
[PATCH 0/6] firmware: arm_rmm: Add RMM v2.0 support
2026-07-23 7:11 UTC (6+ messages)
` [PATCH 1/6] firmware: arm_rmm: Add SMC definitions for calling the RMM
` [PATCH 6/6] firmware: arm_rmm: Ensure the RMM has GPT entries for memory
[PATCH v3 0/9] KVM: arm64: selftests: Basic nested guest support
2026-07-23 2:47 UTC (3+ messages)
` [PATCH v3 8/9] KVM: arm64: selftests: Add infrastructure for using stage-2 in guest
[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
2026-07-23 1:17 UTC (14+ messages)
` [PATCH v4 5/6] KVM: arm64: Add HDBSS fault handling and buffer flush
[PATCH v3 0/4] KVM: arm64: Expose PMMIR_EL1.SLOTS to guests
2026-07-22 20:47 UTC (6+ messages)
` [PATCH v3 1/4] KVM: arm64: Expose PMMIR_EL1.SLOTS under strict PMUv3 UAPI
` [PATCH v3 2/4] KVM: arm64: Advertise STALL_SLOT* in PMCEID1 "
` [PATCH v3 3/4] KVM: arm64: Ignore writes to PMCR_EL0.N when using strict UAPI
` [PATCH v3 4/4] KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_STRICT vCPU feature
[PATCH v3 00/40] KVM: arm64: Add GICv5 IRS support
2026-07-22 17:57 UTC (11+ messages)
` [PATCH v3 33/40] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace accessors
` [PATCH v3 36/40] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
[PATCH v4 0/6] KVM: arm64: nv: Implement nested stage-2 reverse map
2026-07-22 13:09 UTC (6+ messages)
` [PATCH v4 2/6] KVM: arm64: nv: Avoid full shadow s2 unmap
[RFC PATCH v3 00/19] named CPU models for Arm64 on KVM
2026-07-22 12:32 UTC (15+ messages)
` [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
[PATCH v3 00/28] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
2026-07-22 9:18 UTC (49+ messages)
` [PATCH v3 01/28] arm64: sysreg: Emit RESx/UNKN values for Mapping/Fields definitions
` [PATCH v3 02/28] arm64: Update ID_AA64MMFR4_EL1 description to 2026-03 JSON release
` [PATCH v3 03/28] KVM: arm64: Merge guest's HCRX_EL2 using NV_HCRX_GUEST_EXCLUDE
` [PATCH v3 04/28] KVM: arm64: Drop __HCRX_EL2_* masks
` [PATCH v3 05/28] KVM: arm64: Plumb HCRX_EL2.SRMASKEn in HCRX_EL2 sanitisation
` [PATCH v3 06/28] KVM: arm64: Classify CPTR_EL2 as a SR_LOC_SPECIAL register
` [PATCH v3 07/28] KVM: arm64: Don't evaluate HCR_EL2.NV nor HFGITR_EL2.ERET on ERET fast path
` [PATCH v3 08/28] arm64: Add ARM64_HAS_NV2P1 capability
` [PATCH v3 09/28] KVM: arm64: Relax CPTR_EL2 handling when FEAT_NV2p1 is present
` [PATCH v3 10/28] KVM: arm64: Relax CNTHCTL_EL2 "
` [PATCH v3 11/28] KVM: arm64: Expose FEAT_NV2p1 to NV guests
` [PATCH v3 12/28] arm64: Add FEAT_NV2p1 detection
` [PATCH v3 13/28] arm64: sysreg: Add NVHCR_EL2 description as a mirror of HCR_EL2
` [PATCH v3 14/28] arm64: sysreg: Add HCRX_EL2 bits related to FEAT_NV3
` [PATCH v3 15/28] arm64: Add ARM64_HAS_NV3 capability
` [PATCH v3 16/28] KVM: arm64: Split NV-specific exit fixups from the non-NV handling
` [PATCH v3 17/28] KVM: arm64: Add NV3 control bits to HCRX_EL2 sanitisation
` [PATCH v3 18/28] KVM: arm64: Add kvm_has_nv{2,3}() predicates
` [PATCH v3 19/28] KVM: arm64: Make HCR_EL2 a non-VNCR register
` [PATCH v3 20/28] KVM: arm64: Add sanitisation for NVHCR_EL2
` [PATCH v3 21/28] KVM: arm64: Add NVHCR_EL2 handling to the sysreg array
` [PATCH v3 22/28] KVM: arm64: Add routing for NVHCR_EL2 trap
` [PATCH v3 23/28] KVM: arm64: Add NVHCR_EL2 context switching
` [PATCH v3 24/28] KVM: arm64: Engage NV3 ERET trap elision
` [PATCH v3 25/28] KVM: arm64: Engage NV3 TLBI "
` [PATCH v3 26/28] KVM: arm64: Add FEAT_NV3 detection
` [PATCH v3 27/28] KVM: arm64: Expose FEAT_NV3 to guests
` [PATCH v3 28/28] arm64: Add override for ID_AA64MMFR4_EL1.NV_frac
[PATCH v8 00/21] ARM64 PMU Partitioning
2026-07-22 9:05 UTC (7+ messages)
` [PATCH 11/21] KVM: arm64: Context swap Partitioned PMU guest registers
[PATCH v4] KVM: arm64: Reject guest_memfd memslots when the VM has MTE
2026-07-22 9:03 UTC
[kvm-unit-tests PATCH] Makefile: efi: preserve .dynstr section for LLVM objcopy compatibility
2026-07-21 23:07 UTC (3+ messages)
[PATCH v5 00/10] coco: guest: Enforce host page-size alignment for shared buffers
2026-07-21 22:03 UTC (3+ messages)
` [PATCH v5 08/10] arm64: realm: Move Realm memory encryption ops to RSI code
[PATCH v2] KVM: arm64: Sync SCTLR_EL1 when injecting an exception into a pVM
2026-07-21 18:26 UTC (2+ messages)
[PATCH v2 0/6] KVM: arm64: Make ICH_VTR_EL2 accesses an inlined literal
2026-07-21 18:24 UTC (9+ messages)
` [PATCH v2 1/6] KVM: arm64: vgic-v3: Make vtr_to_* helpers use architectural field symbols
` [PATCH v2 2/6] KVM: arm64: Move GICv3 broken SEIS implementation detection to a CPU errrata
` [PATCH v2 3/6] KVM: arm64: Add a helper providing an inlined literal value for ICH_VTR_EL2
` [PATCH v2 4/6] KVM: arm64: Convert most ICH_VTR_EL2 accesses to inlined literal value
` [PATCH v2 5/6] KVM: arm64: vgic-v3: Simplify initial GICv3 configuration sampling
` [PATCH v2 6/6] KVM: arm64: vgic-v3: Kill kvm_vgic_global_state.ich_vtr_el2
[PATCH v5 0/7] KVM: arm64: pKVM stage-2 mapping and memcache fixes
2026-07-21 13:04 UTC (12+ messages)
` [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 v3] KVM: arm64: Reject guest_memfd memslots when the VM has MTE
2026-07-21 10:51 UTC (2+ messages)
[PATCH v2] KVM: arm64: Reject guest_memfd memslots when the VM has MTE
2026-07-21 9:10 UTC (4+ messages)
[PATCH] KVM: arm64: Optimize protected mode and FWB
2026-07-21 8:42 UTC (3+ messages)
[RFC PATCH 0/2] KVM: arm64: Support BBM level 3
2026-07-21 8:34 UTC (8+ messages)
` [RFC PATCH 2/2] "
[PATCH v2] KVM: arm64: Fix hyp_trace clock disabling
2026-07-21 6:55 UTC (4+ messages)
[PATCH] KVM: arm64: ptdump: Flush the last region
2026-07-20 21:21 UTC (5+ messages)
[PATCH] KVM: arm64: Stop the hyp trace clock worker on disable
2026-07-20 19:04 UTC (5+ messages)
[PATCH v1 00/11] KVM: arm64: Restore type-checking across the host/hyp hypercall boundary
2026-07-20 18:32 UTC (19+ messages)
` [PATCH v1 01/11] tracing: Include linux/types.h in trace_remote_event.h
` [PATCH v1 02/11] KVM: arm64: nVHE: Share the stacktrace per-CPU declarations with EL2
` [PATCH v1 03/11] KVM: arm64: nVHE: Declare the hyp event IDs before defining them
` [PATCH v1 04/11] KVM: arm64: nVHE: Use NULL to reset the trace buffer backing pointer
` [PATCH v1 05/11] KVM: arm64: nVHE: Run the source checker under C=2
` [PATCH v1 06/11] arm64: pi: Run the source checker on the libfdt objects "
` [PATCH v1 07/11] KVM: arm64: nVHE: Pass host VA arguments as pointers
` [PATCH v1 08/11] KVM: arm64: Move the host hypercall interface to its own header
` [PATCH v1 09/11] KVM: arm64: Type-check hypercall arguments at the caller
` [PATCH v1 10/11] KVM: arm64: nVHE: Check hypercall handlers against the declared ABI
` [PATCH v1 11/11] KVM: arm64: Tag host-VA hypercall parameters __hostva
[PATCH 0/5] KVM: arm64: Make ICH_VTR_EL2 accesses an inlined literal
2026-07-20 14:50 UTC (10+ messages)
` [PATCH 2/5] KVM: arm64: Add a helper providing an inlined literal value for ICH_VTR_EL2
` [PATCH 2/5] KVM: arm64: Add a helper providing an inlined litteral "
` [PATCH 3/5] KVM: arm64: Convert most ICH_VTR_EL2 accesses to inlined literal value
` [PATCH 4/5] KVM: arm64: vgic-v3: Simplify initial GICv3 configuration sampling
` [PATCH 5/5] KVM: arm64: vgic-v3: Kill kvm_vgic_global_state.ich_vtr_el2
[PATCH v2 00/18] KVM: arm64: Introduce pKVM hypervisor heap allocator
2026-07-20 14:10 UTC (8+ messages)
` [PATCH v2 14/18] KVM: arm64: Use noclear for PGD in __pkvm_init_vm error path
` [PATCH v2 18/18] KVM: arm64: Alloc simple_buffer_page using pKVM hyp allocator
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