Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-05-13 16:39:11 to 2026-05-20 10:02:08 UTC [more...]

[PATCH v3 0/6] KVM: arm64: Don't perform vgic-v2 lazy init on timer injection
 2026-05-20 10:01 UTC  (5+ messages)
` [PATCH v3 1/6] KVM: arm64: timer: Repaint kvm_timer_{should,irq_can}_fire() to kvm_timer_{pending,enabled}()
` [PATCH v3 2/6] KVM: arm64: Simplify userspace notification of interrupt state
` [PATCH v3 3/6] KVM: arm64: timer: Kill the per-timer irq level cache
` [PATCH v3 4/6] KVM: arm64: pmu: Kill the PMU interrupt "

[PATCH v2 00/18] KVM: arm64: vgic-v5 fixes for 7.2
 2026-05-20  9:19 UTC  (19+ messages)
` [PATCH v2 01/18] KVM: arm64: vgic-v5: Add for_each_visible_v5_ppi() iterator
` [PATCH v2 02/18] KVM: arm64: vgic-v5: Move PPI caps into kvm_vgic_global_state
` [PATCH v2 03/18] KVM: arm64: vgic-v5: Remove use of __assign_bit() with a constant
` [PATCH v2 04/18] KVM: arm64: vgic-v5: Drop pointless ARM64_HAS_GICV5_CPUIF check
` [PATCH v2 05/18] KVM: arm64: vgic: Constify struct irq_ops usage
` [PATCH v2 06/18] KVM: arm64: vgic: Consolidate vgic_allocate_private_irqs_locked()
` [PATCH v2 07/18] KVM: arm64: vgic-v5: Drop defensive checks from vgic_v5_ppi_queue_irq_unlock()
` [PATCH v2 08/18] KVM: arm64: vgic: Rationalise per-CPU irq accessor
` [PATCH v2 09/18] KVM: arm64: vgic-v5: Limit support to 64 PPIs
` [PATCH v2 10/18] KVM: arm64: vgic-v5: Add missing trap handing for NV triage
` [PATCH v2 11/18] KVM: arm64: vgic-v5: Atomically assign bits to PPI DVI bitmap
` [PATCH v2 12/18] KVM: arm64: selftests: Add missing GIC CDEN to no-vgic-v5 selftest
` [PATCH v2 13/18] KVM: arm64: selftests: Cleanup unused vars in GICv5 PPI selftest
` [PATCH v2 14/18] KVM: arm64: selftests: Improve error handling for "
` [PATCH v2 15/18] Documentation: KVM: Fix typos in VGICv5 documentation
` [PATCH v2 16/18] Documentation: KVM: Clarify that PMU_V3_IRQ IntID requirements for GICv5
` [PATCH v2 17/18] irqchip/gic-v5: Immediately exec priority drop following activate
` [PATCH v2 18/18] KVM: arm64: Fix arch timer interrupts for GICv3-on-GICv5 guests

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-05-20  8:51 UTC  (4+ messages)

[PATCH v2 0/2] KVM: arm64: nv: Reduce FP/SVE overhead on exception/exception return
 2026-05-20  8:50 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: arm64: nv: Track L2 to L1 exception emulation
` [PATCH v2 2/2] KVM: arm64: nv: Don't save/restore FP register during a nested ERET or exception

[PATCH v3 0/5] KVM: arm64: nv: Implement nested stage-2 reverse map
 2026-05-20  7:31 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 7.1, take #3
 2026-05-20  7:25 UTC 

[PATCH] KVM: arm64: Fix nVHE/pKVM hyp tracing error on invalid desc
 2026-05-20  7:17 UTC  (4+ messages)

[PATCH] KVM: arm64: vgic: free private_irqs when init fails after allocation
 2026-05-20  7:17 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] KVM: arm64: vgic-its: reject restored DTE with out-of-range num_eventid_bits
 2026-05-20  7:17 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] Documentation: KVM: Document guest-visible compatibility expectations
 2026-05-19 23:33 UTC  (25+ messages)

[PATCH v3 0/9] KVM: arm64: selftests: Basic nested guest support
 2026-05-19 21:31 UTC  (11+ messages)
` [PATCH v3 1/9] KVM: arm64: selftests: Add GPR save/restore functions for NV
` [PATCH v3 2/9] KVM: arm64: selftests: Add helpers for guest hypervisors
` [PATCH v3 3/9] KVM: arm64: selftests: Add hello_nested basic NV selftest
` [PATCH v3 4/9] KVM: arm64: selftests: Enhance hello_nested test
` [PATCH v3 5/9] KVM: arm64: selftests: Add shadow_stage2 test
` [PATCH v3 6/9] KVM: arm64: selftests: shadow_stage2: Allocate L2 stack from dedicated pool
` [PATCH v3 7/9] KVM: arm64: selftests: shadow_stage2: Check supported stage-2 granule size
` [PATCH v3 8/9] KVM: arm64: selftests: Add infrastructure for using stage-2 in guest
` [PATCH v3 9/9] KVM: arm64: selftests: shadow_stage2: Turn on stage-2 translation for the nested guest

