aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2022-05-19target/arm: Use FIELD definitions for CPACR, CPTR_ELxRichard Henderson3-35/+74
2022-05-19target/arm: Enable FEAT_HCX for -cpu maxRichard Henderson3-0/+71
2022-05-19target/arm: Fix PAuth keys access checks for disabled SEL2Florian Lugou1-1/+1
2022-05-19target/arm: Make number of counters in PMCR follow the CPUPeter Maydell6-12/+47
2022-05-19target/arm/helper.c: Delete stray obsolete commentPeter Maydell1-1/+0
2022-05-19Fix aarch64 debug register names.Chris Howard1-4/+12
2022-05-19hw/intc/arm_gicv3: Use correct number of priority bits for the CPUPeter Maydell2-0/+7
2022-05-19target/arm: Drop unsupported_encoding() macroPeter Maydell2-13/+4
2022-05-19target/arm: Implement FEAT_IDSTPeter Maydell5-2/+65
2022-05-19target/arm: Enable FEAT_S2FWB for -cpu maxPeter Maydell1-0/+11
2022-05-19target/arm: Implement FEAT_S2FWBPeter Maydell2-3/+86
2022-05-19target/arm: Factor out FWB=0 specific part of combine_cacheattrs()Peter Maydell1-38/+50
2022-05-19target/arm: Postpone interpretation of stage 2 descriptor attribute bitsPeter Maydell2-7/+42
2022-05-11Normalize header guard symbol definitionMarkus Armbruster1-1/+1
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster2-5/+5
2022-05-09Merge tag 'pull-target-arm-20220509' of https://git.linaro.org/people/pmaydel...Richard Henderson14-487/+933
2022-05-09target/arm: Define neoverse-n1Richard Henderson1-0/+66
2022-05-09target/arm: Define cortex-a76Richard Henderson1-0/+66
2022-05-09target/arm: Enable FEAT_DGH for -cpu maxRichard Henderson2-0/+2
2022-05-09target/arm: Enable FEAT_CSV3 for -cpu maxRichard Henderson2-0/+2
2022-05-09target/arm: Enable FEAT_CSV2_2 for -cpu maxRichard Henderson4-2/+83
2022-05-09target/arm: Enable FEAT_CSV2 for -cpu maxRichard Henderson2-0/+2
2022-05-09target/arm: Enable FEAT_IESB for -cpu maxRichard Henderson1-0/+1
2022-05-09target/arm: Enable FEAT_RAS for -cpu maxRichard Henderson2-0/+2
2022-05-09target/arm: Implement ESB instructionRichard Henderson6-15/+103
2022-05-09target/arm: Implement virtual SError exceptionsRichard Henderson5-2/+91
2022-05-09target/arm: Enable SCR and HCR bits for RASRichard Henderson1-0/+9
2022-05-09target/arm: Add minimal RAS registersRichard Henderson2-0/+89
2022-05-09target/arm: Enable FEAT_Debugv8p4 for -cpu maxRichard Henderson2-3/+3
2022-05-09target/arm: Enable FEAT_Debugv8p2 for -cpu maxRichard Henderson3-0/+4
2022-05-09target/arm: Use field names for manipulating EL2 and EL3 modesRichard Henderson1-9/+13
2022-05-09target/arm: Annotate arm_max_initfn with FEAT identifiersRichard Henderson2-74/+74
2022-05-09target/arm: Split out aa32_max_featuresRichard Henderson3-101/+65
2022-05-09target/arm: Set ID_DFR0.PerfMon for qemu-system-arm -cpu maxRichard Henderson1-0/+4
2022-05-09target/arm: Update qemu-system-arm -cpu max to cortex-a57Richard Henderson1-60/+93
2022-05-09target/arm: Move cortex impdef sysregs to cpu_tcg.cRichard Henderson3-60/+69
2022-05-09target/arm: Adjust definition of CONTEXTIDR_EL2Richard Henderson1-4/+11
2022-05-09target/arm: Merge zcr reginfoRichard Henderson1-38/+17
2022-05-09target/arm: Drop EL3 no EL2 fallbacksRichard Henderson1-145/+13
2022-05-09target/arm: Handle cpreg registration for missing ELRichard Henderson2-56/+133
2022-05-09disas: Remove old libopcode arm disassemblerThomas Huth1-8/+0
2022-05-05target/arm: read access to performance counters from EL0Alex Zuepke1-2/+2
2022-05-05target/arm: Add isar_feature_{aa64,any}_rasRichard Henderson1-0/+10
2022-05-05target/arm: Add isar predicates for FEAT_Debugv8p2Richard Henderson1-0/+15
2022-05-05target/arm: Remove HOST_BIG_ENDIAN ifdef in add_cpreg_to_hashtableRichard Henderson1-6/+3
2022-05-05target/arm: Reformat comments in add_cpreg_to_hashtableRichard Henderson1-9/+15
2022-05-05target/arm: Perform override check early in add_cpreg_to_hashtableRichard Henderson1-14/+8
2022-05-05target/arm: Hoist isbanked computation in add_cpreg_to_hashtableRichard Henderson1-2/+4
2022-05-05target/arm: Use bool for is64 and ns in add_cpreg_to_hashtableRichard Henderson1-2/+2
2022-05-05target/arm: Consolidate cpreg updates in add_cpreg_to_hashtableRichard Henderson1-16/+12