summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2025-09-20Merge branch kvm-arm64/el2-feature-control into kvmarm-master/nextMarc Zyngier
2025-09-20Merge branch kvm-arm64/nv-debug into kvmarm-master/nextMarc Zyngier
2025-09-20Merge branch kvm-arm64/gic-v5-nv into kvmarm-master/nextMarc Zyngier
2025-09-20Merge branch kvm-arm64/52bit-at into kvmarm-master/nextMarc Zyngier
2025-09-20KVM: arm64: Populate level on S1PTW SEA injectionMarc Zyngier
2025-09-20KVM: arm64: Add S1 IPA to page table level walkerMarc Zyngier
2025-09-20KVM: arm64: Add filtering hook to S1 page table walkMarc Zyngier
2025-09-20KVM: arm64: Don't switch MMU on translation from non-NV contextMarc Zyngier
2025-09-20KVM: arm64: Allow EL1 control registers to be accessed from the CPU stateMarc Zyngier
2025-09-20KVM: arm64: Allow use of S1 PTW for non-NV vcpusMarc Zyngier
2025-09-20KVM: arm64: Report faults from S1 walk setup at the expected start levelMarc Zyngier
2025-09-20KVM: arm64: Expand valid block mappings to FEAT_LPA/LPA2 supportMarc Zyngier
2025-09-20KVM: arm64: Populate PAR_EL1 with 52bit addressesMarc Zyngier
2025-09-20KVM: arm64: Compute shareability for LPA2Marc Zyngier
2025-09-20KVM: arm64: Pass the walk_info structure to compute_par_s1()Marc Zyngier
2025-09-20KVM: arm64: Decouple output address from the PT descriptorMarc Zyngier
2025-09-20KVM: arm64: Compute 52bit TTBR address and alignmentMarc Zyngier
2025-09-20KVM: arm64: Account for 52bit when computing maximum OAMarc Zyngier
2025-09-20KVM: arm64: Add helper computing the state of 52bit PA supportMarc Zyngier
2025-09-19KVM: arm64: nv: Expose up to FEAT_Debugv8p8 to NV-enabled VMsOliver Upton
2025-09-19KVM: arm64: nv: Advertise FEAT_TIDCP1 to NV-enabled VMsOliver Upton
2025-09-19KVM: arm64: nv: Advertise FEAT_SpecSEI to NV-enabled VMsOliver Upton
2025-09-19KVM: arm64: nv: Expose FEAT_TWED to NV-enabled VMsOliver Upton
2025-09-19KVM: arm64: nv: Exclude guest's TWED configuration when TWE isn't setOliver Upton
2025-09-19KVM: arm64: nv: Expose FEAT_AFP to NV-enabled VMsOliver Upton
2025-09-19KVM: arm64: nv: Expose FEAT_ECBHB to NV-enabled VMsOliver Upton
2025-09-19KVM: arm64: nv: Expose FEAT_RASv1p1 via RAS_fracOliver Upton
2025-09-19KVM: arm64: nv: Expose FEAT_DF2 to NV-enabled VMsOliver Upton
2025-09-19KVM: arm64: nv: Don't erroneously claim FEAT_DoubleLock for NV VMsOliver Upton
2025-09-19KVM: arm64: nv: Convert masks to denylists in limit_nv_id_reg()Oliver Upton
2025-09-19KVM: arm64: Make ID_AA64MMFR1_EL1.{HCX, TWED} writable from userspaceJinqian Yang
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-09-18KVM: arm64: nv: Apply guest's MDCR traps in nested contextOliver Upton
2025-09-18KVM: arm64: nv: Trap debug registers when in hyp contextOliver Upton
2025-09-17KVM: arm64: Use ARM64_HAS_GICV5_LEGACY for GICv5 probingSascha Bischoff
2025-09-17arm64: cpucaps: Add GICv5 Legacy vCPU interface (GCIE_LEGACY) capabilitySascha Bischoff
2025-09-17KVM: arm64: Enable nested for GICv5 host with FEAT_GCIE_LEGACYSascha Bischoff
2025-09-17KVM: arm64: Don't access ICC_SRE_EL2 if GICv3 doesn't support v2 compatibilityMarc Zyngier
2025-09-17Merge branch kvm-arm64/dump-instr into kvmarm-master/nextMarc Zyngier
2025-09-17Merge branch kvm-arm64/mmio-rcu into kvmarm-master/nextMarc Zyngier
2025-09-15KVM: arm64: Map hyp text as RO and dump instr on panicMostafa Saleh