aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-09target/arm: Make exception vector loads honour the SAUPeter Maydell
2018-02-09target/arm: Make v7m_push_callee_stack() honour MPUPeter Maydell
2018-02-09target/arm: Make v7M exception entry stack push check MPUPeter Maydell
2018-02-09target/arm: Add ignore_stackfaults argument to v7m_exception_taken()Peter Maydell
2018-02-09target/arm: Split "get pending exception info" from "acknowledge it"Peter Maydell
2018-02-09target/arm: Add armv7m_nvic_set_pending_derived()Peter Maydell
2018-02-09MAINTAINERS: add David as additional tcg/s390 maintainerCornelia Huck
2018-02-09MAINTAINERS: reorganize s390-ccw bios maintainershipCornelia Huck
2018-02-09MAINTAINERS: add myself as overall s390x maintainerCornelia Huck
2018-02-09s390x/pci: use the right pal and pba in reg_ioat()Yi Min Zhao
2018-02-09s390x/pci: fixup global refreshYi Min Zhao
2018-02-09s390x/pci: fixup the code walking IOMMU tablesYi Min Zhao
2018-02-09s390x/cpumodel: model PTFF subfunctions for Multiple-epoch facilityDavid Hildenbrand
2018-02-09s390x/cpumodel: allow zpci features in qemu modelCornelia Huck
2018-02-09s390x/tcg: wire up pci instructionsCornelia Huck
2018-02-09s390x/sclp: fix event mask handlingChristian Borntraeger
2018-02-09s390x/flic: cache the common flic class in a central functionDavid Hildenbrand
2018-02-09s390x/kvm: cache the kvm flic in a central functionDavid Hildenbrand
2018-02-09s390x/tcg: cache the qemu flic in a central functionDavid Hildenbrand
2018-02-09configure: s390x supports mttcg nowDavid Hildenbrand
2018-02-09s390x/tcg: remove SMP warningDavid Hildenbrand
2018-02-09s390x/tcg: STSI overhaulDavid Hildenbrand
2018-02-09s390x: fix size + content of STSI blocksDavid Hildenbrand
2018-02-09s390x/flic: optimize CPU wakeup for TCGDavid Hildenbrand
2018-02-09s390x/flic: implement qemu_s390_clear_io_flic()David Hildenbrand
2018-02-09s390x/tcg: implement TEST PENDING INTERRUPTIONDavid Hildenbrand
2018-02-09s390x/flic: make floating interrupts on TCG actually floatingDavid Hildenbrand
2018-02-09s390x/tcg: tolerate wrong wakeups due to floating interruptsDavid Hildenbrand
2018-02-09s390x/flic: no need to call s390_io_interrupt() from flicDavid Hildenbrand
2018-02-09s390x/flic: factor out injection of floating interruptsDavid Hildenbrand
2018-02-09s390x/tcg: simplify machine check handlingDavid Hildenbrand
2018-02-09s390x/tcg: simplify lookup of flicDavid Hildenbrand
2018-02-09s390x/flic: simplify flic initializationDavid Hildenbrand
2018-02-09s390x/tcg: deliver multiple interrupts in a rowDavid Hildenbrand
2018-02-09Fix configure for s390 qemu on alpine and other busybox environmentsAlice Frosi
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster
2018-02-09Clean up includesMarkus Armbruster
2018-02-09Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2018-02-09vnc: use stubs for CONFIG_VNC=n dummy functionsGerd Hoffmann
2018-02-08Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180208' into stagingPeter Maydell
2018-02-08tcg/aarch64: Add vector operationsRichard Henderson
2018-02-08tcg/i386: Add vector operationsRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 orr/bic immediateRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 multipliesRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 comparesRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 constant shiftsRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 dup/moviRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 mov/not/negRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 add/sub/logicRichard Henderson
2018-02-08target/arm: Align vector registersRichard Henderson