Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-03-15 18:49:04 to 2025-03-25 17:02:32 UTC [more...]

[RFC kvmtool 0/9] arm: Drop support for 32-bit kvmtool
 2025-03-25 17:02 UTC  (13+ messages)
` [RFC kvmtool 1/9] Drop support for 32-bit arm
` [RFC kvmtool 3/9] arm64: Combine kvm.c
` [RFC kvmtool 9/9] arm64: Get rid of the 'arm-common' include directory

[PATCH] KVM: arm64: Make HCX writable from userspace
 2025-03-25 16:20 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 0/5] arm64: Change the default QEMU CPU type to "max"
 2025-03-25 16:00 UTC  (6+ messages)
` [kvm-unit-tests PATCH v3 1/5] configure: arm64: Don't display 'aarch64' as the default architecture
` [kvm-unit-tests PATCH v3 2/5] configure: arm/arm64: Display the correct default processor
` [kvm-unit-tests PATCH v3 3/5] arm64: Implement the ./configure --processor option
` [kvm-unit-tests PATCH v3 4/5] configure: Add --qemu-cpu option
` [kvm-unit-tests PATCH v3 5/5] arm64: Use -cpu max as the default for TCG

[PATCH 6.6 0/8] KVM: arm64: Backport of SVE fixes to v6.6
 2025-03-25 11:28 UTC  (17+ messages)
` [PATCH 6.6 1/8] KVM: arm64: Calculate cptr_el2 traps on activating traps
  ` Patch "KVM: arm64: Calculate cptr_el2 traps on activating traps" has been added to the 6.6-stable tree
` [PATCH 6.6 2/8] KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state
  ` Patch "KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state" has been added to the 6.6-stable tree
` [PATCH 6.6 3/8] KVM: arm64: Remove host FPSIMD saving for non-protected KVM
  ` Patch "KVM: arm64: Remove host FPSIMD saving for non-protected KVM" has been added to the 6.6-stable tree
` [PATCH 6.6 4/8] KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN
  ` Patch "KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN" has been added to the 6.6-stable tree
` [PATCH 6.6 5/8] KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN
  ` Patch "KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN" has been added to the 6.6-stable tree
` [PATCH 6.6 6/8] KVM: arm64: Refactor exit handlers
  ` Patch "KVM: arm64: Refactor exit handlers" has been added to the 6.6-stable tree
` [PATCH 6.6 7/8] KVM: arm64: Mark some header functions as inline
  ` Patch "KVM: arm64: Mark some header functions as inline" has been added to the 6.6-stable tree
` [PATCH 6.6 8/8] KVM: arm64: Eagerly switch ZCR_EL{1,2}
  ` Patch "KVM: arm64: Eagerly switch ZCR_EL{1,2}" has been added to the 6.6-stable tree

[PATCH 6.12 v2 0/8] KVM: arm64: Backport of SVE fixes to v6.12
 2025-03-24 18:59 UTC  (18+ messages)
` [PATCH 6.12 v2 1/8] KVM: arm64: Calculate cptr_el2 traps on activating traps
  ` Patch "KVM: arm64: Calculate cptr_el2 traps on activating traps" has been added to the 6.12-stable tree
` [PATCH 6.12 v2 2/8] KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state
  ` Patch "KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state" has been added to the 6.12-stable tree
` [PATCH 6.12 v2 3/8] KVM: arm64: Remove host FPSIMD saving for non-protected KVM
  ` Patch "KVM: arm64: Remove host FPSIMD saving for non-protected KVM" has been added to the 6.12-stable tree
` [PATCH 6.12 v2 4/8] KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN
  ` Patch "KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN" has been added to the 6.12-stable tree
` [PATCH 6.12 v2 5/8] KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN
  ` Patch "KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN" has been added to the 6.12-stable tree
` [PATCH 6.12 v2 6/8] KVM: arm64: Refactor exit handlers
  ` Patch "KVM: arm64: Refactor exit handlers" has been added to the 6.12-stable tree
