summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/interrupt.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeupWanpeng Li2019-07-201-20/+3Star
* KVM: Boost vCPUs that are delivering interruptsWanpeng Li2019-07-201-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-2/+9
|\
| * KVM: s390: Fix potential spectre warningsEric Farman2019-04-181-2/+9
* | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
* | s390/airq: recognize directed interruptsSebastian Ott2019-04-291-1/+1
|/
* KVM: s390: fix possible null pointer dereference in pending_irqs()Michael Mueller2019-02-051-3/+7
* KVM: s390: add gib_alert_irq_handler()Michael Mueller2019-02-051-2/+167
* KVM: s390: kvm_s390_gisa_clear() now clears the IPM onlyMichael Mueller2019-02-051-3/+22
* KVM: s390: add functions to (un)register GISC with GISAMichael Mueller2019-02-051-0/+112
* KVM: s390: add the GIB and its related life-cyle functionsMichael Mueller2019-02-051-0/+43
* KVM: s390: introduce struct kvm_s390_gisa_interruptMichael Mueller2019-02-051-22/+30
* KVM: s390: remove kvm_s390_ from gisa static inline functionsMichael Mueller2019-02-051-14/+13Star
* KVM: s390: use pending_irqs_no_gisa() where appropriateMichael Mueller2019-02-051-2/+2
* KVM: s390: coding style kvm_s390_gisa_init/clear()Michael Mueller2019-02-051-10/+10
* KVM: s390: move bitmap idle_mask into arch struct top levelMichael Mueller2019-02-051-6/+5Star
* KVM: s390: make bitmap declaration consistentMichael Mueller2019-02-051-1/+1
* KVM: s390: drop obsolete else pathMichael Mueller2019-02-051-1/+1
* sched/swait: Rename to exclusivePeter Zijlstra2018-06-201-1/+1
* KVM: s390: introduce defines for control registersDavid Hildenbrand2018-05-171-10/+10
* KVM: s390: provide counters for all interrupt injects/deliveryChristian Borntraeger2018-03-141-4/+21
* KVM: add machine check counter to kvm_statQingFeng Hao2018-03-141-0/+1
* KVM: s390: take care of clock-comparator sign controlDavid Hildenbrand2018-02-201-6/+19
* KVM: s390: use switch vs jump table in interrupt.cDavid Hildenbrand2018-02-141-34/+50
* KVM: s390: do not set intervention requests for GISA interruptsChristian Borntraeger2018-02-141-3/+8
* KVM: s390: optimize wakeup for exitless interruptsChristian Borntraeger2018-02-141-1/+2
* KVM: s390: introduce the format-1 GISAMichael Mueller2018-01-261-3/+1Star
* KVM: s390: activate GISA for emulated interruptsMichael Mueller2018-01-261-1/+7
* KVM: s390: make kvm_s390_get_io_int() aware of GISAMichael Mueller2018-01-261-4/+70
* KVM: s390: add GISA interrupts to FLIC ioctl interfaceMichael Mueller2018-01-261-0/+18
* KVM: s390: abstract adapter interruption word generation from ISCMichael Mueller2018-01-261-2/+7
* KVM: s390: exploit GISA and AIV for emulated interruptsMichael Mueller2018-01-261-18/+75
* KVM: s390: implement GISA IPM related primitivesMichael Mueller2018-01-261-0/+28
* KVM: s390: reverse bit ordering of irqs in pending maskMichael Mueller2018-01-261-6/+6
* KVM: s390: introduce and use kvm_s390_test_cpuflags()David Hildenbrand2018-01-241-1/+1
* KVM: s390: introduce and use kvm_s390_clear_cpuflags()David Hildenbrand2018-01-241-4/+4
* KVM: s390: reuse kvm_s390_set_cpuflags()David Hildenbrand2018-01-241-2/+2
* KVM: s390: rename __set_cpuflag() to kvm_s390_set_cpuflags()David Hildenbrand2018-01-241-17/+12Star
* KVM: s390: cleanup struct kvm_s390_float_interruptDavid Hildenbrand2018-01-161-14/+11Star
* KVM: s390: drop use of spin lock in __floating_irq_kickMichael Mueller2018-01-161-2/+0Star
* KVM: s390: Remove redundant license textGreg Kroah-Hartman2017-12-061-4/+0Star
* KVM: s390: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-12-061-0/+1
* Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-161-4/+22
|\
| * KVM: s390: clear_io_irq() requests are not expected for adapter interruptsMichael Mueller2017-11-091-0/+2
| * KVM: s390: abstract conversion between isc and enum irq_typesMichael Mueller2017-11-091-4/+14
| * KVM: s390: document memory ordering for kvm_s390_vcpu_wakeupChristian Borntraeger2017-11-091-0/+6
* | s390/ctl_reg: move control register definitions to ctl_reg.hMartin Schwidefsky2017-10-191-3/+3
|/
* KVM: s390: use WARN_ON_ONCE only for checkingDavid Hildenbrand2017-08-311-2/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-071-1/+90
|\
| * KVM: s390: Inject machine check into the guestQingFeng Hao2017-06-281-1/+42