Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-03-11 17:17:39 to 2025-03-19 11:07:09 UTC [more...]

[PATCH RFC] KVM: arm64: PMU: Use multiple host PMUs
 2025-03-19 11:07 UTC  (6+ messages)

[PATCH 6.13 0/8] KVM: arm64: Backport of SVE fixes to v6.13
 2025-03-19 10:29 UTC  (18+ messages)
` [PATCH 6.13 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 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 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 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 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 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 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 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

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

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

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

[RFC kvmtool 0/9] arm: Drop support for 32-bit kvmtool
 2025-03-18  1:10 UTC  (14+ messages)
` [RFC kvmtool 1/9] Drop support for 32-bit arm
` [RFC kvmtool 2/9] arm64: Move arm64-only features into main directory
` [RFC kvmtool 3/9] arm64: Combine kvm.c
` [RFC kvmtool 4/9] arm64: Merge kvm-cpu.c
` [RFC kvmtool 5/9] arm64: Combine kvm-config-arch.h
` [RFC kvmtool 6/9] arm64: Move remaining kvm/* headers
` [RFC kvmtool 7/9] arm64: Move asm headers
` [RFC kvmtool 8/9] arm64: Rename top-level directory
` [RFC kvmtool 9/9] arm64: Get rid of the 'arm-common' include directory

[PATCH v5 0/5] KVM: arm64: PMU: Fix SET_ONE_REG for vPMC regs
 2025-03-17 20:01 UTC  (10+ messages)
` [PATCH v5 1/5] KVM: arm64: PMU: Set raw values from user to PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR}
` [PATCH v5 2/5] KVM: arm64: PMU: Assume PMU presence in pmu-emul.c
` [PATCH v5 3/5] KVM: arm64: PMU: Fix SET_ONE_REG for vPMC regs
` [PATCH v5 4/5] KVM: arm64: PMU: Reload when user modifies registers
` [PATCH v5 5/5] KVM: arm64: PMU: Reload when resetting

[PATCH hyperv-next v6 00/11] arm64: hyperv: Support Virtual Trust Level Boot
 2025-03-17 17:28 UTC  (23+ 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 03/11] Drivers: hv: Enable VTL mode for arm64
` [PATCH hyperv-next v6 04/11] Drivers: hv: Provide arch-neutral implementation of get_vtl()
` [PATCH hyperv-next v6 05/11] arm64: hyperv: Initialize the Virtual Trust Level field
` [PATCH hyperv-next v6 06/11] arm64, x86: hyperv: Report the VTL the system boots in
` [PATCH hyperv-next v6 07/11] dt-bindings: microsoft,vmbus: Add interrupt and DMA coherence properties
` [PATCH hyperv-next v6 08/11] Drivers: hv: vmbus: Get the IRQ number from DeviceTree
` [PATCH hyperv-next v6 09/11] Drivers: hv: vmbus: Introduce hv_get_vmbus_root_device()
` [PATCH hyperv-next v6 10/11] ACPI: irq: Introduce acpi_get_gsi_dispatcher()
` [PATCH hyperv-next v6 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree

[kvm-unit-tests PATCH v2 0/5] arm64: Change the default QEMU CPU type to "max"
 2025-03-17 10:13 UTC  (12+ 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

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

[PATCH v4 0/3] Count pKVM stage-2 usage in secondary pagetable stat
 2025-03-14 23:11 UTC  (6+ messages)
` [PATCH v4 1/3] KVM: arm64: Add flags to kvm_hyp_memcache
` [PATCH v4 2/3] KVM: arm64: Distinct pKVM teardown memcache for stage-2
` [PATCH v4 3/3] KVM: arm64: Count pKVM stage-2 usage in secondary pagetable stats

[PATCH v3 0/4] KVM: arm64: Fix initializing HCRX_EL2 and other traps in pKVM
 2025-03-14 23:11 UTC  (6+ messages)
` [PATCH v3 1/4] KVM: arm64: Factor out setting HCRX_EL2 traps into separate function
` [PATCH v3 2/4] KVM: arm64: Initialize HCRX_EL2 traps in pKVM
` [PATCH v3 3/4] KVM: arm64: Factor out pKVM hyp vcpu creation to separate function
` [PATCH v3 4/4] KVM: arm64: Create each pKVM hyp vcpu after its corresponding host vcpu