` [PATCH 6.12 v2 7/8] KVM: arm64: Mark some header functions as inline
  ` Patch "KVM: arm64: Mark some header functions as inline" has been added to the 6.12-stable tree
` [PATCH 6.12 v2 8/8] KVM: arm64: Eagerly switch ZCR_EL{1,2}
  ` Patch "KVM: arm64: Eagerly switch ZCR_EL{1,2}" has been added to the 6.12-stable tree

[PATCH 6.13 v2 0/8] KVM: arm64: Backport of SVE fixes to v6.13
 2025-03-24 18:56 UTC  (17+ messages)
` [PATCH 6.13 v2 1/8] KVM: arm64: Calculate cptr_el2 traps on activating traps
  ` Patch "KVM: arm64: Calculate cptr_el2 traps on activating traps" has been added to the 6.13-stable tree
` [PATCH 6.13 v2 2/8] KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state
  ` Patch "KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state" has been added to the 6.13-stable tree
` [PATCH 6.13 v2 3/8] KVM: arm64: Remove host FPSIMD saving for non-protected KVM
  ` Patch "KVM: arm64: Remove host FPSIMD saving for non-protected KVM" has been added to the 6.13-stable tree
` [PATCH 6.13 v2 4/8] KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN
  ` Patch "KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN" has been added to the 6.13-stable tree
` [PATCH 6.13 v2 5/8] KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN
  ` Patch "KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN" has been added to the 6.13-stable tree
` [PATCH 6.13 v2 6/8] KVM: arm64: Refactor exit handlers
  ` Patch "KVM: arm64: Refactor exit handlers" has been added to the 6.13-stable tree
` [PATCH 6.13 v2 7/8] KVM: arm64: Mark some header functions as inline
  ` Patch "KVM: arm64: Mark some header functions as inline" has been added to the 6.13-stable tree
` [PATCH 6.13 v2 8/8] KVM: arm64: Eagerly switch ZCR_EL{1,2}
  ` Patch "KVM: arm64: Eagerly switch ZCR_EL{1,2}" has been added to the 6.13-stable tree

[kvm-unit-tests PATCH v2 0/5] arm64: Change the default QEMU CPU type to "max"
 2025-03-24 16:33 UTC  (26+ messages)
` [kvm-unit-tests PATCH v2 1/5] configure: arm64: Don't display 'aarch64' as the default architecture
` [kvm-unit-tests PATCH v2 2/5] configure: arm/arm64: Display the correct default processor
` [kvm-unit-tests PATCH v2 3/5] arm64: Implement the ./configure --processor option
` [kvm-unit-tests PATCH v2 4/5] configure: Add --qemu-cpu option
` [kvm-unit-tests PATCH v2 5/5] arm64: Use -cpu max as the default for TCG

[RFC PATCH v3 0/8] PMU partitioning driver support
 2025-03-24 14:53 UTC  (5+ messages)
` [RFC PATCH v3 5/8] KVM: arm64: Introduce module param to partition the PMU
` [RFC PATCH v3 7/8] perf: arm_pmuv3: Keep out of guest counter partition

[PATCH v2] KVM: arm64: Skip the KVM pmu initialization when hyp is unavailable
 2025-03-24  2:34 UTC 

[PATCH] KVM: arm64: pmu: Avoid initializing KVM PMU when KVM is not initialised
 2025-03-22 14:21 UTC  (4+ messages)

[PATCH] KVM: selftests: Fix a couple "prio" signedness bugs
 2025-03-21 17:04 UTC  (2+ messages)

[PATCH v3 00/14] arm: rework id register storage
 2025-03-21 15:41 UTC  (13+ messages)
` [PATCH v3 01/14] arm/cpu: Add sysreg definitions in cpu-sysregs.h
` [PATCH v3 02/14] arm/kvm: add accessors for storing host features into idregs
` [PATCH v3 13/14] arm/cpu: Add sysreg generation scripts

Fast model boot failure with Linux next-20250312
 2025-03-21 12:57 UTC  (4+ messages)

