summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/interrupt.c
Commit message (Expand)AuthorAgeFilesLines
* mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-121-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* KVM: s390: remove unneeded semicolon in gisa_vcpu_kicker()Jason Yan2020-04-201-1/+1
* KVM: s390: Fix PV check in deliverable_irqs()Eric Farman2020-04-201-1/+1
* KVM: s390: Use fallthrough;Joe Perches2020-03-231-1/+1
* KVM: s390: protvirt: Add program exception injectionJanosch Frank2020-02-271-0/+19
* KVM: s390: protvirt: Add SCLP interrupt handlingChristian Borntraeger2020-02-271-18/+77
* KVM: s390: protvirt: Implement interrupt injectionMichael Mueller2020-02-271-27/+88
* KVM: s390/interrupt: do not pin adapter interrupt pagesUlrich Weigand2020-02-271-121/+49
* KVM: s390: ENOTSUPP -> EOPNOTSUPP fixupsChristian Borntraeger2020-01-311-3/+3
* KVM: s390: Remove unused parameter from __inject_sigp_restart()Thomas Huth2019-10-041-3/+2
* KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctlThomas Huth2019-09-121-0/+10
* KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeupWanpeng Li2019-07-201-20/+3
* 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/+13
* 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/+5
* 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/+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