Age | Commit message (Expand) | Author | Files | Lines |
2015-03-16 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150316' into staging | Peter Maydell | 2 | -35/+131 |
2015-03-16 | s390x: CPACF: Handle key wrap machine options | Tony Krowiak | 1 | -0/+51 |
2015-03-16 | s390x/kvm: make use of generic vm attribute check | Dominik Dingel | 1 | -35/+7 |
2015-03-16 | s390x/kvm: Guest Migration TOD clock synchronization | Jason J. Herne | 2 | -0/+73 |
2015-03-13 | tcg: Change translator-side labels to a pointer | Richard Henderson | 1 | -3/+4 |
2015-03-12 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -1/+1 |
2015-03-11 | kvm: add machine state to kvm_arch_init | Marcel Apfelbaum | 1 | -1/+1 |
2015-03-11 | Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150310' into s... | Peter Maydell | 6 | -71/+431 |
2015-03-10 | cpu: Make cpu_init() return QOM CPUState object | Eduardo Habkost | 1 | -1/+1 |
2015-03-10 | s390x/kvm: passing max memory size to accelerator | Dominik Dingel | 2 | -0/+59 |
2015-03-10 | s390x/kvm: enable the new SIGP handling in user space | David Hildenbrand | 1 | -0/+3 |
2015-03-10 | s390x/kvm: deliver SIGP RESTART directly if stopped | David Hildenbrand | 1 | -2/+11 |
2015-03-10 | s390x: add function to deliver restart irqs | David Hildenbrand | 2 | -8/+32 |
2015-03-10 | s390x/kvm: SIGP START is only applicable when STOPPED | David Hildenbrand | 1 | -0/+5 |
2015-03-10 | s390x/kvm: implement handling of new SIGP orders | David Hildenbrand | 4 | -5/+218 |
2015-03-10 | s390x/kvm: trace all SIGP orders | David Hildenbrand | 1 | -1/+3 |
2015-03-10 | s390x/kvm: helper to set the SIGP status in SigpInfo | David Hildenbrand | 1 | -3/+8 |
2015-03-10 | s390x/kvm: pass the SIGP instruction parameter to the SIGP handler | David Hildenbrand | 1 | -2/+6 |
2015-03-10 | s390x/kvm: more details for SIGP handler with one destination vcpu | David Hildenbrand | 1 | -62/+91 |
2015-03-10 | s390x: introduce defines for SIGP condition codes | David Hildenbrand | 3 | -10/+17 |
2015-03-10 | Remove superfluous '\n' around error_report() | Gonglei | 1 | -1/+1 |
2015-02-18 | s390x/helper: Remove s390_cpu_physical_memory_map | Thomas Huth | 2 | -29/+0 |
2015-02-18 | s390x/ioinst: Rework memory access in TPI instruction | Thomas Huth | 2 | -13/+8 |
2015-02-18 | s390x/ioinst: Rework memory access in CHSC instruction | Thomas Huth | 1 | -9/+13 |
2015-02-18 | s390x/ioinst: Rework memory access in STCRW instruction | Thomas Huth | 2 | -11/+10 |
2015-02-18 | s390x/ioinst: Rework memory access in TSCH instruction | Thomas Huth | 2 | -15/+21 |
2015-02-18 | s390x/ioinst: Set condition code in ioinst_handle_tsch() handler | Thomas Huth | 3 | -12/+7 |
2015-02-18 | s390x/ioinst: Rework memory access in STSCH instruction | Thomas Huth | 1 | -14/+22 |
2015-02-18 | s390x/ioinst: Rework memory access in SSCH instruction | Thomas Huth | 1 | -11/+5 |
2015-02-18 | s390x/ioinst: Rework memory access in MSCH instruction | Thomas Huth | 1 | -13/+7 |
2015-02-18 | s390x/css: Make schib parameter of css_do_msch const | Thomas Huth | 1 | -1/+1 |
2015-02-18 | s390x/mmu: Add function for accessing guest memory | Thomas Huth | 2 | -0/+113 |
2015-02-18 | s390x/kvm: Add function for injecting pgm access exceptions | Thomas Huth | 3 | -6/+33 |
2015-02-18 | s390x/mmu: Clean up mmu_translate_asc() | Thomas Huth | 1 | -24/+15 |
2015-02-18 | s390x/mmu: Check bit 52 in page table entry | Thomas Huth | 2 | -1/+5 |
2015-02-18 | s390x/mmu: Renaming related to the ASCE confusion | Thomas Huth | 1 | -6/+6 |
2015-02-18 | s390x/mmu: Add support for read-only regions | Thomas Huth | 2 | -3/+5 |
2015-02-18 | s390x/mmu: Fix the exception codes for illegal table entries | Thomas Huth | 1 | -2/+1 |
2015-02-18 | s390x/mmu: Fix exception types when checking the ASCEs | Thomas Huth | 1 | -3/+3 |
2015-02-18 | s390x/mmu: Fix translation exception code in lowcore | Thomas Huth | 1 | -33/+15 |
2015-02-18 | s390x/mmu: Skip exceptions properly when translating addresses for debug | Thomas Huth | 4 | -40/+59 |
2015-02-18 | s390x/mmu: Check table length and offset fields | Thomas Huth | 2 | -0/+30 |
2015-02-18 | s390x/mmu: Fix the handling of the table levels | Thomas Huth | 1 | -68/+47 |
2015-02-18 | s390x/mmu: Fix the check for the real-space designation bit | Thomas Huth | 1 | -7/+6 |
2015-02-18 | s390x/mmu: Move mmu_translate() and friends to separate file | Thomas Huth | 4 | -323/+359 |
2015-02-13 | s390x/ipl: drop reipl parameters on resets | Fan Zhang | 1 | -1/+2 |
2015-02-13 | s390x/ipl: support diagnose 308 subcodes 5 and 6 | Fan Zhang | 1 | -2/+31 |
2015-02-12 | tcg: Introduce tcg_op_buf_count and tcg_op_buf_full | Richard Henderson | 1 | -6/+3 |
2015-02-12 | tcg: Move emit of INDEX_op_end into gen_tb_end | Richard Henderson | 1 | -1/+1 |
2015-02-03 | Merge remote-tracking branch 'remotes/rth/tags/pull-tg-s390-20150203' into st... | Peter Maydell | 6 | -25/+140 |