Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-05-29 15:51:24 to 2026-06-04 06:41:45 UTC [more...]

[PATCH] KVM/arm64: vgic-its: Fix memory leak when vgic_its_set_abi() fails
 2026-06-04  6:41 UTC  (2+ messages)

[PATCH v5 00/18] kvm/arm: Introduce a customizable aarch64 KVM host model
 2026-06-04  6:32 UTC  (11+ messages)
` [PATCH v5 02/18] target/arm/cpu-sysregs.h.inc: Sort by name alphabetical order
` [PATCH v5 03/18] target/arm/cpu-sysregs.h.inc: Update with automatic generation
` [PATCH v5 04/18] arm/cpu: Add infra to handle generated ID register definitions
` [PATCH v5 09/18] target/arm/kvm: Introduce kvm_get_writable_id_regs

[PATCH v2] KVM: arm64: Take the SRCU lock for page table walks in fault injection and AT emulation
 2026-06-03 23:07 UTC  (2+ messages)

[PATCH v2 0/2] KVM: arm64: nv: Fixes for FEAT_XNX (and the lack thereof)
 2026-06-03 23:06 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: arm64: nv: Fix handling of XN[0] when !FEAT_XNX
` [PATCH v2 2/2] KVM: arm64: Correctly identify executable PTEs at stage-2

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

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-06-03 15:48 UTC  (30+ messages)
` [PATCH v14 04/44] arm64: RMI: Add SMC definitions for calling the RMM
` [PATCH v14 06/44] arm64: RMI: Check for RMI support at init
` [PATCH v14 07/44] arm64: RMI: Configure the RMM with the host's page size
` [PATCH v14 08/44] arm64: RMI: Ensure that the RMM has GPT entries for memory
` [PATCH v14 13/44] arm64: RMI: Define the user ABI
` [PATCH v14 14/44] arm64: RMI: Basic infrastructure for creating a realm

[PATCH] KVM: arm64: Set a linux errno on SMCCC error in kvm_call_hyp_nvhe()
 2026-06-03 11:22 UTC  (2+ messages)

[PATCH] KVM: arm64: Take the SRCU lock for page table walks in fault injection and AT emulation
 2026-06-03 11:05 UTC  (3+ messages)

[PATCH 0/3] KVM: arm64: FEAT_{S1POE,ATS1A} support fixes
 2026-06-03 10:41 UTC  (6+ messages)
` [PATCH 1/3] KVM: arm64: Key CPTR_EL2.E0POE propagation on FEAT_S1POE
` [PATCH 2/3] KVM: arm64: Wire AT S1E1A in the system instruction handling table
` [PATCH 3/3] arm64: cpufeature: Expose ID_AA64ISAR2_EL1.ATS1A to KVM

[PATCH v2 0/3] KVM: arm64: Fix host/hyp tracking on share/unshare hypercall failure
 2026-06-03 10:12 UTC  (2+ messages)

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

[PATCH 0/5] KVM: arm64: nv: MMU fixes for 7.2
 2026-06-02 23:54 UTC  (6+ messages)
