summaryrefslogtreecommitdiff
path: root/arch/s390/kvm/interrupt.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-29KVM: s390: introduce kvm_s390_vcpu_{start,stop}David Hildenbrand1-1/+1
2014-04-22KVM: s390: Drop pending interrupts on guest exitChristian Borntraeger1-2/+2
2014-04-22KVM: s390: no timer interrupts when single-stepping a guestDavid Hildenbrand1-0/+3
2014-04-22KVM: s390: move timer interrupt checks into own functionsDavid Hildenbrand1-18/+20
2014-04-22KVM: s390: hardware support for guest debuggingDavid Hildenbrand1-1/+7
2014-04-22KVM: s390: deliver program irq parameters and use correct ilcDavid Hildenbrand1-9/+101
2014-04-22KVM: s390: reinject io interrupt on tpi failureCornelia Huck1-0/+6
2014-04-22KVM: s390: convert local irqs in __do_deliver_interrupt()Jens Freimann1-38/+43
2014-04-22KVM: s390: convert __do_deliver_interrupt()Heiko Carstens1-38/+44
2014-04-22KVM: s390: allow injecting every kind of interruptJens Freimann1-0/+25
2014-03-25Merge tag 'kvm-s390-20140325' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini1-0/+14
2014-03-25KVM: s390: clear local interrupts at cpu initial resetJens Freimann1-0/+14
2014-03-21KVM: s390: irq routing for adapter interrupts.Cornelia Huck1-0/+121
2014-03-21KVM: s390: adapter interrupt sourcesCornelia Huck1-1/+172
2014-03-17KVM: s390: Removing untriggerable BUG_ONsDominik Dingel1-2/+0
2014-03-04KVM: s390: get rid of local_int arrayJens Freimann1-2/+4
2014-02-26KVM/s390: Set preempted flag during vcpu wakeup and interrupt deliveryMichael Mueller1-0/+3
2014-01-30KVM: async_pf: Async page fault support on s390Dominik Dingel1-7/+58
2014-01-30KVM: s390: limit floating irqsJens Freimann1-5/+21
2014-01-30KVM: s390: add floating irq controllerJens Freimann1-51/+253
2013-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2013-10-22s390/time: correct use of store clock fastMartin Schwidefsky1-3/+3
2013-09-24KVM: s390: Lock kvm->srcu at the appropriate placesThomas Huth1-0/+3
2013-06-17KVM: s390: Use common waitqueueChristian Borntraeger1-9/+9
2013-03-07s390/kvm,gaccess: add address space annotationsHeiko Carstens1-18/+18
2013-03-07s390/kvm,gaccess: shorten put/get_guest codeHeiko Carstens1-24/+28
2013-03-07s390/kvm: remove explicit -EFAULT return code checking on guest accessHeiko Carstens1-172/+69
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+262
2013-02-14s390/time: rename tod clock access functionsHeiko Carstens1-3/+3
2013-02-11KVM: s390: Fix handling of iscs.Cornelia Huck1-3/+15
2013-01-16s390/time: fix sched_clock() overflowHeiko Carstens1-1/+1
2013-01-07KVM: s390: Add support for channel I/O instructions.Cornelia Huck1-0/+37
2013-01-07KVM: s390: Add support for machine checks.Cornelia Huck1-0/+112
2013-01-07KVM: s390: Support for I/O interrupts.Cornelia Huck1-2/+101
2012-10-10s390/kvm: Interrupt injection bugfixJason J. Herne1-1/+18
2012-09-27KVM: s390: Fix vcpu_load handling in interrupt codeChristian Borntraeger1-2/+0
2012-07-26KVM: s390: Add implementation-specific trace eventsCornelia Huck1-0/+23
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-1/+1
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+1
2012-03-11[S390] rename lowcore fieldMartin Schwidefsky1-3/+3
2012-03-05KVM: s390: rework code that sets the prefixChristian Borntraeger1-2/+1
2011-11-17KVM: s390: Fix RUNNING flag misinterpretationCornelia Huck1-0/+1