Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-04-09 14:44:31 to 2025-04-17 09:54:09 UTC [more...]

[PATCH v2 0/4] KVM: extract lock_all_vcpus/unlock_all_vcpus
 2025-04-17  9:53 UTC  (10+ messages)
` [PATCH v2 1/4] locking/mutex: implement mutex_trylock_nested
` [PATCH v2 2/4] KVM: x86: move sev_lock/unlock_vcpus_for_migration to kvm_main.c

[PATCH v5 00/28] KVM: arm64: Implement support for SME
 2025-04-17  0:25 UTC  (29+ messages)
` [PATCH v5 01/28] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v5 02/28] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v5 03/28] arm64/fpsimd: Check enable bit for FA64 when saving EFI state
` [PATCH v5 04/28] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v5 05/28] KVM: arm64: Introduce non-UNDEF FGT control
` [PATCH v5 06/28] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v5 07/28] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v5 08/28] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v5 09/28] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v5 10/28] KVM: arm64: Document the KVM ABI for SME
` [PATCH v5 11/28] KVM: arm64: Define internal features "
` [PATCH v5 12/28] KVM: arm64: Rename sve_state_reg_region
` [PATCH v5 13/28] KVM: arm64: Store vector lengths in an array
` [PATCH v5 14/28] KVM: arm64: Implement SME vector length configuration
` [PATCH v5 15/28] KVM: arm64: Support SME control registers
` [PATCH v5 16/28] KVM: arm64: Support TPIDR2_EL0
` [PATCH v5 17/28] KVM: arm64: Support SME identification registers for guests
` [PATCH v5 18/28] KVM: arm64: Support SME priority registers
` [PATCH v5 19/28] KVM: arm64: Provide assembly for SME register access
` [PATCH v5 20/28] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v5 21/28] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v5 22/28] KVM: arm64: Expose SME specific state to userspace
` [PATCH v5 23/28] KVM: arm64: Context switch SME state for guests
` [PATCH v5 24/28] KVM: arm64: Handle SME exceptions
` [PATCH v5 25/28] KVM: arm64: Expose SME to nested guests
` [PATCH v5 26/28] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v5 27/28] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v5 28/28] KVM: arm64: selftests: Add SME to set_id_regs test

[PATCH 1/2] arm64: errata: Work around AmpereOne's erratum AC03_CPU_36
 2025-04-16 23:14 UTC  (15+ messages)
` [PATCH 2/2] arm64: errata: Work around AmpereOne's erratum AC04_CPU_23

[PATCH 1/2] KVM: arm64: fix config.hcr used uninitialized in __kvm_at_s1e01_fast
 2025-04-16 23:00 UTC  (6+ messages)
` [PATCH 2/2] KVM: arm64: Avoid blocking irqs when tlb flushing/ATing with HCR.TGE=0

[PATCH] KVM: selftests: add test for SVE host corruption
 2025-04-16 23:32 UTC 

[PATCH 0/4] KVM: arm64: UBSAN at EL2
 2025-04-16 19:56 UTC  (8+ messages)
` [PATCH 1/4] arm64: Introduce esr_is_ubsan_brk()
` [PATCH 2/4] ubsan: Remove regs from report_ubsan_failure()
` [PATCH 3/4] KVM: arm64: Introduce CONFIG_UBSAN_KVM_EL2
` [PATCH 4/4] KVM: arm64: Handle UBSAN faults

[PATCH v3 0/4] Selftest for pKVM ownership transitions
 2025-04-16 16:09 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: arm64: Add .hyp.data section
` [PATCH v3 2/4] KVM: arm64: Don't WARN from __pkvm_host_share_guest()
` [PATCH v3 3/4] KVM: arm64: Selftest for pKVM transitions
` [PATCH v3 4/4] KVM: arm64: Extend pKVM selftest for np-guests

[PATCH v2 0/7] Move pKVM ownership state to hyp_vmemmap
 2025-04-16 15:26 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: arm64: Track SVE state in the hypervisor vcpu structure
` [PATCH v2 2/7] KVM: arm64: Fix pKVM page-tracking comments
` [PATCH v2 3/7] KVM: arm64: Use 0b11 for encoding PKVM_NOPAGE
` [PATCH v2 4/7] KVM: arm64: Introduce {get,set}_host_state() helpers
` [PATCH v2 5/7] KVM: arm64: Move hyp state to hyp_vmemmap
` [PATCH v2 6/7] KVM: arm64: Defer EL2 stage-1 mapping on share
` [PATCH v2 7/7] KVM: arm64: Unconditionally cross check hyp state

