Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-06-11 19:08:59 to 2026-06-16 10:54:24 UTC [more...]

[PATCH v3 0/7] KVM: arm64: Forward FFA_NOTIFICATION* calls to TrustZone
 2026-06-16 10:54 UTC 

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

[PATCH v7 00/20] ARM64 PMU Partitioning
 2026-06-16  9:07 UTC  (3+ messages)
` [PATCH v7 11/20] KVM: arm64: Enforce PMU event filter at vcpu_load()

[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 00/20] KVM: selftests: Add eventfd+VFIO IRQ test
 2026-06-15 20:04 UTC  (31+ messages)
` [PATCH v7 01/20] KVM: selftests: Build and link selftests/vfio/lib into KVM selftests
` [PATCH v7 02/20] KVM: selftests: Add macros to read/write+sync to/from guest memory
` [PATCH v7 03/20] KVM: selftests: Rename guest_rng to kvm_rng
` [PATCH v7 04/20] KVM: selftests: Initialize the default/global pRNG during kvm_selftest_init()
` [PATCH v7 05/20] KVM: selftests: Seed libc's RNG before using it to generate a seed for KVM's pRNG
` [PATCH v7 06/20] KVM: selftests: Add helper to generate random u64 in range [min,max]
` [PATCH v7 07/20] KVM: selftests: Add an irqfd send+receive (and later IRQ bypass) test
` [PATCH v7 08/20] KVM: selftests: Add helper to get host IRQ from device MSI-X for IRQ bypass test
` [PATCH v7 09/20] KVM: selftests: Add VFIO device support to eventfd IRQ test
` [PATCH v7 10/20] KVM: selftests: Add a helper to set proc IRQ affinity for "
` [PATCH v7 11/20] KVM: selftests: Verify interrupts are received when IRQ affinity changes in "
` [PATCH v7 12/20] KVM: selftests: Add option to set empty routing between IRQs in eventfd "
` [PATCH v7 13/20] KVM: selftests: Make number of IRQs configurable in "
` [PATCH v7 14/20] KVM: selftests: Verify non-postable IRQ remapping "
` [PATCH v7 15/20] KVM: selftests: Add kvm_gettid() wrapper and convert users
` [PATCH v7 16/20] KVM: selftests: Add kvm_sched_getaffinity() "
` [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 "

[RFC PATCH] KVM: Ignore MMU notifiers for guest_memfd-only memslots
 2026-06-15 19:07 UTC  (5+ messages)

[PATCH] KVM: arm64: Handle race between interrupt affinity change and LPI disabling
 2026-06-15 18:33 UTC  (2+ messages)

[PATCH v1 00/11] KVM: arm64: Rework pKVM vCPU state synchronisation
 2026-06-15 16:44 UTC  (33+ messages)
` [PATCH v1 01/11] KVM: arm64: Add scoped resource management (guard) for hyp_spinlock
` [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 04/11] KVM: arm64: Extract MPIDR computation into a shared header
` [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 07/11] KVM: arm64: Move PSCI helper functions to a shared header
` [PATCH v1 08/11] KVM: arm64: Add host and hypervisor vCPU lookup primitives
` [PATCH v1 09/11] KVM: arm64: Minimise EL2's exposure of host VGIC state during world switch
` [PATCH v1 10/11] KVM: arm64: Add primitives to flush/sync the VGIC state at EL2
` [PATCH v1 11/11] KVM: arm64: Implement lazy vCPU state sync for non-protected guests

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

[PATCH] KVM: arm64: Sync SPSR_EL1 when injecting an exception into a pVM
 2026-06-15 15:10 UTC  (10+ messages)

[PATCH 0/7] KVM: arm64: Fix missing ESR_ELx.IL in syndrome injection
 2026-06-15 13:12 UTC  (15+ 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] KVM: arm64: nv: Write ESR_EL2 for injected nested SError exceptions
 2026-06-15 13:11 UTC 

[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  (17+ 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

[RFC] arm: property and value naming summary between named CPU models vs customizable host model
 2026-06-15  5:43 UTC  (5+ messages)

[PATCH] KVM: arm64: vgic: Check the interrupt is still ours before migrating it
 2026-06-15  5:43 UTC  (9+ messages)

[PATCH] KVM: arm64: nv: Drop bogus WARN for write to ZCR_EL2
 2026-06-15  5:13 UTC 

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

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-06-12 20:01 UTC  (35+ messages)
` [PATCH 01/21] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH 02/21] KVM: arm64: Reorganize PMU includes
` [PATCH 03/21] KVM: arm64: Reorganize PMU functions
` [PATCH 04/21] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH 05/21] perf: arm_pmuv3: Check cntr_mask before using pmccntr
` [PATCH 06/21] perf: arm_pmuv3: Allocate counter indices from high to low
` [PATCH 07/21] perf: arm_pmuv3: Add method to partition the PMU
` [PATCH 08/21] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH 09/21] KVM: arm64: Add Partitioned PMU register trap handlers
` [PATCH 10/21] KVM: arm64: Set up MDCR_EL2 to handle a Partitioned PMU
` [PATCH 11/21] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH 12/21] KVM: arm64: Enforce PMU event filter at vcpu_load()
` [PATCH 13/21] perf: Add perf_pmu_resched_update()
` [PATCH 14/21] KVM: arm64: Apply dynamic guest counter reservations
` [PATCH 15/21] KVM: arm64: Implement lazy PMU context swaps
` [PATCH 16/21] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH 17/21] KVM: arm64: Detect overflows for the Partitioned PMU
` [PATCH 18/21] KVM: arm64: Add vCPU device attr to partition the PMU
` [PATCH 19/21] KVM: selftests: Add find_bit to KVM library
` [PATCH 20/21] KVM: arm64: selftests: Add test case for Partitioned PMU
` [PATCH 21/21] KVM: arm64: selftests: Relax testing for exceptions when partitioned

[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-06-12 16:35 UTC  (7+ messages)
` [PATCH v5 1/5] KVM: arm64: Pass walk flags to kvm_pgtable_get_leaf()
` [PATCH v5 2/5] KVM: arm64: Add pre_fault_memory implementation
` [PATCH v5 3/5] KVM: selftests: Enable pre_fault_memory_test for arm64
` [PATCH v5 4/5] KVM: selftests: Add option for different backing in pre-fault tests
` [PATCH v5 5/5] KVM: selftests: Add nested pre-fault test for arm64

[PATCH v6 0/6] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-06-12 16:07 UTC  (9+ messages)
` [PATCH v6 3/6] firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation
` [PATCH v6 4/6] KVM: arm64: Fix bounds checking in do_ffa_mem_reclaim()
` [PATCH v6 5/6] KVM: arm64: Validate the offset to the mem access descriptor
` [PATCH v6 6/6] KVM: arm64: Ensure FFA ranges are page aligned

[PATCH v2 0/2] KVM: arm64: nv: Expose shadow page tables in debugfs
 2026-06-12 13:41 UTC  (4+ messages)
` [PATCH v2 2/2] "

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

[GIT PULL] KVM/arm64 updates for 7.2
 2026-06-12  8:52 UTC  (2+ messages)

[PATCH v5 0/6] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-06-12  8:41 UTC  (5+ messages)
` [PATCH v5 1/6] optee: ffa: Add NULL check in optee_ffa_lend_protmem


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