summaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)AuthorFilesLines
2015-06-05target-s390x: implement TRANSLATE EXTENDED instructionAurelien Jarno4-0/+51
2015-06-05target-s390x: implement TRANSLATE AND TEST instructionAurelien Jarno4-0/+37
2015-06-05target-s390x: implement LOAD FP INTEGER instructionsAurelien Jarno4-0/+63
2015-06-05target-s390x: move SET DFP ROUNDING MODE to the correct facilityAurelien Jarno1-1/+1
2015-06-05target-s390x: move STORE CLOCK FAST to the correct facilityAurelien Jarno1-1/+1
2015-06-05target-s390x: change CHRL and CGHRL format to RIL-bAurelien Jarno1-2/+2
2015-06-05target-s390x: fix CLGIT instructionAurelien Jarno1-1/+1
2015-06-05target-s390x: fix exception for invalid operation codeAurelien Jarno1-1/+1
2015-06-05target-s390x: implement LAY and LAEY instructionsAurelien Jarno2-0/+38
2015-06-05target-s390x: move a few instructions to the correct facilityAurelien Jarno1-4/+4
2015-06-05target-s390x: detect tininess before rounding for FP operationsAurelien Jarno1-0/+8
2015-06-05target-s390x: silence NaNs for LOAD LENGTHENED and LOAD ROUNDEDAurelien Jarno1-6/+6
2015-06-05target-s390x: fix MMU index computationAurelien Jarno1-4/+11
2015-06-05target-s390x: fix PSW value on dynamical exception from helpersAurelien Jarno1-1/+1
2015-06-05target-s390x: fix LOAD MULTIPLE instruction on page boundaryAurelien Jarno1-29/+99
2015-06-05target-s390x: implement STPT helperAurelien Jarno1-3/+4
2015-06-05target-s390x: implement STCKC helperAurelien Jarno1-2/+3
2015-06-05target-s390x: streamline STCK helperAurelien Jarno1-7/+2
2015-06-05target-s390x: simplify SCKC helperAurelien Jarno1-3/+4
2015-06-05target-s390x: add a tod2time functionAurelien Jarno2-2/+7
2015-06-05target-s390x: remove unused helpersAurelien Jarno2-22/+0
2015-06-05target-s390x: optimize (negative-) abs computationAurelien Jarno3-26/+14
2015-06-05target-s390x: fix CC computation for LOAD POSITIVE instructionsAurelien Jarno1-2/+2
2015-06-05target-s390x: fix CC computation for EX instructionAurelien Jarno1-2/+1
2015-06-03s390x/kvm: always ignore empty vcpu interrupt stateSascha Silbe1-3/+4
2015-06-02kvm: introduce kvm_arch_msi_data_to_gsiEric Auger1-0/+5
2015-05-27s390x: Enable vector processing capabilityEric Farman1-0/+1
2015-05-27s390x: Migrate vector registersEric Farman2-0/+75
2015-05-27s390x: Add vector registers to ELF dumpEric Farman1-0/+39
2015-05-27s390x: Add vector registers to HMP outputEric Farman1-0/+6
2015-05-27s390x: gdb updates for vector registersEric Farman1-0/+46
2015-05-27s390x: Store Additional Status SIGP orderEric Farman2-0/+56
2015-05-27s390x: Vector Register IOCTLsEric Farman4-35/+56
2015-05-27s390x: Common access to floating point registersEric Farman6-8/+17
2015-05-13s390x: Add interlocked access facility 1 instructionsAlexander Graf2-0/+51
2015-05-13s390x: Add some documentation in opcode listAlexander Graf1-0/+21
2015-05-13s390x: Fix stoc directionAlexander Graf1-0/+4
2015-05-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+3
2015-05-08s390x/kvm: migrate vcpu interrupt stateJens Freimann5-1/+82
2015-05-08s390x: move fpu regs into a subsection of the vmstateDavid Hildenbrand1-7/+29
2015-05-08s390x/kvm: use ioctl KVM_S390_IRQ for vcpu interruptsJens Freimann1-2/+20
2015-04-30kvm: add support for memory transaction attributesPaolo Bonzini1-1/+3
2015-04-30Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-04-3...Peter Maydell2-5/+5
2015-04-30misc: Fix new collection of typosStefan Weil2-5/+5
2015-04-30s390x/kvm: Support access register mode for KVM_S390_MEM_OP ioctlAlexander Yarygin4-48/+75
2015-04-30s390x/mmu: Use ioctl for reading and writing from/to guest memoryThomas Huth3-0/+54
2015-04-30s390x/kvm: Put vm name, extended name and UUID into STSI322 SYSIBEkaterina Tumanova2-2/+77
2015-04-30s390x/mmu: Use access type definitions instead of magic valuesThomas Huth2-6/+6
2015-03-16Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150316' into stagingPeter Maydell2-35/+131
2015-03-16s390x: CPACF: Handle key wrap machine optionsTony Krowiak1-0/+51