[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
 2025-04-16 13:42 UTC  (44+ messages)
` [PATCH v8 01/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v8 02/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v8 03/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v8 04/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v8 05/43] arm64: RME: Check for RME support at KVM init
` [PATCH v8 06/43] arm64: RME: Define the user ABI
` [PATCH v8 07/43] arm64: RME: ioctls to create and configure realms
` [PATCH v8 08/43] kvm: arm64: Don't expose debug capabilities for realm guests
` [PATCH v8 09/43] KVM: arm64: Allow passing machine type in KVM creation
` [PATCH v8 10/43] arm64: RME: RTT tear down
` [PATCH v8 11/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v8 12/43] KVM: arm64: vgic: Provide helper for number of list registers
` [PATCH v8 13/43] arm64: RME: Support for the VGIC in realms
` [PATCH v8 14/43] KVM: arm64: Support timers in realm RECs
` [PATCH v8 15/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v8 16/43] arm64: RME: Handle realm enter/exit
` [PATCH v8 17/43] arm64: RME: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v8 18/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v8 19/43] arm64: RME: Allow populating initial contents
` [PATCH v8 20/43] arm64: RME: Runtime faulting of memory
` [PATCH v8 21/43] KVM: arm64: Handle realm VCPU load
` [PATCH v8 22/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v8 23/43] KVM: arm64: Handle Realm PSCI requests
` [PATCH v8 24/43] KVM: arm64: WARN on injected undef exceptions
` [PATCH v8 25/43] arm64: Don't expose stolen time for realm guests
` [PATCH v8 26/43] arm64: RME: allow userspace to inject aborts
` [PATCH v8 27/43] arm64: RME: support RSI_HOST_CALL
` [PATCH v8 28/43] arm64: RME: Allow checking SVE on VM instance
` [PATCH v8 29/43] arm64: RME: Always use 4k pages for realms
` [PATCH v8 30/43] arm64: RME: Prevent Device mappings for Realms
` [PATCH v8 31/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v8 32/43] arm64: RME: Enable PMU support with a realm guest
` [PATCH v8 33/43] arm64: RME: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v8 34/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v8 35/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
` [PATCH v8 36/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v8 37/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v8 38/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v8 39/43] arm64: RME: Provide register list for unfinalized RME RECs
` [PATCH v8 40/43] arm64: RME: Provide accurate register list
` [PATCH v8 41/43] KVM: arm64: Expose support for private memory
` [PATCH v8 42/43] KVM: arm64: Expose KVM_ARM_VCPU_REC to user space
` [PATCH v8 43/43] KVM: arm64: Allow activating realms

[PATCH] arm64: Remove checks for broken Cavium HW from the PI code
 2025-04-16 13:05 UTC  (3+ messages)

[PATCH v3 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
 2025-04-16  8:51 UTC  (12+ messages)

arch_timer_edge_cases failures on ampere-one
 2025-04-15 17:31 UTC  (3+ messages)

[PATCH v8 0/6] KVM: arm64: Errata management for VM Live migration
 2025-04-15 16:47 UTC  (7+ messages)
` [PATCH v8 4/6] arm64: Make _midr_in_range_list() an exported function
  ` [BUG][PATCH "

[PATCH v3 00/10] kvm/arm: Introduce a customizable aarch64 KVM host model
 2025-04-15  9:54 UTC  (15+ messages)
` [PATCH v3 01/10] arm/cpu: Add infra to handle generated ID register definitions
` [PATCH v3 02/10] arm/cpu: Add sysreg properties generation
` [PATCH v3 03/10] arm/cpu: Add generated sysreg properties
` [PATCH v3 04/10] kvm: kvm_get_writable_id_regs
` [PATCH v3 05/10] arm/cpu: accessors for writable id registers
` [PATCH v3 06/10] arm/kvm: Allow reading all the writable ID registers
` [PATCH v3 07/10] arm/kvm: write back modified ID regs to KVM
` [PATCH v3 08/10] arm/cpu: more customization for the kvm host cpu model
` [PATCH v3 09/10] arm-qmp-cmds: introspection for ID register props
` [PATCH v3 10/10] arm/cpu-features: document ID reg properties

[RFC] ARM vGIC-ITS tables serialization when running protected VMs
 2025-04-15  9:44 UTC  (4+ messages)
` [RFC PATCH 1/1] KVM: arm64: vgic-its: Add flag for saving ITTs in userspace buffer

[PATCH] arm64: kvm: Replace ternary flags with str_on_off() helper
 2025-04-15  6:36 UTC  (2+ messages)

[PATCH V2] arm64/mm: Implement pte_po_index() for permission overlay index
 2025-04-15  5:44 UTC 

[PATCH hyperv-next v8 00/11] arm64: hyperv: Support Virtual Trust Level Boot
 2025-04-14 22:47 UTC  (12+ messages)
` [PATCH hyperv-next v8 01/11] arm64: kvm, smccc: Introduce and use API for getting hypervisor UUID
` [PATCH hyperv-next v8 02/11] arm64: hyperv: Use SMCCC to detect hypervisor presence
` [PATCH hyperv-next v8 03/11] Drivers: hv: Enable VTL mode for arm64
` [PATCH hyperv-next v8 04/11] Drivers: hv: Provide arch-neutral implementation of get_vtl()
` [PATCH hyperv-next v8 05/11] arm64: hyperv: Initialize the Virtual Trust Level field
` [PATCH hyperv-next v8 06/11] arm64, x86: hyperv: Report the VTL the system boots in
` [PATCH hyperv-next v8 07/11] dt-bindings: microsoft,vmbus: Add interrupt and DMA coherence properties
` [PATCH hyperv-next v8 08/11] Drivers: hv: vmbus: Get the IRQ number from DeviceTree
` [PATCH hyperv-next v8 09/11] Drivers: hv: vmbus: Introduce hv_get_vmbus_root_device()
` [PATCH hyperv-next v8 10/11] ACPI: irq: Introduce acpi_get_gsi_dispatcher()
` [PATCH hyperv-next v8 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree

linux-6.15-rc2/tools/testing/selftests/kvm/lib/arm64/processor.c:107: Possible int/long mixup ?
 2025-04-14 18:28 UTC  (2+ messages)

[RFC PATCH 0/3] KVM: arm64: Don't claim MTE_ASYNC if not supported
 2025-04-14 12:40 UTC  (4+ messages)
` [RFC PATCH 1/3] arm64/sysreg: Expose MTE_frac so that it is visible to KVM
` [RFC PATCH 2/3] KVM: arm64: Make MTE_frac masking conditional on MTE capability
` [RFC PATCH 3/3] KVM: selftests: Confirm exposing MTE_frac does not break migration

[PATCH v2 0/6] KVM: arm64: EL2 PMU handling fixes
 2025-04-11 12:00 UTC  (14+ messages)
` [PATCH v2 1/6] KVM: arm64: Fix MDCR_EL2.HPMN reset value
` [PATCH v2 2/6] KVM: arm64: Contextualise the handling of PMCR_EL0.P writes
` [PATCH v2 3/6] KVM: arm64: Allow userspace to limit the number of PMU counters for EL2 VMs
` [PATCH v2 4/6] KVM: arm64: Don't let userspace write to PMCR_EL0.N when the vcpu has EL2
` [PATCH v2 5/6] KVM: arm64: Handle out-of-bound write to HDCR_EL2.HPMN
` [PATCH v2 6/6] KVM: arm64: Let kvm_vcpu_read_pmcr() return an EL-dependent value for PMCR_EL0.N

[PATCH] KVM: arm64: nv: Forward hvc traps if originated from nested VM
 2025-04-10 17:31 UTC  (6+ messages)

[PATCH v7 00/45] arm64: Support for Arm CCA in KVM
 2025-04-09 17:31 UTC  (6+ messages)
` [PATCH v7 28/45] arm64: rme: support RSI_HOST_CALL

[PATCH for-10.1 v5 00/13] arm: rework id register storage
 2025-04-09 14:43 UTC  (5+ messages)
` [PATCH for-10.1 v5 10/13] arm/cpu: Store id_dfr0/1 into the idregs array
` [PATCH for-10.1 v5 11/13] arm/cpu: Store id_mmfr0-5 "
` [PATCH for-10.1 v5 12/13] arm/cpu: Add sysreg generation scripts
` [PATCH for-10.1 v5 13/13] arm/cpu: switch to a generated cpu-sysregs.h.inc


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