Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-04-17 17:22:45 to 2025-04-28 19:24:32 UTC [more...]

[PATCH hyperv-next v8 00/11] arm64: hyperv: Support Virtual Trust Level Boot
 2025-04-28 19:24 UTC  (7+ messages)
` [PATCH hyperv-next v8 02/11] arm64: hyperv: Use SMCCC to detect hypervisor presence
` [PATCH hyperv-next v8 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree

[PATCH v3 00/42] KVM: arm64: Revamp Fine Grained Trap handling
 2025-04-28 18:33 UTC  (44+ messages)
` [PATCH v3 01/42] arm64: sysreg: Add ID_AA64ISAR1_EL1.LS64 encoding for FEAT_LS64WB
` [PATCH v3 02/42] arm64: sysreg: Update ID_AA64MMFR4_EL1 description
` [PATCH v3 03/42] arm64: sysreg: Add layout for HCR_EL2
` [PATCH v3 04/42] arm64: sysreg: Replace HGFxTR_EL2 with HFG{R,W}TR_EL2
` [PATCH v3 05/42] arm64: sysreg: Update ID_AA64PFR0_EL1 description
` [PATCH v3 06/42] arm64: sysreg: Update PMSIDR_EL1 description
` [PATCH v3 07/42] arm64: sysreg: Update TRBIDR_EL1 description
` [PATCH v3 08/42] arm64: sysreg: Add registers trapped by HFG{R,W}TR2_EL2
` [PATCH v3 09/42] arm64: sysreg: Add registers trapped by HDFG{R,W}TR2_EL2
` [PATCH v3 10/42] arm64: sysreg: Add system instructions trapped by HFGIRT2_EL2
` [PATCH v3 11/42] arm64: Remove duplicated sysreg encodings
` [PATCH v3 12/42] arm64: tools: Resync sysreg.h
` [PATCH v3 13/42] arm64: Add syndrome information for trapped LD64B/ST64B{,V,V0}
` [PATCH v3 14/42] arm64: Add FEAT_FGT2 capability
` [PATCH v3 15/42] KVM: arm64: Tighten handling of unknown FGT groups
` [PATCH v3 16/42] KVM: arm64: Simplify handling of negative FGT bits
` [PATCH v3 17/42] KVM: arm64: Handle trapping of FEAT_LS64* instructions
` [PATCH v3 18/42] KVM: arm64: Restrict ACCDATA_EL1 undef to FEAT_ST64_ACCDATA being disabled
` [PATCH v3 19/42] KVM: arm64: Don't treat HCRX_EL2 as a FGT register
` [PATCH v3 20/42] KVM: arm64: Plug FEAT_GCS handling
` [PATCH v3 21/42] KVM: arm64: Compute FGT masks from KVM's own FGT tables
` [PATCH v3 22/42] KVM: arm64: Add description of FGT bits leading to EC!=0x18
` [PATCH v3 23/42] KVM: arm64: Use computed masks as sanitisers for FGT registers
` [PATCH v3 24/42] KVM: arm64: Unconditionally configure fine-grain traps
` [PATCH v3 25/42] KVM: arm64: Propagate FGT masks to the nVHE hypervisor
` [PATCH v3 26/42] KVM: arm64: Use computed FGT masks to setup FGT registers
` [PATCH v3 27/42] KVM: arm64: Remove hand-crafted masks for "
` [PATCH v3 28/42] KVM: arm64: Use KVM-specific HCRX_EL2 RES0 mask
` [PATCH v3 29/42] KVM: arm64: Handle PSB CSYNC traps
` [PATCH v3 30/42] KVM: arm64: Switch to table-driven FGU configuration
` [PATCH v3 31/42] KVM: arm64: Validate FGT register descriptions against RES0 masks
` [PATCH v3 32/42] KVM: arm64: Use FGT feature maps to drive RES0 bits
` [PATCH v3 33/42] KVM: arm64: Allow kvm_has_feat() to take variable arguments
` [PATCH v3 34/42] KVM: arm64: Use HCRX_EL2 feature map to drive fixed-value bits
` [PATCH v3 35/42] KVM: arm64: Use HCR_EL2 "
` [PATCH v3 36/42] KVM: arm64: Add FEAT_FGT2 registers to the VNCR page
` [PATCH v3 37/42] KVM: arm64: Add sanitisation for FEAT_FGT2 registers
` [PATCH v3 38/42] KVM: arm64: Add trap routing "
` [PATCH v3 39/42] KVM: arm64: Add context-switch "
` [PATCH v3 40/42] KVM: arm64: Allow sysreg ranges for FGT descriptors
` [PATCH v3 41/42] KVM: arm64: Add FGT descriptors for FEAT_FGT2
` [PATCH v3 42/42] KVM: arm64: Handle TSB CSYNC traps

[PATCH for-10.1 v5 00/13] arm: rework id register storage
 2025-04-28 16:43 UTC  (14+ messages)
` [PATCH for-10.1 v5 02/13] arm/cpu: Store aa64isar0/aa64zfr0 into the idregs arrays
` [PATCH for-10.1 v5 03/13] arm/cpu: Store aa64isar1/2 into the idregs array
` [PATCH for-10.1 v5 04/13] arm/cpu: Store aa64pfr0/1 "
` [PATCH for-10.1 v5 06/13] arm/cpu: Store aa64dfr0/1 "
` [PATCH for-10.1 v5 08/13] arm/cpu: Store id_isar0-7 "
` [PATCH for-10.1 v5 13/13] arm/cpu: switch to a generated cpu-sysregs.h.inc

[PATCH 1/2] arm64: errata: Work around AmpereOne's erratum AC03_CPU_36
 2025-04-28 16:35 UTC  (5+ messages)

[RFC PATCH 0/3] KVM: arm64: Don't claim MTE_ASYNC if not supported
 2025-04-28 11:26 UTC  (4+ messages)
` [RFC PATCH 2/3] KVM: arm64: Make MTE_frac masking conditional on MTE capability

[PATCH] arm64: kvm: Replace ternary flags with str_on_off() helper
 2025-04-28 10:04 UTC  (4+ messages)

[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
 2025-04-28  8:58 UTC  (10+ messages)
` [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

[RFC] ARM vGIC-ITS tables serialization when running protected VMs
 2025-04-27 16:43 UTC  (6+ messages)

[PATCH] KVM: arm64: Force HCR_EL2.xMO to 1 at all times in VHE mode
 2025-04-26 18:13 UTC  (3+ messages)

[PATCH 0/4] KVM: arm64: UBSAN at EL2
 2025-04-25 17:30 UTC  (4+ messages)
` [PATCH 3/4] KVM: arm64: Introduce CONFIG_UBSAN_KVM_EL2

[PATCH v2] arm64: errata: Work around AmpereOne's erratum AC04_CPU_23
 2025-04-25  2:47 UTC 

[GIT PULL] KVM/arm64 fixes for 6.15, round #2
 2025-04-24 17:36 UTC  (2+ messages)

[RFC PATCH 00/34] Running Qualcomm's Gunyah Guests via KVM in EL1
 2025-04-24 16:57 UTC  (39+ messages)
` [RFC PATCH 01/34] KVM: Allow arch-specific vCPU allocation and freeing
` [RFC PATCH 02/34] KVM: irqfd: Add architecture hooks for irqfd allocation and initialization
` [RFC PATCH 03/34] KVM: irqfd: Allow KVM backends to override IRQ injection via set_irq callback
` [RFC PATCH 04/34] KVM: Add weak stubs for irqchip-related functions for Gunyah builds
` [RFC PATCH 05/34] KVM: Add KVM_SET_DTB_ADDRESS ioctl to pass guest DTB address from userspace
` [RFC PATCH 06/34] KVM: gunyah: Add initial Gunyah backend support
` [RFC PATCH 07/34] KVM: gunyah: Pin guest memory
` [RFC PATCH 08/34] docs: gunyah: Introduce Gunyah Hypervisor
` [RFC PATCH 09/34] dt-bindings: Add binding for gunyah hypervisor
` [RFC PATCH 10/34] gunyah: Common types and error codes for Gunyah hypercalls
` [RFC PATCH 11/34] gunyah: Add hypercalls to identify Gunyah
` [RFC PATCH 12/34] gunyah: Add hypervisor driver
` [RFC PATCH 13/34] gunyah: Add hypercalls to send and receive messages
` [RFC PATCH 14/34] gunyah: Add resource manager RPC core
` [RFC PATCH 15/34] gunyah: Add VM lifecycle RPC
` [RFC PATCH 16/34] gunyah: Add basic VM lifecycle management
` [RFC PATCH 17/34] gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` [RFC PATCH 18/34] gunyah: Add resource tickets
` [RFC PATCH 19/34] gunyah: Add hypercalls for running a vCPU
` [RFC PATCH 20/34] gunyah: add proxy-scheduled vCPUs
` [RFC PATCH 21/34] gunyah: Add hypercalls for demand paging
` [RFC PATCH 22/34] gunyah: Add memory parcel RPC
` [RFC PATCH 23/34] gunyah: Add interfaces to map memory into guest address space
` [RFC PATCH 24/34] gunyah: Add platform ops on mem_lend/mem_reclaim
` [RFC PATCH 25/34] gunyah: Add Qualcomm Gunyah platform ops
` [RFC PATCH 26/34] gunyah: Share memory parcels
` [RFC PATCH 27/34] gunyah: Share guest VM dtb configuration to Gunyah
` [RFC PATCH 28/34] gunyah: Add RPC to enable demand paging
` [RFC PATCH 29/34] gunyah: Enable "
` [RFC PATCH 30/34] gunyah: Add RPC to set VM boot context
` [RFC PATCH 31/34] gunyah: allow userspace to set boot cpu context
` [RFC PATCH 32/34] gunyah: Add hypercalls for sending doorbell
` [RFC PATCH 33/34] KVM: gunyah: Implement irqfd interface
` [RFC PATCH 34/34] KVM: gunyah: enable KVM for Gunyah

[PATCH v3 0/6] Add FIELD_MODIFY() helper
 2025-04-24 15:24 UTC  (30+ messages)
` [PATCH v3 1/6] bitfield: "
` [PATCH v3 2/6] coccinelle: misc: Add field_modify script
  ` [cocci] "
` [PATCH v3 3/6] arm64: tlb: Convert the opencoded field modify
      ` [cocci] "
` [PATCH v3 4/6] arm64: nvhe: "

[PATCH 6.14 227/241] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
 2025-04-23 14:44 UTC 

[PATCH v3 00/17] KVM: arm64: Recursive NV support
 2025-04-23 15:15 UTC  (18+ messages)
` [PATCH v3 01/17] arm64: sysreg: Add layout for VNCR_EL2
` [PATCH v3 02/17] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v3 03/17] KVM: arm64: nv: Extract translation helper from the AT code
` [PATCH v3 04/17] KVM: arm64: nv: Snapshot S1 ASID tagging information during walk
` [PATCH v3 05/17] KVM: arm64: nv: Move TLBI range decoding to a helper
` [PATCH v3 06/17] KVM: arm64: nv: Don't adjust PSTATE.M when L2 is nesting
` [PATCH v3 07/17] KVM: arm64: nv: Add pseudo-TLB backing VNCR_EL2
` [PATCH v3 08/17] KVM: arm64: nv: Add userspace and guest handling of VNCR_EL2
` [PATCH v3 09/17] KVM: arm64: nv: Handle VNCR_EL2-triggered faults
` [PATCH v3 10/17] KVM: arm64: nv: Handle mapping of VNCR_EL2 at EL2
` [PATCH v3 11/17] KVM: arm64: nv: Handle VNCR_EL2 invalidation from MMU notifiers
` [PATCH v3 12/17] KVM: arm64: nv: Program host's VNCR_EL2 to the fixmap address
` [PATCH v3 13/17] KVM: arm64: nv: Add S1 TLB invalidation primitive for VNCR_EL2
` [PATCH v3 14/17] KVM: arm64: nv: Plumb TLBI S1E2 into system instruction dispatch
` [PATCH v3 15/17] KVM: arm64: nv: Remove dead code from ERET handling
` [PATCH v3 16/17] KVM: arm64: Allow userspace to request KVM_ARM_VCPU_EL2*
` [PATCH v3 17/17] KVM: arm64: Document NV caps and vcpu flags

[PATCH 6.12 192/223] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
 2025-04-23 14:44 UTC 

[PATCH v3 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
 2025-04-23 13:03 UTC  (24+ messages)

[PATCH 0/3] KVM: arm64: Address Translation fixes
 2025-04-22 21:19 UTC  (7+ messages)
` [PATCH 1/3] KVM: arm64: Fix PAR_EL1.{PTW,S} reporting on AT S1E*
` [PATCH 2/3] KVM: arm64: Teach address translation about access faults
` [PATCH 3/3] KVM: arm64: Don't feed uninitialised data to HCR_EL2

Patch "arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9" has been added to the 6.14-stable tree
 2025-04-22  7:18 UTC 

Patch "arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9" has been added to the 6.12-stable tree
 2025-04-22  7:16 UTC 

[PATCH RESEND 6.1 07/12] KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN
 2025-04-22  6:43 UTC  (2+ messages)
` Patch "KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN" has been added to the 6.1-stable tree

[PATCH RESEND 6.1 05/12] KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state
 2025-04-22  6:43 UTC  (2+ messages)
` Patch "KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state" has been added to the 6.1-stable tree

[PATCH RESEND 6.1 11/12] KVM: arm64: Calculate cptr_el2 traps on activating traps
 2025-04-22  6:43 UTC  (2+ messages)
` Patch "KVM: arm64: Calculate cptr_el2 traps on activating traps" has been added to the 6.1-stable tree

[PATCH RESEND 6.1 08/12] KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN
 2025-04-22  6:43 UTC  (2+ messages)
` Patch "KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN" has been added to the 6.1-stable tree

[PATCH RESEND 6.1 06/12] KVM: arm64: Remove host FPSIMD saving for non-protected KVM
 2025-04-22  6:43 UTC  (2+ messages)
` Patch "KVM: arm64: Remove host FPSIMD saving for non-protected KVM" has been added to the 6.1-stable tree

[PATCH RESEND 6.1 09/12] KVM: arm64: Refactor exit handlers
 2025-04-22  6:43 UTC  (2+ messages)
` Patch "KVM: arm64: Refactor exit handlers" has been added to the 6.1-stable tree

[PATCH RESEND 6.1 10/12] KVM: arm64: Mark some header functions as inline
 2025-04-22  6:43 UTC  (2+ messages)
` Patch "KVM: arm64: Mark some header functions as inline" has been added to the 6.1-stable tree

[PATCH RESEND 6.1 12/12] KVM: arm64: Eagerly switch ZCR_EL{1,2}
 2025-04-22  6:43 UTC  (2+ messages)
` Patch "KVM: arm64: Eagerly switch ZCR_EL{1,2}" has been added to the 6.1-stable tree

[PATCH RESEND 6.1 01/12] KVM: arm64: Discard any SVE state when entering KVM guests
 2025-04-22  6:43 UTC  (2+ messages)
` Patch "KVM: arm64: Discard any SVE state when entering KVM guests" has been added to the 6.1-stable tree

[PATCH RESEND 6.1 02/12] arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVE
 2025-04-22  6:43 UTC  (2+ messages)
` Patch "arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVE" has been added to the 6.1-stable tree

[PATCH RESEND 6.1 04/12] arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVM
 2025-04-22  6:43 UTC  (2+ messages)
` Patch "arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVM" has been added to the 6.1-stable tree

[PATCH RESEND 6.1 03/12] arm64/fpsimd: Have KVM explicitly say which FP registers to save
 2025-04-22  6:43 UTC  (2+ messages)
` Patch "arm64/fpsimd: Have KVM explicitly say which FP registers to save" has been added to the 6.1-stable tree

[PATCH v2] arm64: Rework checks for broken Cavium HW in the PI code
 2025-04-18 21:02 UTC  (4+ messages)

[PATCH] KVM: arm64, x86: make kvm_arch_has_irq_bypass() inline
 2025-04-18 18:03 UTC  (3+ messages)

[RFC PATCH 0/1] KVM-arm: Optimize cache flush by only flushing on vcpu0
 2025-04-18 13:10 UTC  (3+ messages)
` [RFC PATCH 1/1] KVM: arm: "


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