` [PATCH 1/5] KVM: arm64: Don't leak PFN when kvm_translate_vncr() races MMU notifier
` [PATCH 2/5] KVM: arm64: nv: Fully update VNCR fixmap state in kvm_translate_vncr()
` [PATCH 3/5] KVM: arm64: nv: Inject SEA TTW when desc update can't write to GPA
` [PATCH 4/5] KVM: arm64: Restart instruction upon race in __kvm_at_s12()
` [PATCH 5/5] KVM: arm64: nv: Restart stage-1 walk if stage-2 desc update fails

[PATCH v1 00/26] KVM: arm64 on s390 System Register Handling
 2026-06-02 21:33 UTC  (35+ messages)
` [PATCH v1 01/26] KVM: arm64: Extract some feature related changes to kvm_feature.h
` [PATCH v1 02/26] KVM: arm64: Remove __expand_field_sign_(un)signed
` [PATCH v1 03/26] KVM: arm64: Generalize get_idreg_field_*()
` [PATCH v1 04/26] KVM: arm64: Generalize kvm_cmp_feat_*()
` [PATCH v1 05/26] KVM: arm64: Generalize kvm_has_feat_*
` [PATCH v1 06/26] KVM: arm64: Remove get_idreg_field_*() and kvm_cmp_feat_*()
` [PATCH v1 07/26] KVM: arm64: Remove kvm_has_feat_range
` [PATCH v1 08/26] KVM: arm64: Split up feature sysreg sanitisation
` [PATCH v1 09/26] KVM: arm64: Refactor idreg caching into dedicated structure
` [PATCH v1 10/26] KVM: arm64: Fix set_oslsr_el1 to write to OSLAR_EL1
` [PATCH v1 11/26] KVM: arm64: Move definitions from sys_regs.c to sys_regs.h
` [PATCH v1 12/26] KVM: arm64: Add PVM_ prefix to avoid name collisions
` [PATCH v1 13/26] s390: Introduce read/write ARM sysreg instructions
` [PATCH v1 14/26] s390: Introduce Query Available Arm features
` [PATCH v1 15/26] s390: Add functions to query arm guest time
` [PATCH v1 16/26] KVM: s390: arm64: Add sysreg related functions and definitions
` [PATCH v1 17/26] arm64: Extract cputype definitions
` [PATCH v1 18/26] arm64: Extract cache definitions
` [PATCH v1 19/26] KVM: arm64: Share KVM feature detection macros
` [PATCH v1 20/26] KVM: arm64: Share ID reg handling
` [PATCH v1 21/26] KVM: arm64: Share sys-reg handling
` [PATCH v1 22/26] KVM: arm64: Refactor core reg handling
` [PATCH v1 23/26] KVM: s390: arm64: Implement feature sanitisation
` [PATCH v1 24/26] KVM: s390: arm64: Implement sysreg handling
` [PATCH v1 25/26] KVM: s390: arm64: Implement exception injection
` [PATCH v1 26/26] KVM: s390: arm64: Finalize page fault handling

[PATCH] KVM: arm64: vgic-its: Drop the translation cache reference only for the erased entry
 2026-06-02 21:26 UTC  (5+ messages)

[PATCH v2] KVM: arm64: vgic-its: Serialize translation cache invalidation under its_lock
 2026-06-02 21:26 UTC  (2+ messages)

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

[PATCH] KVM: arm64: nv: Fix handling of XN[0] when !FEAT_XNX
 2026-06-02 10:05 UTC  (2+ messages)

[RFC PATCH v4 00/14] coco/TSM: Host-side Arm CCA IDE setup via connect/disconnect callbacks
 2026-06-02  8:42 UTC  (4+ messages)
` [RFC PATCH v4 01/14] coco: host: arm64: Add host TSM callback and IDE stream allocation support

[PATCH] KVM: arm64: Expose PMMIR_EL1.SLOTS to guests
 2026-06-02  4:14 UTC  (4+ messages)

[PATCH v2] KVM: arm64: Preserve all guest ZCR_EL2.LEN values
 2026-06-01 22:34 UTC  (2+ messages)

[PATCH] KVM: arm64: Drop pointless check for EL0 access to PMINTEN*_EL1
 2026-06-01 20:24 UTC 

[PATCH] KVM: arm64: Flush HCR_EL2.VSE to deliver SErrors to pKVM guests
 2026-06-01 19:19 UTC  (4+ messages)

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-06-01  9:05 UTC  (5+ messages)
` [PATCH v3 3/5] KVM: arm64: Add support for FEAT_HDBSS

[PATCH 00/17] KVM: arm64: More user_mem_abort() rework
 2026-05-30  0:27 UTC  (6+ messages)
` [PATCH 09/17] KVM: arm64: Move VMA-related information to kvm_s2_fault_vma_info

[GIT PULL] KVM/arm64 fixes for 7.1, take #4
 2026-05-29 17:31 UTC  (2+ messages)

[PATCH v3 00/27] KVM: s390: Introduce arm64 KVM
 2026-05-29 15:50 UTC  (19+ messages)
` [PATCH v3 01/27] VFIO: take reference to the KVM module
` [PATCH v3 04/27] uapi: KVM: Provide arm64 UAPI for other host architectures
` [PATCH v3 05/27] arm64: Extract sysreg definitions
` [PATCH v3 07/27] KVM: arm64: Provide arm64 KVM API for non-native architectures
` [PATCH v3 09/27] KVM: arm64: Share kvm_emulate definitions
` [PATCH v3 10/27] KVM: arm64: Make some arm64 KVM code shareable
` [PATCH v3 12/27] KVM: arm64: Share reset general register code
` [PATCH v3 13/27] KVM: arm64: Extract & share ipa size shift calculation
` [PATCH v3 14/27] KVM: s390: Move s390 kvm code into a subdirectory
` [PATCH v3 15/27] KVM: S390: Refactor gmap
` [PATCH v3 18/27] KVM: s390: Prepare kvm-s390 for a second kvm module
` [PATCH v3 20/27] KVM: s390: arm64: Introduce host definitions
` [PATCH v3 22/27] KVM: s390: Add basic arm64 kvm module
` [PATCH v3 23/27] KVM: s390: arm64: Implement required functions
` [PATCH v3 24/27] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v3 25/27] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v3 26/27] KVM: s390: arm64: Implement basic page fault handler
` [PATCH v3 27/27] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild


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