Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-06-13 00:20:57 to 2026-06-18 09:01:33 UTC [more...]

[PATCH 0/3] KVM: arm64: pKVM is_created cleanup
 2026-06-18  9:01 UTC  (2+ messages)
` [PATCH 1/3] KVM: arm64: Drop the unused EL2-side is_created write

[RFC] arm: property and value naming summary between named CPU models vs customizable host model
 2026-06-18  8:56 UTC  (7+ messages)

[PATCH 0/7] KVM: arm64: Fix missing ESR_ELx.IL in syndrome injection
 2026-06-18  8:18 UTC  (21+ messages)
` [PATCH 1/7] KVM: arm64: Set ESR_ELx.IL for injected undefined exceptions at EL2
` [PATCH 2/7] KVM: arm64: Unconditionally set IL for injected undefined exceptions
` [PATCH 3/7] KVM: arm64: Unconditionally set IL for injected abort exceptions
` [PATCH 4/7] KVM: arm64: Set IL for injected FPAC exceptions during ERET emulation
` [PATCH 5/7] KVM: arm64: Set IL for emulated SError injection
` [PATCH 6/7] KVM: arm64: Set IL for nested "
` [PATCH 7/7] KVM: arm64: Set IL in fake ESR for pKVM memory sharing exit

[PATCH v7 00/20] ARM64 PMU Partitioning
 2026-06-18  1:53 UTC  (5+ messages)
` [PATCH v7 11/20] KVM: arm64: Enforce PMU event filter at vcpu_load()
` [PATCH v7 15/20] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters

[RFC PATCH] KVM: Ignore MMU notifiers for guest_memfd-only memslots
 2026-06-17 21:22 UTC  (11+ messages)

[PATCH] KVM: arm64: Add Fuad Tabba as a reviewer
 2026-06-17 17:43 UTC  (4+ messages)

[PATCH] KVM: arm64: nv: Fix PSTATE construction on illegal exception return
 2026-06-17 17:36 UTC  (8+ messages)

[PATCH v7 0/7] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-06-17 15:29 UTC  (11+ messages)
` [PATCH v7 1/7] optee: ffa: Add NULL check in optee_ffa_lend_protmem
` [PATCH v7 2/7] firmware: arm_ffa: Fix out-of-bound writes in ffa_setup_and_transmit()
` [PATCH v7 3/7] firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation
` [PATCH v7 4/7] KVM: arm64: Fix bounds checking in do_ffa_mem_reclaim()
` [PATCH v7 5/7] KVM: arm64: Validate the offset to the mem access descriptor
` [PATCH v7 6/7] KVM: arm64: Ensure FFA ranges are page aligned
` [PATCH v7 7/7] KVM: arm64: Zero out the stack initialized data in the FFA handler

[PATCH] KVM: arm64: Add missing hyp_enter when trapping sysreg
 2026-06-17 13:31 UTC  (3+ messages)

[PATCH v1 1/2] KVM: arm64: Introduce KVM_PGTABLE_WALK_SKIP_LEVEL* walk flags
 2026-06-17 13:30 UTC  (3+ messages)

[PATCH] KVM: arm64: Sync SPSR_EL1 when injecting an exception into a pVM
 2026-06-17 12:41 UTC  (11+ messages)

[PATCH] KVM: arm64: nv: Write ESR_EL2 for injected nested SError exceptions
 2026-06-17 12:04 UTC  (2+ messages)

[PATCH] KVM: arm64: nv: Drop bogus WARN for write to ZCR_EL2
 2026-06-17 11:51 UTC  (2+ messages)

[PATCH] KVM: arm64: Handle race between interrupt affinity change and LPI disabling
 2026-06-17 11:51 UTC  (5+ messages)

[PATCH] KVM: arm64: vgic: Check the interrupt is still ours before migrating it
 2026-06-17 11:51 UTC  (10+ messages)

[PATCH v2] KVM: arm64: nv: Fix SPSR_EL2 restore in kvm_hyp_handle_mops()
 2026-06-17 11:50 UTC  (2+ messages)

[RFC PATCH v6 00/17] kvm/arm: Introduce a customizable aarch64 KVM host model
 2026-06-17 11:39 UTC  (21+ messages)
` [RFC PATCH v6 01/17] scripts: introduce scripts/update-aarch64-cpu-sysregs-header.py
` [RFC PATCH v6 02/17] target/arm/cpu-sysregs.h.inc: Sort by name alphabetical order
` [RFC PATCH v6 03/17] target/arm/cpu-sysregs.h.inc: Update with automatic generation
` [RFC PATCH v6 04/17] arm/cpu: Add infra to handle generated ID register definitions
` [RFC PATCH v6 05/17] scripts: Introduce scripts/aarch64_sysreg_helpers module
` [RFC PATCH v6 06/17] scripts: Introduce scripts/update-aarch64-cpu-sysreg-properties.py
` [RFC PATCH v6 07/17] target/arm/cpu-idregs.h.inc: generate with script
` [RFC PATCH v6 08/17] target/arm/cpu-idregs.h.inc: Generate enum values
` [RFC PATCH v6 09/17] target/arm/cpu_idregs: generate tables for Arm64 ID registers and fields
` [RFC PATCH v6 10/17] target/arm/kvm: Retrieve writable ID reg map
` [RFC PATCH v6 11/17] arm/kvm: Initialize all writable ID registers from host
` [RFC PATCH v6 12/17] target/arm/kvm: Introduce kvm_arm_expose_idreg_properties
` [RFC PATCH v6 13/17] target/arm/cpu: Expose writable ID reg field properties on the kvm host vcpu model
` [RFC PATCH v6 14/17] arm-qmp-cmds: introspection for ID register props
` [RFC PATCH v6 15/17] target/arm/cpu-idregs.h.inc: Generate reserved fields
` [RFC PATCH v6 16/17] target/arm/kvm: Ignore and trace unexpected writable "
` [RFC PATCH v6 17/17] arm/cpu-features: document ID reg properties

