summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/config.c
AgeCommit message (Expand)Author
2026-02-05KVM: arm64: Add sanitisation to SCTLR_EL2Marc Zyngier
2026-02-05KVM: arm64: Remove all traces of HCR_EL2.MIOCNCEMarc Zyngier
2026-02-05KVM: arm64: Remove all traces of FEAT_TMEMarc Zyngier
2026-02-05KVM: arm64: Simplify handling of full register invalid constraintMarc Zyngier
2026-02-05KVM: arm64: Get rid of FIXED_VALUE altogetherMarc Zyngier
2026-02-05KVM: arm64: Simplify handling of HCR_EL2.E2H RESxMarc Zyngier
2026-02-05KVM: arm64: Move RESx into individual register descriptorsMarc Zyngier
2026-02-05KVM: arm64: Add RES1_WHEN_E2Hx constraints as configuration flagsMarc Zyngier
2026-02-05KVM: arm64: Add REQUIRES_E2H1 constraint as configuration flagsMarc Zyngier
2026-02-05KVM: arm64: Simplify FIXED_VALUE handlingMarc Zyngier
2026-02-05KVM: arm64: Convert HCR_EL2.RW to AS_RES1Marc Zyngier
2026-02-05KVM: arm64: Correctly handle SCTLR_EL1 RES1 bits for unsupported featuresMarc Zyngier
2026-02-05KVM: arm64: Allow RES1 bits to be inferred from configurationMarc Zyngier
2026-02-05KVM: arm64: Inherit RESx bits from FGT register descriptorsMarc Zyngier
2026-02-05KVM: arm64: Introduce data structure tracking both RES0 and RES1 bitsMarc Zyngier
2026-02-05KVM: arm64: Introduce standalone FGU computing primitiveMarc Zyngier
2026-02-05KVM: arm64: Remove duplicate configuration for SCTLR_EL1.{EE,E0E}Marc Zyngier
2026-01-15KVM: arm64: Convert VTCR_EL2 to config-driven sanitisationMarc Zyngier
2026-01-15KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP() and coMarc Zyngier
2025-10-13KVM: arm64: nv: Use FGT write trap of MDSCR_EL1 when availableOliver Upton
2025-10-13KVM: arm64: Compute per-vCPU FGTs at vcpu_load()Oliver Upton
2025-09-19KVM: arm64: Convert MDCR_EL2 RES0 handling to compute_reg_res0_bits()Marc Zyngier
2025-09-19KVM: arm64: Convert SCTLR_EL1 RES0 handling to compute_reg_res0_bits()Marc Zyngier
2025-09-19KVM: arm64: Enforce absence of FEAT_TCR2 on TCR2_EL2Marc Zyngier
2025-09-19KVM: arm64: Enforce absence of FEAT_SCTLR2 on SCTLR2_EL{1,2}Marc Zyngier
2025-09-19KVM: arm64: Convert HCR_EL2 RES0 handling to compute_reg_res0_bits()Marc Zyngier
2025-09-19KVM: arm64: Enforce absence of FEAT_HCX on HCRX_EL2Marc Zyngier
2025-09-19KVM: arm64: Enforce absence of FEAT_FGT2 on FGT2 registersMarc Zyngier
2025-09-19KVM: arm64: Enforce absence of FEAT_FGT on FGT registersMarc Zyngier
2025-09-19KVM: arm64: Add reg_feat_map_desc to describe full register dependencyMarc Zyngier
2025-09-19KVM: arm64: Remove duplicate FEAT_{SYSREG128,MTE2} descriptionsMarc Zyngier
2025-07-28Merge branch 'kvm-arm64/config-masks' into kvmarm/nextOliver Upton
2025-07-15KVM: arm64: Tighten the definition of FEAT_PMUv3p9Marc Zyngier
2025-07-15KVM: arm64: Convert MDCR_EL2 to config-driven sanitisationMarc Zyngier
2025-07-15KVM: arm64: Convert SCTLR_EL1 to config-driven sanitisationMarc Zyngier
2025-07-15KVM: arm64: Convert TCR2_EL2 to config-driven sanitisationMarc Zyngier
2025-07-08KVM: arm64: Describe SCTLR2_ELx RESx masksOliver Upton
2025-05-19KVM: arm64: Add sanitisation for FEAT_FGT2 registersMarc Zyngier
2025-05-19KVM: arm64: Use HCR_EL2 feature map to drive fixed-value bitsMarc Zyngier
2025-05-19KVM: arm64: Use HCRX_EL2 feature map to drive fixed-value bitsMarc Zyngier
2025-05-19KVM: arm64: Use FGT feature maps to drive RES0 bitsMarc Zyngier
2025-05-10KVM: arm64: Validate FGT register descriptions against RES0 masksMarc Zyngier
2025-05-10KVM: arm64: Switch to table-driven FGU configurationMarc Zyngier