Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-05-27 07:02:58 to 2026-05-29 15:51:21 UTC [more...]

[PATCH v3 00/27] KVM: s390: Introduce arm64 KVM
 2026-05-29 15:50 UTC  (7+ messages)
` [PATCH v3 02/27] KVM, vfio: remove symbol_get(kvm_get_kvm_safe) from vfio
` [PATCH v3 03/27] KVM, vfio: remove symbol_get(kvm_put_kvm) "
` [PATCH v3 08/27] arm64: Extract pstate definitions from ptrace
` [PATCH v3 11/27] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v3 17/27] KVM: Remove KVM_MMIO as config option
` [PATCH v3 19/27] s390: Introduce Start Arm Execution instruction

[PATCH] KVM: arm64: Forward FFA_NOTIFICATION* calls to TrustZone
 2026-05-29 15:32 UTC  (8+ messages)

[PATCH v2 00/39] KVM: arm64: Add GICv5 IRS support
 2026-05-29 14:41 UTC  (9+ messages)
` [PATCH v2 03/39] irqchip/gic-v5: Setup gic_kvm_info on ACPI hosts
` [PATCH v2 29/39] KVM: arm64: gic-v5: Support SPI injection

[kvm-unit-tests PATCH v2] arm: add wfx test case
 2026-05-29 14:12 UTC  (4+ messages)

[PATCH v3 0/9] KVM: arm64: selftests: Basic nested guest support
 2026-05-29 13:38 UTC  (3+ messages)

[RFC PATCH 0/2] Optimize S2 page splitting
 2026-05-29 12:56 UTC  (15+ messages)
` [RFC PATCH 1/2] KVM: arm64: Introduce S2 walker SKIP return options

[PATCH v2 0/3] KVM: arm64: Fix host/hyp tracking on share/unshare hypercall failure
 2026-05-29 12:17 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: arm64: Free hyp-share tracking node when share hypercall fails
` [PATCH v2 2/3] KVM: arm64: Avoid host/hyp share desync on unshare hypercall failure
` [PATCH v2 3/3] KVM: arm64: Roll back partial shares on kvm_share_hyp() failure

[GIT PULL] KVM/arm64 fixes for 7.1, take #4
 2026-05-29 10:54 UTC 

[PATCH 0/2] KVM: arm64: Fix host/hyp tracking on share/unshare hypercall failure
 2026-05-29 10:07 UTC  (12+ messages)
` [PATCH 1/2] KVM: arm64: Free hyp-share tracking node when share hypercall fails
` [PATCH 2/2] KVM: arm64: Avoid host/hyp share desync on unshare hypercall failure

[PATCH v2] KVM: arm64: Preserve all guest ZCR_EL2.LEN values
 2026-05-29  9:46 UTC  (3+ messages)

[PATCH 00/18] arm64+KVM: FPSIMD/SVE/SME cleanups
 2026-05-29  9:10 UTC  (65+ messages)
