index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
config.c
Age
Commit message (
Expand
)
Author
2026-02-05
KVM: arm64: Add sanitisation to SCTLR_EL2
Marc Zyngier
2026-02-05
KVM: arm64: Remove all traces of HCR_EL2.MIOCNCE
Marc Zyngier
2026-02-05
KVM: arm64: Remove all traces of FEAT_TME
Marc Zyngier
2026-02-05
KVM: arm64: Simplify handling of full register invalid constraint
Marc Zyngier
2026-02-05
KVM: arm64: Get rid of FIXED_VALUE altogether
Marc Zyngier
2026-02-05
KVM: arm64: Simplify handling of HCR_EL2.E2H RESx
Marc Zyngier
2026-02-05
KVM: arm64: Move RESx into individual register descriptors
Marc Zyngier
2026-02-05
KVM: arm64: Add RES1_WHEN_E2Hx constraints as configuration flags
Marc Zyngier
2026-02-05
KVM: arm64: Add REQUIRES_E2H1 constraint as configuration flags
Marc Zyngier
2026-02-05
KVM: arm64: Simplify FIXED_VALUE handling
Marc Zyngier
2026-02-05
KVM: arm64: Convert HCR_EL2.RW to AS_RES1
Marc Zyngier
2026-02-05
KVM: arm64: Correctly handle SCTLR_EL1 RES1 bits for unsupported features
Marc Zyngier
2026-02-05
KVM: arm64: Allow RES1 bits to be inferred from configuration
Marc Zyngier
2026-02-05
KVM: arm64: Inherit RESx bits from FGT register descriptors
Marc Zyngier
2026-02-05
KVM: arm64: Introduce data structure tracking both RES0 and RES1 bits
Marc Zyngier
2026-02-05
KVM: arm64: Introduce standalone FGU computing primitive
Marc Zyngier
2026-02-05
KVM: arm64: Remove duplicate configuration for SCTLR_EL1.{EE,E0E}
Marc Zyngier
2026-01-15
KVM: arm64: Convert VTCR_EL2 to config-driven sanitisation
Marc Zyngier
2026-01-15
KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP() and co
Marc Zyngier
2025-10-13
KVM: arm64: nv: Use FGT write trap of MDSCR_EL1 when available
Oliver Upton
2025-10-13
KVM: arm64: Compute per-vCPU FGTs at vcpu_load()
Oliver Upton
2025-09-19
KVM: arm64: Convert MDCR_EL2 RES0 handling to compute_reg_res0_bits()
Marc Zyngier
2025-09-19
KVM: arm64: Convert SCTLR_EL1 RES0 handling to compute_reg_res0_bits()
Marc Zyngier
2025-09-19
KVM: arm64: Enforce absence of FEAT_TCR2 on TCR2_EL2
Marc Zyngier
2025-09-19
KVM: arm64: Enforce absence of FEAT_SCTLR2 on SCTLR2_EL{1,2}
Marc Zyngier
2025-09-19
KVM: arm64: Convert HCR_EL2 RES0 handling to compute_reg_res0_bits()
Marc Zyngier
2025-09-19
KVM: arm64: Enforce absence of FEAT_HCX on HCRX_EL2
Marc Zyngier
2025-09-19
KVM: arm64: Enforce absence of FEAT_FGT2 on FGT2 registers
Marc Zyngier
2025-09-19
KVM: arm64: Enforce absence of FEAT_FGT on FGT registers
Marc Zyngier
2025-09-19
KVM: arm64: Add reg_feat_map_desc to describe full register dependency
Marc Zyngier
2025-09-19
KVM: arm64: Remove duplicate FEAT_{SYSREG128,MTE2} descriptions
Marc Zyngier
2025-07-28
Merge branch 'kvm-arm64/config-masks' into kvmarm/next
Oliver Upton
2025-07-15
KVM: arm64: Tighten the definition of FEAT_PMUv3p9
Marc Zyngier
2025-07-15
KVM: arm64: Convert MDCR_EL2 to config-driven sanitisation
Marc Zyngier
2025-07-15
KVM: arm64: Convert SCTLR_EL1 to config-driven sanitisation
Marc Zyngier
2025-07-15
KVM: arm64: Convert TCR2_EL2 to config-driven sanitisation
Marc Zyngier
2025-07-08
KVM: arm64: Describe SCTLR2_ELx RESx masks
Oliver Upton
2025-05-19
KVM: arm64: Add sanitisation for FEAT_FGT2 registers
Marc Zyngier
2025-05-19
KVM: arm64: Use HCR_EL2 feature map to drive fixed-value bits
Marc Zyngier
2025-05-19
KVM: arm64: Use HCRX_EL2 feature map to drive fixed-value bits
Marc Zyngier
2025-05-19
KVM: arm64: Use FGT feature maps to drive RES0 bits
Marc Zyngier
2025-05-10
KVM: arm64: Validate FGT register descriptions against RES0 masks
Marc Zyngier
2025-05-10
KVM: arm64: Switch to table-driven FGU configuration
Marc Zyngier