summaryrefslogtreecommitdiff
path: root/arch/s390/kvm/interrupt.c
AgeCommit message (Expand)Author
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
2014-08-25KVM: s390: no special machine check deliveryChristian Borntraeger
2014-08-25KVM: s390: factor out get_ilc() functionJens Freimann
2014-08-25KVM: s390: add defines for pfault init delivery codeJens Freimann
2014-08-05KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras
2014-07-31KVM: s390: rework broken SIGP STOP interrupt handlingDavid Hildenbrand
2014-07-21KVM: s390: remove the tasklet used by the hrtimerDavid Hildenbrand
2014-07-21KVM: s390: move vcpu wakeup code to a central pointDavid Hildenbrand
2014-07-21KVM: s390: remove _bh locking from local_int.lockDavid Hildenbrand
2014-07-21KVM: s390: cleanup handle_wait by reusing kvm_vcpu_blockDavid Hildenbrand
2014-05-30KVM: s390: a VCPU is already started when delivering interruptsDavid Hildenbrand
2014-05-16KVM: s390: interpretive execution of SIGP EXTERNAL CALLDavid Hildenbrand
2014-05-06KVM: s390: Add clock comparator and CPU timer IRQ injectionThomas Huth
2014-04-29KVM: s390: introduce kvm_s390_vcpu_{start,stop}David Hildenbrand
2014-04-22KVM: s390: Drop pending interrupts on guest exitChristian Borntraeger
2014-04-22KVM: s390: no timer interrupts when single-stepping a guestDavid Hildenbrand
2014-04-22KVM: s390: move timer interrupt checks into own functionsDavid Hildenbrand
2014-04-22KVM: s390: hardware support for guest debuggingDavid Hildenbrand
2014-04-22KVM: s390: deliver program irq parameters and use correct ilcDavid Hildenbrand
2014-04-22KVM: s390: reinject io interrupt on tpi failureCornelia Huck
2014-04-22KVM: s390: convert local irqs in __do_deliver_interrupt()Jens Freimann
2014-04-22KVM: s390: convert __do_deliver_interrupt()Heiko Carstens
2014-04-22KVM: s390: allow injecting every kind of interruptJens Freimann
2014-03-25Merge tag 'kvm-s390-20140325' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini
2014-03-25KVM: s390: clear local interrupts at cpu initial resetJens Freimann
2014-03-21KVM: s390: irq routing for adapter interrupts.Cornelia Huck
2014-03-21KVM: s390: adapter interrupt sourcesCornelia Huck
2014-03-17KVM: s390: Removing untriggerable BUG_ONsDominik Dingel
2014-03-04KVM: s390: get rid of local_int arrayJens Freimann
2014-02-26KVM/s390: Set preempted flag during vcpu wakeup and interrupt deliveryMichael Mueller
2014-01-30KVM: async_pf: Async page fault support on s390Dominik Dingel
2014-01-30KVM: s390: limit floating irqsJens Freimann
2014-01-30KVM: s390: add floating irq controllerJens Freimann
2013-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-10-22s390/time: correct use of store clock fastMartin Schwidefsky
2013-09-24KVM: s390: Lock kvm->srcu at the appropriate placesThomas Huth
2013-06-17KVM: s390: Use common waitqueueChristian Borntraeger
2013-03-07s390/kvm,gaccess: add address space annotationsHeiko Carstens
2013-03-07s390/kvm,gaccess: shorten put/get_guest codeHeiko Carstens
2013-03-07s390/kvm: remove explicit -EFAULT return code checking on guest accessHeiko Carstens
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-02-14s390/time: rename tod clock access functionsHeiko Carstens
2013-02-11KVM: s390: Fix handling of iscs.Cornelia Huck
2013-01-16s390/time: fix sched_clock() overflowHeiko Carstens