aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-07ppc: Don't update NIP in lswi/lswx/stswi/stswxBenjamin Herrenschmidt3-20/+32
2016-09-07ppc: FP exceptions are always preciseBenjamin Herrenschmidt1-5/+6
2016-09-07ppc: Don't update the NIP in floating point generated codeBenjamin Herrenschmidt2-34/+0
2016-09-07ppc: Make float_check_status() pass the return addressBenjamin Herrenschmidt1-27/+40
2016-09-07ppc: Make float_invalid_op_excp() pass the return addressBenjamin Herrenschmidt1-2/+4
2016-09-07ppc: Rename fload_invalid_op_excp to float_invalid_op_excpBenjamin Herrenschmidt1-61/+61
2016-09-07ppc: Move VSX ops out of translate.cBenjamin Herrenschmidt3-991/+994
2016-09-07ppc: Move VMX ops out of translate.cBenjamin Herrenschmidt3-1065/+1077
2016-09-07ppc: Move DFP ops out of translate.cBenjamin Herrenschmidt3-363/+365
2016-09-07ppc: Move embedded spe ops out of translate.cBenjamin Herrenschmidt3-1326/+1336
2016-09-07ppc: Move classic fp ops out of translate.cBenjamin Herrenschmidt3-1201/+1213
2016-09-07ppc: Provide basic raise_exception_* functionsBenjamin Herrenschmidt2-17/+42
2016-09-07target-ppc: introduce opc4 for Expanded OpcodeNikunj A Dadhania2-54/+155
2016-09-07target-ppc: add maddhd and maddhdu instructionNikunj A Dadhania1-0/+25
2016-09-07target-ppc: add maddld instructionNikunj A Dadhania1-0/+14
2016-09-07target-ppc: add setb instructionVivek Andrew Sha1-0/+22
2016-09-07target-ppc: add cmpeqb instructionNikunj A Dadhania3-0/+35
2016-09-07target-ppc: add cnttzw[.] instructionNikunj A Dadhania3-0/+17
2016-09-07target-ppc: add cnttzd[.] instructionSandipan Das3-0/+16
2016-09-07target-ppc: add modulo dword operationsNikunj A Dadhania1-0/+48
2016-09-07target-ppc: add modulo word operationsNikunj A Dadhania1-0/+48
2016-09-07target-ppc: add cmprb instructionNikunj A Dadhania1-0/+39
2016-09-07target-ppc: adding addpcis instructionNikunj A Dadhania1-0/+26
2016-09-07target-ppc: Introduce POWER ISA 3.0 flagNikunj A Dadhania2-2/+5
2016-09-07target-ppc: Introduce Power9 familyAneesh Kumar K.V5-2/+93
2016-09-07hw/ppc: include fdt helper routine in a common fileCédric Le Goater3-20/+25
2016-09-07xics_kvm: drop extra checking of kernel_xics_fdGreg Kurz1-12/+8
2016-09-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell36-617/+588
2016-09-06Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160906-v2' into sta...Peter Maydell45-121/+3672
2016-09-06s390x/cpumodel: implement QMP interface "query-cpu-model-baseline"David Hildenbrand2-1/+57
2016-09-06s390x/cpumodel: implement QMP interface "query-cpu-model-comparison"David Hildenbrand2-1/+86
2016-09-06s390x/cpumodel: implement QMP interface "query-cpu-model-expansion"David Hildenbrand2-1/+149
2016-09-06qmp: add QMP interface "query-cpu-model-baseline"David Hildenbrand6-0/+80
2016-09-06qmp: add QMP interface "query-cpu-model-comparison"David Hildenbrand6-0/+115
2016-09-06qmp: add QMP interface "query-cpu-model-expansion"David Hildenbrand6-0/+121
2016-09-06s390x/kvm: don't enable key wrapping if msa3 is disabledDavid Hildenbrand2-2/+7
2016-09-06s390x/kvm: let the CPU model control CMM(A)David Hildenbrand2-11/+37
2016-09-06s390x/kvm: disable host model for problematic compat machinesDavid Hildenbrand1-0/+4
2016-09-06s390x/kvm: implement CPU model supportDavid Hildenbrand3-3/+417
2016-09-06s390x/kvm: allow runtime-instrumentation for "none" machineDavid Hildenbrand1-0/+5
2016-09-06s390x/sclp: propagate hmfaiDavid Hildenbrand4-1/+18
2016-09-06s390x/sclp: propagate the mha via sclpDavid Hildenbrand4-1/+18
2016-09-06s390x/sclp: propagate the ibc val (lowest and unblocked ibc)David Hildenbrand4-1/+37
2016-09-06s390x/sclp: indicate sclp featuresDavid Hildenbrand3-0/+24
2016-09-06s390x/sclp: introduce sclp feature blocksDavid Hildenbrand1-3/+9
2016-09-06s390x/sclp: factor out preparation of cpu entriesDavid Hildenbrand1-10/+12
2016-09-06s390x/cpumodel: check and apply the CPU modelDavid Hildenbrand1-0/+153
2016-09-06s390x/cpumodel: let the CPU model handle feature checksDavid Hildenbrand4-14/+31
2016-09-06s390x/cpumodel: expose features and feature groups as propertiesDavid Hildenbrand3-0/+151
2016-09-06s390x/cpumodel: store the CPU model in the CPU instanceDavid Hildenbrand3-0/+37