aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/interrupt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-06KVM: s390: Machine CheckEric Farman1-0/+4
2015-03-06KVM: s390: Vector exceptionsEric Farman1-0/+1
2015-03-06KVM: s390: Use insn_length() to calculate length of instructionThomas Huth1-4/+3
2015-03-06KVM: s390: Nullify instruction for certain program exceptionsThomas Huth1-1/+17
2015-03-06KVM: s390: reinjection of irqs can fail in the tpi handlerDavid Hildenbrand1-2/+2
2015-02-09KVM: s390: floating irqs: fix user triggerable endless loopDavid Hildenbrand1-0/+2
2015-01-23KVM: s390: remove redundant setting of interrupt typeJens Freimann1-1/+0
2015-01-23KVM: s390: fix bug in interrupt parameter checkJens Freimann1-2/+2
2015-01-23KVM: s390: avoid memory leaks if __inject_vm() failsDavid Hildenbrand1-1/+5
2015-01-23KVM: s390: trace correct values for set prefix and machine checksJens Freimann1-4/+4
2015-01-23KVM: s390: fix bug in sigp emergency signal injectionJens Freimann1-3/+2
2015-01-23KVM: s390: no need to hold the kvm->mutex for floating interruptsChristian Borntraeger1-8/+0
2015-01-23KVM: s390: only one external call may be pending at a timeDavid Hildenbrand1-15/+42
2015-01-23KVM: s390: SIGP SET PREFIX cleanupDavid Hildenbrand1-0/+3
2015-01-23KVM: s390: a VCPU may only stop when no interrupts are left pendingDavid Hildenbrand1-2/+2
2015-01-23KVM: s390: handle stop irqs without action_bitsDavid Hildenbrand1-26/+45
2015-01-23KVM: s390: new parameter for SIGP STOP irqsDavid Hildenbrand1-1/+17
2015-01-23KVM: s390: forward hrtimer if guest ckc not pending yetDavid Hildenbrand1-2/+12
2015-01-23KVM: s390: prevent sleep duration underflows in handle_wait()David Hildenbrand1-1/+7
2015-01-23KVM: s390: make local function staticChristian Borntraeger1-1/+1
2014-12-04KVM: s390: clean up return code handling in irq delivery codeJens Freimann1-13/+13
2014-12-04KVM: s390: use atomic bitops to access pending_irqs bitmapJens Freimann1-2/+2
2014-12-04KVM: s390: some ext irqs have to clear the ext cpu addrDavid Hildenbrand1-0/+3
2014-11-28KVM: s390: allow injecting all kinds of machine checksJens Freimann1-3/+11
2014-11-28KVM: s390: handle pending local interrupts via bitmapJens Freimann1-245/+356
2014-11-28KVM: s390: refactor interrupt delivery codeJens Freimann1-177/+282
2014-11-28KVM: s390: add defines for virtio and pfault interrupt codeJens Freimann1-2/+4
2014-11-28KVM: s390: external param not valid for cpu timer and ckcDavid Hildenbrand1-4/+2
2014-11-28KVM: s390: refactor interrupt injection codeJens Freimann1-54/+167
2014-11-28KVM: s390: trigger the right CPU exit for floating interruptsChristian Borntraeger1-1/+11
2014-10-28KVM: s390: Fix size of monitor-class number fieldThomas Huth1-1/+1
2014-10-01KVM: s390: count vcpu wakeups in stat.halt_wakeupDavid Hildenbrand1-0/+1
2014-09-10KVM: s390/interrupt: remove double assignmentChristian Borntraeger1-1/+0
2014-09-10KVM: s390: unintended fallthrough for external callChristian Borntraeger1-0/+1
2014-09-10KVM: s390: add __must_check to interrupt deliver functionsChristian Borntraeger1-6/+6
2014-08-25KVM: s390/mm: cleanup gmap function arguments, variable namesMartin Schwidefsky1-1/+1
2014-08-25KVM: s390: don't use kvm lock in interrupt injection codeJens Freimann1-2/+0
2014-08-25KVM: s390: return -EFAULT if lowcore is not mapped during irq deliveryJens Freimann1-22/+18
2014-08-25KVM: s390: no special machine check deliveryChristian Borntraeger1-56/+0
2014-08-25KVM: s390: factor out get_ilc() functionJens Freimann1-20/+21
2014-08-25KVM: s390: add defines for pfault init delivery codeJens Freimann1-2/+4
2014-08-05KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras1-2/+1
2014-07-31KVM: s390: rework broken SIGP STOP interrupt handlingDavid Hildenbrand1-0/+3
2014-07-21KVM: s390: remove the tasklet used by the hrtimerDavid Hildenbrand1-12/+1
2014-07-21KVM: s390: move vcpu wakeup code to a central pointDavid Hildenbrand1-9/+15
2014-07-21KVM: s390: remove _bh locking from local_int.lockDavid Hildenbrand1-16/+16
2014-07-21KVM: s390: cleanup handle_wait by reusing kvm_vcpu_blockDavid Hildenbrand1-36/+5
2014-05-30KVM: s390: a VCPU is already started when delivering interruptsDavid Hildenbrand1-1/+0
2014-05-16KVM: s390: interpretive execution of SIGP EXTERNAL CALLDavid Hildenbrand1-4/+26
2014-05-06KVM: s390: Add clock comparator and CPU timer IRQ injectionThomas Huth1-0/+32