summaryrefslogtreecommitdiff
path: root/target/arm/cpu64.c
AgeCommit message (Expand)Author
2022-07-11target/arm: Enable SME for -cpu maxRichard Henderson
2022-07-07target/arm: Implement AArch32 DBGDEVID, DBGDEVID1, DBGDEVID2Peter Maydell
2022-06-27target/arm: Add cpu properties for SMERichard Henderson
2022-06-27target/arm: Unexport aarch64_add_*_propertiesRichard Henderson
2022-06-27target/arm: Generalize cpu_arm_{get, set}_default_vec_lenRichard Henderson
2022-06-27target/arm: Generalize cpu_arm_{get,set}_vqRichard Henderson
2022-06-27target/arm: Create ARMVQMapRichard Henderson
2022-06-27target/arm: Move error for sve%d property to arm_cpu_sve_finalizeRichard Henderson
2022-06-08target/arm: Use uint32_t instead of bitmap for sve vq'sRichard Henderson
2022-06-08target/arm: Implement FEAT_DoubleFaultPeter Maydell
2022-06-08target/arm: Declare support for FEAT_RASv1p1Peter Maydell
2022-05-19target/arm: Enable FEAT_HCX for -cpu maxRichard Henderson
2022-05-19target/arm: Make number of counters in PMCR follow the CPUPeter Maydell
2022-05-19hw/intc/arm_gicv3: Use correct number of priority bits for the CPUPeter Maydell
2022-05-19target/arm: Implement FEAT_IDSTPeter Maydell
2022-05-19target/arm: Enable FEAT_S2FWB for -cpu maxPeter Maydell
2022-05-09target/arm: Define neoverse-n1Richard Henderson
2022-05-09target/arm: Define cortex-a76Richard Henderson
2022-05-09target/arm: Enable FEAT_DGH for -cpu maxRichard Henderson
2022-05-09target/arm: Enable FEAT_CSV3 for -cpu maxRichard Henderson
2022-05-09target/arm: Enable FEAT_CSV2_2 for -cpu maxRichard Henderson
2022-05-09target/arm: Enable FEAT_CSV2 for -cpu maxRichard Henderson
2022-05-09target/arm: Enable FEAT_IESB for -cpu maxRichard Henderson
2022-05-09target/arm: Enable FEAT_RAS for -cpu maxRichard Henderson
2022-05-09target/arm: Enable FEAT_Debugv8p4 for -cpu maxRichard Henderson
2022-05-09target/arm: Enable FEAT_Debugv8p2 for -cpu maxRichard Henderson
2022-05-09target/arm: Annotate arm_max_initfn with FEAT identifiersRichard Henderson
2022-05-09target/arm: Split out aa32_max_featuresRichard Henderson
2022-05-09target/arm: Move cortex impdef sysregs to cpu_tcg.cRichard Henderson
2022-05-05target/arm: Replace sentinels with ARRAY_SIZE in cpregs.hRichard Henderson
2022-05-05target/arm: Split out cpregs.hRichard Henderson
2022-04-28target/arm: Advertise support for FEAT_BBM level 2Peter Maydell
2022-04-28target/arm: Advertise support for FEAT_TTLPeter Maydell
2022-03-07target/arm: Provide cpu property for controling FEAT_LPA2Richard Henderson
2022-03-02target/arm: Advertise all page sizes for -cpu maxRichard Henderson
2022-03-02target/arm: Implement FEAT_LPARichard Henderson
2022-03-02target/arm: Implement FEAT_LVARichard Henderson
2022-02-21target/arm: Support PAuth extension for hvfPeter Maydell
2022-02-21target/arm: Fix '-cpu max' for HVFPeter Maydell
2022-02-21target/arm: Unindent unnecessary else-clausePeter Maydell
2022-02-21target/arm: Make KVM -cpu max exactly like -cpu hostPeter Maydell
2022-02-21target/arm: Use aarch64_cpu_register() for 'host' CPU typePeter Maydell
2022-02-21target/arm: Move '-cpu host' code to cpu64.cPeter Maydell
2022-01-20hw/arm/virt: KVM: Enable PAuth when supported by the hostMarc Zyngier
2021-09-01target-arm: Add support for Fujitsu A64FXShuuichirou Ishii
2021-08-26target/arm/cpu64: Validate sve vector lengths are supportedAndrew Jones
2021-08-26target/arm/cpu64: Replace kvm_supported with sve_vq_supportedAndrew Jones
2021-08-26target/arm/cpu: Introduce sve_vq_supported bitmapAndrew Jones
2021-07-27target/arm: Add sve-default-vector-length cpu propertyRichard Henderson
2021-06-24target/arm: Implement MTE3Peter Collingbourne