aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2017-07-25s390x/css: fix ilen in IO instruction handlersHalil Pasic
2017-07-25target/s390x: Add remaining switches to compile with --disable-tcgThomas Huth
2017-07-25target/s390x: Move exception-related functions to a new excp_helper.c fileThomas Huth
2017-07-25target/s390x: Rework program_interrupt() and related functionsThomas Huth
2017-07-25target/s390x: Move diag helpers to a separate fileThomas Huth
2017-07-25target/s390x: Move s390_cpu_dump_state() to helper.cThomas Huth
2017-07-25target/s390x: improve baselining if certain base features are missingDavid Hildenbrand
2017-07-25s390x/kvm: better comment regarding zPCI feature availabilityDavid Hildenbrand
2017-07-25target/s390x: introduce (test|set)_be_bitDavid Hildenbrand
2017-07-25target/s390x: indicate query subfunction in s390_fill_feat_blockDavid Hildenbrand
2017-07-25target/s390x: drop BE_BIT()David Hildenbrand
2017-07-25s390/cpumodel: remove KSS from the default model of z14Christian Borntraeger
2017-07-24target/arm: fix TCG temp leak in aarch64 rev16Emilio G. Cota
2017-07-24qapi: Use QNull for a more regular visit_type_null()Markus Armbruster
2017-07-24qapi: Separate type QNull from QObjectMarkus Armbruster
2017-07-21Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170721' into stagingPeter Maydell
2017-07-21Use qemu_tolower() and qemu_toupper(), not tolower() and toupper()Peter Maydell
2017-07-21target/mips: Enable CP0_EBase.WG on MIPS64 CPUsJames Hogan
2017-07-21target/mips: Add EVA support to P5600James Hogan
2017-07-20target/mips: Implement segmentation controlJames Hogan
2017-07-20target/mips: Add segmentation control registersJames Hogan
2017-07-20target/mips: Add an MMU mode for ERLJames Hogan
2017-07-20target/mips: Abstract mmu_idx from hflagsJames Hogan
2017-07-20target/mips: Check memory permissions with mem_idxJames Hogan
2017-07-20target/mips: Decode microMIPS EVA load & store instructionsJames Hogan
2017-07-20target/mips: Decode MIPS32 EVA load & store instructionsJames Hogan
2017-07-20target/mips: Prepare loads/stores for EVAJames Hogan
2017-07-20target/mips: Add CP0_Ebase.WG (write gate) supportJames Hogan
2017-07-20target/mips: Weaken TLB flush on UX,SX,KX,ASID changesJames Hogan
2017-07-20target/mips: Fix TLBWI shadow flush for EHINV,XI,RIJames Hogan
2017-07-20target/mips: Fix MIPS64 MFC0 UserLocal on BE hostJames Hogan
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova
2017-07-19target/alpha: optimize gen_cvtlq() using deposit opPhilippe Mathieu-Daudé
2017-07-19target/sparc: optimize gen_op_mulscc() using deposit opPhilippe Mathieu-Daudé
2017-07-19target/sparc: optimize various functions using extract opPhilippe Mathieu-Daudé
2017-07-19target/ppc: optimize various functions using extract opPhilippe Mathieu-Daudé
2017-07-19target/m68k: optimize bcd_flags() using extract opPhilippe Mathieu-Daudé
2017-07-19target/arm: optimize aarch32 rev16Aurelien Jarno
2017-07-19target/arm: Optimize aarch64 rev16Richard Henderson
2017-07-19Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170718' into stagingPeter Maydell
2017-07-18target/alpha: Log temp leaksRichard Henderson
2017-07-18target/alpha: Fix temp leak in gen_fbcondRichard Henderson
2017-07-18target/alpha: Fix temp leak in gen_call_palRichard Henderson
2017-07-18target/alpha: Fix temp leak in gen_mtprRichard Henderson
2017-07-18target/alpha: Fix temp leak in gen_bcondRichard Henderson
2017-07-18target/alpha: Merge several flag bytes into ENV->FLAGSRichard Henderson
2017-07-18target/alpha: Copy tb->flags into DisasContextRichard Henderson
2017-07-18target/alpha: Remove amask from tb->flagsRichard Henderson
2017-07-18target/sh4: Use tcg_gen_lookup_and_goto_ptrRichard Henderson
2017-07-18target/sh4: Implement fsrraRichard Henderson