summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/interrupt.c
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: s390: migrate vcpu interrupt stateJens Freimann2015-03-311-0/+140
* KVM: s390: refactor vcpu injection functionJens Freimann2015-03-311-3/+12
* KVM: s390: cpu timer irq priorityDavid Hildenbrand2015-03-311-7/+27
* KVM: s390: deliver floating interrupts in order of priorityJens Freimann2015-03-311-359/+473
* KVM: s390: fix get_all_floating_irqsJens Freimann2015-03-311-26/+32
* KVM: s390: store the breaking-event address on pgm interruptsDavid Hildenbrand2015-03-311-0/+2
* KVM: s390: Machine CheckEric Farman2015-03-061-0/+4
* KVM: s390: Vector exceptionsEric Farman2015-03-061-0/+1
* KVM: s390: Use insn_length() to calculate length of instructionThomas Huth2015-03-061-4/+3
* KVM: s390: Nullify instruction for certain program exceptionsThomas Huth2015-03-061-1/+17
* KVM: s390: reinjection of irqs can fail in the tpi handlerDavid Hildenbrand2015-03-061-2/+2
* KVM: s390: floating irqs: fix user triggerable endless loopDavid Hildenbrand2015-02-091-0/+2
* KVM: s390: remove redundant setting of interrupt typeJens Freimann2015-01-231-1/+0
* KVM: s390: fix bug in interrupt parameter checkJens Freimann2015-01-231-2/+2
* KVM: s390: avoid memory leaks if __inject_vm() failsDavid Hildenbrand2015-01-231-1/+5
* KVM: s390: trace correct values for set prefix and machine checksJens Freimann2015-01-231-4/+4
* KVM: s390: fix bug in sigp emergency signal injectionJens Freimann2015-01-231-3/+2
* KVM: s390: no need to hold the kvm->mutex for floating interruptsChristian Borntraeger2015-01-231-8/+0
* KVM: s390: only one external call may be pending at a timeDavid Hildenbrand2015-01-231-15/+42
* KVM: s390: SIGP SET PREFIX cleanupDavid Hildenbrand2015-01-231-0/+3
* KVM: s390: a VCPU may only stop when no interrupts are left pendingDavid Hildenbrand2015-01-231-2/+2
* KVM: s390: handle stop irqs without action_bitsDavid Hildenbrand2015-01-231-26/+45
* KVM: s390: new parameter for SIGP STOP irqsDavid Hildenbrand2015-01-231-1/+17
* KVM: s390: forward hrtimer if guest ckc not pending yetDavid Hildenbrand2015-01-231-2/+12
* KVM: s390: prevent sleep duration underflows in handle_wait()David Hildenbrand2015-01-231-1/+7
* KVM: s390: make local function staticChristian Borntraeger2015-01-231-1/+1
* KVM: s390: clean up return code handling in irq delivery codeJens Freimann2014-12-041-13/+13
* KVM: s390: use atomic bitops to access pending_irqs bitmapJens Freimann2014-12-041-2/+2
* KVM: s390: some ext irqs have to clear the ext cpu addrDavid Hildenbrand2014-12-041-0/+3
* KVM: s390: allow injecting all kinds of machine checksJens Freimann2014-11-281-3/+11
* KVM: s390: handle pending local interrupts via bitmapJens Freimann2014-11-281-245/+356
* KVM: s390: refactor interrupt delivery codeJens Freimann2014-11-281-177/+282
* KVM: s390: add defines for virtio and pfault interrupt codeJens Freimann2014-11-281-2/+4
* KVM: s390: external param not valid for cpu timer and ckcDavid Hildenbrand2014-11-281-4/+2
* KVM: s390: refactor interrupt injection codeJens Freimann2014-11-281-54/+167
* KVM: s390: trigger the right CPU exit for floating interruptsChristian Borntraeger2014-11-281-1/+11
* KVM: s390: Fix size of monitor-class number fieldThomas Huth2014-10-281-1/+1
* KVM: s390: count vcpu wakeups in stat.halt_wakeupDavid Hildenbrand2014-10-011-0/+1
* KVM: s390/interrupt: remove double assignmentChristian Borntraeger2014-09-101-1/+0
* KVM: s390: unintended fallthrough for external callChristian Borntraeger2014-09-101-0/+1
* KVM: s390: add __must_check to interrupt deliver functionsChristian Borntraeger2014-09-101-6/+6
* KVM: s390/mm: cleanup gmap function arguments, variable namesMartin Schwidefsky2014-08-251-1/+1
* KVM: s390: don't use kvm lock in interrupt injection codeJens Freimann2014-08-251-2/+0
* KVM: s390: return -EFAULT if lowcore is not mapped during irq deliveryJens Freimann2014-08-251-22/+18
* KVM: s390: no special machine check deliveryChristian Borntraeger2014-08-251-56/+0
* KVM: s390: factor out get_ilc() functionJens Freimann2014-08-251-20/+21
* KVM: s390: add defines for pfault init delivery codeJens Freimann2014-08-251-2/+4
* KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras2014-08-051-2/+1
* KVM: s390: rework broken SIGP STOP interrupt handlingDavid Hildenbrand2014-07-311-0/+3
* KVM: s390: remove the tasklet used by the hrtimerDavid Hildenbrand2014-07-211-12/+1
OpenPOWER on IntegriCloud