Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-08-04 14:25:07 to 2026-08-07 13:42:29 UTC [more...]

[PATCH v5 00/49] KVM: arm64: Add GICv5 IRS support
 2026-08-07 13:42 UTC  (61+ messages)
` [PATCH v5 01/49] irqchip/gic-v5: Allow KVM setup without a maintenance IRQ
` [PATCH v5 02/49] irqchip/gic-v5: Provide OF IRS config frame attrs to KVM
` [PATCH v5 03/49] irqchip/gic-v5: Set up gic_kvm_info on ACPI hosts
` [PATCH v5 04/49] KVM: arm64: gic-v5: Define remaining IRS MMIO registers
` [PATCH v5 05/49] arm64/sysreg: Add GICv5 GIC VDPEND encoding
` [PATCH v5 06/49] arm64/sysreg: Update ICC_CR0_EL1 with LINK and LINK_IDLE fields
` [PATCH v5 07/49] KVM: arm64: gic-v5: Cache host IRS ID registers
` [PATCH v5 08/49] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH v5 09/49] KVM: arm64: gic-v5: Create and manage VM and VPE tables
` [PATCH v5 10/49] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH v5 11/49] KVM: arm64: gic-v5: Implement VMT/vIST IRS MMIO Ops
` [PATCH v5 12/49] KVM: arm64: gic-v5: Keep GICv5 vCPU limit model-specific
` [PATCH v5 13/49] KVM: arm64: gic-v5: Implement VPE IRS MMIO Ops
` [PATCH v5 14/49] KVM: arm64: gic-v5: Set up VMTEs and VPE doorbells
` [PATCH v5 15/49] KVM: arm64: gic-v5: Add resident/non-resident hyp calls
` [PATCH v5 16/49] KVM: arm64: gic-v5: Request doorbells when VPEs enter WFI
` [PATCH v5 17/49] KVM: arm64: gic-v5: Introduce struct vgic_v5_irs and IRS base address
` [PATCH v5 18/49] KVM: arm64: gic-v5: Add IRS IODEV support to MMIO handlers
` [PATCH v5 19/49] KVM: arm64: gic-v5: Add KVM_VGIC_V5_ADDR_TYPE_IRS to UAPI
` [PATCH v5 20/49] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
` [PATCH v5 21/49] KVM: arm64: gic-v5: Initialise per-VM IRS state
` [PATCH v5 22/49] KVM: arm64: gic-v5: Register the IRS IODEV
` [PATCH v5 23/49] KVM: arm64: gic-v5: Set IRICHPPIDIS based on IRS enable state
` [PATCH v5 24/49] KVM: arm64: selftests: Update vGICv5 selftest to set IRS address
` [PATCH v5 25/49] KVM: arm64: gic-v5: Add GIC VDPEND hyp call
` [PATCH v5 26/49] KVM: arm64: gic: Introduce set_pending_state() to irq_ops
` [PATCH v5 27/49] KVM: arm64: gic-v5: Support SPI injection
` [PATCH v5 28/49] Documentation: KVM: Extend VGICv5 device attribute docs
` [PATCH v5 29/49] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd
` [PATCH v5 30/49] KVM: arm64: gic-v5: Mask per-vCPU PPI state in vgic_v5_finalize_ppi_state()
` [PATCH v5 31/49] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace accessors
` [PATCH v5 32/49] KVM: arm64: gic-v5: Handle userspace accesses to IRS MMIO region
` [PATCH v5 33/49] KVM: arm64: gic-v5: Add CoreSight MMIO regs to IRS
` [PATCH v5 34/49] KVM: arm64: gic-v5: Add VGICv5 IST save/restore UAPI
` [PATCH v5 35/49] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
` [PATCH v5 36/49] Documentation: KVM: Document KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS for VGICv5
` [PATCH v5 37/49] Documentation: KVM: Add KVM_DEV_ARM_VGIC_GRP_IRS_REGS to VGICv5 docs
` [PATCH v5 38/49] Documentation: KVM: Add docs for KVM_DEV_ARM_VGIC_GRP_IST
` [PATCH v5 39/49] Documentation: KVM: Add the VGICv5 IRS save/restore sequences
` [PATCH v5 40/49] KVM: selftests: Add VGICv5 IRS address attribute tests
` [PATCH v5 41/49] KVM: selftests: Add VGICv5 NR_IRQS "
` [PATCH v5 42/49] KVM: selftests: Add VGICv5 IRS_REGS "
` [PATCH v5 43/49] KVM: selftests: Add VGICv5 IST "
` [PATCH v5 44/49] KVM: selftests: Add VGICv5 USERSPACE_PPIS tests
` [PATCH v5 45/49] KVM: selftests: Add VGICv5 CPU sysreg attribute tests
` [PATCH v5 46/49] KVM: selftests: Add VGICv5 SPI injection tests
` [PATCH v5 47/49] KVM: selftests: Add VGICv5 LPI delivery tests
` [PATCH v5 48/49] KVM: selftests: Add VGICv5 IST save/restore coverage
` [PATCH v5 49/49] KVM: selftests: Add VGICv5 sparse vCPU IDs test

[PATCH v2 0/4] KVM: arm64: vgic: Fixes for ITS table save and init retry
 2026-08-07 12:15 UTC  (7+ messages)
` [PATCH v2 1/4] KVM: arm64: vgic-its: Don't dereference a NULL collection on ITT save
` [PATCH v2 2/4] KVM: arm64: vgic: Don't leak the SPI array when init is retried
` [PATCH v2 3/4] KVM: arm64: vgic-its: Don't save collections the table cannot hold
` [PATCH v2 4/4] KVM: arm64: vgic-its: Point saved ITEs at the next valid entry

[PATCH v2 0/2] arm64: ptdump flush fixes
 2026-08-07 11:46 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: ptdump: Make note_page_flush() range aware

[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
 2026-08-07 10:58 UTC  (17+ messages)
` [PATCH v16 11/45] KVM: arm64: CCA: Check for RMI support at KVM init
` [PATCH v16 22/45] KVM: arm64: CCA: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v16 24/45] KVM: arm64: Expose support for private memory
` [PATCH v16 27/45] KVM: arm64: CCA: Allow populating initial contents
` [PATCH v16 29/45] KVM: arm64: CCA: Support runtime faulting of memory

[PATCH] KVM: arm64: Fix hvhe and broken CNTVOFF_EL2
 2026-08-07 10:50 UTC  (6+ messages)

[PATCH v1 0/4] KVM: arm64: Fix unguarded GICv5 CPU interface accesses
 2026-08-07 10:14 UTC  (14+ messages)
` [PATCH v1 1/4] KVM: arm64: Validate the host-provided vgic model in pKVM
` [PATCH v1 2/4] KVM: arm64: Reject the GICv5 CPU interface hypercalls under pKVM
` [PATCH v1 3/4] KVM: arm64: vgic: Do not access the GICv5 CPU interface from EL1
` [PATCH v1 4/4] KVM: arm64: Fix stale VGICv3 comments in the nVHE world switch

[PATCH v1 09/11] KVM: arm64: Minimise EL2's exposure of host VGIC state during world switch
 2026-08-07 10:08 UTC  (5+ messages)

[PATCH v4 00/48] KVM: arm64: Add GICv5 IRS support
 2026-08-07  8:27 UTC  (10+ messages)
` [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] KVM: Never clear KVM_REQ_VM_DEAD from a vCPU's requests
 2026-08-07  8:20 UTC  (3+ messages)

