Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-06-02 07:52:24 to 2026-06-07 17:56:58 UTC [more...]

[PATCH] KVM: arm64: nv: Skip vCPUs without a pseudo-TLB in invalidate_vncr_va()
 2026-06-07 18:00 UTC  (4+ messages)

[PATCH] KVM: arm64: Add kvm_for_each_vncr_tlb() helper
 2026-06-07 17:57 UTC 

[PATCH 6.18 000/315] 6.18.35-rc1 review
 2026-06-07 17:04 UTC 

[PATCH] KVM: arm64: Set a linux errno on SMCCC error in kvm_call_hyp_nvhe()
 2026-06-07 14:01 UTC  (4+ messages)

[PATCH v3 0/2] KVM: arm64: Sanitise host vCPU fields copied in flush_hyp_vcpu()
 2026-06-07  7:05 UTC  (4+ messages)
` [PATCH v3 1/2] KVM: arm64: Clear __hyp_running_vcpu when flushing the pKVM hyp vCPU
` [PATCH v3 2/2] KVM: arm64: Bound used_lrs "

[PATCH v2 0/2] KVM: arm64: Sanitise host vCPU fields copied in flush_hyp_vcpu()
 2026-06-06 10:52 UTC  (7+ messages)
` [PATCH v2 1/2] KVM: arm64: Clear __hyp_running_vcpu when flushing the pKVM hyp vCPU
` [PATCH v2 2/2] KVM: arm64: Bound used_lrs "

[PATCH] KVM: arm64: Fix block mapping validity check in stage-1 walker
 2026-06-05 18:52 UTC 

[GIT PULL] KVM/arm64 fixes for 7.1, take #5
 2026-06-05 16:57 UTC  (2+ messages)

[PATCH 0/2] KVM: arm64: Small dirty logging fixes/cleanups
 2026-06-05 15:32 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Replace memslot_is_logging() with kvm_slot_dirty_track_enabled()
` [PATCH 2/2] KVM: arm64: Remove superfluous aligning of gfn for dirty logging

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-06-05 15:02 UTC  (67+ 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 09/44] arm64: RMI: Provide functions to delegate/undelegate ranges of memory
` [PATCH v14 10/44] arm64: RMI: Add support for SRO
` [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 22/44] arm64: RMI: Handle realm enter/exit
` [PATCH v14 23/44] arm64: RMI: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v14 29/44] arm64: RMI: Runtime faulting of memory

[PATCH v5 0/6] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-06-05 12:01 UTC  (3+ messages)
` [PATCH v5 1/6] optee: ffa: Add NULL check in optee_ffa_lend_protmem

[RFC PATCH v2 00/29] target/arm: Named CPU models for Arm64 on KVM
 2026-06-05  8:33 UTC  (30+ messages)
` [RFC PATCH v2 01/29] target/arm: named_cpu_model: define containers for ID registers and fields
` [RFC PATCH v2 02/29] target/arm: Add ID Register field descriptions in cpu-idregs.h.inc
` [RFC PATCH v2 03/29] target/arm: Add MIDR, REVIDR, AIDR and extra ID regs to cpu-sysregs
` [RFC PATCH v2 04/29] target/arm: Generate ARM64 ID registers and field tables
` [RFC PATCH v2 05/29] target/arm: Replace FIELD() macros with IDREG_FIELD expansion
` [RFC PATCH v2 06/29] target/arm: Introduce data-structures for the ARM property layer
` [RFC PATCH v2 07/29] target/arm: Define ARM properties
` [RFC PATCH v2 08/29] target/arm: Add ID register field helper functions
` [RFC PATCH v2 09/29] target/arm: Add all ARM64 properties to host model
` [RFC PATCH v2 10/29] target/arm: Add named cpu model infra + graviton3 named model
` [RFC PATCH v2 11/29] target/arm: Add Nvidia Grace "
` [RFC PATCH v2 12/29] target/arm/kvm: Writeback modified ID registers to KVM
` [RFC PATCH v2 13/29] target/arm/kvm: enable writable implementation ID registers
` [RFC PATCH v2 14/29] target/arm: Validate cpu->isar.idregs[] before writeback
` [RFC PATCH v2 15/29] target/arm/kvm: handle DCZID_EL0 specially
` [RFC PATCH v2 16/29] target/arm: skip GIC, COPDBG and PMU fields during KVM writeback
` [RFC PATCH v2 17/29] target/arm: Add composite property type to model definitions
` [RFC PATCH v2 18/29] target/arm: define pauth composite property
` [RFC PATCH v2 19/29] target/arm: define sve "
` [RFC PATCH v2 20/29] target/arm: Introduce stub files required for qmp support
` [RFC PATCH v2 21/29] target/arm/qmp: add named models and properties to cpu-model-expansion
` [RFC PATCH v2 22/29] target/arm/kvm: introduce kvm_arm_get_host_isar helper
` [RFC PATCH v2 23/29] target/arm/qmp: add query-arm-cpu-props-info
` [RFC PATCH v2 24/29] target/arm: Report "off" for ID fields gated by vCPU init flags
` [RFC PATCH v2 25/29] target/arm/qmp: hook blockers in query-cpu-definitions
` [RFC PATCH v2 26/29] target/arm: Support exposing cache information for named cpu models
` [RFC PATCH v2 27/29] target/arm: Provide default cache hierarchy
` [RFC PATCH v2 28/29] target/arm: supported-values and blockers for CCSIDR cache properties
` [RFC PATCH v2 29/29] target/arm/kvm: fix host model writeback when kernel supports EL2

