Age | Commit message (Expand) | Author |
2018-07-02 | s390x/tcg: fix locking problem with tcg_s390_tod_updated | David Hildenbrand |
2018-07-02 | s390x/kvm: indicate alignment in legacy_s390_alloc() | David Hildenbrand |
2018-07-02 | s390x/kvm: legacy_s390_alloc() only supports one allocation | David Hildenbrand |
2018-07-02 | s390x/tcg: fix CPU hotplug with single-threaded TCG | David Hildenbrand |
2018-07-02 | s390x/tcg: rearm the CKC timer during migration | David Hildenbrand |
2018-07-02 | s390x/tcg: implement SET CLOCK | David Hildenbrand |
2018-07-02 | s390x/tcg: SET CLOCK COMPARATOR can clear CKC interrupts | David Hildenbrand |
2018-07-02 | s390x/tcg: properly implement the TOD | David Hildenbrand |
2018-07-02 | s390x/tcg: drop tod_basetime | David Hildenbrand |
2018-07-02 | s390x/tod: factor out TOD into separate device | David Hildenbrand |
2018-07-02 | s390x/kvm: pass values instead of pointers to kvm_s390_set_clock_*() | David Hildenbrand |
2018-07-02 | s390x/tcg: avoid overflows in time2tod/tod2time | David Hildenbrand |
2018-07-02 | s390x/cpumodel: default enable bpb and ppa15 for z196 and later | Christian Borntraeger |
2018-06-27 | compiler: add a sizeof_field() macro | Stefan Hajnoczi |
2018-06-18 | s390x/cpumodels: add z14 Model ZR1 | Christian Borntraeger |
2018-06-04 | Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st... | Peter Maydell |
2018-06-01 | tcg: Pass tb and index to tcg_gen_exit_tb separately | Richard Henderson |
2018-06-01 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-06-01 | target: Do not include "exec/exec-all.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-05-31 | target: Do not include "exec/address-spaces.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-05-31 | Make address_space_access_valid() take a MemTxAttrs argument | Peter Maydell |
2018-05-18 | target/s390x: Honor CPU_DUMP_FPU | Richard Henderson |
2018-05-17 | target/s390x: Remove floatX_maybe_silence_nan from conversions | Richard Henderson |
2018-05-14 | target/s390x: Fix brace Werror with clang 6.0.0 | Richard Henderson |
2018-05-14 | s390x: refactor reset/reipl handling | David Hildenbrand |
2018-05-09 | target/s390x: convert to TranslatorOps | Emilio G. Cota |
2018-05-09 | target/s390x: convert to DisasContextBase | Emilio G. Cota |
2018-05-09 | target/s390x: convert to DisasJumpType | Emilio G. Cota |
2018-05-09 | target/s390x: avoid integer overflow in next_page PC check | Emilio G. Cota |
2018-05-04 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-05-04' into ... | Peter Maydell |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau |
2018-04-30 | s390x/kvm: cleanup calls to cpu_synchronize_state() | David Hildenbrand |
2018-04-09 | s390x: load_psw() should only exchange the PSW for KVM | David Hildenbrand |
2018-04-09 | s390x/mmu: don't overwrite pending exception in mmu translate | David Hildenbrand |
2018-04-09 | s390x/kvm: call cpu_synchronize_state() on every kvm_arch_handle_exit() | David Hildenbrand |
2018-03-23 | s390x/cpumodel: fix feature groups and breakage of MSA8 | Christian Borntraeger |
2018-03-20 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2018-03-19 | qapi: Replace qobject_to_X(o) by qobject_to(X, o) | Max Reitz |
2018-03-19 | cpu: get rid of unused cpu_init() defines | Igor Mammedov |
2018-03-19 | cpu: add CPU_RESOLVING_TYPE macro | Igor Mammedov |
2018-03-08 | target/s390x: Remove leading underscores from #defines | Thomas Huth |
2018-03-02 | qapi: Empty out qapi-schema.json | Markus Armbruster |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-03-01 | s390x/tcg: fix loading 31bit PSWs with the highest bit set | David Hildenbrand |
2018-02-26 | s390x: remove s390_get_memslot_count | Cornelia Huck |
2018-02-26 | s390x/sclp: remove memory hotplug support | David Hildenbrand |
2018-02-26 | s390x/cpumodel: document S390FeatDef.bit not applicable | Halil Pasic |
2018-02-26 | qmp: expose s390-specific CPU info | Viktor Mihajlovski |
2018-02-26 | s390x/tcg: add various alignment checks | David Hildenbrand |
2018-02-26 | s390x/tcg: fix disabling/enabling DAT | David Hildenbrand |