summary refs log tree commit diff stats
path: root/target/arm/tcg/cpu64.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Default to 1GHz cntfrq for 'max' and new CPUsPeter Maydell2024-04-301-0/+18
* target/arm: Enable FEAT_Spec_FPACC for -cpu maxPeter Maydell2024-04-301-0/+4
* target/arm: Enable FEAT_ETS2 for -cpu maxPeter Maydell2024-04-301-1/+1
* target/arm: Enable FEAT_CSV2_3 for -cpu maxPeter Maydell2024-04-301-2/+2
* target/arm: Add FEAT_NMI to maxJinjie Ruan2024-04-251-0/+1
* target/arm: Enable FEAT_ECV for 'max' CPUPeter Maydell2024-03-071-0/+1
* target/arm: Add FEAT_NV2 to max, neoverse-n2, neoverse-v1 CPUsPeter Maydell2024-01-091-1/+1
* target/arm: Add FEAT_NV to max, neoverse-n2, neoverse-v1 CPUsPeter Maydell2024-01-091-0/+1
* target/arm: Set CTR_EL0.{IDC,DIC} for the 'max' CPUPeter Maydell2024-01-091-0/+10
* target/arm: enable FEAT_RNG on Neoverse-N2Marcin Juszkiewicz2023-11-201-1/+1
* target/arm: Move feature test functions to their own headerPeter Maydell2023-10-271-0/+1
* target/arm: Implement Neoverse N2 CPU modelPeter Maydell2023-10-271-0/+103
* target/arm: Correct minor errors in Cortex-A710 definitionPeter Maydell2023-10-271-2/+9
* target/arm: Implement FEAT_HPMN0Peter Maydell2023-10-191-0/+1
* target/arm: Enable FEAT_MOPS for CPU 'max'Peter Maydell2023-09-211-0/+1
* target/arm: Implement FEAT_HBCPeter Maydell2023-09-211-0/+4
* target/arm: Implement FEAT_TIDCP1Richard Henderson2023-09-081-0/+1
* target/arm: Implement cortex-a710Richard Henderson2023-09-081-0/+212
* target/arm: Implement FEAT_FPAC and FEAT_FPACCOMBINEAaron Lindsay2023-09-081-1/+1
* target/arm: Implement FEAT_Pauth2Aaron Lindsay2023-09-081-1/+1
* target/arm: Implement FEAT_EPACAaron Lindsay2023-09-081-1/+1
* target/arm: Don't change pauth features when changing algorithmRichard Henderson2023-09-081-0/+2
* target/arm: properly document FEAT_CRC32Alex Bennée2023-08-311-1/+1
* target/arm: Implement FEAT_HPDS2 as a no-opRichard Henderson2023-08-311-1/+1
* target/arm: Apply access checks to neoverse-v1 special registersRichard Henderson2023-08-311-1/+2
* target/arm: Apply access checks to neoverse-n1 special registersRichard Henderson2023-08-311-9/+37
* target/arm: Introduce make_ccsidr64Richard Henderson2023-08-311-16/+32
* target/arm: Allow cpu to configure GM blocksizeRichard Henderson2023-08-311-0/+1
* target/arm: Define neoverse-v1Peter Maydell2023-07-061-0/+128
* target/arm: Add cpu properties for enabling FEAT_RMERichard Henderson2023-06-231-0/+53
* target/arm: Enable FEAT_LSE2 for -cpu maxRichard Henderson2023-06-061-0/+1
* target/arm: move cpu_tcg to tcg/cpu32.cClaudio Fontana2023-05-021-1/+1
* target/arm: Move 64-bit TCG CPUs into tcg/Fabiano Rosas2023-05-021-0/+723