[PATCH v2 0/4] KVM: arm64: Fix initializing HCRX_EL2 and other traps in pKVM
 2025-03-14 11:14 UTC  (11+ messages)
` [PATCH v2 3/4] KVM: arm64: Factor out pKVM hyp vcpu creation to separate function

[PATCH v4 0/7] KVM: arm64: PMU: Fix SET_ONE_REG for vPMC regs
 2025-03-14  8:10 UTC  (9+ messages)
` [PATCH v4 1/7] KVM: arm64: PMU: Set raw values from user to PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR}
` [PATCH v4 2/7] KVM: arm64: PMU: Assume PMU presence in pmu-emul.c
` [PATCH v4 3/7] KVM: arm64: PMU: Fix SET_ONE_REG for vPMC regs
` [PATCH v4 4/7] KVM: arm64: PMU: Reload when user modifies registers
` [PATCH v4 5/7] KVM: arm64: PMU: Call kvm_pmu_handle_pmcr() after masking PMCNTENSET_EL0
` [PATCH v4 6/7] KVM: arm64: PMU: Reload PMCNTENSET_EL0
` [PATCH v4 7/7] KVM: arm64: PMU: Reload when resetting

[PATCH] KVM: arm64: Drop sort_memblock_regions()
 2025-03-13 19:08 UTC  (5+ messages)

[PATCH hyperv-next v5 00/11] arm64: hyperv: Support Virtual Trust Level Boot
 2025-03-13 18:46 UTC  (15+ messages)
` [PATCH hyperv-next v5 03/11] Drivers: hv: Enable VTL mode for arm64
` [PATCH hyperv-next v5 08/11] Drivers: hv: vmbus: Get the IRQ number from DeviceTree

[PATCH v2 0/4] KVM: arm64: Separate the hyp FF-A buffers init from the host
 2025-03-13 14:00 UTC  (16+ messages)
` [PATCH v2 3/4] KVM: arm64: Map the hypervisor FF-A buffers on ffa init
` [PATCH v2 4/4] KVM: arm64: Release the ownership of the hyp rx buffer to Trustzone

[kvm-unit-tests PATCH v2] Makefile: Use CFLAGS in cc-option
 2025-03-13 10:11 UTC  (3+ messages)

[PATCH v3 0/3] Count pKVM stage-2 usage in secondary pagetable stat
 2025-03-13  9:31 UTC  (8+ messages)
` [PATCH v3 1/3] KVM: arm64: Add flags to kvm_hyp_memcache
` [PATCH v3 2/3] KVM: arm64: Distinct pKVM teardown memcache for stage-2

[PATCH v3 0/6] KVM: arm64: PMU: Fix SET_ONE_REG for vPMC regs
 2025-03-12 21:23 UTC  (10+ messages)
` [PATCH v3 1/6] KVM: arm64: PMU: Set raw values from user to PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR}
` [PATCH v3 2/6] KVM: arm64: PMU: Assume PMU presence in pmu-emul.c
` [PATCH v3 3/6] KVM: arm64: PMU: Fix SET_ONE_REG for vPMC regs
` [PATCH v3 4/6] KVM: arm64: PMU: Reload when user modifies registers
` [PATCH v3 5/6] KVM: arm64: PMU: Call kvm_pmu_handle_pmcr() after masking PMCNTENSET_EL0
` [PATCH v3 6/6] KVM: arm64: Reload PMCNTENSET_EL0

[PATCH] KVM: arm64: Writable TGRAN*_2
 2025-03-12 21:04 UTC  (5+ messages)

[PATCH V2 0/8] arm64/mm: Drop PXD_TABLE_BIT
 2025-03-12 18:09 UTC  (5+ messages)
` [PATCH V2 1/8] KVM: arm64: ptdump: Test PMD_TYPE_MASK for block mapping

[PATCH V3] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
 2025-03-12  3:46 UTC  (3+ messages)

[PATCH v3 00/14] KVM: arm64: FEAT_PMUv3 on Apple hardware
 2025-03-11 23:44 UTC  (2+ messages)

[PATCH 00/18] KVM: arm64: Revamp Fine Grained Trap handling
 2025-03-11 19:10 UTC  (4+ messages)
` [PATCH 07/18] KVM: arm64: Compute FGT masks from KVM's own FGT tables

[PATCH v3 00/14] arm: rework id register storage
 2025-03-11 18:12 UTC  (4+ messages)
` [PATCH v3 02/14] arm/kvm: add accessors for storing host features into idregs


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