aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-09sdhci: Add i.MX specific subtype of SDHCIAndrey Smirnov3-1/+265
2018-02-09target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction supportArd Biesheuvel2-0/+23
2018-02-09target/arm: implement SM4 instructionsArd Biesheuvel4-0/+103
2018-02-09target/arm: implement SM3 instructionsArd Biesheuvel4-3/+186
2018-02-09target/arm: implement SHA-3 instructionsArd Biesheuvel2-4/+145
2018-02-09target/arm: implement SHA-512 instructionsArd Biesheuvel4-1/+205
2018-02-09target/arm: Handle exceptions during exception stack popPeter Maydell1-21/+94
2018-02-09target/arm: Make exception vector loads honour the SAUPeter Maydell1-16/+55
2018-02-09target/arm: Make v7m_push_callee_stack() honour MPUPeter Maydell1-15/+49
2018-02-09target/arm: Make v7M exception entry stack push check MPUPeter Maydell1-16/+87
2018-02-09target/arm: Add ignore_stackfaults argument to v7m_exception_taken()Peter Maydell1-12/+23
2018-02-09target/arm: Split "get pending exception info" from "acknowledge it"Peter Maydell4-15/+53
2018-02-09target/arm: Add armv7m_nvic_set_pending_derived()Peter Maydell3-3/+80
2018-02-09MAINTAINERS: add David as additional tcg/s390 maintainerCornelia Huck1-0/+1
2018-02-09MAINTAINERS: reorganize s390-ccw bios maintainershipCornelia Huck1-2/+9
2018-02-09MAINTAINERS: add myself as overall s390x maintainerCornelia Huck1-0/+23
2018-02-09s390x/pci: use the right pal and pba in reg_ioat()Yi Min Zhao1-0/+2
2018-02-09s390x/pci: fixup global refreshYi Min Zhao3-15/+63
2018-02-09s390x/pci: fixup the code walking IOMMU tablesYi Min Zhao3-78/+225
2018-02-09s390x/cpumodel: model PTFF subfunctions for Multiple-epoch facilityDavid Hildenbrand4-0/+28
2018-02-09s390x/cpumodel: allow zpci features in qemu modelCornelia Huck2-1/+11
2018-02-09s390x/tcg: wire up pci instructionsCornelia Huck4-0/+213
2018-02-09s390x/sclp: fix event mask handlingChristian Borntraeger1-2/+2
2018-02-09s390x/flic: cache the common flic class in a central functionDavid Hildenbrand5-11/+23
2018-02-09s390x/kvm: cache the kvm flic in a central functionDavid Hildenbrand1-5/+16
2018-02-09s390x/tcg: cache the qemu flic in a central functionDavid Hildenbrand4-10/+22
2018-02-09configure: s390x supports mttcg nowDavid Hildenbrand1-0/+1
2018-02-09s390x/tcg: remove SMP warningDavid Hildenbrand1-4/+0
2018-02-09s390x/tcg: STSI overhaulDavid Hildenbrand2-103/+131
2018-02-09s390x: fix size + content of STSI blocksDavid Hildenbrand3-27/+33
2018-02-09s390x/flic: optimize CPU wakeup for TCGDavid Hildenbrand3-7/+33
2018-02-09s390x/flic: implement qemu_s390_clear_io_flic()David Hildenbrand1-2/+29
2018-02-09s390x/tcg: implement TEST PENDING INTERRUPTIONDavid Hildenbrand4-0/+64
2018-02-09s390x/flic: make floating interrupts on TCG actually floatingDavid Hildenbrand6-152/+212
2018-02-09s390x/tcg: tolerate wrong wakeups due to floating interruptsDavid Hildenbrand1-0/+5
2018-02-09s390x/flic: no need to call s390_io_interrupt() from flicDavid Hildenbrand1-1/+2
2018-02-09s390x/flic: factor out injection of floating interruptsDavid Hildenbrand8-116/+123
2018-02-09s390x/tcg: simplify machine check handlingDavid Hildenbrand4-47/+12
2018-02-09s390x/tcg: simplify lookup of flicDavid Hildenbrand1-5/+3
2018-02-09s390x/flic: simplify flic initializationDavid Hildenbrand3-23/+5
2018-02-09s390x/tcg: deliver multiple interrupts in a rowDavid Hildenbrand1-4/+16
2018-02-09Fix configure for s390 qemu on alpine and other busybox environmentsAlice Frosi1-2/+2
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster35-36/+0
2018-02-09Clean up includesMarkus Armbruster30-51/+9
2018-02-09Use #include "..." for our own headers, <...> for othersMarkus Armbruster19-27/+20
2018-02-09vnc: use stubs for CONFIG_VNC=n dummy functionsGerd Hoffmann3-21/+22
2018-02-08Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180208' into stagingPeter Maydell25-495/+6969
2018-02-08tcg/aarch64: Add vector operationsRichard Henderson3-47/+569
2018-02-08tcg/i386: Add vector operationsRichard Henderson3-54/+987
2018-02-08target/arm: Use vector infrastructure for aa64 orr/bic immediateRichard Henderson1-23/+5