Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-10-17 13:14:47 to 2024-10-25 05:17:58 UTC [more...]

[PATCH v3 00/17] KVM: arm64: nv: Support for EL2 PMU controls
 2024-10-25  5:17 UTC  (2+ messages)

[RFC PATCH v2 0/3] KVM: arm64: Errata management for VM Live migration
 2024-10-25  1:36 UTC  (6+ messages)
` [RFC PATCH v2 1/3] KVM: arm64: Add hypercall support for retrieving migration targets
` [RFC PATCH v2 2/3] KVM: arm64: Use hypercall to retrieve any "
` [RFC PATCH v2 3/3] KVM: arm64: Enable errata based on migration target CPUs

[bug report] KVM: arm64: vgic-its: Performance degradation on GICv3 LPI injection
 2024-10-24 20:14 UTC  (4+ messages)

[PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-10-24 19:57 UTC  (16+ messages)
` [PATCH v6 1/6] firmware/psci: Add definitions for PSCI v1.3 specification
` [PATCH v6 2/6] KVM: arm64: Add PSCI v1.3 SYSTEM_OFF2 function for hibernation
` [PATCH v6 3/6] KVM: arm64: Add support for PSCI v1.2 and v1.3
` [PATCH v6 4/6] KVM: selftests: Add test for PSCI SYSTEM_OFF2
` [PATCH v6 5/6] KVM: arm64: nvhe: Pass through PSCI v1.3 SYSTEM_OFF2 call
` [PATCH v6 6/6] arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate

[PATCH] KVM: arm64: Don't eagerly teardown the vgic on init error
 2024-10-24 18:05 UTC  (3+ messages)

[PATCH v5 00/37] KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE
 2024-10-24 15:36 UTC  (54+ messages)
` [PATCH v5 01/37] arm64: Drop SKL0/SKL1 from TCR2_EL2
` [PATCH v5 02/37] arm64: Remove VNCR definition for PIRE0_EL2
` [PATCH v5 03/37] arm64: Add encoding "
` [PATCH v5 04/37] KVM: arm64: Drop useless struct s2_mmu in __kvm_at_s1e2()
` [PATCH v5 05/37] KVM: arm64: nv: Add missing EL2->EL1 mappings in get_el2_to_el1_mapping()
` [PATCH v5 06/37] KVM: arm64: nv: Handle CNTHCTL_EL2 specially
` [PATCH v5 07/37] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v5 08/37] KVM: arm64: Correctly access TCR2_EL1, PIR_EL1, PIRE0_EL1 with VHE
` [PATCH v5 09/37] KVM: arm64: Extend masking facility to arbitrary registers
` [PATCH v5 10/37] arm64: Define ID_AA64MMFR1_EL1.HAFDBS advertising FEAT_HAFT
` [PATCH v5 11/37] KVM: arm64: Add TCR2_EL2 to the sysreg arrays
` [PATCH v5 12/37] KVM: arm64: Sanitise TCR2_EL2
` [PATCH v5 13/37] KVM: arm64: Add save/restore for TCR2_EL2
` [PATCH v5 14/37] KVM: arm64: Add PIR{,E0}_EL2 to the sysreg arrays
` [PATCH v5 15/37] KVM: arm64: Add save/restore for PIR{,E0}_EL2
` [PATCH v5 16/37] KVM: arm64: Handle PIR{,E0}_EL2 traps
` [PATCH v5 17/37] KVM: arm64: Sanitise ID_AA64MMFR3_EL1
` [PATCH v5 18/37] KVM: arm64: Add AT fast-path support for S1PIE
` [PATCH v5 19/37] KVM: arm64: Split S1 permission evaluation into direct and hierarchical parts
` [PATCH v5 20/37] KVM: arm64: Disable hierarchical permissions when S1PIE is enabled
` [PATCH v5 21/37] KVM: arm64: Implement AT S1PIE support
` [PATCH v5 22/37] KVM: arm64: Add a composite EL2 visibility helper
` [PATCH v5 23/37] KVM: arm64: Define helper for EL2 registers with custom visibility
` [PATCH v5 24/37] KVM: arm64: Hide TCR2_EL1 from userspace when disabled for guests
` [PATCH v5 25/37] KVM: arm64: Hide S1PIE registers "
` [PATCH v5 26/37] KVM: arm64: Rely on visibility to let PIR*_ELx/TCR2_ELx UNDEF
` [PATCH v5 27/37] arm64: Add encoding for POR_EL2
` [PATCH v5 28/37] KVM: arm64: Drop bogus CPTR_EL2.E0POE trap routing
` [PATCH v5 29/37] KVM: arm64: Subject S1PIE/S1POE registers to HCR_EL2.{TVM,TRVM}
` [PATCH v5 30/37] KVM: arm64: Add kvm_has_s1poe() helper
` [PATCH v5 31/37] KVM: arm64: Add basic support for POR_EL2
` [PATCH v5 32/37] KVM: arm64: Add save/restore "
` [PATCH v5 33/37] KVM: arm64: Add POE save/restore for AT emulation fast-path
` [PATCH v5 34/37] KVM: arm64: Disable hierarchical permissions when POE is enabled
` [PATCH v5 35/37] KVM: arm64: Make PAN conditions part of the S1 walk context
` [PATCH v5 36/37] KVM: arm64: Handle stage-1 permission overlays
` [PATCH v5 37/37] KVM: arm64: Handle WXN attribute

[PATCH v5 00/43] arm64: Support for Arm CCA in KVM
 2024-10-24 14:30 UTC  (17+ messages)
` [PATCH v5 02/43] kvm: arm64: pgtable: Track the number of pages in the entry level
` [PATCH v5 04/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v5 21/43] arm64: RME: Runtime faulting of memory
` [PATCH v5 23/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v5 26/43] arm64: Don't expose stolen time for realm guests
` [PATCH v5 31/43] arm64: rme: Prevent Device mappings for Realms

[PATCH -next] KVM: arm64: Fix possible null-ptr-deref in idregs_debug_show
 2024-10-24  9:29 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/4] Fix arm64 clang errors on fpu tests
 2024-10-24  8:40 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 1/4] arm: Fix clang error in sve_vl()
` [kvm-unit-tests PATCH v2 2/4] arm: fpu: Convert 'q' registers to 'v' to satisfy clang
` [kvm-unit-tests PATCH v2 3/4] arm: fpu: Add '.arch_extension fp' to fpu macros
` [kvm-unit-tests PATCH v2 4/4] arm: fpu: Fix the input/output args for inline asm in fpu.c
` [kvm-unit-tests PATCH 5/4] arm64: gitlab-ci: Add clang build tests

[kvm-unit-tests PATCH v3 0/5] Support cross compiling with clang
 2024-10-24  8:38 UTC  (2+ messages)

[PATCH v13 00/85] KVM: Stop grabbing references to PFNMAP'd pages
 2024-10-24  3:37 UTC  (16+ messages)
` [PATCH v13 19/85] KVM: Introduce kvm_follow_pfn() to eventually replace "gfn_to_pfn" APIs
` [PATCH v13 34/85] KVM: Get writable mapping for __kvm_vcpu_map() only when necessary
` [PATCH v13 51/85] KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfn

