aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2019-10-24target/arm: Rely on hflags correct in cpu_get_tb_cpu_stateRichard Henderson
2019-10-24target/arm: Rebuild hflags for M-profileRichard Henderson
2019-10-24target/arm: Rebuild hflags at Xscale SCTLR writesRichard Henderson
2019-10-24target/arm: Rebuild hflags at CPSR writesRichard Henderson
2019-10-24target/arm: Rebuild hflags at MSR writesRichard Henderson
2019-10-24target/arm: Rebuild hflags at EL changesRichard Henderson
2019-10-24target/arm: Add HELPER(rebuild_hflags_{a32, a64, m32})Richard Henderson
2019-10-24target/arm: Hoist store to cs_base in cpu_get_tb_cpu_stateRichard Henderson
2019-10-24target/arm: Split out arm_mmu_idx_elRichard Henderson
2019-10-24target/arm: Add arm_rebuild_hflagsRichard Henderson
2019-10-24target/arm: Hoist computation of TBFLAG_A32.VFPENRichard Henderson
2019-10-24target/arm: Simplify set of PSTATE_SS in cpu_get_tb_cpu_stateRichard Henderson
2019-10-24target/arm: Hoist XSCALE_CPAR, VECLEN, VECSTRIDE in cpu_get_tb_cpu_stateRichard Henderson
2019-10-24target/arm: Split out rebuild_hflags_aprofileRichard Henderson
2019-10-24target/arm: Split out rebuild_hflags_a32Richard Henderson
2019-10-24target/arm: Reduce tests vs M-profile in cpu_get_tb_cpu_stateRichard Henderson
2019-10-24target/arm: Split out rebuild_hflags_m32Richard Henderson
2019-10-24target/arm: Split arm_cpu_data_is_big_endianRichard Henderson
2019-10-24target/arm: Split out rebuild_hflags_common_32Richard Henderson
2019-10-24target/arm: Split out rebuild_hflags_a64Richard Henderson
2019-10-24target/arm: Split out rebuild_hflags_commonRichard Henderson
2019-10-22target/arm: Fix sign-extension for SMLAL*Richard Henderson
2019-10-15target/arm/arm-semi: Implement SH_EXT_STDOUT_STDERR extensionPeter Maydell
2019-10-15target/arm/arm-semi: Implement SH_EXT_EXIT_EXTENDED extensionPeter Maydell
2019-10-15target/arm/arm-semi: Implement support for semihosting feature detectionPeter Maydell
2019-10-15target/arm/arm-semi: Factor out implementation of SYS_FLENPeter Maydell
2019-10-15target/arm/arm-semi: Factor out implementation of SYS_SEEKPeter Maydell
2019-10-15target/arm/arm-semi: Factor out implementation of SYS_ISTTYPeter Maydell
2019-10-15target/arm/arm-semi: Factor out implementation of SYS_READPeter Maydell
2019-10-15target/arm/arm-semi: Factor out implementation of SYS_WRITEPeter Maydell
2019-10-15target/arm/arm-semi: Factor out implementation of SYS_CLOSEPeter Maydell
2019-10-15target/arm/arm-semi: Use set_swi_errno() in gdbstub callback functionsPeter Maydell
2019-10-15target/arm/arm-semi: Restrict use of TaskState*Peter Maydell
2019-10-15target/arm/arm-semi: Make semihosting code hand out its own file descriptorsPeter Maydell
2019-10-15target/arm/arm-semi: Correct comment about gdb syscall racesPeter Maydell
2019-10-15target/arm/arm-semi: Always set some kind of errno for failed callsPeter Maydell
2019-10-15target/arm/arm-semi: Capture errno in softmmu version of set_swi_errno()Peter Maydell
2019-10-15ARM: KVM: Check KVM_CAP_ARM_IRQ_LINE_LAYOUT_2 for smp_cpus > 256Eric Auger
2019-10-15intc/arm_gic: Support IRQ injection for more than 256 vpusEric Auger
2019-09-27target/arm: remove run time semihosting checksAlex Bennée
2019-09-27target/arm: handle A-profile semihosting at translate timeAlex Bennée
2019-09-27target/arm: handle M-profile semihosting at translate timeAlex Bennée
2019-09-27target/arm: fix CBAR register for AArch64 CPUsLuc Michel
2019-09-05target/arm: Inline gen_bx_im into callersRichard Henderson
2019-09-05target/arm: Clean up disas_thumb_insnRichard Henderson
2019-09-05target/arm: Convert T16, long branchesRichard Henderson
2019-09-05target/arm: Convert T16, Unconditional branchRichard Henderson
2019-09-05target/arm: Convert T16, load (literal)Richard Henderson
2019-09-05target/arm: Convert T16, shift immediateRichard Henderson
2019-09-05target/arm: Convert T16, Miscellaneous 16-bit instructionsRichard Henderson