aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
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
2018-10-08target/arm: Adjust sve_exception_elRichard Henderson
2018-10-08target/arm: Define ID_AA64ZFR0_EL1Richard Henderson
2018-10-08target/arm: Don't read r4 from v8M exception stackframe twicePeter Maydell
2018-10-08target/arm: Correct condition for v8M callee stack pushPeter Maydell
2018-10-08target/arm: fix code comments errorDongjiu Geng
2018-10-04s390x/tcg: refactor specification checkingDavid Hildenbrand
2018-10-04s390x/tcg: fix FP register pair checksDavid Hildenbrand
2018-10-04s390x/tcg: handle privileged instructions via flagsDavid Hildenbrand
2018-10-04s390x/tcg: check for AFP-register, BFP and DFP data exceptionsDavid Hildenbrand
2018-10-04s390x/tcg: add instruction flags for floating point instructionsDavid Hildenbrand
2018-10-04s390x/tcg: support flags for instructionsDavid Hildenbrand
2018-10-04s390x/tcg: store in the TB flags if AFP is enabledDavid Hildenbrand
2018-10-04s390x/tcg: factor out and fix DATA exception injectionDavid Hildenbrand
2018-10-04s390x: move tcg_s390_program_interrupt() into TCG code and mark it noreturnDavid Hildenbrand
2018-10-04target/s390x: exception on non-aligned LPSW(E)Pavel Zbitskiy
2018-10-04s390x: Fence huge pages prior to 3.1Janosch Frank
2018-10-02target/i386: fix translation for icount modePavel Dovgalyuk
2018-10-02hvf: drop unused variablePaolo Bonzini
2018-10-02i386: Compile CPUX86State xsave_buf only when support KVM or HVFLiran Alon
2018-10-02target/i386: rename HF_SVMI_MASK to HF_GUEST_MASKPaolo Bonzini
2018-10-02target/i386: unify masking of interruptsPaolo Bonzini
2018-10-02target/i386: move x86_64_hregs to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_tmp1_i64 to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_tmp3_i32 to DisasContextEmilio G. Cota