` [PATCH 01/18] KVM: arm64: Don't include <asm/fpsimdmacros.h>
` [PATCH 02/18] KVM: arm64: Don't override FFR save/restore argument
` [PATCH 03/18] KVM: arm64: pkvm: Save host FPMR in host cpu context
` [PATCH 04/18] KVM: arm64: pkvm: Remove struct cpu_sve_state
` [PATCH 05/18] arm64: fpsimd: Fold sve_init_regs() into do_sve_acc()
` [PATCH 06/18] arm64: fpsimd: Remove sve_set_vq() and sme_set_vq()
` [PATCH 07/18] arm64: fpsimd: Use assembler for SVE instructions
` [PATCH 08/18] arm64: fpsimd: Use assembler for baseline SME instructions
` [PATCH 09/18] arm64: fpsimd: Move sve_get_vl() and sme_get_vl() inline
` [PATCH 11/18] arm64: fpsimd: Split FPSR/FPCR from SVE save/restore
` [PATCH 12/18] arm64: fpsimd: Move fpsimd save/restore inline
` [PATCH 13/18] arm64: fpsimd: Use opaque type for SVE state
` [PATCH 14/18] arm64: fpsimd: Use opaque type for SME state
` [PATCH 15/18] arm64: fpsimd: Move SVE save/restore inline
` [PATCH 16/18] arm64: fpsimd: Move sve_flush_live() inline
` [PATCH 17/18] arm64: fpsimd: Move SME save/restore inline
` [PATCH 18/18] arm64: fpsimd: Remove <asm/fpsimdmacros.h>

[PATCH v2 00/18] arm64+KVM: FPSIMD/SVE/SME cleanups
 2026-05-29  8:51 UTC  (25+ messages)
` [PATCH v2 01/18] KVM: arm64: Don't include <asm/fpsimdmacros.h>
` [PATCH v2 02/18] KVM: arm64: Don't override FFR save/restore argument
` [PATCH v2 03/18] KVM: arm64: pkvm: Save host FPMR in host cpu context
` [PATCH v2 04/18] KVM: arm64: pkvm: Remove struct cpu_sve_state
` [PATCH v2 05/18] arm64: fpsimd: Fold sve_init_regs() into do_sve_acc()
` [PATCH v2 06/18] arm64: fpsimd: Remove sve_set_vq() and sme_set_vq()
` [PATCH v2 07/18] arm64: fpsimd: Use assembler for SVE instructions
` [PATCH v2 08/18] arm64: fpsimd: Use assembler for baseline SME instructions
` [PATCH v2 09/18] arm64: fpsimd: Move sve_get_vl() and sme_get_vl() inline
` [PATCH v2 10/18] arm64: sysreg: Add FPCR and FPSR
` [PATCH v2 11/18] arm64: fpsimd: Split FPSR/FPCR from SVE save/restore
` [PATCH v2 12/18] arm64: fpsimd: Move fpsimd save/restore inline
` [PATCH v2 13/18] arm64: fpsimd: Use opaque type for SVE state
` [PATCH v2 14/18] arm64: fpsimd: Use opaque type for SME state
` [PATCH v2 15/18] arm64: fpsimd: Move SVE save/restore inline
` [PATCH v2 16/18] arm64: fpsimd: Move sve_flush_live() inline
` [PATCH v2 17/18] arm64: fpsimd: Move SME save/restore inline
` [PATCH v2 18/18] arm64: fpsimd: Remove <asm/fpsimdmacros.h>

[PATCH v3 0/5] KVM: arm64: nv: Implement nested stage-2 reverse map
 2026-05-29  0:55 UTC  (6+ messages)
` [PATCH v3 3/5] KVM: arm64: nv: Avoid full shadow s2 unmap

[PATCH v3 5/9] KVM: arm64: selftests: Add shadow_stage2 test
 2026-05-28 22:14 UTC  (4+ messages)
` [PATCH] KVM: selftest: arm64: Run shadow_stage2 varying guest modes

[PATCH] KVM: arm64: Remove @arch from __load_stage2()
 2026-05-28 17:56 UTC  (2+ messages)

[PATCH v5 00/18] kvm/arm: Introduce a customizable aarch64 KVM host model
 2026-05-28 17:35 UTC  (46+ messages)
` [PATCH v5 06/18] scripts: Introduce scripts/update-aarch64-cpu-sysreg-properties.py
` [PATCH v5 08/18] target/arm/cpu_idregs: generate tables for Arm64 ID registers and fields
` [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 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 00/24] timekeeping/ptp: Expand snapshot functionality
 2026-05-28 13:55 UTC  (32+ messages)
