aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.c
AgeCommit message (Expand)Author
2023-07-06target/arm: Suppress more TCG unimplemented features in ID registersPeter Maydell
2023-07-06target/arm: Handle IC IVAU to improve compatibility with JITsJohn Högberg
2023-07-06target/arm: Dump ZA[] when activeRichard Henderson
2023-07-06target/arm: Avoid splitting Zregs across lines in dumpRichard Henderson
2023-06-23target/arm: Restructure has_vfp_d32 testRichard Henderson
2023-06-23target/arm: Add isar_feature_aa64_rmeRichard Henderson
2023-06-15target/arm: Allow users to set the number of VFP registersCédric Le Goater
2023-06-06target/arm: trap DCC access in user mode emulationZhuojia Shen
2023-05-19Revert "arm/kvm: add support for MTE"Peter Maydell
2023-05-18arm/kvm: add support for MTECornelia Huck
2023-03-01target/arm: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-03-01target/arm: set `CF_PCREL` in `arm_cpu_realizefn`Anton Johansson
2023-02-27target/arm: Wrap arm_rebuild_hflags calls with tcg_enabledFabiano Rosas
2023-02-27target/arm: Wrap breakpoint/watchpoint updates with tcg_enabledFabiano Rosas
2023-02-16target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/armv7m_nvic.h'Philippe Mathieu-Daudé
2023-02-16target/arm: Store CPUARMState::nvic as NVICState*Philippe Mathieu-Daudé
2023-01-05target/arm: cleanup cpu includesClaudio Fontana
2023-01-05target/arm: Add PMSAv8r registersTobias Röhmel
2023-01-05target/arm: Make RVBAR available for all ARMv8 CPUsTobias Röhmel
2022-12-16target/arm: Convert to 3-phase resetPeter Maydell
2022-12-15target/arm: Restrict arm_cpu_exec_interrupt() to TCG acceleratorPhilippe Mathieu-Daudé
2022-11-29target/arm: Set TCGCPUOps.restore_state_to_opc for v7mEvgeny Ermakov
2022-10-27target/arm: honor HCR_E2H and HCR_TGE in arm_excp_unmasked()Ake Koomsin
2022-10-26target/arm: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-20target/arm: Enable TARGET_TB_PCRELRichard Henderson
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson
2022-08-12target/arm: Don't report Statistical Profiling Extension in ID registersPeter Maydell
2022-07-18target/arm: Store TCR_EL* registers as uint64_tPeter Maydell
2022-07-11target/arm: Enable SME for user-onlyRichard Henderson
2022-07-11target/arm: Only set ZEN in reset if SVE presentRichard Henderson
2022-07-11target/arm: Handle SME in aarch64_cpu_dump_stateRichard Henderson
2022-07-05disas: Remove libvixl disassemblerThomas Huth
2022-06-27target/arm: Add cpu properties for SMERichard Henderson
2022-06-27target/arm: Move arm_cpu_*_finalize to internals.hRichard Henderson
2022-06-27target/arm: Catch invalid kvm state also for hvfAlexander Graf
2022-06-08target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_elRichard Henderson
2022-06-08target/arm: Do not use aarch64_sve_zcr_get_valid_len in resetRichard Henderson
2022-05-19target/arm: Use FIELD definitions for CPACR, CPTR_ELxRichard Henderson
2022-05-09Merge tag 'pull-target-arm-20220509' of https://git.linaro.org/people/pmaydel...Richard Henderson
2022-05-09target/arm: Enable FEAT_CSV2_2 for -cpu maxRichard Henderson
2022-05-09target/arm: Implement virtual SError exceptionsRichard Henderson
2022-05-09target/arm: Enable FEAT_Debugv8p2 for -cpu maxRichard Henderson
2022-05-09target/arm: Use field names for manipulating EL2 and EL3 modesRichard Henderson
2022-05-09disas: Remove old libopcode arm disassemblerThomas Huth
2022-05-05target/arm: Merge allocation of the cpreg and its nameRichard Henderson
2022-05-05target/arm: Store cpregs key in the hash table directlyRichard Henderson
2022-05-05target/arm: Reorg ARMCPRegInfo type field bitsRichard Henderson
2022-05-05target/arm: Split out cpregs.hRichard Henderson