Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-05-28 16:55:15 to 2026-06-02 15:54:42 UTC [more...]

[PATCH 0/3] KVM: arm64: FEAT_{S1POE,ATS1A} support fixes
 2026-06-02 15:54 UTC  (4+ 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 v3 00/18] arm64+KVM: FPSIMD/SVE/SME cleanups
 2026-06-02 15:36 UTC  (22+ 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 v14 00/44] arm64: Support for Arm CCA in KVM
 2026-06-02 14:49 UTC  (7+ messages)
` [PATCH v14 13/44] arm64: RMI: Define the user ABI
` [PATCH v14 14/44] arm64: RMI: Basic infrastructure for creating a realm

[patch V2 00/25] timekeeping/ptp: Expand snapshot functionality
 2026-06-02 14:44 UTC  (33+ 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 v1 00/26] KVM: arm64 on s390 System Register Handling
 2026-06-02 13:25 UTC  (34+ 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: 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 v2] KVM: arm64: vgic-its: Serialize translation cache invalidation under its_lock
 2026-06-02  7:52 UTC 

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

[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  (4+ 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 v5 00/18] kvm/arm: Introduce a customizable aarch64 KVM host model
 2026-06-01 15:26 UTC  (21+ 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 v5 12/18] arm/kvm: write back modified ID regs to KVM
` [PATCH v5 16/18] target/arm/cpu: Expose writable ID reg field properties on the kvm host vcpu model

[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  (28+ messages)
` [PATCH v3 01/27] VFIO: take reference to the KVM module
` [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 04/27] uapi: KVM: Provide arm64 UAPI for other host architectures
` [PATCH v3 05/27] arm64: Extract sysreg definitions
` [PATCH v3 06/27] arm64: Provide arm64 API for non-native architectures
` [PATCH v3 07/27] KVM: arm64: Provide arm64 KVM "
` [PATCH v3 08/27] arm64: Extract pstate definitions from ptrace
` [PATCH v3 09/27] KVM: arm64: Share kvm_emulate definitions
` [PATCH v3 10/27] KVM: arm64: Make some arm64 KVM code shareable
` [PATCH v3 11/27] KVM: arm64: Access elements of vcpu_gp_regs individually
` [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 16/27] KVM: Make device name configurable
` [PATCH v3 17/27] KVM: Remove KVM_MMIO as config option
` [PATCH v3 18/27] KVM: s390: Prepare kvm-s390 for a second kvm module
` [PATCH v3 19/27] s390: Introduce Start Arm Execution instruction
` [PATCH v3 20/27] KVM: s390: arm64: Introduce host definitions
` [PATCH v3 21/27] s390/hwcaps: Report SAE support as hwcap
` [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

[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  (6+ messages)
` [PATCH v2 03/39] irqchip/gic-v5: Setup gic_kvm_info on ACPI hosts

[kvm-unit-tests PATCH v2] arm: add wfx test case
 2026-05-29 14:12 UTC  (3+ 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  (5+ messages)

[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

[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 00/18] arm64+KVM: FPSIMD/SVE/SME cleanups
 2026-05-29  9:10 UTC  (7+ messages)
` [PATCH 17/18] arm64: fpsimd: Move SME save/restore inline

[PATCH v2 00/18] arm64+KVM: FPSIMD/SVE/SME cleanups
 2026-05-29  8:51 UTC  (17+ messages)
` [PATCH v2 07/18] arm64: fpsimd: Use assembler for SVE instructions
` [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  (4+ messages)

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


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