Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-04-26 12:28:57 to 2025-05-02 10:35:54 UTC [more...]

[PATCH 0/3] KVM: arm64: Support FF-A 1.2 and SEND_DIRECT2 ABI
 2025-05-02 10:35 UTC  (5+ messages)
` [PATCH 1/3] KVM: arm64: Restrict FF-A host version renegotiation
` [PATCH 2/3] KVM: arm64: Bump the supported version of FF-A to 1.2
` [PATCH 3/3] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ2 in host handler

[PATCH 00/10] KVM: selftests: Convert to kernel-style types
 2025-05-02  9:11 UTC  (13+ messages)
` [PATCH 01/10] KVM: selftests: Use gva_t instead of vm_vaddr_t
` [PATCH 02/10] KVM: selftests: Use gpa_t instead of vm_paddr_t
` [PATCH 03/10] KVM: selftests: Use gpa_t for GPAs in Hyper-V selftests
` [PATCH 04/10] KVM: selftests: Use u64 instead of uint64_t
` [PATCH 05/10] KVM: selftests: Use s64 instead of int64_t
` [PATCH 06/10] KVM: selftests: Use u32 instead of uint32_t
` [PATCH 07/10] KVM: selftests: Use s32 instead of int32_t
` [PATCH 08/10] KVM: selftests: Use u16 instead of uint16_t
` [PATCH 09/10] KVM: selftests: Use s16 instead of int16_t
` [PATCH 10/10] KVM: selftests: Use u8 instead of uint8_t

[PATCH 2/3] KVM: arm64: Bump the supported version of FF-A to 1.2
 2025-05-02  8:49 UTC  (2+ messages)

[PATCH 1/3] KVM: arm64: Restrict FF-A host version renegotiation
 2025-05-02  8:47 UTC  (2+ messages)

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

[PATCH 3/3] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ2 in host handler
 2025-05-02  3:55 UTC 

[PATCH 0/3] KVM: arm64: Support FF-A 1.2 and SEND_DIRECT2 ABI
 2025-05-02  3:49 UTC 

[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
 2025-05-02  0:46 UTC  (63+ messages)
` [PATCH v8 05/43] arm64: RME: Check for RME support at KVM init
` [PATCH v8 06/43] arm64: RME: Define the user ABI
` [PATCH v8 07/43] arm64: RME: ioctls to create and configure realms
` [PATCH v8 08/43] kvm: arm64: Don't expose debug capabilities for realm guests
` [PATCH v8 09/43] KVM: arm64: Allow passing machine type in KVM creation
` [PATCH v8 11/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v8 12/43] KVM: arm64: vgic: Provide helper for number of list registers
` [PATCH v8 15/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v8 16/43] arm64: RME: Handle realm enter/exit
` [PATCH v8 17/43] arm64: RME: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v8 20/43] arm64: RME: Runtime faulting of memory
` [PATCH v8 22/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v8 27/43] arm64: RME: support RSI_HOST_CALL
` [PATCH v8 29/43] arm64: RME: Always use 4k pages for realms
` [PATCH v8 33/43] arm64: RME: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v8 34/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v8 36/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v8 37/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v8 38/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v8 39/43] arm64: RME: Provide register list for unfinalized RME RECs
` [PATCH v8 40/43] arm64: RME: Provide accurate register list
` [PATCH v8 41/43] KVM: arm64: Expose support for private memory
` [PATCH v8 42/43] KVM: arm64: Expose KVM_ARM_VCPU_REC to user space
` [PATCH v8 43/43] KVM: arm64: Allow activating realms

[PATCH] KVM: arm64: Fix memory check in host_stage2_set_owner_locked()
 2025-05-01 16:24 UTC 

[PATCH v2] arm64: errata: Work around AmpereOne's erratum AC04_CPU_23
 2025-05-01 15:17 UTC  (3+ messages)

[PATCH v4 0/5] KVM: lockdep improvements
 2025-05-01 13:55 UTC  (11+ messages)
