Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-03-07 08:42:12 to 2025-03-13 18:44:54 UTC [more...]

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

[PATCH 6.13 0/8] KVM: arm64: Backport of SVE fixes to v6.13
 2025-03-13 16:09 UTC  (17+ 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 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

[PATCH v4 0/3] Count pKVM stage-2 usage in secondary pagetable stat
 2025-03-13 13:13 UTC  (5+ 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] KVM: arm64: Drop sort_memblock_regions()
 2025-03-13 11:26 UTC  (4+ messages)

[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  (9+ 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 3/3] KVM: arm64: Count pKVM stage-2 usage in secondary pagetable stats

[PATCH v4 0/7] KVM: arm64: PMU: Fix SET_ONE_REG for vPMC regs
 2025-03-13  6:57 UTC  (8+ 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 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  (6+ messages)

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

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

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

[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  (3+ messages)

[PATCH 00/18] KVM: arm64: Revamp Fine Grained Trap handling
 2025-03-11 19:10 UTC  (5+ 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  (17+ 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 03/14] arm/cpu: Store aa64isar0/aa64zfr0 into the idregs arrays
` [PATCH v3 04/14] arm/cpu: Store aa64isar1/2 into the idregs array
` [PATCH v3 05/14] arm/cpu: Store aa64pfr0/1 "
` [PATCH v3 06/14] arm/cpu: Store aa64mmfr0-3 "
` [PATCH v3 07/14] arm/cpu: Store aa64dfr0/1 "
` [PATCH v3 08/14] arm/cpu: Store aa64smfr0 "
` [PATCH v3 09/14] arm/cpu: Store id_isar0-7 "
` [PATCH v3 10/14] arm/cpu: Store id_pfr0/1/2 "
` [PATCH v3 11/14] arm/cpu: Store id_dfr0/1 "
` [PATCH v3 12/14] arm/cpu: Store id_mmfr0-5 "
` [PATCH v3 13/14] arm/cpu: Add sysreg generation scripts
` [PATCH v3 14/14] arm/cpu: switch to a generated cpu-sysregs.h.inc

[PATCH v1 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2025-03-11 10:34 UTC  (12+ messages)
` [PATCH v1 1/5] arm64/sysreg: add HDBSS related register information
` [PATCH v1 2/5] arm64/kvm: support set the DBM attr during memory abort
` [PATCH v1 3/5] arm64/kvm: using ioctl to enable/disable the HDBSS feature
` [PATCH v1 4/5] arm64/kvm: support to handle the HDBSSF event
` [PATCH v1 5/5] arm64/config: add config to control whether enable HDBSS feature

[PATCH v2 00/23] KVM: arm64: Revamp Fine Grained Trap handling
 2025-03-10 12:25 UTC  (24+ messages)
` [PATCH v2 01/23] arm64: sysreg: Add ID_AA64ISAR1_EL1.LS64 encoding for FEAT_LS64WB
` [PATCH v2 02/23] arm64: sysreg: Update ID_AA64MMFR4_EL1 description
` [PATCH v2 03/23] arm64: sysreg: Add layout for HCR_EL2
` [PATCH v2 04/23] arm64: Add syndrome information for trapped LD64B/ST64B{,V,V0}
` [PATCH v2 05/23] KVM: arm64: Handle trapping of FEAT_LS64* instructions
` [PATCH v2 06/23] KVM: arm64: Restrict ACCDATA_EL1 undef to FEAT_ST64_ACCDATA being disabled
` [PATCH v2 07/23] KVM: arm64: Don't treat HCRX_EL2 as a FGT register
` [PATCH v2 08/23] KVM: arm64: Plug FEAT_GCS handling
` [PATCH v2 09/23] KVM: arm64: Compute FGT masks from KVM's own FGT tables
` [PATCH v2 10/23] KVM: arm64: Add description of FGT bits leading to EC!=0x18
` [PATCH v2 11/23] KVM: arm64: Use computed masks as sanitisers for FGT registers
` [PATCH v2 12/23] KVM: arm64: Unconditionally configure fine-grain traps
` [PATCH v2 13/23] KVM: arm64: Propagate FGT masks to the nVHE hypervisor
` [PATCH v2 14/23] KVM: arm64: Use computed FGT masks to setup FGT registers
` [PATCH v2 15/23] KVM: arm64: Remove most hand-crafted masks for "
` [PATCH v2 16/23] KVM: arm64: Use KVM-specific HCRX_EL2 RES0 mask
` [PATCH v2 17/23] KVM: arm64: Handle PSB CSYNC traps
` [PATCH v2 18/23] KVM: arm64: Switch to table-driven FGU configuration
` [PATCH v2 19/23] KVM: arm64: Validate FGT register descriptions against RES0 masks
` [PATCH v2 20/23] KVM: arm64: Use FGT feature maps to drive RES0 bits
` [PATCH v2 21/23] KVM: arm64: Allow kvm_has_feat() to take variable arguments
` [PATCH v2 22/23] KVM: arm64: Use HCRX_EL2 feature map to drive fixed-value bits
` [PATCH v2 23/23] KVM: arm64: Use HCR_EL2 "

[PATCH v2 0/3] KVM: arm64: PMU: Fix SET_ONE_REG for vPMC regs
 2025-03-09 19:01 UTC  (7+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] KVM: arm64: PMU: Reload when user modifies registers
` [PATCH v2 3/3] KVM: arm64: PMU: Set raw values from user to PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR}

[GIT PULL] KVM/arm64 fixes for 6.14, take #4
 2025-03-09  8:11 UTC  (2+ messages)

[PATCH v7 00/45] arm64: Support for Arm CCA in KVM
 2025-03-07 15:43 UTC  (4+ messages)
` [PATCH v7 12/45] arm64: RME: Allocate/free RECs to match vCPUs

[PATCH v2 0/3] Count pKVM stage-2 usage in secondary pagetable stat
 2025-03-07 11:35 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: arm64: Add flags to kvm_hyp_memcache

[PATCH v4] arm64: Add basic MTE test
 2025-03-07  9:26 UTC  (2+ messages)

[kvm-unit-tests PATCH] Makefile: Use CFLAGS in cc-option
 2025-03-07  8:45 UTC  (3+ messages)


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