aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2018-05-17Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell
2018-05-15i386: Add new property to control cache infoBabu Moger
2018-05-15i386: Initialize cache information for EPYC family processorsBabu Moger
2018-05-15i386: Add cache information in X86CPUDefinitionBabu Moger
2018-05-15i386: Helpers to encode cache information consistentlyEduardo Habkost
2018-05-15x86/cpu: Enable CLDEMOTE(Demote Cache Line) cpu featureJingqi Liu
2018-05-15i386: add KnightsMill cpu modelBoqun Feng
2018-05-15target/arm: Fix sqrt_f16 exception raisingAlex Bennée
2018-05-15target/arm: Implement FMOV (immediate) for fp16Alex Bennée
2018-05-15target/arm: Implement FCSEL for fp16Alex Bennée
2018-05-15target/arm: Implement FCMP for fp16Alex Bennée
2018-05-15target/arm: Implement FP data-processing (3 source) for fp16Richard Henderson
2018-05-15target/arm: Implement FP data-processing (2 source) for fp16Richard Henderson
2018-05-15target/arm: Introduce and use read_fp_hregRichard Henderson
2018-05-15target/arm: Implement FCVT (scalar, fixed-point) for fp16Richard Henderson
2018-05-15target/arm: Implement FCVT (scalar, integer) for fp16Richard Henderson
2018-05-15target/arm: Early exit after unallocated_encoding in disas_fp_int_convRichard Henderson
2018-05-15target/arm: Implement FMOV (general) for fp16Richard Henderson
2018-05-15target/arm: Fix fp_status_f16 tininess before roundingPeter Maydell
2018-05-15Merge remote-tracking branch 'remotes/rth/tags/tgt-openrisc-pull-request' int...Peter Maydell
2018-05-14target/openrisc: Merge disas_openrisc_insnRichard Henderson
2018-05-14target/openrisc: Convert dec_floatRichard Henderson
2018-05-14target/openrisc: Convert dec_compiRichard Henderson
2018-05-14target/openrisc: Convert dec_compRichard Henderson
2018-05-14target/openrisc: Convert dec_MRichard Henderson
2018-05-14target/openrisc: Convert dec_logicRichard Henderson
2018-05-14target/openrisc: Convert dec_macRichard Henderson
2018-05-14target/openrisc: Convert dec_calcRichard Henderson
2018-05-14target/openrisc: Convert remainder of dec_misc insnsRichard Henderson
2018-05-14target/openrisc: Convert memory insnsRichard Henderson
2018-05-14target/openrisc: Convert branch insnsRichard Henderson
2018-05-14target/openrisc: Start conversion to decodetree.pyRichard Henderson
2018-05-14target-openrisc: Write back result before FPE exceptionRichard Henderson
2018-05-14Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.13-pull-request'...Peter Maydell
2018-05-14m68k: fix floatx80_mod() (Coverity CID1390568)Laurent Vivier
2018-05-14target/s390x: Fix brace Werror with clang 6.0.0Richard Henderson
2018-05-14s390x: refactor reset/reipl handlingDavid Hildenbrand
2018-05-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-05-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...Peter Maydell
2018-05-11Merge remote-tracking branch 'remotes/rth/tags/cota-target-pull-request' into...Peter Maydell
2018-05-11rename included C files to foo.inc.c, remove osdep.hPaolo Bonzini
2018-05-11i386/kvm: add support for Hyper-V reenlightenment MSRsVitaly Kuznetsov
2018-05-11target/m68k: Fix build Werror with gcc 8.0.1Richard Henderson
2018-05-10target/arm: Clear SVE high bits for FMOVRichard Henderson
2018-05-10target/arm: Fix float16 to/from int16Richard Henderson
2018-05-10target/arm: Implement vector shifted FCVT for fp16Richard Henderson
2018-05-10target/arm: Implement vector shifted SCVF/UCVF for fp16Richard Henderson
2018-05-10target/arm: Enable ARM_FEATURE_V8_ATOMICS for user-onlyRichard Henderson
2018-05-10target/arm: Implement CAS and CASPRichard Henderson
2018-05-10target/arm: Fill in disas_ldst_atomicRichard Henderson