messages from 2026-07-20 19:04:46 to 2026-07-24 10:56:31 UTC [more...]
[PATCH v4 00/48] KVM: arm64: Add GICv5 IRS support
2026-07-24 10:55 UTC (28+ messages)
` [PATCH v4 01/48] irqchip/gic-v5: Allow KVM setup without a maintenance IRQ
` [PATCH v4 02/48] irqchip/gic-v5: Provide OF IRS config frame attrs to KVM
` [PATCH v4 03/48] irqchip/gic-v5: Set up gic_kvm_info on ACPI hosts
` [PATCH v4 04/48] KVM: arm64: gic-v5: Define remaining IRS MMIO registers
` [PATCH v4 05/48] arm64/sysreg: Add GICv5 GIC VDPEND encoding
` [PATCH v4 06/48] arm64/sysreg: Update ICC_CR0_EL1 with LINK and LINK_IDLE fields
` [PATCH v4 07/48] KVM: arm64: gic-v5: Extract host IRS caps from IRS config frame
` [PATCH v4 08/48] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH v4 09/48] KVM: arm64: gic-v5: Create and manage VM and VPE tables
` [PATCH v4 10/48] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH v4 11/48] KVM: arm64: gic-v5: Implement VMT/vIST IRS MMIO Ops
` [PATCH v4 12/48] KVM: arm64: gic-v5: Keep GICv5 vCPU limit model-specific
` [PATCH v4 13/48] KVM: arm64: gic-v5: Implement VPE IRS MMIO Ops
` [PATCH v4 14/48] KVM: arm64: gic-v5: Set up VMTEs and VPE doorbells
` [PATCH v4 15/48] KVM: arm64: gic-v5: Add resident/non-resident hyp calls
` [PATCH v4 16/48] KVM: arm64: gic-v5: Request doorbells when VPEs enter WFI
` [PATCH v4 17/48] KVM: arm64: gic-v5: Introduce struct vgic_v5_irs and IRS base address
` [PATCH v4 18/48] KVM: arm64: gic-v5: Add IRS IODEV support to MMIO handlers
` [PATCH v4 19/48] KVM: arm64: gic-v5: Add KVM_VGIC_V5_ADDR_TYPE_IRS to UAPI
` [PATCH v4 20/48] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
` [PATCH v4 21/48] KVM: arm64: gic-v5: Initialise per-VM IRS state
` [PATCH v4 22/48] KVM: arm64: gic-v5: Register the IRS IODEV
` [PATCH v4 23/48] KVM: arm64: gic-v5: Set IRICHPPIDIS based on IRS enable state
` [PATCH v4 24/48] KVM: arm64: selftests: Update vGICv5 selftest to set IRS address
` [PATCH v4 25/48] KVM: arm64: gic-v5: Add GIC VDPEND hyp call
` [PATCH v4 26/48] KVM: arm64: gic: Introduce set_pending_state() to irq_op
` [PATCH v4 27/48] KVM: arm64: gic-v5: Support SPI injection
[PATCH v3 00/40] KVM: arm64: Add GICv5 IRS support
2026-07-24 10:28 UTC (12+ 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
[RFC PATCH v1 0/2] KVM: arm64: CCA: Add MEC policy support for CCA Realms
2026-07-24 9:40 UTC (3+ messages)
` [RFC PATCH v1 1/2] KVM: arm64: CCA: Add support for configuring the Realm MEC policy
` [RFC PATCH v1 2/2] cgroup/misc: Add support for Arm CCA MECIDs
[GIT PULL] KVM/arm64 fixes for 7.2, take #3
2026-07-24 8:47 UTC
[PATCH v3 00/28] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
2026-07-24 8:43 UTC (62+ 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
[RFC PATCH v2 0/2] KVM: arm64: Add support for BBM level 3
2026-07-24 8:17 UTC (5+ messages)
` [RFC PATCH v2 1/2] KVM: arm64: Add stage2_clean_old_pte()
` [RFC PATCH v2 2/2] KVM: arm64: Support BBM level 3
[PATCH v7 00/24] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
2026-07-24 7:29 UTC (7+ messages)
` [PATCH v7 07/24] KVM: arm64: iommu: Shadow host stage-2 page table
` [PATCH v7 14/24] iommu/arm-smmu-v3-kvm: Shadow the command queue
[PATCH v15 00/37] arm64: Support for Arm CCA in KVM
2026-07-24 5:40 UTC (11+ messages)
` [PATCH v15 12/37] KVM: arm64: CCA: Support the VGIC in realms
[PATCH v8 00/21] ARM64 PMU Partitioning
2026-07-23 20:57 UTC (4+ messages)
[PATCH v3] KVM: arm64: Optimize protected mode with FWB and DIC
2026-07-23 16:29 UTC (2+ messages)
[PATCH v2] KVM: arm64: Fix hyp_trace clock disabling
2026-07-23 16:11 UTC (5+ messages)
[PATCH v2 0/2] KVM: arm64: KVM: arm64: Fix potential leak in hyp_trace_buffer_alloc_bpages_backing
2026-07-23 16:11 UTC (2+ messages)
[PATCH] KVM: arm64: Add missing hyp_enter when trapping sysreg
2026-07-23 16:11 UTC (2+ messages)
[PATCH v2] KVM: arm64: vgic: Avoid double-deactivate of IRQs in the nested context
2026-07-23 16:11 UTC (2+ messages)
[PATCH] KVM: arm64: Update Fuad Tabba's email address
2026-07-23 16:11 UTC (2+ messages)
[PATCH v6 0/2] KVM: arm64: vgic: Fix racy LPI release and re-registration handling
2026-07-23 16:11 UTC (2+ messages)
[PATCH v4] KVM: arm64: Reject guest_memfd memslots when the VM has MTE
2026-07-23 16:10 UTC (2+ messages)
[PATCH v3 00/17] KVM: arm64: Introduce pKVM hypervisor heap allocator
2026-07-23 16:10 UTC (7+ messages)
` [PATCH v3 04/17] KVM: arm64: Add a heap allocator for the pKVM hyp
` [PATCH v3 13/17] KVM: arm64: Alloc pkvm_hyp_vm using pKVM heap allocator
[PATCH v3 0/9] KVM: arm64: selftests: Basic nested guest support
2026-07-23 9:54 UTC (4+ messages)
` [PATCH v3 8/9] KVM: arm64: selftests: Add infrastructure for using stage-2 in guest
[PATCH v2] KVM: arm64: Optimize protected mode and FWB
2026-07-23 9:12 UTC (5+ messages)
[PATCH 0/6] firmware: arm_rmm: Add RMM v2.0 support
2026-07-23 7:11 UTC (3+ messages)
` [PATCH 1/6] firmware: arm_rmm: Add SMC definitions for calling the RMM
[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 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 (11+ messages)
` [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
[kvm-unit-tests PATCH] Makefile: efi: preserve .dynstr section for LLVM objcopy compatibility
2026-07-21 23:07 UTC (3+ messages)
[PATCH 11/21] KVM: arm64: Context swap Partitioned PMU guest registers
2026-07-21 23:05 UTC (2+ 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 (3+ 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] 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 (4+ 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