Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-04-02 11:19:59 to 2025-04-10 15:10:49 UTC [more...]

arch_timer_edge_cases failures on ampere-one
 2025-04-10 15:10 UTC 

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

[PATCH v2 0/6] KVM: arm64: EL2 PMU handling fixes
 2025-04-10 10:54 UTC  (12+ 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 v2 0/4] KVM: extract lock_all_vcpus/unlock_all_vcpus
 2025-04-10  8:16 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 v2 3/4] KVM: arm64: switch to using kvm_lock/unlock_all_vcpus
` [PATCH v2 4/4] RISC-V: KVM: switch to kvm_lock/unlock_all_vcpus

[PATCH v7 00/45] arm64: Support for Arm CCA in KVM
 2025-04-09 17:31 UTC  (30+ messages)
` [PATCH v7 12/45] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v7 17/45] arm64: RME: Handle realm enter/exit
` [PATCH v7 18/45] arm64: RME: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v7 28/45] arm64: rme: support RSI_HOST_CALL
` [PATCH v7 30/45] arm64: RME: Always use 4k pages for realms
` [PATCH v7 34/45] kvm: rme: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v7 35/45] arm64: RME: Propagate number of breakpoints and watchpoints to userspace

[PATCH for-10.1 v5 00/13] arm: rework id register storage
 2025-04-09 14:43 UTC  (14+ messages)
` [PATCH for-10.1 v5 01/13] arm/cpu: Add sysreg definitions in cpu-sysregs.h
` [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 05/13] arm/cpu: Store aa64mmfr0-3 "
` [PATCH for-10.1 v5 06/13] arm/cpu: Store aa64dfr0/1 "
` [PATCH for-10.1 v5 07/13] arm/cpu: Store aa64smfr0 "
` [PATCH for-10.1 v5 08/13] arm/cpu: Store id_isar0-7 "
` [PATCH for-10.1 v5 09/13] arm/cpu: Store id_pfr0/1/2 "
` [PATCH for-10.1 v5 10/13] arm/cpu: Store id_dfr0/1 "
` [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

[PATCH for-10.1 v4 00/13] arm: rework id register storage
 2025-04-09 10:14 UTC  (3+ messages)
` [PATCH for-10.1 v4 04/13] arm/cpu: Store aa64pfr0/1 into the idregs array

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

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

[kvm-unit-tests PATCH] arm/arm64: efi: Bump number of memregions
 2025-04-08 15:16 UTC  (2+ messages)

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

[PATCH v4] arm64: Add basic MTE test
 2025-04-08 15:16 UTC  (2+ messages)

[kvm-unit-tests PATCH v2] Makefile: Use CFLAGS in cc-option
 2025-04-08 15:15 UTC  (2+ messages)

[GIT PULL] KVM/arm64: First batch of fixes for 6.15
 2025-04-08 10:01 UTC  (2+ messages)

[PATCH v2 0/6] Add support for FEAT_{LS64, LS64_V} and related tests
 2025-04-08  8:11 UTC  (12+ messages)
` [PATCH v2 1/6] arm64: Provide basic EL2 setup for FEAT_{LS64, LS64_V} usage at EL0/1
` [PATCH v2 5/6] arm64: Add ESR.DFSC definition of unsupported exclusive or atomic access
` [PATCH v2 6/6] KVM: arm64: Handle DABT caused by LS64* instructions on unsupported memory

[PATCH] KVM: arm64: Use acquire/release to communicate FF-A version negotiation
 2025-04-07 22:07 UTC  (2+ messages)

[PATCH v21 0/4] arm64/perf: Enable branch stack sampling
 2025-04-07 17:41 UTC  (5+ messages)
` [PATCH v21 1/4] arm64/sysreg: Add BRBE registers and fields
` [PATCH v21 2/4] arm64: Handle BRBE booting requirements
` [PATCH v21 3/4] KVM: arm64: nvhe: Disable branch generation in nVHE guests
` [PATCH v21 4/4] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)

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

[PATCH] arm64: Expose AIDR_EL1 via sysfs
 2025-04-07 12:00 UTC  (3+ messages)

[PATCH v3 0/9] Stage-2 huge mappings for pKVM np-guests
 2025-04-07  8:27 UTC  (10+ messages)
` [PATCH v3 1/9] KVM: arm64: Handle huge mappings for np-guest CMOs
` [PATCH v3 2/9] KVM: arm64: Add a range to __pkvm_host_share_guest()
` [PATCH v3 3/9] KVM: arm64: Add a range to __pkvm_host_unshare_guest()
` [PATCH v3 4/9] KVM: arm64: Add a range to __pkvm_host_wrprotect_guest()
` [PATCH v3 5/9] KVM: arm64: Add a range to __pkvm_host_test_clear_young_guest()
` [PATCH v3 6/9] KVM: arm64: Convert pkvm_mappings to interval tree
` [PATCH v3 7/9] KVM: arm64: Add a range to pkvm_mappings
` [PATCH v3 8/9] KVM: arm64: Stage-2 huge mappings for np-guests
` [PATCH v3 9/9] KVM: arm64: np-guest CMOs with PMD_SIZE fixmap

