Age | Commit message (Expand) | Author | Files | Lines |
2019-04-25 | s390x/kvm: Configure page size after memory has actually been initialized | David Hildenbrand | 1 | -21/+14 |
2019-04-18 | s390x/kvm: Report warnings with warn_report(), not error_printf() | Markus Armbruster | 1 | -1/+1 |
2019-02-18 | s390x/kvm: add tracepoint to ioeventfd interface | Cornelia Huck | 1 | -0/+2 |
2019-02-18 | s390x: always provide pci support | Cornelia Huck | 1 | -3/+1 |
2019-02-18 | s390x: Fix the confusing contributions-after-2012 license statements | Thomas Huth | 1 | -11/+8 |
2019-02-04 | s390x: remove direct reference to mem_path global from s390x code | Igor Mammedov | 1 | -2/+3 |
2018-10-12 | s390x/kvm: enable AP instruction interpretation for guest | Tony Krowiak | 1 | -0/+19 |
2018-10-04 | s390x: move tcg_s390_program_interrupt() into TCG code and mark it noreturn | David Hildenbrand | 1 | -1/+3 |
2018-10-04 | s390x: Fence huge pages prior to 3.1 | Janosch Frank | 1 | -0/+6 |
2018-08-20 | s390x: Enable KVM huge page backing support | Janosch Frank | 1 | -2/+33 |
2018-08-20 | s390x/kvm: add etoken facility | Christian Borntraeger | 1 | -0/+11 |
2018-07-02 | s390x/kvm: indicate alignment in legacy_s390_alloc() | David Hildenbrand | 1 | -0/+3 |
2018-07-02 | s390x/kvm: legacy_s390_alloc() only supports one allocation | David Hildenbrand | 1 | -2/+10 |
2018-07-02 | s390x/kvm: pass values instead of pointers to kvm_s390_set_clock_*() | David Hildenbrand | 1 | -6/+6 |
2018-05-31 | target: Do not include "exec/address-spaces.h" if it is not necessary | Philippe Mathieu-Daudé | 1 | -1/+0 |
2018-05-14 | s390x: refactor reset/reipl handling | David Hildenbrand | 1 | -1/+1 |
2018-04-30 | s390x/kvm: cleanup calls to cpu_synchronize_state() | David Hildenbrand | 1 | -19/+1 |
2018-04-09 | s390x/kvm: call cpu_synchronize_state() on every kvm_arch_handle_exit() | David Hildenbrand | 1 | -0/+2 |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster | 1 | -1/+0 |
2018-02-26 | s390x: remove s390_get_memslot_count | Cornelia Huck | 1 | -5/+0 |
2018-02-26 | qmp: expose s390-specific CPU info | Viktor Mihajlovski | 1 | -4/+4 |
2018-02-26 | s390x/cpu: expose the guest crash information | Christian Borntraeger | 1 | -8/+7 |
2018-02-19 | mem: add share parameter to memory-backend-ram | Marcel Apfelbaum | 1 | -2/+2 |
2018-02-09 | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in... | Peter Maydell | 1 | -1/+1 |
2018-02-09 | Drop superfluous includes of qapi/qmp/qjson.h | Markus Armbruster | 1 | -1/+0 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2018-02-09 | s390x/cpumodel: model PTFF subfunctions for Multiple-epoch facility | David Hildenbrand | 1 | -0/+8 |
2018-02-09 | s390x: fix size + content of STSI blocks | David Hildenbrand | 1 | -1/+1 |
2018-02-09 | s390x/flic: factor out injection of floating interrupts | David Hildenbrand | 1 | -63/+5 |
2018-01-22 | s390x/kvm: Handle bpb feature | Christian Borntraeger | 1 | -0/+14 |
2018-01-16 | maint: Fix macros with broken 'do/while(0); ' usage | Eric Blake | 1 | -1/+1 |
2017-12-14 | s390x/kvm: factor out build_channel_report_mcic() into cpu.h | David Hildenbrand | 1 | -23/+2 |
2017-12-14 | s390x/diag: pass the retaddr into handle_diag_308() | David Hildenbrand | 1 | -1/+1 |
2017-12-14 | s390x/pci: pass the retaddr to all PCI instructions | David Hildenbrand | 1 | -7/+7 |
2017-12-14 | s390x/ioinst: pass the retaddr to all IO instructions | David Hildenbrand | 1 | -13/+14 |
2017-12-14 | s390x/migration: use zero flag parameter | Christian Borntraeger | 1 | -8/+8 |
2017-10-30 | s390x/kvm: use cpu model for gscb on compat machines | Christian Borntraeger | 1 | -1/+1 |
2017-10-20 | s390x/kvm: factor out actual handling of STOP interrupts | David Hildenbrand | 1 | -7/+1 |
2017-10-20 | s390x/kvm: factor out SIGP code into sigp.c | David Hildenbrand | 1 | -343/+6 |
2017-10-20 | s390x/kvm: drop two debug prints | David Hildenbrand | 1 | -2/+0 |
2017-10-20 | s390x/kvm: factor out storing of adtl CPU status | David Hildenbrand | 1 | -29/+1 |
2017-10-20 | s390x/kvm: factor out storing of CPU status | David Hildenbrand | 1 | -66/+3 |
2017-10-20 | s390x/kvm: generalize SIGP stop and restart interrupt injection | David Hildenbrand | 1 | -12/+21 |
2017-10-20 | s390x/kvm: pass ipb directly into handle_sigp() | David Hildenbrand | 1 | -3/+3 |
2017-10-20 | target/s390x: factor out handling of WAIT PSW into s390_handle_wait() | David Hildenbrand | 1 | -13/+1 |
2017-10-06 | s390/kvm: Support for get/set of extended TOD-Clock for guest | Collin L. Walling | 1 | -1/+32 |
2017-10-06 | s390x/kvm: fix and cleanup storing CPU status | David Hildenbrand | 1 | -20/+42 |
2017-10-06 | s390x: use generic cpu_model parsing | Igor Mammedov | 1 | -0/+3 |
2017-09-22 | s390x/ais: for 2.10 stable: disable ais facility | Christian Borntraeger | 1 | -2/+7 |
2017-09-19 | s390x: move s390_virtio_hypercall() to s390-virtio-hcall.h | David Hildenbrand | 1 | -0/+1 |