summary refs log tree commit diff stats
path: root/target/arm/tcg/cpu32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Default to 1GHz cntfrq for 'max' and new CPUsPeter Maydell2024-04-301-0/+4
* target/arm: Enable FEAT_ETS2 for -cpu maxPeter Maydell2024-04-301-1/+1
* target/arm: Move v7m-related code from cpu32.c into a separate fileThomas Huth2024-03-081-261/+0
* target/arm: Add Cortex-R52 IMPDEF sysregsPeter Maydell2024-02-151-0/+108
* target/arm: The Cortex-R52 has a read-only CBARPeter Maydell2024-02-151-0/+1
* include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson2024-01-291-1/+1
* target/arm/tcg: enable PMU feature for Cortex-A8 and A9Nikita Ostrenkov2023-11-131-0/+2
* target/arm: Implement FEAT_HPMN0Peter Maydell2023-10-191-0/+4
* target/arm: Implement FEAT_HPDS2 as a no-opRichard Henderson2023-08-311-1/+1
* target/arm: move cpu_tcg to tcg/cpu32.cClaudio Fontana2023-05-021-0/+1185