aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/interrupt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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/git/kvms390/linux into kvm-nextPaolo 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