[PATCH v2 0/2] KVM : selftests: arm64: Explicitly set the page attrs to Inner-Shareable
 2025-04-06 18:16 UTC  (8+ messages)
` [PATCH v2 1/2] KVM: selftests: arm64: Introduce and use hardware-definition macros
` [PATCH v2 2/2] KVM: selftests: arm64: Explicitly set the page attrs to Inner-Shareable

[PATCH 0/2] KVM : selftests: arm64: Explicitly set the page attrs to Inner-Shareable
 2025-04-05  0:01 UTC  (6+ messages)
` [PATCH 1/2] KVM: selftests: arm64: Introduce and use hardware-definition macros
` [PATCH 2/2] KVM: selftests: arm64: Explicitly set the page attrs to Inner-Shareable

[PATCH v2 0/9] Stage-2 huge mappings for pKVM np-guests
 2025-04-04 17:08 UTC  (12+ messages)
` [PATCH v2 1/9] KVM: arm64: Handle huge mappings for np-guest CMOs
` [PATCH v2 2/9] KVM: arm64: Add a range to __pkvm_host_share_guest()
` [PATCH v2 3/9] KVM: arm64: Add a range to __pkvm_host_unshare_guest()
` [PATCH v2 8/9] KVM: arm64: Stage-2 huge mappings for np-guests

[PATCH kvmtool v2 0/9] arm: Drop support for 32-bit kvmtool
 2025-04-04 16:55 UTC  (12+ messages)
` [PATCH kvmtool v2 1/9] Drop support for 32-bit arm
` [PATCH kvmtool v2 2/9] arm64: Move arm64-only features into main directory
` [PATCH kvmtool v2 3/9] arm64: Combine kvm.c
` [PATCH kvmtool v2 4/9] arm64: Merge kvm-cpu.c
` [PATCH kvmtool v2 5/9] arm64: Combine kvm-config-arch.h
` [PATCH kvmtool v2 6/9] arm64: Move remaining kvm/* headers
` [PATCH kvmtool v2 7/9] arm64: Move asm headers
` [PATCH kvmtool v2 8/9] arm64: Rename top-level directory
` [PATCH kvmtool v2 9/9] arm64: Get rid of the 'arm-common' include directory
` [PATCH v4 00/19] KVM: arm64: Debug cleanups

[6.1 PATCH RESEND 00/12] KVM: arm64: Backport of SVE fixes to v6.1
 2025-04-04 13:23 UTC  (13+ messages)
` [PATCH RESEND 6.1 01/12] KVM: arm64: Discard any SVE state when entering KVM guests
` [PATCH RESEND 6.1 02/12] arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVE
` [PATCH RESEND 6.1 03/12] arm64/fpsimd: Have KVM explicitly say which FP registers to save
` [PATCH RESEND 6.1 04/12] arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVM
` [PATCH RESEND 6.1 05/12] KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state
` [PATCH RESEND 6.1 06/12] KVM: arm64: Remove host FPSIMD saving for non-protected KVM
` [PATCH RESEND 6.1 07/12] KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN
` [PATCH RESEND 6.1 08/12] KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN
` [PATCH RESEND 6.1 09/12] KVM: arm64: Refactor exit handlers
` [PATCH RESEND 6.1 10/12] KVM: arm64: Mark some header functions as inline
` [PATCH RESEND 6.1 11/12] KVM: arm64: Calculate cptr_el2 traps on activating traps
` [PATCH RESEND 6.1 12/12] KVM: arm64: Eagerly switch ZCR_EL{1,2}

[PATCH v2 0/3] KVM: arm64: Fixes for resolving the fault IPA
 2025-04-03 15:45 UTC  (9+ messages)
` [PATCH v2 1/3] KVM: arm64: Only read HPFAR_EL2 when value is architecturally valid
` [PATCH v2 2/3] arm64: Convert HPFAR_EL2 to sysreg table
` [PATCH v2 3/3] KVM: arm64: Don't translate FAR if invalid/unsafe

[PATCH] smccc/kvm_guest: Remove the accidental semicolon
 2025-04-03  9:01 UTC  (5+ messages)

[PATCH 00/12] KVM: Make irqfd registration globally unique
 2025-04-02 18:40 UTC  (3+ messages)
` [PATCH 06/12] sched/wait: Add a waitqueue helper for fully exclusive priority waiters

[PATCH 0/3] KVM: arm64: Fixes for resolving the fault IPA
 2025-04-02 17:01 UTC  (9+ messages)
` [PATCH 1/3] KVM: arm64: Only read HPFAR_EL2 when value is architecturally valid
` [PATCH 3/3] KVM: arm64: Don't translate FAR if invalid/unsafe

[RFC PATCH 0/7] KVM: optee: Introduce OP-TEE Mediator for exposing secure world to KVM guests
 2025-04-02 11:19 UTC  (5+ messages)


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