[RFC PATCH v2 00/29] target/arm: Named CPU models for Arm64 on KVM
 2026-06-17  6:32 UTC  (6+ messages)
` [RFC PATCH v2 02/29] target/arm: Add ID Register field descriptions in cpu-idregs.h.inc

[PATCH] KVM: arm64: nv: Translate vEL2 PSTATE to EL1 in kvm_hyp_handle_mops()
 2026-06-17  2:52 UTC  (4+ messages)

[PATCH v4 0/9] KVM: selftests: Create KVM selftests runner
 2026-06-16 23:04 UTC  (12+ messages)
` [PATCH v4 1/9] KVM: selftest: Create KVM selftest runner

[PATCH v4 0/7] KVM: arm64: Forward FFA_NOTIFICATION* calls to TrustZone
 2026-06-16 16:03 UTC  (12+ messages)
` [PATCH v4 1/7] KVM: arm64: Enforce strict SBZ checks in the FF-A proxy
` [PATCH v4 2/7] KVM: arm64: Forward FFA_NOTIFICATION_BITMAP calls to Trustzone
` [PATCH v4 3/7] KVM: arm64: Support FFA_NOTIFICATION_BIND in host handler
` [PATCH v4 4/7] KVM: arm64: Support FFA_NOTIFICATION_UNBIND "
` [PATCH v4 5/7] KVM: arm64: Support FFA_NOTIFICATION_SET "
` [PATCH v4 6/7] KVM: arm64: Support FFA_NOTIFICATION_GET "
` [PATCH v4 7/7] KVM: arm64: Support FFA_NOTIFICATION_INFO_GET "

[PATCH v3 0/7] KVM: arm64: Forward FFA_NOTIFICATION* calls to TrustZone
 2026-06-16 14:33 UTC  (22+ messages)
` [PATCH v3 1/7] KVM: arm64: Enforce strict SBZ checks in the FF-A proxy
` [PATCH v3 1/7] KVM: arm64: Support FFA_NOTIFICATION_BITMAP_CREATE in host handler
` [PATCH v3 2/7] KVM: arm64: Forward FFA_NOTIFICATION_BITMAP calls to Trustzone
` [PATCH v3 2/7] KVM: arm64: Support FFA_NOTIFICATION_BITMAP_DESTROY in host handler
` [PATCH v3 3/7] KVM: arm64: Support FFA_NOTIFICATION_BIND "
` [PATCH v3 4/7] KVM: arm64: Support FFA_NOTIFICATION_UNBIND "
` [PATCH v3 5/7] KVM: arm64: Support FFA_NOTIFICATION_SET "
` [PATCH v3 6/7] KVM: arm64: Support FFA_NOTIFICATION_GET "
` [PATCH v3 7/7] KVM: arm64: Support FFA_NOTIFICATION_INFO_GET "

