aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2021-07-07target/s390x: move kvm files into kvm/Cho, Yu-Chen
2021-07-07target/s390x: remove kvm-stub.cCho, Yu-Chen
2021-07-07target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1mCho, Yu-Chen
2021-07-07target/s390x: make helper.c sysemu-onlyCho, Yu-Chen
2021-07-07target/s390x: split cpu-dump from helper.cCho, Yu-Chen
2021-07-07target/s390x: move sysemu-only code out to cpu-sysemu.cCho, Yu-Chen
2021-07-07target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen
2021-07-07target/s390x: rename internal.h to s390x-internal.hCho, Yu-Chen
2021-07-07target/s390x: remove tcg-stub.cCho, Yu-Chen
2021-07-07target/s390x: meson: add target_user_archCho, Yu-Chen
2021-07-07s390x/tcg: Fix m5 vs. m4 field for VECTOR MULTIPLY SUM LOGICALDavid Hildenbrand
2021-07-07target/s390x: Fix CC set by CONVERT TO FIXED/LOGICALUlrich Weigand
2021-07-07s390x/cpumodel: add 3931 and 3932Christian Borntraeger
2021-07-06target/i386: Move X86XSaveArea into TCGDavid Edmondson
2021-07-06target/i386: Populate x86_ext_save_areas offsets using cpuid where possibleDavid Edmondson
2021-07-06target/i386: Observe XSAVE state area offsetsDavid Edmondson
2021-07-06target/i386: Make x86_ext_save_areas visible outside cpu.cDavid Edmondson
2021-07-06target/i386: Pass buffer and length to XSAVE helperDavid Edmondson
2021-07-06target/i386: Clarify the padding requirements of X86XSaveAreaDavid Edmondson
2021-07-06target/i386: Consolidate the X86XSaveArea offset checksDavid Edmondson
2021-07-06target/i386: Declare constants for XSAVE offsetsDavid Edmondson
2021-07-04Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into stagingPeter Maydell
2021-07-02target/arm: Implement MVE shifts by registerPeter Maydell
2021-07-02target/arm: Implement MVE shifts by immediatePeter Maydell
2021-07-02target/arm: Implement MVE long shifts by registerPeter Maydell
2021-07-02target/arm: Implement MVE long shifts by immediatePeter Maydell
2021-07-02target/arm: Implement MVE VADDLVPeter Maydell
2021-07-02target/arm: Implement MVE VSHLCPeter Maydell
2021-07-02target/arm: Implement MVE saturating narrowing shiftsPeter Maydell
2021-07-02target/arm: Implement MVE VSHRN, VRSHRNPeter Maydell
2021-07-02target/arm: Implement MVE VSRI, VSLIPeter Maydell
2021-07-02target/arm: Implement MVE VSHLLPeter Maydell
2021-07-02target/arm: Implement MVE vector shift right by immediate insnsPeter Maydell
2021-07-02target/arm: Implement MVE vector shift left by immediate insnsPeter Maydell
2021-07-02target/arm: Implement MVE logical immediate insnsPeter Maydell
2021-07-02target/arm: Use dup_const() instead of bitfield_replicate()Peter Maydell
2021-07-02target/arm: Use asimd_imm_const for A64 decodePeter Maydell
2021-07-02target/arm: Make asimd_imm_const() publicPeter Maydell
2021-07-02target/arm: Fix bugs in MVE VRMLALDAVH, VRMLSLDAVHPeter Maydell
2021-07-02target/arm: Fix MVE widening/narrowing VLDR/VSTR offset calculationPeter Maydell
2021-07-02target/arm: Check NaN mode before silencing NaNJoe Komlodi
2021-07-02target/mips: Extract nanoMIPS ISA translation routinesPhilippe Mathieu-Daudé
2021-07-02target/mips: Extract the microMIPS ISA translation routinesPhilippe Mathieu-Daudé
2021-07-02target/mips: Extract Code Compaction ASE translation routinesPhilippe Mathieu-Daudé
2021-07-02target/mips: Add declarations for generic TCG helpersPhilippe Mathieu-Daudé
2021-07-01Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210629' into...Peter Maydell
2021-06-29target/mips: Fix gen_mxu_s32ldd_s32lddrRichard Henderson
2021-06-29target/sh4: Improve swap.b translationRichard Henderson
2021-06-29target/i386: Improve bswap translationRichard Henderson
2021-06-29target/arm: Improve REVSHRichard Henderson