aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2019-08-02target/arm: Avoid bogus NSACR traps on M-profile without Security ExtensionPeter Maydell1-0/+8
2019-07-30target/arm: Deliver BKPT/BRK exceptions to correct exception levelPeter Maydell1-1/+15
2019-07-22target/arm: Limit ID register assertions to TCGPeter Maydell1-2/+5
2019-07-22target/arm: Add missing break statement for Hypervisor Trap ExceptionPhilippe Mathieu-Daudé1-0/+1
2019-07-15target/arm: NS BusFault on vector table fetch escalates to NS HardFaultPeter Maydell1-4/+17
2019-07-15target/arm: Set VFP-related MVFR0 fields for arm926 and arm1026Peter Maydell1-0/+12
2019-07-15target/arm: report ARMv8-A FP support for AArch32 -cpu maxAlex Bennée1-0/+4
2019-07-14tcg: Introduce set/clear_helper_retaddrRichard Henderson2-26/+25
2019-07-08target/arm/vfp_helper: Call set_fpscr_to_host before updating to FPSCRPhilippe Mathieu-Daudé1-2/+2
2019-07-08target/arm: Fix sve_zcr_len_for_elRichard Henderson1-2/+2
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu1-1/+7
2019-07-04target/arm: Correct VMOV_imm_dp handling of short vectorsPeter Maydell1-1/+1
2019-07-04target/arm: Execute Thumb instructions when their condbits are 0xfPeter Maydell1-2/+13
2019-07-04target/arm: Use _ra versions of cpu_stl_data() in v7M helpersPeter Maydell1-9/+12
2019-07-04target/arm/helper: Move M profile routines to m_helper.cPhilippe Mathieu-Daudé3-2634/+2681
2019-07-04target/arm: Restrict semi-hosting to TCGPhilippe Mathieu-Daudé3-2/+15
2019-07-04target/arm: Move debug routines to debug_helper.cPhilippe Mathieu-Daudé4-302/+315
2019-07-03Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell2-2/+2
2019-07-02qapi: Rename target.json to misc-target.jsonMarkus Armbruster1-1/+1
2019-07-02qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster1-1/+1
2019-07-01target/arm: Declare some M-profile functions publiclyPhilippe Mathieu-Daudé2-36/+44
2019-07-01target/arm: Declare arm_log_exception() function publiclyPhilippe Mathieu-Daudé2-38/+40
2019-07-01target/arm: Restrict PSCI to TCGPhilippe Mathieu-Daudé1-1/+5
2019-07-01target/arm/vfp_helper: Restrict the SoftFloat use to TCGPhilippe Mathieu-Daudé1-3/+23
2019-07-01target/arm/vfp_helper: Extract vfp_set_fpscr_from_host()Philippe Mathieu-Daudé1-6/+13
2019-07-01target/arm/vfp_helper: Extract vfp_set_fpscr_to_host()Philippe Mathieu-Daudé1-48/+53
2019-07-01target/arm/vfp_helper: Move code aroundPhilippe Mathieu-Daudé1-26/+26
2019-07-01target/arm: Move TLB related routines to tlb_helper.cPhilippe Mathieu-Daudé6-193/+205
2019-07-01target/arm: Declare get_phys_addr() function publiclyPhilippe Mathieu-Daudé2-16/+21
2019-07-01target/arm: Move CPU state dumping routines to cpu.cPhilippe Mathieu-Daudé5-223/+226
2019-07-01target/arm: Move the DC ZVA helper into op_helperSamuel Ortiz2-92/+93
2019-07-01target/arm: Fix coding style issuesPhilippe Mathieu-Daudé2-17/+30
2019-07-01target/arm: Fix multiline comment syntaxPhilippe Mathieu-Daudé3-98/+196
2019-07-01target/arm/helper: Remove unused includePhilippe Mathieu-Daudé1-2/+0
2019-07-01target/arm: Add copyright boilerplatePhilippe Mathieu-Daudé1-0/+7
2019-07-01target/arm: Makefile cleanup (softmmu)Philippe Mathieu-Daudé1-1/+4
2019-07-01target/arm: Makefile cleanup (KVM)Philippe Mathieu-Daudé1-4/+5
2019-07-01target/arm: Makefile cleanup (ARM)Philippe Mathieu-Daudé1-4/+6
2019-07-01target/arm: Makefile cleanup (Aarch64)Philippe Mathieu-Daudé1-2/+3
2019-06-21KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon2-0/+10
2019-06-18target/arm: Check for dp support for dp VFM, not spPeter Maydell1-4/+4
2019-06-17target/arm: Only implement doubles if the FPU supports themPeter Maydell2-0/+90
2019-06-17target/arm: Fix typos in trans function prototypesPeter Maydell1-14/+14
2019-06-17target/arm: Remove unused cpu_F0s, cpu_F0d, cpu_F1s, cpu_F1dPeter Maydell1-10/+2
2019-06-17target/arm: Stop using deprecated functions in NEON_2RM_VCVT_F32_F16Peter Maydell1-15/+11
2019-06-17target/arm: stop using deprecated functions in NEON_2RM_VCVT_F16_F32Peter Maydell1-15/+12
2019-06-17target/arm: Stop using cpu_F0s in Neon VCVT fixed-point opsPeter Maydell1-34/+28
2019-06-17target/arm: Stop using cpu_F0s for Neon f32/s32 VCVTPeter Maydell1-60/+22
2019-06-17target/arm: Stop using cpu_F0s for NEON_2RM_VRECPE_F and NEON_2RM_VRSQRTE_FPeter Maydell1-3/+3
2019-06-17target/arm: Stop using cpu_F0s for NEON_2RM_VCVT[ANPM][US]Peter Maydell1-4/+3