summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/interrupt.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* 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/+12
* KVM: s390: cleanup struct kvm_s390_float_interruptDavid Hildenbrand2018-01-161-14/+11
* KVM: s390: drop use of spin lock in __floating_irq_kickMichael Mueller2018-01-161-2/+0
* KVM: s390: Remove redundant license textGreg Kroah-Hartman2017-12-061-4/+0
* 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-061-1/+90
|\
| * KVM: s390: Inject machine check into the guestQingFeng Hao2017-06-281-1/+42
| * KVM: S390: add new group for flicYi Min Zhao2017-06-221-0/+48
* | KVM: s390: fix ais handling vs cpu modelChristian Borntraeger2017-05-311-2/+2
|/
* KVM: s390: fix stale machine check data for guarded storageChristian Borntraeger2017-04-121-0/+2
* KVM: s390: introduce adapter interrupt inject functionYi Min Zhao2017-04-061-6/+47
* KVM: s390: introduce ais mode modify functionFei Li2017-04-061-0/+43
* KVM: s390: interface for suppressible I/O adaptersFei Li2017-04-061-0/+2
* KVM: s390: gs support for kvm guestsFan Zhang2017-03-221-2/+31
* s390: add a system call for guarded storageMartin Schwidefsky2017-03-221-2/+2
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* KVM: s390: handle access registers in the run ioctl not in vcpu_put/loadChristian Borntraeger2016-11-221-1/+1
* KVM: s390: allow 255 VCPUs when sca entries aren't usedDavid Hildenbrand2016-09-081-0/+4
* KVM: s390: write external damage code on machine checksDavid Hildenbrand2016-09-081-0/+2
* KVM: s390: fix delivery of vector regs during machine checksDavid Hildenbrand2016-09-081-2/+13
* KVM: s390: split store status and machine check handlingDavid Hildenbrand2016-09-081-1/+28
* KVM: s390: factor out actual delivery of machine checksDavid Hildenbrand2016-09-081-23/+31
* KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář2016-07-141-1/+2
* KVM: s390: vsie: speed up VCPU irq delivery when handling vsieDavid Hildenbrand2016-06-211-0/+5
* KVM: s390: fixup I/O interrupt tracesChristian Borntraeger2016-06-101-11/+15
OpenPOWER on IntegriCloud