summaryrefslogtreecommitdiffstats
path: root/target/arm/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Set TCGCPUOps.restore_state_to_opc for v7mEvgeny Ermakov2022-11-301-3/+3
* target/arm: honor HCR_E2H and HCR_TGE in arm_excp_unmasked()Ake Koomsin2022-10-271-7/+17
* target/arm: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-261-0/+26
* target/arm: Enable TARGET_TB_PCRELRichard Henderson2022-10-201-11/+12
* accel/tcg: Introduce tb_pc and log_pcRichard Henderson2022-10-041-2/+2
* hw/core: Add CPUClass.get_pcRichard Henderson2022-10-041-0/+13
* target/arm: Don't report Statistical Profiling Extension in ID registersPeter Maydell2022-08-121-0/+11
* target/arm: Store TCR_EL* registers as uint64_tPeter Maydell2022-07-181-1/+1
* target/arm: Enable SME for user-onlyRichard Henderson2022-07-111-0/+11
* target/arm: Only set ZEN in reset if SVE presentRichard Henderson2022-07-111-4/+3Star
* target/arm: Handle SME in aarch64_cpu_dump_stateRichard Henderson2022-07-111-1/+16
* disas: Remove libvixl disassemblerThomas Huth2022-07-051-7/+0Star
* target/arm: Add cpu properties for SMERichard Henderson2022-06-271-3/+11
* target/arm: Move arm_cpu_*_finalize to internals.hRichard Henderson2022-06-271-0/+2
* target/arm: Catch invalid kvm state also for hvfAlexander Graf2022-06-271-4/+12
* target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_elRichard Henderson2022-06-081-1/+1
* target/arm: Do not use aarch64_sve_zcr_get_valid_len in resetRichard Henderson2022-06-081-2/+1Star
* target/arm: Use FIELD definitions for CPACR, CPTR_ELxRichard Henderson2022-05-191-3/+8
* Merge tag 'pull-target-arm-20220509' of https://git.linaro.org/people/pmaydel...Richard Henderson2022-05-091-10/+56
|\
| * target/arm: Enable FEAT_CSV2_2 for -cpu maxRichard Henderson2022-05-091-0/+5
| * target/arm: Implement virtual SError exceptionsRichard Henderson2022-05-091-1/+37
| * target/arm: Enable FEAT_Debugv8p2 for -cpu maxRichard Henderson2022-05-091-0/+1
| * target/arm: Use field names for manipulating EL2 and EL3 modesRichard Henderson2022-05-091-9/+13
* | disas: Remove old libopcode arm disassemblerThomas Huth2022-05-091-8/+0Star
|/
* target/arm: Merge allocation of the cpreg and its nameRichard Henderson2022-05-051-15/+1Star
* target/arm: Store cpregs key in the hash table directlyRichard Henderson2022-05-051-2/+2
* target/arm: Reorg ARMCPRegInfo type field bitsRichard Henderson2022-05-051-2/+2
* target/arm: Split out cpregs.hRichard Henderson2022-05-051-0/+1
* target/arm: Enable SCTLR_EL1.BT0 for aarch64-linux-userRichard Henderson2022-05-051-0/+2
* target/arm: Disable cryptographic instructions when neon is disabledDamien Hedde2022-04-281-0/+9
* target/arm: Change CPUArchState.thumb to boolRichard Henderson2022-04-221-1/+1
* target/arm: Change CPUArchState.aarch64 to boolRichard Henderson2022-04-221-1/+1
* target/arm/cpu.c: ignore VIRQ and VFIQ if no EL2Peter Maydell2022-04-221-2/+10
* include: move target page bits declaration to page-vary.hMarc-André Lureau2022-04-061-1/+1
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* target/arm: Make rvbar settable after realizeEdgar E. Iglesias2022-03-181-5/+7
* target/arm: Log M-profile vector table accessesPeter Maydell2022-03-181-0/+5
* target/arm: Provide cpu property for controling FEAT_LPA2Richard Henderson2022-03-071-0/+6
* target/arm: Set TCR_EL1.TSZ for user-onlyRichard Henderson2022-03-021-1/+2
* target/arm: Support PSCI 1.1 and SMCCC 1.0Akihiko Odaki2022-03-021-2/+3
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell2022-02-221-0/+1
|\
| * target: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé2022-02-211-0/+1
* | target/arm: Move '-cpu host' code to cpu64.cPeter Maydell2022-02-211-30/+0Star
|/
* target/arm: make psci-conduit settable after realizePeter Maydell2022-02-081-1/+5
* hw/arm/virt: KVM: Enable PAuth when supported by the hostMarc Zyngier2022-01-201-11/+5Star
* target/arm: Implement arm_cpu_record_sigbusRichard Henderson2021-11-021-0/+1
* target/arm: Implement arm_cpu_record_sigsegvRichard Henderson2021-11-021-2/+4
* hvf: arm: Implement PSCI handlingAlexander Graf2021-09-211-2/+2
* hvf: arm: Implement -cpu hostPeter Maydell2021-09-211-4/+9
* target/arm: Consolidate ifdef blocks in resetPeter Maydell2021-09-201-12/+10Star