[PATCH v2] KVM: arm64: vgic-v3: take an LPI reference in vgic_v3_save_pending_tables
 2026-08-07  7:52 UTC  (2+ messages)

[PATCH v2 0/8] KVM: arm64: VNCR TLB invalidation fixes
 2026-08-07  6:03 UTC  (19+ messages)
` [PATCH v2 1/8] KVM: arm64: Remove VM-wide VNCR mapping counter
` [PATCH v2 2/8] KVM: arm64: Handle negative S1 walk levels in VNCR TLB size evaluation
` [PATCH v2 3/8] KVM: arm64: Consider SCTLR_EL2.M when mapping the L1 VNCR page
` [PATCH v2 4/8] KVM: arm64: Correctly handle end of VA space TLBI invalidation
` [PATCH v2 5/8] KVM: arm64: Handle VNCR TLB invalidation race with vcpu_put() VNCR unmapping
` [PATCH v2 6/8] KVM: arm64: Sign-extend VA for range-based TLBI invalidation
` [PATCH v2 7/8] KVM: arm64: Make VNCR invalidation participate in MMU invalidation retry
` [PATCH v2 8/8] KVM: arm64: Add VNCR TLB tracking again

[PATCH v3] KVM: arm64: nv: Keep the shadow S2 MMUs at fixed addresses
 2026-08-07  1:13 UTC  (3+ messages)

