aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2018-10-24target/arm: ISR_EL1 bits track virtual interrupts if IMO/FMO setPeter Maydell
2018-10-24target/arm: Implement HCR.DCPeter Maydell
2018-10-24target/arm: Implement HCR.FBPeter Maydell
2018-10-24target/arm: Make switch_mode() file-localPeter Maydell
2018-10-24target/arm: Improve debug logging of AArch32 exception returnPeter Maydell
2018-10-24target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 testRichard Henderson
2018-10-24target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson
2018-10-24target/arm: Convert jazelle from feature bit to isar1 testRichard Henderson
2018-10-24target/arm: Convert division from feature bits to isar0 testsRichard Henderson
2018-10-24target/arm: Convert v8 extensions from feature bits to isar testsRichard Henderson
2018-10-24target/arm: V8M should not imply V7VERichard Henderson
2018-10-24target/arm: Move some system registers into a substructureRichard Henderson
2018-10-24target/arm: Add support for VCPU event statesDongjiu Geng
2018-10-18target/arm: Check HAVE_CMPXCHG128 at translate timeRichard Henderson
2018-10-18target/arm: Convert to HAVE_CMPXCHG128Richard Henderson
2018-10-16target/arm: Initialize ARMMMUFaultInfo in v7m_stack_read/writePeter Maydell
2018-10-16target/arm: Mask PMOVSR writes based on supported countersAaron Lindsay
2018-10-16target/arm: Mark PMINTENCLR and PMINTENCLR_EL1 accesses as possibly doing IOAaron Lindsay
2018-10-16target/arm: Add the Cortex-A72Edgar E. Iglesias
2018-10-16target-arm: powerctl: Enable HVC when starting CPUs to EL2Edgar E. Iglesias
2018-10-16target/arm: Fix cortex-a7 id_isar0Richard Henderson
2018-10-16target/arm: Align cortex-r5 id_isar0Richard Henderson
2018-10-16target/arm: Define fields of ISAR registersRichard Henderson
2018-10-16target/arm: Fix aarch64_sve_change_el wrt EL0Richard Henderson
2018-10-08target/arm: Add v8M stack checks for MSR to SP_NSPeter Maydell
2018-10-08target/arm: Add v8M stack checks for VLDM/VSTMPeter Maydell
2018-10-08target/arm: Add v8M stack checks for Thumb push/popPeter Maydell
2018-10-08target/arm: Add v8M stack checks for T32 load/store singlePeter Maydell
2018-10-08target/arm: Add v8M stack checks for Thumb2 LDM/STMPeter Maydell
2018-10-08target/arm: Add v8M stack checks for LDRD/STRD (imm)Peter Maydell
2018-10-08target/arm: Add v8M stack limit checks on NS function callsPeter Maydell
2018-10-08target/arm: Add v8M stack checks on exception entryPeter Maydell
2018-10-08target/arm: Add some comments in Thumb decodePeter Maydell
2018-10-08target/arm: Add v8M stack checks on ADD/SUB/MOV of SPPeter Maydell
2018-10-08target/arm: Move v7m_using_psp() to internals.hPeter Maydell
2018-10-08target/arm: Define new EXCP type for v8M stack overflowsPeter Maydell
2018-10-08target/arm: Define new TBFLAG for v8M stack checkingPeter Maydell
2018-10-08target/arm: Pass TCGMemOpIdx to sve memory helpersRichard Henderson
2018-10-08target/arm: Rewrite vector gather first-fault loadsRichard Henderson
2018-10-08target/arm: Rewrite vector gather storesRichard Henderson
2018-10-08target/arm: Rewrite vector gather loadsRichard Henderson
2018-10-08target/arm: Split contiguous stores for endiannessRichard Henderson
2018-10-08target/arm: Split contiguous loads for endiannessRichard Henderson
2018-10-08target/arm: Rewrite helper_sve_st[1234]*_rRichard Henderson
2018-10-08target/arm: Rewrite helper_sve_ld[234]*_rRichard Henderson
2018-10-08target/arm: Rewrite helper_sve_ld1*_r using pagesRichard Henderson
2018-10-08target/arm: Clear unused predicate bits for LD1RQRichard Henderson
2018-10-08target/arm: Adjust aarch64_cpu_dump_state for system mode SVERichard Henderson
2018-10-08target/arm: Handle SVE vector length changes in system modeRichard Henderson
2018-10-08target/arm: Pass in current_el to fp and sve_exception_elRichard Henderson