` [patch 01/24] timekeeping: Provide ktime_get_snapshot_id()
` [patch 04/24] pps: Convert to ktime_get_snapshot_id()
` [patch 05/24] KVM: arm64: Use ktime_get_snapshot_id() to retrieve CLOCK_BOOTTIME
` [patch 06/24] KVM: arm64: Use ktime_get_snapshot_id() to snapshot CLOCK_REALTIME
` [patch 07/24] ptp: ptp_vmclock: Convert to ktime_get_snapshot_id()
` [patch 08/24] timekeeping: Remove system_time_snapshot::real/boot
` [patch 09/24] timekeeping: Add CLOCK_AUX support for ktime_get_snapshot_id()
` [patch 17/24] timekeeping: Remove ktime_get_snapshot()
` [patch 18/24] timekeeping: Prepare for cross timestamps on arbitrary clock IDs
` [patch 22/24] timekeeping: Remove system_device_crosststamp::sys_realtime
` [patch 23/24] timekeeping: Add support for AUX clock cross timestamping
` [patch 24/24] ptp: Switch to ktime_get_snapshot_id() for pre/post timestamps

[PATCH v4 0/6] arm64: Add support for FEAT_Debugv8p9
 2026-05-28 10:58 UTC  (3+ messages)
` [PATCH v4 5/6] arm64/boot: Enable EL2 requirements "

[PATCH v2 0/4] KVM: arm64: Handle unsupported guest translation granule sizes
 2026-05-28  9:55 UTC  (5+ messages)
` [PATCH v2 4/4] KVM: arm64: Fallback to a supported value for unsupported guest TGx

[RFC PATCH v1 00/13] named CPU models for ARM64 on KVM
 2026-05-28  9:36 UTC  (8+ messages)

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-05-28  7:10 UTC  (21+ messages)
` [PATCH v14 13/44] arm64: RMI: Define the user ABI
` [PATCH v14 14/44] arm64: RMI: Basic infrastructure for creating a realm
` [PATCH v14 20/44] arm64: RMI: Support for the VGIC in realms
` [PATCH v14 21/44] KVM: arm64: Support timers in realm RECs
` [PATCH v14 22/44] arm64: RMI: Handle realm enter/exit
` [PATCH v14 23/44] arm64: RMI: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v14 24/44] KVM: arm64: Handle realm MMIO emulation
` [PATCH v14 26/44] arm64: RMI: Allow populating initial contents
` [PATCH v14 28/44] arm64: RMI: Create the realm descriptor
` [PATCH v14 32/44] KVM: arm64: Handle Realm PSCI requests

[RFC PATCH v4 00/14] coco/TSM: Host-side Arm CCA IDE setup via connect/disconnect callbacks
 2026-05-28  5:47 UTC  (3+ messages)
` [RFC PATCH v4 01/14] coco: host: arm64: Add host TSM callback and IDE stream allocation support

[PATCH v6 0/6] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-05-27 18:55 UTC  (8+ messages)
` [PATCH v6 1/6] optee: ffa: Add NULL check in optee_ffa_lend_protmem
` [PATCH v6 2/6] firmware: arm_ffa: Fix out-of-bound writes in ffa_setup_and_transmit()
` [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

[RESEND v3 0/3] Fix __pkvm_init_vm error path
 2026-05-27 13:38 UTC  (2+ messages)

[PATCH v2 0/6] KVM: arm64: EL2 synchronisation and pKVM stage-2 error propagation fixes
 2026-05-27 13:35 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/3] Fixes for hyp_trace.c
 2026-05-27 13:13 UTC  (2+ messages)

[PATCH] KVM: arm64: PMU: Preserve AArch32 counter low bits
 2026-05-27 10:35 UTC  (2+ messages)

[PATCH] KVM: arm64: Fix CONFIG_PKVM_DISABLE_STAGE2_ON_PANIC
 2026-05-27 10:35 UTC  (2+ messages)

[PATCH] firmware: arm_ffa: Treat missing FF-A feature on a platform as a probe miss
 2026-05-27  9:16 UTC  (4+ messages)


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