[PATCH v2] KVM: arm64: nv: Keep the shadow S2 MMUs at fixed addresses
 2026-08-06 18:00 UTC  (5+ messages)

[PATCH v18 00/14] KVM: arm64: Provide guest support for GCS
 2026-08-06 16:43 UTC  (10+ messages)
` [PATCH v18 03/14] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v18 04/14] KVM: arm64: Ensure GCS memory effects are visible
` [PATCH v18 05/14] KVM: arm64: Set PSTATE.EXLOCK when entering an exception

[PATCH v3 00/11] KVM: arm64: Restore type-checking across the host/hyp hypercall boundary
 2026-08-06 12:35 UTC  (7+ messages)
` [PATCH v3 01/11] tracing: Include linux/types.h in trace_remote_event.h

[PATCH 0/6] firmware: arm_rmm: Add RMM v2.0 support
 2026-08-06 11:53 UTC  (3+ messages)
` [PATCH 2/6] firmware: arm_rmm: Add wrappers for direct RMI calls

[RFC PATCH v3 00/19] named CPU models for Arm64 on KVM
 2026-08-06  9:24 UTC  (23+ messages)
` [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
` [RFC PATCH v3 16/19] qmp: add query-cpu-props-info command

[PATCH 0/3] KVM: arm64: vgic: Fixes for ITS table save and init retry
 2026-08-06  7:41 UTC  (8+ messages)
` [PATCH 1/3] KVM: arm64: vgic-its: Don't dereference a NULL collection on ITT save
` [PATCH 2/3] KVM: arm64: vgic: Don't leak the SPI array when init is retried
` [PATCH 3/3] KVM: arm64: vgic-its: Don't write past the end of the collection table

[RFC PATCH v7 00/18] kvm/arm: Introduce a customizable aarch64 KVM host model
 2026-08-06  4:52 UTC  (3+ messages)
` [RFC PATCH v7 10/18] target/arm/kvm: Retrieve writable ID reg map

[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
 2026-08-06  1:14 UTC  (5+ messages)
` [PATCH v4 03/11] KVM: Export kvm_uevent_notify_vm_create()

[RFC] KVM: Proposed uAPI for querying GSI and irqbypass status
 2026-08-06  0:32 UTC  (6+ messages)

[PATCH 1/2] KVM: arm64: nv: Allocate the shadow S2 MMUs individually
 2026-08-05 21:39 UTC  (8+ messages)
` [PATCH 2/2] KVM: arm64: selftests: Add a nested S2 MMU realloc test

[PATCH v3 00/12] KVM: selftests: Add more syscall wrappers, fix hardware_disable_test
 2026-08-05 16:46 UTC  (2+ messages)

[PATCH v7 00/24] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2026-08-05 15:26 UTC  (6+ messages)
` [PATCH v7 02/24] KVM: arm64: Donate MMIO to the hypervisor

[PATCH v2] KVM: arm64: selftests: Check ID regs are immutable after a failed run
 2026-08-05 14:15 UTC  (2+ messages)

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-08-05 10:09 UTC  (3+ messages)

[RFC PATCH 00/14] KVM: ITS hardening for pKVM
 2026-08-05  9:52 UTC  (9+ messages)
` [PATCH 02/14] KVM: arm64: Track host-unmapped MMIO regions in a static array
` [PATCH 03/14] KVM: arm64: Support host MMIO trap handlers for unmapped devices

[PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking
 2026-08-05  3:43 UTC  (13+ messages)

[PATCH 05/21] perf: arm_pmuv3: Check cntr_mask before using pmccntr
 2026-08-04 21:25 UTC  (2+ messages)

[PATCH] KVM: arm64: selftests: Check ID regs are immutable after a failed run
 2026-08-04 18:36 UTC  (6+ messages)

[PATCH 0/6] KVM: arm64: VNCR TLB invalidation fixes
 2026-08-04 15:16 UTC  (6+ messages)
` [PATCH 3/6] KVM: arm64: Consider SCTLR_EL2.M when mapping the L1 VNCR page


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox