summaryrefslogtreecommitdiff
path: root/arch/s390/kvm/interrupt.c
AgeCommit message (Expand)Author
2018-02-20KVM: s390: take care of clock-comparator sign controlDavid Hildenbrand
2018-02-14KVM: s390: use switch vs jump table in interrupt.cDavid Hildenbrand
2018-02-14KVM: s390: do not set intervention requests for GISA interruptsChristian Borntraeger
2018-02-14KVM: s390: optimize wakeup for exitless interruptsChristian Borntraeger
2018-01-26KVM: s390: introduce the format-1 GISAMichael Mueller
2018-01-26KVM: s390: activate GISA for emulated interruptsMichael Mueller
2018-01-26KVM: s390: make kvm_s390_get_io_int() aware of GISAMichael Mueller
2018-01-26KVM: s390: add GISA interrupts to FLIC ioctl interfaceMichael Mueller
2018-01-26KVM: s390: abstract adapter interruption word generation from ISCMichael Mueller
2018-01-26KVM: s390: exploit GISA and AIV for emulated interruptsMichael Mueller
2018-01-26KVM: s390: implement GISA IPM related primitivesMichael Mueller
2018-01-26KVM: s390: reverse bit ordering of irqs in pending maskMichael Mueller
2018-01-24KVM: s390: introduce and use kvm_s390_test_cpuflags()David Hildenbrand
2018-01-24KVM: s390: introduce and use kvm_s390_clear_cpuflags()David Hildenbrand
2018-01-24KVM: s390: reuse kvm_s390_set_cpuflags()David Hildenbrand
2018-01-24KVM: s390: rename __set_cpuflag() to kvm_s390_set_cpuflags()David Hildenbrand
2018-01-16KVM: s390: cleanup struct kvm_s390_float_interruptDavid Hildenbrand
2018-01-16KVM: s390: drop use of spin lock in __floating_irq_kickMichael Mueller
2017-12-06KVM: s390: Remove redundant license textGreg Kroah-Hartman
2017-12-06KVM: s390: add SPDX identifiers to the remaining filesGreg Kroah-Hartman
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-11-09KVM: s390: clear_io_irq() requests are not expected for adapter interruptsMichael Mueller
2017-11-09KVM: s390: abstract conversion between isc and enum irq_typesMichael Mueller
2017-11-09KVM: s390: document memory ordering for kvm_s390_vcpu_wakeupChristian Borntraeger
2017-10-19s390/ctl_reg: move control register definitions to ctl_reg.hMartin Schwidefsky
2017-08-31KVM: s390: use WARN_ON_ONCE only for checkingDavid Hildenbrand
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-06-28KVM: s390: Inject machine check into the guestQingFeng Hao
2017-06-22KVM: S390: add new group for flicYi Min Zhao
2017-05-31KVM: s390: fix ais handling vs cpu modelChristian Borntraeger
2017-04-12KVM: s390: fix stale machine check data for guarded storageChristian Borntraeger
2017-04-06KVM: s390: introduce adapter interrupt inject functionYi Min Zhao
2017-04-06KVM: s390: introduce ais mode modify functionFei Li
2017-04-06KVM: s390: interface for suppressible I/O adaptersFei Li
2017-03-22KVM: s390: gs support for kvm guestsFan Zhang
2017-03-22s390: add a system call for guarded storageMartin Schwidefsky
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-22KVM: s390: handle access registers in the run ioctl not in vcpu_put/loadChristian Borntraeger
2016-09-08KVM: s390: allow 255 VCPUs when sca entries aren't usedDavid Hildenbrand
2016-09-08KVM: s390: write external damage code on machine checksDavid Hildenbrand
2016-09-08KVM: s390: fix delivery of vector regs during machine checksDavid Hildenbrand
2016-09-08KVM: s390: split store status and machine check handlingDavid Hildenbrand
2016-09-08KVM: s390: factor out actual delivery of machine checksDavid Hildenbrand
2016-07-14KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář
2016-06-21KVM: s390: vsie: speed up VCPU irq delivery when handling vsieDavid Hildenbrand
2016-06-10KVM: s390: fixup I/O interrupt tracesChristian Borntraeger
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger
2016-04-20KVM: s390: add clear I/O irq operation for FLICHalil Pasic
2016-04-20KVM: s390: implement has_attr for FLICHalil Pasic