Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-10-20 | target/s390x: special handling when starting a CPU with WAIT PSW | David Hildenbrand | 1 | -1/+5 |
2017-10-20 | s390x/tcg: unlock NMI | David Hildenbrand | 1 | -5/+0 |
2017-10-20 | s390x/tcg: flush the tlb on SIGP SET PREFIX | David Hildenbrand | 1 | -0/+1 |
2017-10-20 | s390x/tcg: implement STOP and RESET interrupts for TCG | David Hildenbrand | 1 | -0/+2 |
2017-10-20 | s390x/tcg: implement SIGP CONDITIONAL EMERGENCY SIGNAL | David Hildenbrand | 1 | -0/+37 |
2017-10-20 | s390x/tcg: implement SIGP EMERGENCY SIGNAL | David Hildenbrand | 1 | -0/+15 |
2017-10-20 | s390x/tcg: implement SIGP EXTERNAL CALL | David Hildenbrand | 1 | -2/+23 |
2017-10-20 | s390x/tcg: implement SIGP SENSE | David Hildenbrand | 1 | -0/+29 |
2017-10-20 | s390x/tcg: implement SIGP SENSE RUNNING STATUS | David Hildenbrand | 1 | -0/+25 |
2017-10-20 | s390x/kvm: factor out actual handling of STOP interrupts | David Hildenbrand | 1 | -1/+14 |
2017-10-20 | s390x/kvm: factor out SIGP code into sigp.c | David Hildenbrand | 1 | -0/+366 |