Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-06-17 10:35:44 to 2026-06-22 09:23:33 UTC [more...]

[PATCH v7 0/7] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-06-22  9:23 UTC  (16+ 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: account pKVM reclaim against the VM mm
 2026-06-22  9:16 UTC  (4+ messages)

[PATCH kvmtool v2 0/7] x86 compilation fixes and arm64 PMU improvements
 2026-06-22  9:04 UTC  (10+ messages)
` [PATCH kvmtool v2 1/7] x86: Define bioscall only in 32-bit mode
` [PATCH kvmtool v2 2/7] virtio: Do not modify const strings in virtio_9p_rootdir_parser()
` [PATCH kvmtool v2 3/7] disk/core: Do not modify const strings in disk_img_name_parser()
` [PATCH kvmtool v2 4/7] arm64: Initialise the PMU after the GIC
` [PATCH kvmtool v2 5/7] util: Set exit status to errno in die_perror()
` [PATCH kvmtool v2 6/7] util: Allow die_perror() to take a variable list of argument
` [PATCH kvmtool v2 7/7] arm64: Improve KVM_ARM_VCPU_PMU_V3_CTRL diagnostics

[patch V2 00/25] timekeeping/ptp: Expand snapshot functionality
 2026-06-22  8:55 UTC  (3+ messages)
` [patch V2 18/25] timekeeping: Prepare for cross timestamps on arbitrary clock IDs

[PATCH v2 0/8] KVM: arm64: Rework pKVM vCPU state synchronisation
 2026-06-22  8:49 UTC  (24+ messages)
` [PATCH v2 1/8] KVM: arm64: Extract MPIDR computation into a shared header
` [PATCH v2 2/8] KVM: arm64: Make vcpu_{read,write}_sys_reg available to HYP code
` [PATCH v2 3/8] KVM: arm64: Factor out reusable vCPU reset helpers
` [PATCH v2 4/8] KVM: arm64: Move PSCI helper functions to a shared header
` [PATCH v2 5/8] KVM: arm64: Add host and hypervisor vCPU lookup primitives
` [PATCH v2 6/8] KVM: arm64: Minimise EL2's exposure of host VGIC state during world switch
` [PATCH v2 7/8] KVM: arm64: Add primitives to flush/sync the VGIC state at EL2
` [PATCH v2 8/8] KVM: arm64: Implement lazy vCPU state sync for non-protected guests

[PATCH] KVM: selftests: fix steal_time for arm64
 2026-06-22  4:02 UTC 

Sashiko review emails to the list
 2026-06-21 11:03 UTC  (4+ messages)

[RFC PATCH] KVM: Ignore MMU notifiers for guest_memfd-only memslots
 2026-06-21  0:02 UTC  (15+ messages)

[PATCH kvmtool 0/4] Add support for running protected VMs on arm64
 2026-06-19 16:36 UTC  (12+ messages)
` [PATCH kvmtool 1/4] Sync kernel UAPI headers with v7.1
` [PATCH kvmtool 2/4] virtio: Factor out base features for modern virtio transports
` [PATCH kvmtool 3/4] virtio: Add helper for enabling VIRTIO_F_ACCESS_PLATFORM
` [PATCH kvmtool 4/4] arm64: Add support for protected VMs

[RFC PATCH v2 00/29] target/arm: Named CPU models for Arm64 on KVM
 2026-06-19 12:04 UTC  (7+ messages)
` [RFC PATCH v2 23/29] target/arm/qmp: add query-arm-cpu-props-info

[PATCH 0/8] KVM: arm64: Rework pKVM vCPU state synchronisation
 2026-06-19  7:55 UTC  (16+ messages)
` [PATCH 1/8] KVM: arm64: Extract MPIDR computation into a shared header
` [PATCH 2/8] KVM: arm64: Make vcpu_{read,write}_sys_reg available to HYP code
` [PATCH 3/8] KVM: arm64: Factor out reusable vCPU reset helpers
` [PATCH 4/8] KVM: arm64: Move PSCI helper functions to a shared header
` [PATCH 5/8] KVM: arm64: Add host and hypervisor vCPU lookup primitives
` [PATCH 6/8] KVM: arm64: Minimise EL2's exposure of host VGIC state during world switch
` [PATCH 7/8] KVM: arm64: Add primitives to flush/sync the VGIC state at EL2
` [PATCH 8/8] KVM: arm64: Implement lazy vCPU state sync for non-protected guests

[RFC PATCH v6 00/17] kvm/arm: Introduce a customizable aarch64 KVM host model
 2026-06-19  6:28 UTC  (13+ messages)
` [RFC PATCH v6 04/17] arm/cpu: Add infra to handle generated ID register definitions
` [RFC PATCH v6 08/17] target/arm/cpu-idregs.h.inc: Generate enum values
` [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

[kvm-unit-tests PATCH v2] arm: io: Set is_pl011_uart flag in ACPI initialization
 2026-06-19  0:25 UTC 

[PATCH v3 0/5] KVM: arm64: nv: Even more VNCR fixes
 2026-06-19  0:07 UTC  (9+ messages)
` [PATCH v3 1/5] KVM: arm64: nv: Respect read-only PFN when mapping L1 VNCR
` [PATCH v3 2/5] KVM: arm64: nv: Inject SEA if kvm_translate_vncr() can't resolve PFN
` [PATCH v3 3/5] KVM: arm64: nv: Re-translate VNCR before injecting abort
` [PATCH v3 4/5] KVM: arm64: nv: Inject SEA if guest VNCR isn't normal memory
` [PATCH v3 5/5] KVM: arm64: nv: Mark VM as bugged for unexpected VNCR abort

[kvm-unit-tests PATCH] arm: io: Set is_pl011_uart flag in ACPI initialization
 2026-06-18 23:51 UTC  (3+ messages)

[PATCH v7 00/20] ARM64 PMU Partitioning
 2026-06-18 23:32 UTC  (4+ messages)
` [PATCH v7 15/20] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters

[PATCH v7 11/20] KVM: arm64: Enforce PMU event filter at vcpu_load()
 2026-06-18 23:30 UTC  (2+ messages)

[PATCH RESEND v2 0/5] KVM: arm64: nv: Even more VNCR fixes
 2026-06-18 21:52 UTC  (4+ messages)
` [PATCH RESEND v2 3/5] KVM: arm64: nv: Re-translate VNCR before injecting abort

[PATCH v7 00/20] KVM: selftests: Add eventfd+VFIO IRQ test
 2026-06-18 21:42 UTC  (4+ messages)
` [PATCH v7 09/20] KVM: selftests: Add VFIO device support to eventfd "

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

[PATCH v2 0/3] Optimize S2 page splitting
 2026-06-18 14:38 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: arm64: Avoid re-testing walk_continue
` [PATCH v2 2/3] KVM: arm64: Introduce KVM_PGTABLE_WALK_SKIP_LEVEL* walk flags
` [PATCH v2 3/3] KVM: arm64: Make stage2_split_walker() skip unnecessary walks

[PATCH v1 1/2] KVM: arm64: Introduce KVM_PGTABLE_WALK_SKIP_LEVEL* walk flags
 2026-06-18 14:38 UTC  (4+ messages)

[PATCH v2 0/2] KVM: arm64: Fix MPIDR lookup for unreset vCPUs
 2026-06-18 12:32 UTC  (7+ messages)
` [PATCH v2 2/2] KVM: arm64: Skip unreset vCPUs in MPIDR lookup table

[PATCH v1 00/11] KVM: arm64: Rework pKVM vCPU state synchronisation
 2026-06-18 10:18 UTC  (12+ messages)
` [PATCH v1 03/11] KVM: arm64: Use guard()/scoped_guard() in arm64 KVM EL1 code
` [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

[PATCH 0/3] KVM: arm64: pKVM is_created cleanup
 2026-06-18 10:06 UTC  (7+ messages)
` [PATCH 1/3] KVM: arm64: Drop the unused EL2-side is_created write
` [PATCH 2/3] KVM: arm64: Remove unreachable early checks in pkvm_init_host_vm()
` [PATCH 3/3] KVM: arm64: Drop redundant READ_ONCE() in pkvm_hyp_vm_is_created()

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

[PATCH 0/7] KVM: arm64: Fix missing ESR_ELx.IL in syndrome injection
 2026-06-18  8:18 UTC  (10+ messages)
` [PATCH 4/7] KVM: arm64: Set IL for injected FPAC exceptions during ERET emulation

[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] KVM: arm64: Add missing hyp_enter when trapping sysreg
 2026-06-17 13:31 UTC  (3+ messages)

[PATCH] KVM: arm64: Sync SPSR_EL1 when injecting an exception into a pVM
 2026-06-17 12:41 UTC  (2+ 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  (2+ messages)

[PATCH v2] KVM: arm64: nv: Fix SPSR_EL2 restore in kvm_hyp_handle_mops()
 2026-06-17 11:50 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