[PATCH] KVM: arm64: vgic: Check the interrupt is still ours before migrating it
 2026-06-05  8:43 UTC  (4+ messages)

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

[PATCH v2] KVM: arm64: Reassign nested_mmus array behind mmu_lock
 2026-06-05  8:27 UTC 

[PATCH] KVM: arm64: vgic: Use list_del_rcu() when flushing pending LPIs
 2026-06-05  8:17 UTC  (3+ messages)

[PATCH] KVM: arm64: Reallocate the nested_mmus array under the mmu_lock
 2026-06-05  7:51 UTC  (5+ messages)

[PATCH v2] KVM/arm64: vgic-its: Make ABI commit helpers return void
 2026-06-05  6:01 UTC  (3+ messages)

[syzbot] [kvmarm?] [kvm?] BUG: unable to handle kernel paging request in kvm_vgic_destroy
 2026-06-04 14:47 UTC  (5+ messages)

[PATCH] KVM: arm64: Sanitise host vCPU fields in flush_hyp_vcpu()
 2026-06-04 13:35 UTC  (3+ messages)

[PATCH v2 0/2] KVM: arm64: nv: Fixes for FEAT_XNX (and the lack thereof)
 2026-06-04 12:41 UTC  (7+ 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 v5 00/18] kvm/arm: Introduce a customizable aarch64 KVM host model
 2026-06-04 12:00 UTC  (5+ messages)

[PATCH v1] KVM: arm64: Restore POR_EL0 access to host EL0
 2026-06-04 10:54 UTC 

[PATCH v2 00/39] KVM: arm64: Add GICv5 IRS support
 2026-06-04 10:51 UTC  (3+ messages)
` [PATCH v2 31/39] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd

[PATCH] KVM: arm64: Fix order of arguments to ktime_get_snapshot_id()
 2026-06-04  9:49 UTC  (2+ messages)

[PATCH v3 0/5] KVM: arm64: nv: Implement nested stage-2 reverse map
 2026-06-04  7:24 UTC  (3+ messages)
` [PATCH v3 5/5] KVM: arm64: nv: Create nested IPA direct map to speed up reverse map removal

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

[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 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] 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  (8+ messages)
` [PATCH v1 10/26] KVM: arm64: Fix set_oslsr_el1 to write to OSLAR_EL1
` [PATCH v1 15/26] s390: Add functions to query arm guest time

[PATCH] KVM: arm64: vgic-its: Drop the translation cache reference only for the erased entry
 2026-06-02 21:26 UTC  (2+ 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  (9+ messages)
` [patch V2 04/25] pps: Convert to ktime_get_snapshot_id()
` [patch V2 16/25] virtio_rtc: Use provided clock ID for history snapshot
` [patch V2 21/25] ALSA: hda/common: Use system_device_crosststamp::sys_systime

[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


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