aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/interrupt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-06KVM: s390: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-12-06KVM: s390: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+22
2017-11-09KVM: s390: clear_io_irq() requests are not expected for adapter interruptsMichael Mueller1-0/+2
2017-11-09KVM: s390: abstract conversion between isc and enum irq_typesMichael Mueller1-4/+14
2017-11-09KVM: s390: document memory ordering for kvm_s390_vcpu_wakeupChristian Borntraeger1-0/+6
2017-10-19s390/ctl_reg: move control register definitions to ctl_reg.hMartin Schwidefsky1-3/+3
2017-08-31KVM: s390: use WARN_ON_ONCE only for checkingDavid Hildenbrand1-2/+4
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+90
2017-06-28KVM: s390: Inject machine check into the guestQingFeng Hao1-1/+42
2017-06-22KVM: S390: add new group for flicYi Min Zhao1-0/+48
2017-05-31KVM: s390: fix ais handling vs cpu modelChristian Borntraeger1-2/+2
2017-04-12KVM: s390: fix stale machine check data for guarded storageChristian Borntraeger1-0/+2
2017-04-06KVM: s390: introduce adapter interrupt inject functionYi Min Zhao1-6/+47
2017-04-06KVM: s390: introduce ais mode modify functionFei Li1-0/+43
2017-04-06KVM: s390: interface for suppressible I/O adaptersFei Li1-0/+2
2017-03-22KVM: s390: gs support for kvm guestsFan Zhang1-2/+31
2017-03-22s390: add a system call for guarded storageMartin Schwidefsky1-2/+2
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-22KVM: s390: handle access registers in the run ioctl not in vcpu_put/loadChristian Borntraeger1-1/+1
2016-09-08KVM: s390: allow 255 VCPUs when sca entries aren't usedDavid Hildenbrand1-0/+4
2016-09-08KVM: s390: write external damage code on machine checksDavid Hildenbrand1-0/+2
2016-09-08KVM: s390: fix delivery of vector regs during machine checksDavid Hildenbrand1-2/+13
2016-09-08KVM: s390: split store status and machine check handlingDavid Hildenbrand1-1/+28
2016-09-08KVM: s390: factor out actual delivery of machine checksDavid Hildenbrand1-23/+31
2016-07-14KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář1-1/+2
2016-06-21KVM: s390: vsie: speed up VCPU irq delivery when handling vsieDavid Hildenbrand1-0/+5
2016-06-10KVM: s390: fixup I/O interrupt tracesChristian Borntraeger1-11/+15
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger1-0/+5
2016-04-20KVM: s390: add clear I/O irq operation for FLICHalil Pasic1-0/+25
2016-04-20KVM: s390: implement has_attr for FLICHalil Pasic1-0/+17
2016-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+1
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-38/+55
2016-03-08s390/mm: split arch/s390/mm/pgtable.cMartin Schwidefsky1-0/+1
2016-03-08KVM: s390: wake up when the VCPU cpu timer expiresDavid Hildenbrand1-13/+35
2016-03-08KVM: s390: abstract access to the VCPU cpu timerDavid Hildenbrand1-2/+3
2016-02-25KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti1-2/+2
2016-02-10KVM: s390: irq delivery should not rely on icptcodeDavid Hildenbrand1-1/+1
2016-02-10KVM: s390: migration / injection of prog irq ilcDavid Hildenbrand1-1/+11
2016-02-10KVM: s390: PSW forwarding / rewinding / ilc reworkDavid Hildenbrand1-22/+6
2016-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+2
2016-01-11s390: rename struct _lowcore to struct lowcoreHeiko Carstens1-2/+2
2015-11-30KVM: s390: fast path for sca_ext_call_pendingDavid Hildenbrand1-2/+4
2015-11-30KVM: s390: Introduce switching codeEugene (jno) Dvurechenski1-0/+6
2015-11-30KVM: s390: Make provisions for ESCA utilizationEugene (jno) Dvurechenski1-16/+62
2015-11-30KVM: s390: Introduce new structuresEugene (jno) Dvurechenski1-12/+19
2015-11-30KVM: s390: Generalize access to SIGP controlsEugene (jno) Dvurechenski1-27/+45
2015-11-19KVM: s390: fix wrong lookup of VCPUs by array indexDavid Hildenbrand1-2/+1
2015-11-19KVM: s390: avoid memory overwrites on emergency signal injectionDavid Hildenbrand1-0/+4