[PATCH v2 0/3] KVM: arm64: vgic-its: Some fixes about vgic-its
 2024-10-23 20:30 UTC  (8+ messages)
` [PATCH v2 1/3] KVM: arm64: vgic-its: Add a data length check in vgic_its_save_*
` [PATCH v2 2/3] KVM: arm64: vgic-its: Clear dte when mapd unmaps a device
` [PATCH v2 3/3] KVM: arm64: vgic-its: Clear ite when discard frees an ite

[PATCH 0/2] KVM: arm64: Simplify handling of GICv3 hardware with broken SEIS
 2024-10-23 16:53 UTC  (7+ messages)
` [PATCH 1/2] KVM: arm64: Just advertise SEIS as 0 when emulating ICC_CTLR_EL1
` [PATCH 2/2] KVM: arm64: Don't map 'kvm_vgic_global_state' at EL2 with pKVM

[kvm-unit-tests PATCH 0/2] lib/on-cpus: A couple of fixes
 2024-10-23 13:17 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] lib/on-cpus: Correct and simplify synchronization
` [kvm-unit-tests PATCH 2/2] lib/on-cpus: Fix on_cpumask

[PATCH] arm64: Add command-line override for ID_AA64MMFR0_EL1.ECV
 2024-10-23 11:05 UTC  (2+ messages)

[PATCH v7 00/11] arm64: Support for running as a guest in Arm CCA
 2024-10-23 10:02 UTC  (16+ messages)
