Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-07-24 08:10:15 to 2026-07-29 11:00:15 UTC [more...]

[PATCH v3 00/11] KVM Dirty-bit cleaning hw accelerator (HACDBS)
 2026-07-29 11:00 UTC  (15+ messages)
` [PATCH v3 01/11] KVM: arm64: HDBSS bits
` [PATCH v3 02/11] arm64/cpufeature: Add system-wide FEAT_HACDBS detection
` [PATCH v3 03/11] arm64/sysreg: Add HACDBS consumer and base registers
` [PATCH v3 04/11] KVM: arm64: dirty_bit: Add base FEAT_HACDBS cleaning routine
` [PATCH v3 05/11] kvm: Add arch-generic interface for hw-accelerated dirty-bitmap cleaning
` [PATCH v3 06/11] KVM: arm64: Add hardware-accelerated dirty-bitmap cleaning routine
` [PATCH v3 07/11] KVM: arm64: Dirty-bitmap: avoid splitting previously split blocks
` [PATCH v3 08/11] kvm/dirty_ring: Introduce get_memslot and move helpers to header
` [PATCH v3 09/11] kvm/dirty_ring: Add arch-generic interface for hw-accelerated dirty-ring cleaning
` [PATCH v3 10/11] KVM: arm64: Add hardware-accelerated dirty-ring cleaning routine
` [PATCH v3 11/11] KVM: arm64: Enable KVM_HW_DIRTY_BIT

[PATCH v15 00/37] arm64: Support for Arm CCA in KVM
 2026-07-29 10:58 UTC  (8+ messages)
` [PATCH v15 13/37] KVM: arm64: CCA: Support timers in realm RECs
` [PATCH v15 14/37] KVM: arm64: CCA: Handle realm enter/exit

[PATCH] arm64: errata: Add NXP iMX8QM workaround for A53 cache coherency issue
 2026-07-29  9:50 UTC  (3+ messages)

[PATCH v3 0/4] KVM: arm64: Expose PMMIR_EL1.SLOTS to guests
 2026-07-29  9:27 UTC  (4+ messages)
` [PATCH v3 1/4] KVM: arm64: Expose PMMIR_EL1.SLOTS under strict PMUv3 UAPI

[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
 2026-07-29  8:51 UTC  (19+ messages)
` [PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking
` [PATCH v4 5/6] KVM: arm64: Add HDBSS fault handling and buffer flush

[GIT PULL] KVM/arm64 fixes for 7.2, take #3
 2026-07-28 15:41 UTC  (2+ messages)

[PATCH v5 0/7] KVM: arm64: pKVM stage-2 mapping and memcache fixes
 2026-07-28 15:29 UTC  (3+ messages)
` [PATCH v5 1/7] KVM: arm64: Skip cache maintenance for non-cacheable pKVM mappings

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-07-28 15:07 UTC  (3+ messages)
` [PATCH 05/21] perf: arm_pmuv3: Check cntr_mask before using pmccntr

[RFC PATCH 0/5] KVM: arm64: Use TTBR1_EL2 for hVHE runtime mappings
 2026-07-28 14:01 UTC  (4+ messages)
` [RFC PATCH 5/5] "

[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
 2026-07-28 12:27 UTC  (18+ messages)
` [PATCH v4 01/11] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [PATCH v4 02/11] KVM: Introduce kvm_create_vm_file() helper
` [PATCH v4 03/11] KVM: Export kvm_uevent_notify_vm_create()
` [PATCH v4 04/11] KVM: Track weak reference to vm_file in struct kvm
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates
` [PATCH v4 06/11] KVM: guest_memfd: Move internal definitions to internal header
` [PATCH v4 07/11] KVM: guest_memfd: Add support for freezing mappings
` [PATCH v4 08/11] KVM: guest_memfd: Add support for preservation via LUO
` [PATCH v4 09/11] docs: liveupdate: Add documentation for VM and guest_memfd preservation
` [PATCH v4 10/11] KVM: selftests: Split ____vm_create() and add vm_create_from_fd()
` [PATCH v4 11/11] KVM: selftests: Add guest_memfd_preservation_test

[PATCH v4 00/48] KVM: arm64: Add GICv5 IRS support
 2026-07-28 12:14 UTC  (91+ 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] KVM: arm64: nv: Don't skip VNCR invalidation when the TLB size is unknown
 2026-07-28  9:46 UTC  (2+ messages)

[RFC] KVM: Proposed uAPI for querying GSI and irqbypass status
 2026-07-28  9:45 UTC  (2+ messages)

[PATCH v4 0/6] KVM: arm64: nv: Implement nested stage-2 reverse map
 2026-07-27 22:24 UTC  (2+ messages)

[RFC PATCH] KVM: arm64: Add KUnit tests for stage 2 walker memcache consumption
 2026-07-27 18:30 UTC 

[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-07-27 11:11 UTC  (3+ messages)
` [PATCH v5 2/5] KVM: arm64: Add pre_fault_memory implementation

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-07-27 11:04 UTC  (2+ messages)

[PATCH v2] KVM: arm64: GICv2: Don't WARN on out-of-range GICV_DIR INTID
 2026-07-26 17:48 UTC 

[RFC PATCH v7 00/18] kvm/arm: Introduce a customizable aarch64 KVM host model
 2026-07-26 15:29 UTC  (19+ 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
` [RFC PATCH v7 12/18] target/arm/kvm: Introduce kvm_arm_expose_idreg_properties
` [RFC PATCH v7 13/18] target/arm/cpu: Expose writable ID reg field properties on the kvm host vcpu model
` [RFC PATCH v7 14/18] target/arm/cpu-idregs.h.inc: Generate reserved fields
` [RFC PATCH v7 15/18] target/arm/kvm: Ignore and trace unexpected writable "
` [RFC PATCH v7 16/18] arm/cpu-features: document ID reg properties
` [RFC PATCH v7 17/18] target/arm/kvm: add utility to write idregs in scratch vcpu
` [RFC PATCH v7 18/18] arm-qmp-cmds: introspection for ID register props

[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  (9+ messages)
` [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 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  (5+ messages)

[PATCH v3 00/28] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
 2026-07-24  8:43 UTC  (9+ messages)
` [PATCH v3 23/28] KVM: arm64: Add NVHCR_EL2 context switching
` [PATCH v3 24/28] KVM: arm64: Engage NV3 ERET trap elision
` [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  (4+ messages)
` [RFC PATCH v2 2/2] KVM: arm64: Support "


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