[RFC PATCH 0/2] Optimize S2 page splitting
 2026-05-19 21:21 UTC  (13+ messages)
` [RFC PATCH 1/2] KVM: arm64: Introduce S2 walker SKIP return options
` [RFC PATCH 2/2] KVM: arm64: Improve splitting performance by using SKIP return values

[PATCH kvmtool v8 0/6] arm64: Nested virtualization support
 2026-05-19 15:22 UTC  (8+ messages)
` [PATCH kvmtool v8 1/6] arm64: Initial nested virt support
` [PATCH kvmtool v8 2/6] arm64: nested: Add support for setting maintenance IRQ
` [PATCH kvmtool v8 3/6] arm64: Add counter offset control
` [PATCH kvmtool v8 4/6] arm64: Add FEAT_E2H0 support
` [PATCH kvmtool v8 5/6] arm64: Generate HYP timer interrupt specifiers
` [PATCH kvmtool v8 6/6] arm64: Handle virtio endianness reset when running nested

[PATCH v5 00/18] kvm/arm: Introduce a customizable aarch64 KVM host model
 2026-05-19 13:27 UTC  (19+ messages)
` [PATCH v5 01/18] scripts: introduce scripts/update-aarch64-cpu-sysregs-header.py
` [PATCH v5 02/18] target/arm/cpu-sysregs.h.inc: Sort by name alphabetical order
` [PATCH v5 03/18] target/arm/cpu-sysregs.h.inc: Update with automatic generation
` [PATCH v5 04/18] arm/cpu: Add infra to handle generated ID register definitions
` [PATCH v5 05/18] scripts: Introduce scripts/aarch64_sysreg_helpers module
` [PATCH v5 06/18] scripts: Introduce scripts/update-aarch64-cpu-sysreg-properties.py
` [PATCH v5 07/18] target/arm/cpu-idregs.h.inc: generate with script
` [PATCH v5 08/18] target/arm/cpu_idregs: generate tables for Arm64 ID registers and fields
` [PATCH v5 09/18] target/arm/kvm: Introduce kvm_get_writable_id_regs
` [PATCH v5 10/18] target/arm/cpu64: Retrieve writable ID reg map in aarch64_host_initfn()
` [PATCH v5 11/18] arm/kvm: Initialize all writable ID registers from host
` [PATCH v5 12/18] arm/kvm: write back modified ID regs to KVM
` [PATCH v5 13/18] target/arm/kvm: Introduce kvm_arm_expose_idreg_properties
` [PATCH v5 14/18] target/arm/kvm: Special case REVIDR_EL1 and AIDR_EL1
` [PATCH v5 15/18] target/arm/kvm: Ignore some writable bits that shouldn't be
` [PATCH v5 16/18] target/arm/cpu: Expose writable ID reg field properties on the kvm host vcpu model
` [PATCH v5 17/18] arm-qmp-cmds: introspection for ID register props
` [PATCH v5 18/18] arm/cpu-features: document ID reg properties

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-05-19 13:06 UTC  (24+ messages)
` [PATCH v14 04/44] arm64: RMI: Add SMC definitions for calling the RMM
` [PATCH v14 05/44] arm64: RMI: Add wrappers for RMI calls
` [PATCH v14 08/44] arm64: RMI: Ensure that the RMM has GPT entries for memory
` [PATCH v14 10/44] arm64: RMI: Add support for SRO
` [PATCH v14 14/44] arm64: RMI: Basic infrastructure for creating a realm
` [PATCH v14 17/44] arm64: RMI: RTT tear down
` [PATCH v14 23/44] arm64: RMI: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v14 27/44] arm64: RMI: Set RIPAS of initial memslots
` [PATCH v14 37/44] arm64: RMI: Prevent Device mappings for Realms

[PATCH v6 0/2] KVM: arm64: Support FF-A direct messaging interfaces
 2026-05-19 12:29 UTC  (5+ messages)