[PATCH RFC] KVM: arm64: PMU: Use multiple host PMUs
 2025-03-21 10:59 UTC  (19+ messages)

[PATCH hyperv-next v6 00/11] arm64: hyperv: Support Virtual Trust Level Boot
 2025-03-20 18:47 UTC  (15+ messages)
` [PATCH hyperv-next v6 01/11] arm64: kvm, smccc: Introduce and use API for detecting hypervisor presence
` [PATCH hyperv-next v6 02/11] arm64: hyperv: Use SMCCC to detect "
` [PATCH hyperv-next v6 07/11] dt-bindings: microsoft,vmbus: Add interrupt and DMA coherence properties

[GIT PULL] KVM/arm64 updates for 6.15
 2025-03-20 17:38 UTC  (5+ messages)

[RFC PATCH v3 0/5] iommu/arm-smmu-v3: Use pinned KVM VMID for stage 2
 2025-03-20 12:27 UTC  (11+ messages)
` [RFC PATCH v3 1/5] KVM: arm64: Introduce support to pin VMIDs
` [RFC PATCH v3 2/5] iommufd/device: Associate a kvm pointer to iommufd_device
` [RFC PATCH v3 3/5] iommu/arm-smmu-v3-iommufd: Pass in kvm pointer to viommu_alloc
` [RFC PATCH v3 4/5] iommu/arm-smmu-v3-iommufd: Use KVM VMID for s2 stage
` [RFC PATCH v3 5/5] iommu/arm-smmu-v3: Enable broadcast TLB maintenance

[PATCH v3 0/1] KVM: arm64: Map GPU device memory as cacheable
 2025-03-20  7:24 UTC  (27+ messages)
` [PATCH v3 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags

[PATCH 6.12 0/8] KVM: arm64: Backport of SVE fixes to v6.12
 2025-03-19 13:55 UTC  (7+ messages)
` [PATCH 6.12 8/8] KVM: arm64: Eagerly switch ZCR_EL{1,2}

[PATCH 0/2] KVM: arm64: A few trace additions
 2025-03-19 11:38 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Trace values with kvm_sys_access
` [PATCH 2/2] KVM: arm64: Trace SMC in a way similar to HVC

[PATCH 6.13 0/8] KVM: arm64: Backport of SVE fixes to v6.13
 2025-03-19 10:29 UTC  (3+ messages)
` [PATCH 6.13 8/8] KVM: arm64: Eagerly switch ZCR_EL{1,2}

[PATCH v3 0/3] KVM: arm64: Separate the hyp FF-A buffers init from the host
 2025-03-18 16:25 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: arm64: Use the static initializer for the version lock
` [PATCH v3 2/3] firmware: arm_ffa: Move the ffa_to_linux definition to the ffa header
` [PATCH v3 3/3] KVM: arm64: Release the ownership of the hyp rx buffer to Trustzone

[PATCH 0/4] arm64: mitigate CVE-2024-7881 in the absence of firmware mitigation
 2025-03-18 11:24 UTC  (5+ messages)

[PATCH] KVM: arm64: Tear down vGIC on failed vCPU creation
 2025-03-18  7:47 UTC  (3+ messages)

[PATCH v5 0/5] KVM: arm64: PMU: Fix SET_ONE_REG for vPMC regs
 2025-03-17 20:01 UTC  (3+ messages)

[PATCH hyperv-next v6 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree
 2025-03-17 17:07 UTC  (3+ messages)

[PATCH v5 3/5] KVM: arm64: PMU: Fix SET_ONE_REG for vPMC regs
 2025-03-17 14:49 UTC  (3+ messages)

[PATCH 0/6] Move pKVM ownership state to hyp_vmemmap
 2025-03-16 11:12 UTC  (10+ messages)
` [PATCH 2/6] KVM: arm64: Use 0b11 for encoding PKVM_NOPAGE
` [PATCH 4/6] KVM: arm64: Move hyp state to hyp_vmemmap


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