messages from 2026-05-15 12:59:05 to 2026-05-20 18:26:16 UTC [more...]
[PATCH v3 0/6] KVM: arm64: Don't perform vgic-v2 lazy init on timer injection
2026-05-20 18:26 UTC (8+ 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 v3 5/6] KVM: arm64: vgic-v2: Force vgic init on injection outside the run loop
` [PATCH v3 6/6] KVM: arm64: vgic-v2: Don't init the vgic on in-kernel interrupt injection
[PATCH] Documentation: KVM: Document guest-visible compatibility expectations
2026-05-20 17:47 UTC (25+ messages)
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-05-20 16:01 UTC (23+ 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
[kvm-unit-tests PATCH v2 0/7] arm64: Add Stage-2 MMU and Nested Guest Framework
2026-05-20 15:49 UTC (6+ messages)
` [kvm-unit-tests PATCH v2 4/7] lib: arm64: Add foundational guest execution framework
` [kvm-unit-tests PATCH v2 6/7] lib: arm64: Add guest-internal exception handling (EL1)
[RFC PATCH v1 00/13] named CPU models for ARM64 on KVM
2026-05-20 15:27 UTC (22+ messages)
` [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 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
[PATCH 00/17] KVM: arm64: Introduce pKVM hypervisor heap allocator
2026-05-20 15:26 UTC (18+ messages)
` [PATCH 01/17] KVM: arm64: Add __pkvm_private_range_pa
` [PATCH 02/17] KVM: arm64: Add pkvm_remove_mappings
` [PATCH 03/17] KVM: arm64: Add __hyp_allocator_map for the pKVM hyp
` [PATCH 04/17] KVM: arm64: Add a heap allocator "
` [PATCH 05/17] KVM: arm64: Allow kvm_hyp_memcache usage outside of stage-2
` [PATCH 06/17] KVM: arm64: Add topup interface for the pKVM heap allocator
` [PATCH 07/17] KVM: arm64: Add pkvm_hyp_req infrastructure
` [PATCH 08/17] KVM: arm64: Handle PKVM_HYP_REQ_HYP_ALLOC request
` [PATCH 09/17] KVM: arm64: Add reclaim interface for the pKVM heap alloc
` [PATCH 10/17] KVM: arm64: Add selftests for the pKVM heap allocator
` [PATCH 11/17] KVM: arm64: Add a shrinker for pKVM
` [PATCH 12/17] KVM: arm64: Filter out non-kernel addresses in kern_hyp_va
` [PATCH 13/17] KVM: arm64: Move hyp_vm refcount into the structure
` [PATCH 14/17] KVM: arm64: Use noclear for PGD in __pkvm_init_vm error path
` [PATCH 15/17] KVM: arm64: Alloc pkvm_hyp_vm using pKVM heap allocator
` [PATCH 16/17] KVM: arm64: Alloc pkvm_hyp_vcpu "
` [PATCH 17/17] KVM: arm64: Alloc simple_buffer_page using pKVM hyp allocator
[PATCH v2 00/18] KVM: arm64: vgic-v5 fixes for 7.2
2026-05-20 13:54 UTC (21+ 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 v2 0/2] KVM: arm64: nv: Reduce FP/SVE overhead on exception/exception return
2026-05-20 13:02 UTC (5+ 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
[RFC PATCH 0/2] Optimize S2 page splitting
2026-05-20 11:49 UTC (14+ 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 AUTOSEL 7.0-6.12] KVM: arm64: nv: Consider the DS bit when translating TCR_EL2
2026-05-20 11:18 UTC
[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2026-05-20 8:51 UTC (4+ messages)
[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 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
[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 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 (3+ messages)
[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)
[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)
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