aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/interrupt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2021-10-26s390: rename last_break to pgm_last_breakSven Schnelle1-1/+1
2021-10-20KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpuHalil Pasic1-2/+3
2021-09-22KVM: x86: Query vcpu->vcpu_idx directly and drop its accessorSean Christopherson1-2/+2
2021-08-27KVM: s390: index kvm->arch.idle_mask by vcpu_idxHalil Pasic1-6/+6
2021-03-08s390/time,idle: get rid of unsigned long longHeiko Carstens1-1/+1
2020-12-10KVM: s390: Add memcg accounting to KVM allocationsChristian Borntraeger1-5/+5
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-04-20KVM: s390: remove unneeded semicolon in gisa_vcpu_kicker()Jason Yan1-1/+1
2020-04-20KVM: s390: Fix PV check in deliverable_irqs()Eric Farman1-1/+1
2020-03-23KVM: s390: Use fallthrough;Joe Perches1-1/+1
2020-02-27KVM: s390: protvirt: Add program exception injectionJanosch Frank1-0/+19
2020-02-27KVM: s390: protvirt: Add SCLP interrupt handlingChristian Borntraeger1-18/+77
2020-02-27KVM: s390: protvirt: Implement interrupt injectionMichael Mueller1-27/+88
2020-02-27KVM: s390/interrupt: do not pin adapter interrupt pagesUlrich Weigand1-121/+49
2020-01-31KVM: s390: ENOTSUPP -> EOPNOTSUPP fixupsChristian Borntraeger1-3/+3
2019-10-04KVM: s390: Remove unused parameter from __inject_sigp_restart()Thomas Huth1-3/+2
2019-09-12KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctlThomas Huth1-0/+10
2019-07-20KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeupWanpeng Li1-20/+3
2019-07-20KVM: Boost vCPUs that are delivering interruptsWanpeng Li1-1/+1
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+9
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+1
2019-04-29s390/airq: recognize directed interruptsSebastian Ott1-1/+1
2019-04-18KVM: s390: Fix potential spectre warningsEric Farman1-2/+9
2019-02-05KVM: s390: fix possible null pointer dereference in pending_irqs()Michael Mueller1-3/+7
2019-02-05KVM: s390: add gib_alert_irq_handler()Michael Mueller1-2/+167
2019-02-05KVM: s390: kvm_s390_gisa_clear() now clears the IPM onlyMichael Mueller1-3/+22
2019-02-05KVM: s390: add functions to (un)register GISC with GISAMichael Mueller1-0/+112
2019-02-05KVM: s390: add the GIB and its related life-cyle functionsMichael Mueller1-0/+43
2019-02-05KVM: s390: introduce struct kvm_s390_gisa_interruptMichael Mueller1-22/+30
2019-02-05KVM: s390: remove kvm_s390_ from gisa static inline functionsMichael Mueller1-14/+13
2019-02-05KVM: s390: use pending_irqs_no_gisa() where appropriateMichael Mueller1-2/+2
2019-02-05KVM: s390: coding style kvm_s390_gisa_init/clear()Michael Mueller1-10/+10
2019-02-05KVM: s390: move bitmap idle_mask into arch struct top levelMichael Mueller1-6/+5
2019-02-05KVM: s390: make bitmap declaration consistentMichael Mueller1-1/+1
2019-02-05KVM: s390: drop obsolete else pathMichael Mueller1-1/+1
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra1-1/+1
2018-05-17KVM: s390: introduce defines for control registersDavid Hildenbrand1-10/+10
2018-03-14KVM: s390: provide counters for all interrupt injects/deliveryChristian Borntraeger1-4/+21
2018-03-14KVM: add machine check counter to kvm_statQingFeng Hao1-0/+1
2018-02-20KVM: s390: take care of clock-comparator sign controlDavid Hildenbrand1-6/+19
2018-02-14KVM: s390: use switch vs jump table in interrupt.cDavid Hildenbrand1-34/+50
2018-02-14KVM: s390: do not set intervention requests for GISA interruptsChristian Borntraeger1-3/+8
2018-02-14KVM: s390: optimize wakeup for exitless interruptsChristian Borntraeger1-1/+2
2018-01-26KVM: s390: introduce the format-1 GISAMichael Mueller1-3/+1
2018-01-26KVM: s390: activate GISA for emulated interruptsMichael Mueller1-1/+7
2018-01-26KVM: s390: make kvm_s390_get_io_int() aware of GISAMichael Mueller1-4/+70
2018-01-26KVM: s390: add GISA interrupts to FLIC ioctl interfaceMichael Mueller1-0/+18
2018-01-26KVM: s390: abstract adapter interruption word generation from ISCMichael Mueller1-2/+7