aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2019-09-04target/openrisc: Update cpu "any" to v1.3Richard Henderson1-1/+1
2019-09-04target/openrisc: Implement l.adrpRichard Henderson3-0/+16
2019-09-04target/openrisc: Implement move to/from FPCSRRichard Henderson5-5/+38
2019-09-04target/openrisc: Implement unordered fp comparisonsRichard Henderson5-0/+145
2019-09-04target/openrisc: Add support for ORFPX64A32Richard Henderson6-3/+332
2019-09-04target/openrisc: Check CPUCFG_OF32S for float insnsRichard Henderson2-50/+36
2019-09-04target/openrisc: Fix lf.ftoi.sRichard Henderson1-1/+1
2019-09-04target/openrisc: Add VR2 and AVR special processor registersRichard Henderson3-6/+19
2019-09-04target/openrisc: Move VR, UPR, DMMCFGR, IMMCFGR to cpu initRichard Henderson3-13/+22
2019-09-04target/openrisc: Make VR and PPC read-onlyRichard Henderson2-12/+1
2019-09-04target/openrisc: Cache R0 in DisasContextRichard Henderson1-7/+12
2019-09-04target/openrisc: Replace cpu register array with a functionRichard Henderson1-97/+116
2019-09-04target/openrisc: Add DisasContext parameter to check_r0_writeRichard Henderson1-47/+49
2019-09-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell25-197/+197
2019-09-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190903'...Peter Maydell7-22/+160
2019-09-04Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-29-2019' ...Peter Maydell3-586/+685
2019-09-03s390x/tcg: Pass a size to probe_write() in do_csst()David Hildenbrand1-3/+1
2019-09-03hppa/tcg: Call probe_write() also for CONFIG_USER_ONLYDavid Hildenbrand1-2/+0
2019-09-03mips/tcg: Call probe_write() for CONFIG_USER_ONLY as wellDavid Hildenbrand1-5/+3
2019-09-03tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand1-7/+0
2019-09-03s390x/tcg: Fix length calculation in probe_write_access()David Hildenbrand1-1/+1
2019-09-03s390x/tcg: Use guest_addr_valid() instead of h2g_valid() in probe_write_access()David Hildenbrand1-1/+1
2019-09-03target/sparc: sun4u Invert Endian TTE bitTony Nguyen2-1/+9
2019-09-03target/sparc: Add TLB entry with attributesTony Nguyen1-14/+18
2019-09-03target/mips: Hard code size with MO_{8|16|32|64}Tony Nguyen1-2/+2
2019-09-03target/mips: Access MemoryRegion with MemOpTony Nguyen1-2/+3
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen20-162/+162
2019-09-03target/arm: Don't abort on M-profile exception return in linux-user modePeter Maydell1-1/+20
2019-09-03target/arm: Free TCG temps in trans_VMOV_64_sp()Peter Maydell1-0/+2
2019-09-03target/arm: Fix SMMLS argument orderRichard Henderson1-2/+18
2019-09-03target/arm: Take exceptions on ATS instructions when neededPeter Maydell1-15/+92
2019-09-03target/arm: Allow ARMCPRegInfo read/write functions to throw exceptionsPeter Maydell3-1/+18
2019-09-03target/arm: Factor out unallocated_encoding for aarch32Richard Henderson2-12/+13
2019-09-03Revert "target/arm: Use unallocated_encoding for aarch32"Richard Henderson5-15/+21
2019-08-29target/mips: Fix emulation of ST.W in system modeAleksandar Markovic1-8/+8
2019-08-29target/mips: Clean up handling of CP0 register 31Aleksandar Markovic2-29/+29
2019-08-29target/mips: Clean up handling of CP0 register 30Aleksandar Markovic1-4/+4
2019-08-29target/mips: Clean up handling of CP0 register 29Aleksandar Markovic2-40/+46
2019-08-29target/mips: Clean up handling of CP0 register 28Aleksandar Markovic2-42/+46
2019-08-29target/mips: Clean up handling of CP0 register 27Aleksandar Markovic1-16/+4
2019-08-29target/mips: Clean up handling of CP0 register 26Aleksandar Markovic2-5/+5
2019-08-29target/mips: Clean up handling of CP0 register 25Aleksandar Markovic1-32/+32
2019-08-29target/mips: Clean up handling of CP0 register 24Aleksandar Markovic1-4/+4
2019-08-29target/mips: Clean up handling of CP0 register 23Aleksandar Markovic2-43/+89
2019-08-29target/mips: Clean up handling of CP0 register 20Aleksandar Markovic1-4/+4
2019-08-29target/mips: Clean up handling of CP0 register 19Aleksandar Markovic2-32/+36
2019-08-29target/mips: Clean up handling of CP0 register 18Aleksandar Markovic2-40/+44
2019-08-29target/mips: Clean up handling of CP0 register 17Aleksandar Markovic1-16/+16
2019-08-29target/mips: Clean up handling of CP0 register 16Aleksandar Markovic2-31/+32
2019-08-29target/mips: Clean up handling of CP0 register 15Aleksandar Markovic2-10/+11