summaryrefslogtreecommitdiff
path: root/arch/s390/kvm/interrupt.c
AgeCommit message (Expand)Author
2015-06-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-06-23KVM: s390: clear floating interrupt bitmap and parametersJens Freimann
2015-05-13s390/sclp: unify basic sclp access by exposing "struct sclp"David Hildenbrand
2015-05-08KVM: s390: factor out and optimize floating irq VCPU kickDavid Hildenbrand
2015-05-08KVM: s390: optimize interrupt handling round trip timeJens Freimann
2015-05-08KVM: s390: fix external call injection without sigp interpretationDavid Hildenbrand
2015-03-31KVM: s390: migrate vcpu interrupt stateJens Freimann
2015-03-31KVM: s390: refactor vcpu injection functionJens Freimann
2015-03-31KVM: s390: cpu timer irq priorityDavid Hildenbrand
2015-03-31KVM: s390: deliver floating interrupts in order of priorityJens Freimann
2015-03-31KVM: s390: fix get_all_floating_irqsJens Freimann
2015-03-31KVM: s390: store the breaking-event address on pgm interruptsDavid Hildenbrand
2015-03-06KVM: s390: Machine CheckEric Farman
2015-03-06KVM: s390: Vector exceptionsEric Farman
2015-03-06KVM: s390: Use insn_length() to calculate length of instructionThomas Huth
2015-03-06KVM: s390: Nullify instruction for certain program exceptionsThomas Huth
2015-03-06KVM: s390: reinjection of irqs can fail in the tpi handlerDavid Hildenbrand
2015-02-09KVM: s390: floating irqs: fix user triggerable endless loopDavid Hildenbrand
2015-01-23KVM: s390: remove redundant setting of interrupt typeJens Freimann
2015-01-23KVM: s390: fix bug in interrupt parameter checkJens Freimann
2015-01-23KVM: s390: avoid memory leaks if __inject_vm() failsDavid Hildenbrand
2015-01-23KVM: s390: trace correct values for set prefix and machine checksJens Freimann
2015-01-23KVM: s390: fix bug in sigp emergency signal injectionJens Freimann
2015-01-23KVM: s390: no need to hold the kvm->mutex for floating interruptsChristian Borntraeger
2015-01-23KVM: s390: only one external call may be pending at a timeDavid Hildenbrand
2015-01-23KVM: s390: SIGP SET PREFIX cleanupDavid Hildenbrand
2015-01-23KVM: s390: a VCPU may only stop when no interrupts are left pendingDavid Hildenbrand
2015-01-23KVM: s390: handle stop irqs without action_bitsDavid Hildenbrand
2015-01-23KVM: s390: new parameter for SIGP STOP irqsDavid Hildenbrand
2015-01-23KVM: s390: forward hrtimer if guest ckc not pending yetDavid Hildenbrand
2015-01-23KVM: s390: prevent sleep duration underflows in handle_wait()David Hildenbrand
2015-01-23KVM: s390: make local function staticChristian Borntraeger
2014-12-04KVM: s390: clean up return code handling in irq delivery codeJens Freimann
2014-12-04KVM: s390: use atomic bitops to access pending_irqs bitmapJens Freimann
2014-12-04KVM: s390: some ext irqs have to clear the ext cpu addrDavid Hildenbrand
2014-11-28KVM: s390: allow injecting all kinds of machine checksJens Freimann
2014-11-28KVM: s390: handle pending local interrupts via bitmapJens Freimann
2014-11-28KVM: s390: refactor interrupt delivery codeJens Freimann
2014-11-28KVM: s390: add defines for virtio and pfault interrupt codeJens Freimann
2014-11-28KVM: s390: external param not valid for cpu timer and ckcDavid Hildenbrand
2014-11-28KVM: s390: refactor interrupt injection codeJens Freimann
2014-11-28KVM: s390: trigger the right CPU exit for floating interruptsChristian Borntraeger
2014-10-28KVM: s390: Fix size of monitor-class number fieldThomas Huth
2014-10-01KVM: s390: count vcpu wakeups in stat.halt_wakeupDavid Hildenbrand
2014-09-10KVM: s390/interrupt: remove double assignmentChristian Borntraeger
2014-09-10KVM: s390: unintended fallthrough for external callChristian Borntraeger
2014-09-10KVM: s390: add __must_check to interrupt deliver functionsChristian Borntraeger
2014-08-25KVM: s390/mm: cleanup gmap function arguments, variable namesMartin Schwidefsky
2014-08-25KVM: s390: don't use kvm lock in interrupt injection codeJens Freimann
2014-08-25KVM: s390: return -EFAULT if lowcore is not mapped during irq deliveryJens Freimann