` [PATCH v7 01/11] arm64: rsi: Add RSI definitions
` [PATCH v7 02/11] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v7 03/11] arm64: realm: Query IPA size from the RMM
` [PATCH v7 04/11] arm64: rsi: Add support for checking whether an MMIO is protected
` [PATCH v7 05/11] arm64: rsi: Map unprotected MMIO as decrypted
` [PATCH v7 06/11] efi: arm64: Map Device with Prot Shared
` [PATCH v7 07/11] arm64: Enforce bounce buffers for realm DMA
` [PATCH v7 08/11] arm64: mm: Avoid TLBI when marking pages as valid
` [PATCH v7 09/11] arm64: Enable memory encrypt for Realms
` [PATCH v7 10/11] virt: arm-cca-guest: TSM_REPORT support for realms
` [PATCH v7 11/11] arm64: Document Arm Confidential Compute

[kvm-unit-tests PATCH 0/3] Fix arm64 clang errors on fpu tests
 2024-10-23  8:03 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/3] arm: Fix clang error in sve_vl()
` [kvm-unit-tests PATCH 2/3] arm: fpu: Convert 'q' registers to 'v' to satisfy clang
` [kvm-unit-tests PATCH 3/3] arm: fpu: Fix the input/output args for inline asm in fpu.c

[PATCH 0/3] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
 2024-10-23  7:31 UTC  (11+ messages)
` [PATCH 1/3] arm64/cpufeature: Add field details for ID_AA64DFR1_EL1 register
` [PATCH 2/3] arm64/boot: Enable EL2 requirements for FEAT_Debugv8p9
` [PATCH 3/3] arm64/hw_breakpoint: Enable FEAT_Debugv8p9

[PATCH v5 0/7] KVM: arm64: Hide unsupported MPAM from the guest
 2024-10-22 14:31 UTC  (10+ messages)
` [PATCH v5 4/7] KVM: arm64: Fix missing traps of guest accesses to the MPAM registers

[RFC PATCH 0/6] KVM: arm64: Errata management for VM Live migration
 2024-10-22 12:52 UTC  (14+ messages)

[PATCH v2] KVM: arm64: Make L1Ip feature in CTR_EL0 writable from userspace
 2024-10-22  7:39 UTC 

[RFC PATCH v1 44/57] arm64: Align sections to PAGE_SIZE_MAX
 2024-10-21 11:20 UTC  (3+ messages)

[PATCH] KVM: arm64: Make L1Ip feature in CTR_EL0 writable from userspace
 2024-10-21  8:19 UTC  (5+ messages)

[PATCH 00/47] KVM: arm64: Enable FGU (Fine Grained Undefined) for FEAT_FGT2 registers
 2024-10-21  4:01 UTC  (6+ messages)
` [PATCH 47/47] KVM: arm64: nv: Add trap forwarding for FEAT_FGT2 described registers

[GIT PULL] KVM/arm64 fixes for 6.12, take #3
 2024-10-20 11:31 UTC  (2+ messages)

[PATCH 0/2] KVM: arm64: Fix splat/misbehavior for MMIO SEA injection
 2024-10-19 18:13 UTC  (7+ messages)
` [PATCH 1/2] KVM: arm64: Don't retire aborted MMIO instruction
` [PATCH 2/2] KVM: arm64: selftests: Add tests for MMIO external abort injection

[PATCH v5 0/5] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-10-19 17:14 UTC  (7+ messages)
` [PATCH v5 4/5] KVM: selftests: Add test for PSCI SYSTEM_OFF2

[RFC PATCH 0/7] support for mm-local memory allocations and use it
 2024-10-18 19:02 UTC  (4+ messages)

[PATCH v2 0/4] KVM: arm64: Fix initialization of trap register values in pKVM
 2024-10-18  7:48 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: arm64: Move pkvm_vcpu_init_traps() to init_pkvm_hyp_vcpu()
` [PATCH v2 2/4] KVM: arm64: Refactor kvm_vcpu_enable_ptrauth() for hyp use
` [PATCH v2 3/4] KVM: arm64: Initialize the hypervisor's VM state at EL2
` [PATCH v2 4/4] KVM: arm64: Initialize trap register values in hyp in pKVM

[PATCH v5 00/19] arm64: Support for running as a guest in Arm CCA
 2024-10-18  4:49 UTC  (3+ messages)
` [PATCH v5 17/19] irqchip/gic-v3-its: Share ITS tables with a non-trusted hypervisor

[PATCH 0/2] KVM: arm64: Ensure VGIC is fully initialized before entering guest
 2024-10-17 15:53 UTC  (4+ messages)
` [PATCH 2/2] KVM: arm64: Ensure vgic_ready() is ordered against MMIO registration

[PATCH v5 00/30] Permission Overlay Extension
 2024-10-17 14:00 UTC  (9+ messages)
` [PATCH v5 19/30] arm64: add POE signal support


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