aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2018-10-12target/s390x/excp_helper: Remove DPRINTF() macroThomas Huth1-37/+11
2018-10-09s390x/tcg: always enable AFP for linux-userDavid Hildenbrand1-0/+5
2018-10-08target/arm: Add v8M stack checks for MSR to SP_NSPeter Maydell1-1/+13
2018-10-08target/arm: Add v8M stack checks for VLDM/VSTMPeter Maydell1-0/+12
2018-10-08target/arm: Add v8M stack checks for Thumb push/popPeter Maydell1-1/+15
2018-10-08target/arm: Add v8M stack checks for T32 load/store singlePeter Maydell1-1/+22
2018-10-08target/arm: Add v8M stack checks for Thumb2 LDM/STMPeter Maydell1-1/+18
2018-10-08target/arm: Add v8M stack checks for LDRD/STRD (imm)Peter Maydell1-2/+25
2018-10-08target/arm: Add v8M stack limit checks on NS function callsPeter Maydell3-2/+15
2018-10-08target/arm: Add v8M stack checks on exception entryPeter Maydell1-8/+46
2018-10-08target/arm: Add some comments in Thumb decodePeter Maydell1-3/+17
2018-10-08target/arm: Add v8M stack checks on ADD/SUB/MOV of SPPeter Maydell4-9/+106
2018-10-08target/arm: Move v7m_using_psp() to internals.hPeter Maydell2-12/+16
2018-10-08target/arm: Define new EXCP type for v8M stack overflowsPeter Maydell2-0/+7
2018-10-08target/arm: Define new TBFLAG for v8M stack checkingPeter Maydell4-0/+19
2018-10-08target/arm: Pass TCGMemOpIdx to sve memory helpersRichard Henderson3-89/+121
2018-10-08target/arm: Rewrite vector gather first-fault loadsRichard Henderson3-141/+325
2018-10-08target/arm: Rewrite vector gather storesRichard Henderson3-90/+179
2018-10-08target/arm: Rewrite vector gather loadsRichard Henderson3-173/+392
2018-10-08target/arm: Split contiguous stores for endiannessRichard Henderson3-37/+98
2018-10-08target/arm: Split contiguous loads for endiannessRichard Henderson3-142/+263
2018-10-08target/arm: Rewrite helper_sve_st[1234]*_rRichard Henderson1-177/+170
2018-10-08target/arm: Rewrite helper_sve_ld[234]*_rRichard Henderson1-93/+117
2018-10-08target/arm: Rewrite helper_sve_ld1*_r using pagesRichard Henderson1-164/+571
2018-10-08target/arm: Clear unused predicate bits for LD1RQRichard Henderson1-1/+22
2018-10-08target/arm: Adjust aarch64_cpu_dump_state for system mode SVERichard Henderson3-5/+13
2018-10-08target/arm: Handle SVE vector length changes in system modeRichard Henderson4-55/+125
2018-10-08target/arm: Pass in current_el to fp and sve_exception_elRichard Henderson1-12/+9
2018-10-08target/arm: Adjust sve_exception_elRichard Henderson1-46/+42
2018-10-08target/arm: Define ID_AA64ZFR0_EL1Richard Henderson1-1/+2
2018-10-08target/arm: Don't read r4 from v8M exception stackframe twicePeter Maydell1-1/+0
2018-10-08target/arm: Correct condition for v8M callee stack pushPeter Maydell1-1/+1
2018-10-08target/arm: fix code comments errorDongjiu Geng2-3/+3
2018-10-04s390x/tcg: refactor specification checkingDavid Hildenbrand1-28/+6
2018-10-04s390x/tcg: fix FP register pair checksDavid Hildenbrand1-10/+10
2018-10-04s390x/tcg: handle privileged instructions via flagsDavid Hildenbrand2-145/+76
2018-10-04s390x/tcg: check for AFP-register, BFP and DFP data exceptionsDavid Hildenbrand1-0/+33
2018-10-04s390x/tcg: add instruction flags for floating point instructionsDavid Hildenbrand2-127/+135
2018-10-04s390x/tcg: support flags for instructionsDavid Hildenbrand2-6/+19
2018-10-04s390x/tcg: store in the TB flags if AFP is enabledDavid Hildenbrand1-0/+8
2018-10-04s390x/tcg: factor out and fix DATA exception injectionDavid Hildenbrand7-20/+44
2018-10-04s390x: move tcg_s390_program_interrupt() into TCG code and mark it noreturnDavid Hildenbrand5-15/+24
2018-10-04target/s390x: exception on non-aligned LPSW(E)Pavel Zbitskiy1-2/+4
2018-10-04s390x: Fence huge pages prior to 3.1Janosch Frank1-0/+6
2018-10-02target/i386: fix translation for icount modePavel Dovgalyuk1-3/+3
2018-10-02hvf: drop unused variablePaolo Bonzini1-1/+0
2018-10-02i386: Compile CPUX86State xsave_buf only when support KVM or HVFLiran Alon5-8/+10
2018-10-02target/i386: rename HF_SVMI_MASK to HF_GUEST_MASKPaolo Bonzini5-11/+11
2018-10-02target/i386: unify masking of interruptsPaolo Bonzini3-67/+91
2018-10-02target/i386: move x86_64_hregs to DisasContextEmilio G. Cota1-153/+154