summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/interrupt.c
AgeCommit message (Expand)Author
2021-09-15KVM: s390: index kvm->arch.idle_mask by vcpu_idxHalil Pasic
2020-02-24KVM: s390: ENOTSUPP -> EOPNOTSUPP fixupsChristian Borntraeger
2019-09-12KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctlThomas Huth
2019-07-20KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeupWanpeng Li
2019-07-20KVM: Boost vCPUs that are delivering interruptsWanpeng Li
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-04-29s390/airq: recognize directed interruptsSebastian Ott
2019-04-18KVM: s390: Fix potential spectre warningsEric Farman
2019-02-05KVM: s390: fix possible null pointer dereference in pending_irqs()Michael Mueller
2019-02-05KVM: s390: add gib_alert_irq_handler()Michael Mueller
2019-02-05KVM: s390: kvm_s390_gisa_clear() now clears the IPM onlyMichael Mueller
2019-02-05KVM: s390: add functions to (un)register GISC with GISAMichael Mueller
2019-02-05KVM: s390: add the GIB and its related life-cyle functionsMichael Mueller
2019-02-05KVM: s390: introduce struct kvm_s390_gisa_interruptMichael Mueller
2019-02-05KVM: s390: remove kvm_s390_ from gisa static inline functionsMichael Mueller
2019-02-05KVM: s390: use pending_irqs_no_gisa() where appropriateMichael Mueller
2019-02-05KVM: s390: coding style kvm_s390_gisa_init/clear()Michael Mueller
2019-02-05KVM: s390: move bitmap idle_mask into arch struct top levelMichael Mueller
2019-02-05KVM: s390: make bitmap declaration consistentMichael Mueller
2019-02-05KVM: s390: drop obsolete else pathMichael Mueller
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra
2018-05-17KVM: s390: introduce defines for control registersDavid Hildenbrand
2018-03-14KVM: s390: provide counters for all interrupt injects/deliveryChristian Borntraeger
2018-03-14KVM: add machine check counter to kvm_statQingFeng Hao
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