Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-05-26 15:19:49 to 2026-05-28 09:55:46 UTC [more...]

[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

[PATCH 00/18] arm64+KVM: FPSIMD/SVE/SME cleanups
 2026-05-28  9:51 UTC  (62+ 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 10/18] arm64: sysreg: Add FPCR and FPSR
` [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

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

[PATCH v2 00/39] KVM: arm64: Add GICv5 IRS support
 2026-05-28  7:14 UTC  (4+ messages)
` [PATCH v2 03/39] irqchip/gic-v5: Setup gic_kvm_info on ACPI hosts

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-05-28  7:10 UTC  (28+ 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 17/44] arm64: RMI: RTT tear down
` [PATCH v14 19/44] arm64: RMI: Allocate/free RECs to match vCPUs
` [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 v5 00/18] kvm/arm: Introduce a customizable aarch64 KVM host model
 2026-05-28  5:29 UTC  (45+ 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 v5 18/18] arm/cpu-features: document ID reg properties

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

[patch 00/24] timekeeping/ptp: Expand snapshot functionality
 2026-05-27 23:56 UTC  (76+ messages)
` [patch 01/24] timekeeping: Provide ktime_get_snapshot_id()
` [patch 02/24] timekeeping: Use system_time_snapshot::sys instead of ::real
  ` [PATCH 2/24] "
` [patch 03/24] pps: generators: Use ktime_get_real_ts64() instead of ktime_get_snapshot()
  ` [PATCH 3/24] "
` [patch 04/24] pps: Convert to ktime_get_snapshot_id()
  ` [PATCH 4/24] "
` [patch 05/24] KVM: arm64: Use ktime_get_snapshot_id() to retrieve CLOCK_BOOTTIME
  ` [PATCH 5/24] "
` [patch 06/24] KVM: arm64: Use ktime_get_snapshot_id() to snapshot CLOCK_REALTIME
  ` [PATCH 6/24] "
` [patch 07/24] ptp: ptp_vmclock: Convert to ktime_get_snapshot_id()
  ` [PATCH 7/24] "
` [patch 08/24] timekeeping: Remove system_time_snapshot::real/boot
  ` [PATCH 8/24] "
` [patch 09/24] timekeeping: Add CLOCK_AUX support for ktime_get_snapshot_id()
  ` [PATCH 9/24] "
` [patch 10/24] timekeeping: Add system_counterval_t to struct system_device_crosststamp
  ` [PATCH "
` [patch 11/24] timekeeping: Add CLOCK ID to system_device_crosststamp
  ` [PATCH "
` [patch 12/24] wifi: iwlwifi: Adopt PTP cross timestamps to core changes
  ` [PATCH "
` [patch 13/24] ice/ptp: Use provided clock ID for history snapshot
  ` [PATCH "
` [patch 14/24] igc: "
  ` [PATCH "
` [patch 15/24] net/mlx5: "
  ` [PATCH "
` [patch 16/24] virtio_rtc: "
  ` [PATCH "
` [patch 17/24] timekeeping: Remove ktime_get_snapshot()
  ` [PATCH "
` [patch 18/24] timekeeping: Prepare for cross timestamps on arbitrary clock IDs
  ` [PATCH "
` [patch 19/24] ptp: Use system_device_crosststamp::sys_systime
  ` [PATCH "
` [patch 20/24] wifi: iwlwifi: "
  ` [PATCH "
` [patch 21/24] ALSA: hda/common: "
  ` [PATCH "
` [patch 22/24] timekeeping: Remove system_device_crosststamp::sys_realtime
  ` [PATCH "
` [patch 23/24] timekeeping: Add support for AUX clock cross timestamping
  ` [PATCH "
` [patch 24/24] ptp: Switch to ktime_get_snapshot_id() for pre/post timestamps
  ` [PATCH "
` [PATCH 0/24] timekeeping/ptp: Expand snapshot functionality

[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)

[kvm-unit-tests PATCH v2] arm: add wfx test case
 2026-05-27 11:18 UTC 

[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)

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-05-26 16:27 UTC  (3+ messages)

[PATCH v5 0/6] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-05-26 15:19 UTC  (6+ messages)
` [PATCH v5 2/6] firmware: arm_ffa: Fix out-of-bound writes in ffa_setup_and_transmit()
` [PATCH v5 3/6] firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation
` [PATCH v5 4/6] KVM: arm64: Fix bounds checking in do_ffa_mem_reclaim()
` [PATCH v5 5/6] KVM: arm64: Validate the offset to the mem access descriptor
` [PATCH v5 6/6] KVM: arm64: Ensure FFA ranges are page aligned


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