` [PATCH v6 1/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ in host handler
` [PATCH v6 2/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ2 "

[RFC PATCH v4 00/14] coco/TSM: Host-side Arm CCA IDE setup via connect/disconnect callbacks
 2026-05-19  9:46 UTC  (5+ messages)

[PATCH v4 00/17] kvm/arm: Introduce a customizable aarch64 KVM host model
 2026-05-19  6:45 UTC  (16+ messages)
` [PATCH v4 11/17] arm/kvm: write back modified ID regs to KVM
` [PATCH v4 12/17] target/arm/kvm: Introduce kvm_arm_expose_idreg_properties
` [PATCH v4 15/17] arm/cpu: Expose writable ID reg field properties on the kvm host vcpu model
` [PATCH v4 17/17] arm/cpu-features: document ID reg properties

[PATCH v2] KVM: arm64: Don't populate TPIDR_EL2 in finalise_el2()
 2026-05-18 15:55 UTC  (4+ messages)

[PATCH v3 0/4] KVM: arm64: vgic: Fix IGROUPR writability and IIDR revision control
 2026-05-18 13:56 UTC  (2+ messages)

[PATCH v3 0/2] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-05-18 13:45 UTC  (6+ messages)
` [PATCH v3 1/2] firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation

[PATCH kvmtool v7 0/6] arm64: Nested virtualization support
 2026-05-18 12:44 UTC  (3+ messages)

[PATCH v7 00/17] kvmtool: arm64: Handle PSCI calls in userspace
 2026-05-18 11:46 UTC  (2+ messages)

[RFC PATCH v1 00/13] named CPU models for ARM64 on KVM
 2026-05-18 10:27 UTC  (25+ messages)
` [RFC PATCH v1 01/13] target/arm: named_cpu_model: define containers for ID registers and fields
` [RFC PATCH v1 02/13] target/arm: named_cpu_model: Add ID Register Fields
` [RFC PATCH v1 03/13] target/arm: named_cpu_model: initialise additional sysregs
` [RFC PATCH v1 04/13] target/arm: named_cpu_model: generate tables for Arm64 ID registers and fields
` [RFC PATCH v1 05/13] target/arm: named_cpu_model: replace FIELD macro with IDREG_FIELD
` [RFC PATCH v1 06/13] target/arm: named_cpu_model: data-structures required for the ARM property layer
` [RFC PATCH v1 07/13] target/arm: named_cpu_model: define ARM properties
` [RFC PATCH v1 09/13] target/arm: named_cpu_model: Add ID register field helper functions
` [RFC PATCH v1 10/13] target/arm: named_cpu_model: Register Arm64 properties for host model

[PATCH 0/4] firmware: arm_ffa: Move core init to platform driver probe
 2026-05-17 11:54 UTC  (4+ messages)

[PATCH] Enable stage 2 translation in L2
 2026-05-16 19:03 UTC  (2+ messages)

[PATCH v7 13/20] KVM: arm64: Apply dynamic guest counter reservations
 2026-05-15  8:28 UTC  (5+ messages)

[PATCH] KVM: arm64: Remove @arch from __load_stage2()
 2026-05-15  5:48 UTC  (2+ messages)

[PATCH v7 10/20] KVM: arm64: Context swap Partitioned PMU guest registers
 2026-05-14 18:59 UTC  (2+ messages)

[PATCH v7 09/20] KVM: arm64: Set up MDCR_EL2 to handle a Partitioned PMU
 2026-05-14 18:43 UTC  (2+ messages)

[PATCH v7 08/20] KVM: arm64: Add Partitioned PMU register trap handlers
 2026-05-14 18:18 UTC  (2+ messages)

[PATCH v7 07/20] KVM: arm64: Set up FGT for Partitioned PMU
 2026-05-14 17:49 UTC  (2+ messages)

[PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
 2026-05-14 16:45 UTC  (3+ messages)

[PATCH] ima: debugging late_initcall_sync measurements
 2026-05-14 14:53 UTC  (12+ messages)

[PATCH v6 00/25] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2026-05-13 21:54 UTC  (8+ messages)
` [PATCH v6 06/25] iommu/io-pgtable-arm: Rework to use the iommu-pages API

[kvm-unit-tests PATCH] arm: io: Set is_pl011_uart flag in ACPI initialization
 2026-05-13 21:16 UTC 

[PATCH v7 10/20] KVM: arm64: Context swap Partitioned PMU guest registers
 2026-05-13 16:38 UTC  (2+ messages)


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