[PATCH v2 0/7] KVM: arm64: Forward FFA_NOTIFICATION* calls to TrustZone
 2026-06-16  9:59 UTC  (11+ messages)

[PATCH v5 00/18] kvm/arm: Introduce a customizable aarch64 KVM host model
 2026-06-16  8:02 UTC  (8+ messages)
` [PATCH v5 04/18] arm/cpu: Add infra to handle generated ID register definitions
` [PATCH v5 17/18] arm-qmp-cmds: introspection for ID register props

[PATCH v7 09/20] KVM: selftests: Add VFIO device support to eventfd IRQ test
 2026-06-15 20:04 UTC  (7+ messages)

[PATCH v1 00/11] KVM: arm64: Rework pKVM vCPU state synchronisation
 2026-06-15 16:44 UTC  (16+ messages)
` [PATCH v1 02/11] KVM: arm64: Use guard(hyp_spinlock) in pKVM hypervisor code
` [PATCH v1 03/11] KVM: arm64: Use guard()/scoped_guard() in arm64 KVM EL1 code
` [PATCH v1 05/11] KVM: arm64: Make vcpu_{read,write}_sys_reg available to HYP code
` [PATCH v1 06/11] KVM: arm64: Factor out reusable vCPU reset helpers
` [PATCH v1 11/11] KVM: arm64: Implement lazy vCPU state sync for non-protected guests

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-06-15 11:45 UTC  (6+ messages)
` [PATCH v14 10/44] arm64: RMI: Add support for SRO

[PATCH v2 0/2] KVM: arm64: Fix MPIDR lookup for unreset vCPUs
 2026-06-15 10:08 UTC  (5+ messages)
` [PATCH v2 2/2] KVM: arm64: Skip unreset vCPUs in MPIDR lookup table

[PATCH v1 0/4] trace_hyp_printk() for pKVM/nVHE hypervisor
 2026-06-15  8:57 UTC  (14+ messages)
` [PATCH v1 1/4] KVM: arm64: Allow early calls to pKVM host_share/unshare_hyp
` [PATCH v1 2/4] KVM: arm64: Move kvm_define_hypevents.h to arch/arm64/kvm/
` [PATCH v1 3/4] tracing/remotes: Add REMOTE_EVENT_CUSTOM_PRINTK() helper
` [PATCH v1 4/4] KVM: arm64: Add hyp_printk event to nVHE/pKVM hyp

[PATCH v7 06/20] KVM: selftests: Add helper to generate random u64 in range [min,max]
 2026-06-13  0:31 UTC  (2+ messages)

[PATCH v7 05/20] KVM: selftests: Seed libc's RNG before using it to generate a seed for KVM's pRNG
 2026-06-13  0:30 UTC  (2+ messages)

[PATCH v7 11/20] KVM: selftests: Verify interrupts are received when IRQ affinity changes in IRQ test
 2026-06-13  0:29 UTC  (2+ messages)

[PATCH v7 08/20] KVM: selftests: Add helper to get host IRQ from device MSI-X for IRQ bypass test
 2026-06-13  0:28 UTC  (2+ messages)

[PATCH v7 00/20] KVM: selftests: Add eventfd+VFIO IRQ test
 2026-06-13  0:20 UTC  (6+ messages)
` [PATCH v7 14/20] KVM: selftests: Verify non-postable IRQ remapping in "
` [PATCH v7 17/20] KVM: selftests: Add a utility to pin a task to a random CPU, given a CPU set
` [PATCH v7 18/20] KVM: selftests: Verify vCPU migration during IRQ delivery in IRQ test
` [PATCH v7 19/20] KVM: selftests: Make number of vCPUs configurable "
` [PATCH v7 20/20] KVM: selftests: Add xAPIC support in eventfd "


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