messages from 2026-07-22 09:04:10 to 2026-07-26 15:34:41 UTC [more...]
[RFC PATCH v7 00/18] kvm/arm: Introduce a customizable aarch64 KVM host model
2026-07-26 15:29 UTC (12+ messages)
` [RFC PATCH v7 01/18] scripts: introduce scripts/update-aarch64-cpu-sysregs-header.py
` [RFC PATCH v7 02/18] target/arm/cpu-sysregs.h.inc: Sort by name alphabetical order
` [RFC PATCH v7 03/18] target/arm/cpu-sysregs.h.inc: Update with automatic generation
` [RFC PATCH v7 04/18] arm/cpu: Add infra to handle generated ID register definitions
` [RFC PATCH v7 05/18] scripts: Introduce scripts/aarch64_sysreg_helpers module
` [RFC PATCH v7 06/18] scripts: Introduce scripts/update-aarch64-cpu-sysreg-properties.py
` [RFC PATCH v7 07/18] target/arm/cpu-idregs.h.inc: generate with script
` [RFC PATCH v7 08/18] target/arm/cpu-idregs.h.inc: Generate enum values
` [RFC PATCH v7 09/18] target/arm/cpu_idregs: generate tables for Arm64 ID registers and fields
` [RFC PATCH v7 10/18] target/arm/kvm: Retrieve writable ID reg map
` [RFC PATCH v7 11/18] arm/kvm: Initialize all writable ID registers from host
[PATCH] KVM: arm64: Use consistent type for pool size
2026-07-26 15:11 UTC (3+ messages)
[PATCH 0/2] KVM: arm64: Fix host-directed debug for non-protected pKVM guests
2026-07-26 14:58 UTC (5+ messages)
` [PATCH 1/2] KVM: arm64: Flush external_mdscr_el1 to the pKVM hyp vCPU
` [PATCH 2/2] KVM: arm64: selftests: Add a userspace watchpoint test
[RFC PATCH v3 00/19] named CPU models for Arm64 on KVM
2026-07-26 14:22 UTC (11+ messages)
` [RFC PATCH v3 07/19] target/arm/kvm: handle special ID registers cases when reading from KVM
` [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 14/19] target/arm/kvm: compute supported values for ID register fields
[PATCH v2 0/2] arm64: ptdump flush fixes
2026-07-26 8:11 UTC (6+ messages)
` [PATCH v2 1/2] arm64: ptdump: Make note_page_flush() range aware
` [PATCH v2 2/2] KVM: arm64: ptdump: Flush the last region
[PATCH] KVM: arm64: GICv2: Bound the INTID in vgic_v2_deactivate()
2026-07-25 17:12 UTC (2+ messages)
[PATCH v4 00/48] KVM: arm64: Add GICv5 IRS support
2026-07-25 10:56 UTC (85+ 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 v4 28/48] Documentation: KVM: Extend VGICv5 device attribute docs
` [PATCH v4 31/48] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace accessors
` [PATCH v4 32/48] KVM: arm64: gic-v5: Handle userspace accesses to IRS MMIO region
` [PATCH v4 33/48] KVM: arm64: gic-v5: Add CoreSight MMIO regs to IRS
` [PATCH v4 34/48] KVM: arm64: gic-v5: Add VGICv5 IST save/restore UAPI
` [PATCH v4 35/48] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
` [PATCH v4 36/48] Documentation: KVM: Document KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS for VGICv5
` [PATCH v4 37/48] Documentation: KVM: Add KVM_DEV_ARM_VGIC_GRP_IRS_REGS to VGICv5 docs
` [PATCH v4 38/48] Documentation: KVM: Add docs for KVM_DEV_ARM_VGIC_GRP_IST
` [PATCH v4 39/48] Documentation: KVM: Add the VGICv5 IRS save/restore sequences
` [PATCH v4 40/48] KVM: selftests: Add VGICv5 IRS address attribute tests
` [PATCH v4 41/48] KVM: selftests: Add VGICv5 NR_IRQS "
` [PATCH v4 42/48] KVM: selftests: Add VGICv5 IRS_REGS "
` [PATCH v4 43/48] KVM: selftests: Add VGICv5 IST "
` [PATCH v4 44/48] KVM: selftests: Add VGICv5 USERSPACE_PPIS tests
` [PATCH v4 45/48] KVM: selftests: Add VGICv5 CPU sysreg attribute tests
` [PATCH v4 46/48] KVM: selftests: Add VGICv5 SPI injection tests
` [PATCH v4 47/48] KVM: selftests: Add VGICv5 LPI delivery tests
` [PATCH v4 48/48] KVM: selftests: Add VGICv5 IST save/restore coverage
` [PATCH v4 30/48] KVM: arm64: gic-v5: Mask per-vcpu PPI state in vgic_v5_finalize_ppi_state()
` [PATCH v4 29/48] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd
[PATCH v2] KVM: Ignore MMU notifiers for guest_memfd-only memslots
2026-07-24 19:52 UTC (2+ messages)
[RFC PATCH v1 0/2] KVM: arm64: CCA: Add MEC policy support for CCA Realms
2026-07-24 15:38 UTC (5+ 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
[PATCH v13 00/32] KVM: arm64: Implement support for SME
2026-07-24 15:16 UTC (3+ messages)
` [PATCH v13 02/32] arm64/fpsimd: Ensure all of ZCR_EL1 is initialised from idle
[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
[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 (43+ messages)
` [PATCH v3 01/28] arm64: sysreg: Emit RESx/UNKN values for Mapping/Fields definitions
` [PATCH v3 07/28] KVM: arm64: Don't evaluate HCR_EL2.NV nor HFGITR_EL2.ERET on ERET fast path
` [PATCH v3 09/28] KVM: arm64: Relax CPTR_EL2 handling when FEAT_NV2p1 is present
` [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 16/28] KVM: arm64: Split NV-specific exit fixups from the non-NV handling
` [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 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
[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 (3+ 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 (2+ 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 5/6] KVM: arm64: Add HDBSS fault handling and buffer flush
2026-07-23 1:17 UTC (12+ messages)
[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
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