aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2022-02-22Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell
2022-02-21target/arm: Support PAuth extension for hvfPeter Maydell
2022-02-21target/arm: Fix '-cpu max' for HVFPeter Maydell
2022-02-21target/arm: Unindent unnecessary else-clausePeter Maydell
2022-02-21target/arm: Make KVM -cpu max exactly like -cpu hostPeter Maydell
2022-02-21target/arm: Use aarch64_cpu_register() for 'host' CPU typePeter Maydell
2022-02-21target/arm: Move '-cpu host' code to cpu64.cPeter Maydell
2022-02-21hvf: arm: Handle unknown ID registers as RES0Alexander Graf
2022-02-21hvf: arm: Use macros for sysreg shift/maskingAlexander Graf
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2022-02-21target: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé
2022-02-08arm: force flag recalculation when messing with DAIFAlex Bennée
2022-02-08arm: tcg: Adhere to SMCCC 1.3 section 5.2Peter Maydell
2022-02-08target/arm: make psci-conduit settable after realizePeter Maydell
2022-02-08target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_elRichard Henderson
2022-02-08target/arm: Fix {fp, sve}_exception_el for VHE mode runningRichard Henderson
2022-02-08target/arm: Tidy sve_exception_el for CPACR_EL1 accessRichard Henderson
2022-02-08target/arm: Fix sve_zcr_len_for_el for VHE mode runningRichard Henderson
2022-01-28target/arm: Use correct entrypoint for SVC taken from Hyp to HypPeter Maydell
2022-01-28target/arm: Log CPU index in 'Taking exception' logPeter Maydell
2022-01-20hw/arm/virt: KVM: Enable PAuth when supported by the hostMarc Zyngier
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2022-01-07target/arm: Add missing FEAT_TLBIOS instructionsIdan Horowitz
2021-12-15target/arm: Correct calculation of tlb range invalidate lengthPeter Maydell
2021-12-15target/arm: Suppress bp for exceptions with more priorityRichard Henderson
2021-12-15target/arm: Assert thumb pc is alignedRichard Henderson
2021-12-15target/arm: Take an exception if PC is misalignedRichard Henderson
2021-12-15target/arm: Split compute_fsr_fsc out of arm_deliver_faultRichard Henderson
2021-12-15target/arm: Advance pc for arch single-step exceptionRichard Henderson
2021-12-15target/arm: Split arm_pre_translate_insnRichard Henderson
2021-12-15target/arm: Hoist pc_next to a local variable in thumb_tr_translate_insnRichard Henderson
2021-12-15target/arm: Hoist pc_next to a local variable in arm_tr_translate_insnRichard Henderson
2021-12-15target/arm: Hoist pc_next to a local variable in aarch64_tr_translate_insnRichard Henderson
2021-11-22Revert "arm: tcg: Adhere to SMCCC 1.3 section 5.2"Peter Maydell
2021-11-03Merge remote-tracking branch 'remotes/rth/tags/pull-arm-20211102-2' into stagingRichard Henderson
2021-11-02hvf: arm: Ignore cache operations on MMIOAlexander Graf
2021-11-02target/arm: Use tcg_constant_i32() in gen_rev16()Philippe Mathieu-Daudé
2021-11-02target/arm: Use tcg_constant_i64() in do_sat_addsub_64()Philippe Mathieu-Daudé
2021-11-02target/arm: Use the constant variant of store_cpu_field() when possiblePhilippe Mathieu-Daudé
2021-11-02target/arm: Introduce store_cpu_field_constant() helperPhilippe Mathieu-Daudé
2021-11-02target/arm: Use tcg_constant_i32() in op_smlad()Philippe Mathieu-Daudé
2021-11-02target/arm: Advertise MVE to gdb when presentPeter Maydell
2021-11-02target/arm: Implement arm_cpu_record_sigbusRichard Henderson
2021-11-02target/arm: Implement arm_cpu_record_sigsegvRichard Henderson
2021-11-02target/arm: Use cpu_loop_exit_sigsegv for mte tag lookupRichard Henderson
2021-11-02target/arm: Fixup comment re handle_cpu_signalRichard Henderson
2021-10-15target/arm: Drop checks for singlestep_enabledRichard Henderson
2021-10-13target/arm: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson
2021-10-13accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson
2021-10-13target/arm: Use MO_128 for 16 byte atomicsRichard Henderson