Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-10-23 14:53:52 to 2024-10-28 14:52:09 UTC [more...]

[PATCH 0/4] Add support for NoTagAccess memory attribute
 2024-10-28 14:52 UTC  (11+ messages)
` [PATCH 1/4] arm64: Update the values to binary from hex
` [PATCH 2/4] arm64: cpufeature: add Allocation Tag Access Permission (MTE_PERM) feature
` [PATCH 3/4] arm64: mte: update code comments
` [PATCH 4/4] arm64: mte: Use stage-2 NoTagAccess memory attribute if supported

[PATCH 0/3] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
 2024-10-28 13:43 UTC  (15+ 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

Supporting KVM_GUESTDBG_BLOCKIRQ or something similar on ARM64
 2024-10-28 11:23 UTC  (2+ messages)

[PATCH V2 0/7] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
 2024-10-28  5:34 UTC  (8+ messages)
` [PATCH V2 1/7] arm64/sysreg: Update register fields for ID_AA64MMFR0_EL1
` [PATCH V2 2/7] arm64/sysreg: Add register fields for MDSELR_EL1
` [PATCH V2 3/7] arm64/sysreg: Add register fields for HDFGRTR2_EL2
` [PATCH V2 4/7] arm64/sysreg: Add register fields for HDFGWTR2_EL2
` [PATCH V2 5/7] arm64/cpufeature: Add field details for ID_AA64DFR1_EL1 register
` [PATCH V2 6/7] arm64/boot: Enable EL2 requirements for FEAT_Debugv8p9
` [PATCH V2 7/7] arm64/hw_breakpoint: Enable FEAT_Debugv8p9

[PATCH v2 0/4] KVM: arm64: Fix splat/misbehavior for MMIO SEA injection
 2024-10-26 21:37 UTC  (7+ messages)
` [PATCH v2 1/4] KVM: arm64: Don't retire aborted MMIO instruction
` [PATCH v2 2/4] tools: arm64: Grab a copy of esr.h from kernel
` [PATCH v2 3/4] KVM: arm64: selftests: Convert to kernel's ESR terminology
` [PATCH v2 4/4] KVM: arm64: selftests: Add tests for MMIO external abort injection

[PATCH] KVM: arm64: Mark the VM as dead for failed initializations
 2024-10-26 14:53 UTC  (4+ messages)

[PATCH v4 00/18] KVM: arm64: nv: Support for EL2 PMU controls
 2024-10-26 14:35 UTC  (24+ messages)
` [PATCH v4 01/18] KVM: arm64: Extend masking facility to arbitrary registers
` [PATCH v4 02/18] arm64: sysreg: Describe ID_AA64DFR2_EL1 fields
` [PATCH v4 03/18] arm64: sysreg: Migrate MDCR_EL2 definition to table
` [PATCH v4 04/18] arm64: sysreg: Add new definitions for ID_AA64DFR0_EL1
` [PATCH v4 05/18] KVM: arm64: Describe RES0/RES1 bits of MDCR_EL2
` [PATCH v4 06/18] KVM: arm64: nv: Allow coarse-grained trap combos to use complex traps
` [PATCH v4 07/18] KVM: arm64: nv: Rename BEHAVE_FORWARD_ANY
` [PATCH v4 08/18] KVM: arm64: nv: Reinject traps that take effect in Host EL0
` [PATCH v4 09/18] KVM: arm64: nv: Honor MDCR_EL2.{TPM, TPMCR} "
` [PATCH v4 10/18] KVM: arm64: nv: Describe trap behaviour of MDCR_EL2.HPMN
` [PATCH v4 11/18] KVM: arm64: nv: Advertise support for FEAT_HPMN0
` [PATCH v4 12/18] KVM: arm64: Rename kvm_pmu_valid_counter_mask()
` [PATCH v4 13/18] KVM: arm64: nv: Adjust range of accessible PMCs according to HPMN
` [PATCH v4 14/18] KVM: arm64: Add helpers to determine if PMC counts at a given EL
` [PATCH v4 15/18] KVM: arm64: nv: Honor MDCR_EL2.HPME
` [PATCH v4 16/18] KVM: arm64: nv: Honor MDCR_EL2.HLP
` [PATCH v4 17/18] KVM: arm64: nv: Apply EL2 event filtering when in hyp context
` [PATCH v4 18/18] KVM: arm64: nv: Reprogram PMU events affected by nested transition

[PATCH 0/2] KVM: arm64: Simplify handling of GICv3 hardware with broken SEIS
 2024-10-25 22:16 UTC  (6+ messages)
` [PATCH 2/2] KVM: arm64: Don't map 'kvm_vgic_global_state' at EL2 with pKVM

[PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-10-25 22:12 UTC  (18+ 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 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
` (subset) [PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation

[PATCH v13 00/85] KVM: Stop grabbing references to PFNMAP'd pages
 2024-10-25 17:41 UTC  (5+ messages)

[RFC 00/21] kvm/arm: Introduce a customizable aarch64 KVM host model
 2024-10-25 17:05 UTC  (32+ messages)
` [RFC 01/21] kvm: kvm_get_writable_id_regs
` [RFC 02/21] arm/cpu: Add sysreg definitions in cpu-sysegs.h
` [RFC 03/21] arm/cpu: Store aa64isar0 into the idregs arrays
` [RFC 04/21] arm/cpu: Store aa64isar1/2 into the idregs array
` [RFC 05/21] arm/cpu: Store aa64drf0/1 "
` [RFC 06/21] arm/cpu: Store aa64mmfr0-3 "
` [RFC 07/21] arm/cpu: Store aa64drf0/1 "
` [RFC 08/21] arm/cpu: Store aa64smfr0 "
` [RFC 09/21] arm/cpu: Store id_isar0-7 "
` [RFC 10/21] arm/cpu: Store id_mfr0/1 "
` [RFC 11/21] arm/cpu: Store id_dfr0/1 "
` [RFC 12/21] arm/cpu: Store id_mmfr0-5 "
` [RFC 13/21] arm/cpu: Add infra to handle generated ID register definitions
` [RFC 14/21] arm/cpu: Add sysreg generation scripts
` [RFC 15/21] arm/cpu: Add generated files
` [RFC 16/21] arm/kvm: Allow reading all the writable ID registers
` [RFC 17/21] arm/kvm: write back modified ID regs to KVM
` [RFC 18/21] arm/cpu: Introduce a customizable kvm host cpu model
` [RFC 19/21] virt: Allow custom vcpu model in arm virt
` [RFC 20/21] arm-qmp-cmds: introspection for custom model
` [RFC 21/21] arm/cpu-features: Document custom vcpu model

[PATCH] KVM: arm64: Don't eagerly teardown the vgic on init error
 2024-10-25 13:43 UTC  (9+ messages)

[PATCH v5 00/43] arm64: Support for Arm CCA in KVM
 2024-10-25 13:24 UTC  (13+ messages)
` [PATCH v5 04/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v5 05/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v5 06/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v5 21/43] arm64: RME: Runtime faulting of memory

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

[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 v5 00/37] KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE
 2024-10-24 15:36 UTC  (50+ messages)
` [PATCH v5 03/37] arm64: Add encoding for PIRE0_EL2
` [PATCH v5 05/37] KVM: arm64: nv: Add missing EL2->EL1 mappings in get_el2_to_el1_mapping()
` [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 -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 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


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