summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-20target/mips: Implement segmentation controlJames Hogan1-39/+152
2017-07-20target/mips: Add segmentation control registersJames Hogan5-2/+150
2017-07-20target/mips: Add an MMU mode for ERLJames Hogan2-4/+23
2017-07-20target/mips: Abstract mmu_idx from hflagsJames Hogan3-4/+10
2017-07-20target/mips: Check memory permissions with mem_idxJames Hogan1-8/+9
2017-07-20target/mips: Decode microMIPS EVA load & store instructionsJames Hogan1-4/+115
2017-07-20target/mips: Decode MIPS32 EVA load & store instructionsJames Hogan1-0/+106
2017-07-20target/mips: Prepare loads/stores for EVAJames Hogan1-35/+42
2017-07-20target/mips: Add CP0_Ebase.WG (write gate) supportJames Hogan6-15/+31
2017-07-20target/mips: Weaken TLB flush on UX,SX,KX,ASID changesJames Hogan2-2/+2
2017-07-20target/mips: Fix TLBWI shadow flush for EHINV,XI,RIJames Hogan1-2/+10
2017-07-20target/mips: Fix MIPS64 MFC0 UserLocal on BE hostJames Hogan1-2/+3
2017-07-20Merge remote-tracking branch 'remotes/kraxel/tags/ui-20170720-pull-request' i...Peter Maydell2-3/+10
2017-07-20tests: Handle $RANDOM not being supported by the shellPeter Maydell1-2/+2
2017-07-20configure: Don't build ivshmem tools unless CONFIG_IVSHMEM is setKamil Rytarowski3-2/+6
2017-07-20configure: Use an explicit CONFIG_IVSHMEM rather than CONFIG_EVENTFDKamil Rytarowski3-3/+12
2017-07-20configure: Rename CONFIG_IVSHMEM to CONFIG_IVSHMEM_DEVICEPeter Maydell2-2/+2
2017-07-20Merge remote-tracking branch 'remotes/kraxel/tags/misc-20170720-pull-request'...Peter Maydell2-0/+44
2017-07-20Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170719' into stagingPeter Maydell31-146/+218
2017-07-20Replace 'struct ucontext' with 'ucontext_t' typeKhem Raj9-22/+22
2017-07-20add editorconfigGerd Hoffmann1-0/+15
2017-07-20add scripts/git.orderfileGerd Hoffmann1-0/+29
2017-07-20keymaps: fr-ca: more fixupsGerd Hoffmann1-1/+9
2017-07-20vnc: Clarify documentation of QMP command changeMarkus Armbruster1-2/+1
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova24-64/+49
2017-07-19tcg/tci: enable bswap16_i64Philippe Mathieu-Daudé1-1/+0
2017-07-19target/alpha: optimize gen_cvtlq() using deposit opPhilippe Mathieu-Daudé1-5/+3
2017-07-19target/sparc: optimize gen_op_mulscc() using deposit opPhilippe Mathieu-Daudé1-4/+1
2017-07-19target/sparc: optimize various functions using extract opPhilippe Mathieu-Daudé1-10/+5
2017-07-19target/ppc: optimize various functions using extract opPhilippe Mathieu-Daudé2-30/+15
2017-07-19target/m68k: optimize bcd_flags() using extract opPhilippe Mathieu-Daudé1-2/+1
2017-07-19target/arm: optimize aarch32 rev16Aurelien Jarno1-2/+4
2017-07-19target/arm: Optimize aarch64 rev16Richard Henderson1-18/+6
2017-07-19coccinelle: add a script to optimize tcg op using tcg_gen_extract()Philippe Mathieu-Daudé1-0/+107
2017-07-19coccinelle: ignore ASTs pre-parsed cached C filesPhilippe Mathieu-Daudé1-0/+2
2017-07-19tcg: Expand glue macros before stringifying helper namesRichard Henderson1-6/+11
2017-07-19util/cacheinfo: Add missing include for ppc linuxPhilippe Mathieu-Daudé1-0/+1
2017-07-19tcg/mips: reserve a register for the guest_base.Jiang Biao1-4/+13
2017-07-19Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-07-18-2...Peter Maydell28-245/+1499
2017-07-19Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170718' into stagingPeter Maydell7-161/+194
2017-07-19Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170718-tag' into...Peter Maydell8-63/+267
2017-07-19Merge remote-tracking branch 'remotes/aurel/tags/pull-target-sh4-20170718' in...Peter Maydell6-316/+788
2017-07-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell7-327/+380
2017-07-19Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170718' i...Peter Maydell6-103/+343
2017-07-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell34-162/+958
2017-07-19tests: crypto: add hmac speed benchmark supportLongpeng(Mike)3-0/+85
2017-07-19tests: crypto: add hash speed benchmark supportLongpeng(Mike)3-0/+70
2017-07-19tests: crypto: add cipher speed benchmark supportLongpeng(Mike)3-2/+96
2017-07-19crypto: hmac: add af_alg-backend hmac supportLongpeng(Mike)3-17/+121
2017-07-19crypto: hash: add afalg-backend hash supportLongpeng(Mike)5-0/+163