` [PATCH v4 1/5] locking/mutex: implement mutex_trylock_nested
` [PATCH v4 2/5] arm64: KVM: use mutex_trylock_nest_lock when locking all vCPUs
` [PATCH v4 3/5] RISC-V: KVM: switch to kvm_trylock/unlock_all_vcpus
` [PATCH v4 4/5] locking/mutex: implement mutex_lock_killable_nest_lock
` [PATCH v4 5/5] x86: KVM: SEV: implement kvm_lock_all_vcpus and use it

[PATCH v3 00/42] KVM: arm64: Revamp Fine Grained Trap handling
 2025-05-01 13:52 UTC  (58+ 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 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 13/42] arm64: Add syndrome information for trapped LD64B/ST64B{,V,V0}
` [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 21/42] KVM: arm64: Compute FGT masks from KVM's own FGT tables
` [PATCH v3 24/42] KVM: arm64: Unconditionally configure fine-grain traps
` [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 0/2] Add KVM selftest runner
 2025-04-30 21:31 UTC  (5+ messages)
` [PATCH 1/2] KVM: selftests: Add default testfiles for KVM selftests runner
` [PATCH 2/2] KVM: selftests: Create KVM selftest runner

[PATCH v3 0/4] KVM: lockdep improvements
 2025-04-30 20:30 UTC  (6+ messages)
` [PATCH v3 1/4] arm64: KVM: use mutex_trylock_nest_lock when locking all vCPUs
` [PATCH v3 2/4] RISC-V: KVM: switch to kvm_lock/unlock_all_vcpus
` [PATCH v3 3/4] locking/mutex: implement mutex_lock_killable_nest_lock
` [PATCH v3 4/4] x86: KVM: SEV: implement kvm_lock_all_vcpus and use it

[PATCH v2 0/4] KVM: arm64: UBSAN at EL2
 2025-04-30 18:32 UTC  (9+ messages)
` [PATCH v2 1/4] arm64: Introduce esr_is_ubsan_brk()
` [PATCH v2 2/4] ubsan: Remove regs from report_ubsan_failure()
` [PATCH v2 3/4] KVM: arm64: Introduce CONFIG_UBSAN_KVM_EL2
` [PATCH v2 4/4] KVM: arm64: Handle UBSAN faults

[PATCH v3 00/10] kvm/arm: Introduce a customizable aarch64 KVM host model
 2025-04-30 13:48 UTC  (4+ messages)
` [PATCH v3 05/10] arm/cpu: accessors for writable id registers

[PATCH 0/2] KVM: arm64: Fix HCRX_EL2.GCSEn handling
 2025-04-30 10:59 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Properly save/restore HCRX_EL2
` [PATCH 2/2] KVM: arm64: Kill HCRX_HOST_FLAGS

[PATCH 0/2] KVM: arm64: Make AArch64 support sticky
 2025-04-30  5:38 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm64: Prevent userspace from disabling AArch64 support at any virtualisable EL
` [PATCH 2/2] KVM: arm64: selftest: Don't try to disable AArch64 support

[PATCH] KVM: selftests: add test for SVE host corruption
 2025-04-30  0:48 UTC  (3+ messages)

[PATCH 0/3] Two minor fixups around FEAT_E2H0
 2025-04-29 20:27 UTC  (2+ messages)

[PATCH] arm64: Expose AIDR_EL1 via sysfs
 2025-04-29 20:27 UTC  (2+ messages)

[PATCH v3 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
 2025-04-29 18:19 UTC  (18+ messages)

[PATCH V2] arm64/mm: Implement pte_po_index() for permission overlay index
 2025-04-29 16:45 UTC  (3+ messages)

[PATCH v2 0/6] Add support for FEAT_{LS64, LS64_V} and related tests
 2025-04-29 14:47 UTC  (6+ messages)
` [PATCH v2 1/6] arm64: Provide basic EL2 setup for FEAT_{LS64, LS64_V} usage at EL0/1

[PATCH v2 0/7] Move pKVM ownership state to hyp_vmemmap
 2025-04-29 13:41 UTC  (2+ messages)

[PATCH v2] KVM: arm64: Force HCR_EL2.xMO to 1 at all times in VHE mode
 2025-04-29 11:43 UTC 

[PATCH for-10.1 v5 00/13] arm: rework id register storage
 2025-04-29 10:05 UTC  (19+ 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 V3] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
 2025-04-29  5:37 UTC  (4+ messages)

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

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


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