summaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-02target/arm: Avoid bogus NSACR traps on M-profile without Security ExtensionPeter Maydell
2019-07-30target/arm: Deliver BKPT/BRK exceptions to correct exception levelPeter Maydell
2019-07-22target/arm: Limit ID register assertions to TCGPeter Maydell
2019-07-22target/arm: Add missing break statement for Hypervisor Trap ExceptionPhilippe Mathieu-Daudé
2019-07-15target/arm: NS BusFault on vector table fetch escalates to NS HardFaultPeter Maydell
2019-07-15target/arm: Set VFP-related MVFR0 fields for arm926 and arm1026Peter Maydell
2019-07-15target/arm: report ARMv8-A FP support for AArch32 -cpu maxAlex Bennée
2019-07-14tcg: Introduce set/clear_helper_retaddrRichard Henderson
2019-07-08target/arm/vfp_helper: Call set_fpscr_to_host before updating to FPSCRPhilippe Mathieu-Daudé
2019-07-08target/arm: Fix sve_zcr_len_for_elRichard Henderson
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu
2019-07-04target/arm: Correct VMOV_imm_dp handling of short vectorsPeter Maydell
2019-07-04target/arm: Execute Thumb instructions when their condbits are 0xfPeter Maydell
2019-07-04target/arm: Use _ra versions of cpu_stl_data() in v7M helpersPeter Maydell
2019-07-04target/arm/helper: Move M profile routines to m_helper.cPhilippe Mathieu-Daudé
2019-07-04target/arm: Restrict semi-hosting to TCGPhilippe Mathieu-Daudé
2019-07-04target/arm: Move debug routines to debug_helper.cPhilippe Mathieu-Daudé
2019-07-03Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell
2019-07-02qapi: Rename target.json to misc-target.jsonMarkus Armbruster
2019-07-02qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster
2019-07-01target/arm: Declare some M-profile functions publiclyPhilippe Mathieu-Daudé
2019-07-01target/arm: Declare arm_log_exception() function publiclyPhilippe Mathieu-Daudé
2019-07-01target/arm: Restrict PSCI to TCGPhilippe Mathieu-Daudé
2019-07-01target/arm/vfp_helper: Restrict the SoftFloat use to TCGPhilippe Mathieu-Daudé
2019-07-01target/arm/vfp_helper: Extract vfp_set_fpscr_from_host()Philippe Mathieu-Daudé
2019-07-01target/arm/vfp_helper: Extract vfp_set_fpscr_to_host()Philippe Mathieu-Daudé
2019-07-01target/arm/vfp_helper: Move code aroundPhilippe Mathieu-Daudé
2019-07-01target/arm: Move TLB related routines to tlb_helper.cPhilippe Mathieu-Daudé
2019-07-01target/arm: Declare get_phys_addr() function publiclyPhilippe Mathieu-Daudé
2019-07-01target/arm: Move CPU state dumping routines to cpu.cPhilippe Mathieu-Daudé
2019-07-01target/arm: Move the DC ZVA helper into op_helperSamuel Ortiz
2019-07-01target/arm: Fix coding style issuesPhilippe Mathieu-Daudé
2019-07-01target/arm: Fix multiline comment syntaxPhilippe Mathieu-Daudé
2019-07-01target/arm/helper: Remove unused includePhilippe Mathieu-Daudé
2019-07-01target/arm: Add copyright boilerplatePhilippe Mathieu-Daudé
2019-07-01target/arm: Makefile cleanup (softmmu)Philippe Mathieu-Daudé
2019-07-01target/arm: Makefile cleanup (KVM)Philippe Mathieu-Daudé
2019-07-01target/arm: Makefile cleanup (ARM)Philippe Mathieu-Daudé
2019-07-01target/arm: Makefile cleanup (Aarch64)Philippe Mathieu-Daudé
2019-06-21KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon
2019-06-18target/arm: Check for dp support for dp VFM, not spPeter Maydell
2019-06-17target/arm: Only implement doubles if the FPU supports themPeter Maydell
2019-06-17target/arm: Fix typos in trans function prototypesPeter Maydell
2019-06-17target/arm: Remove unused cpu_F0s, cpu_F0d, cpu_F1s, cpu_F1dPeter Maydell
2019-06-17target/arm: Stop using deprecated functions in NEON_2RM_VCVT_F32_F16Peter Maydell