index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kvm
/
interrupt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/gup: remove task_struct pointer for all gup code
Peter Xu
2020-08-12
1
-1
/
+1
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-2
/
+2
*
KVM: s390: remove unneeded semicolon in gisa_vcpu_kicker()
Jason Yan
2020-04-20
1
-1
/
+1
*
KVM: s390: Fix PV check in deliverable_irqs()
Eric Farman
2020-04-20
1
-1
/
+1
*
KVM: s390: Use fallthrough;
Joe Perches
2020-03-23
1
-1
/
+1
*
KVM: s390: protvirt: Add program exception injection
Janosch Frank
2020-02-27
1
-0
/
+19
*
KVM: s390: protvirt: Add SCLP interrupt handling
Christian Borntraeger
2020-02-27
1
-18
/
+77
*
KVM: s390: protvirt: Implement interrupt injection
Michael Mueller
2020-02-27
1
-27
/
+88
*
KVM: s390/interrupt: do not pin adapter interrupt pages
Ulrich Weigand
2020-02-27
1
-121
/
+49
*
KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups
Christian Borntraeger
2020-01-31
1
-3
/
+3
*
KVM: s390: Remove unused parameter from __inject_sigp_restart()
Thomas Huth
2019-10-04
1
-3
/
+2
*
KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctl
Thomas Huth
2019-09-12
1
-0
/
+10
*
KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeup
Wanpeng Li
2019-07-20
1
-20
/
+3
*
KVM: Boost vCPUs that are delivering interrupts
Wanpeng Li
2019-07-20
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-05-17
1
-2
/
+9
|
\
|
*
KVM: s390: Fix potential spectre warnings
Eric Farman
2019-04-18
1
-2
/
+9
*
|
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
2019-05-14
1
-1
/
+1
*
|
s390/airq: recognize directed interrupts
Sebastian Ott
2019-04-29
1
-1
/
+1
|
/
*
KVM: s390: fix possible null pointer dereference in pending_irqs()
Michael Mueller
2019-02-05
1
-3
/
+7
*
KVM: s390: add gib_alert_irq_handler()
Michael Mueller
2019-02-05
1
-2
/
+167
*
KVM: s390: kvm_s390_gisa_clear() now clears the IPM only
Michael Mueller
2019-02-05
1
-3
/
+22
*
KVM: s390: add functions to (un)register GISC with GISA
Michael Mueller
2019-02-05
1
-0
/
+112
*
KVM: s390: add the GIB and its related life-cyle functions
Michael Mueller
2019-02-05
1
-0
/
+43
*
KVM: s390: introduce struct kvm_s390_gisa_interrupt
Michael Mueller
2019-02-05
1
-22
/
+30
*
KVM: s390: remove kvm_s390_ from gisa static inline functions
Michael Mueller
2019-02-05
1
-14
/
+13
*
KVM: s390: use pending_irqs_no_gisa() where appropriate
Michael Mueller
2019-02-05
1
-2
/
+2
*
KVM: s390: coding style kvm_s390_gisa_init/clear()
Michael Mueller
2019-02-05
1
-10
/
+10
*
KVM: s390: move bitmap idle_mask into arch struct top level
Michael Mueller
2019-02-05
1
-6
/
+5
*
KVM: s390: make bitmap declaration consistent
Michael Mueller
2019-02-05
1
-1
/
+1
*
KVM: s390: drop obsolete else path
Michael Mueller
2019-02-05
1
-1
/
+1
*
sched/swait: Rename to exclusive
Peter Zijlstra
2018-06-20
1
-1
/
+1
*
KVM: s390: introduce defines for control registers
David Hildenbrand
2018-05-17
1
-10
/
+10
*
KVM: s390: provide counters for all interrupt injects/delivery
Christian Borntraeger
2018-03-14
1
-4
/
+21
*
KVM: add machine check counter to kvm_stat
QingFeng Hao
2018-03-14
1
-0
/
+1
*
KVM: s390: take care of clock-comparator sign control
David Hildenbrand
2018-02-20
1
-6
/
+19
*
KVM: s390: use switch vs jump table in interrupt.c
David Hildenbrand
2018-02-14
1
-34
/
+50
*
KVM: s390: do not set intervention requests for GISA interrupts
Christian Borntraeger
2018-02-14
1
-3
/
+8
*
KVM: s390: optimize wakeup for exitless interrupts
Christian Borntraeger
2018-02-14
1
-1
/
+2
*
KVM: s390: introduce the format-1 GISA
Michael Mueller
2018-01-26
1
-3
/
+1
*
KVM: s390: activate GISA for emulated interrupts
Michael Mueller
2018-01-26
1
-1
/
+7
*
KVM: s390: make kvm_s390_get_io_int() aware of GISA
Michael Mueller
2018-01-26
1
-4
/
+70
*
KVM: s390: add GISA interrupts to FLIC ioctl interface
Michael Mueller
2018-01-26
1
-0
/
+18
*
KVM: s390: abstract adapter interruption word generation from ISC
Michael Mueller
2018-01-26
1
-2
/
+7
*
KVM: s390: exploit GISA and AIV for emulated interrupts
Michael Mueller
2018-01-26
1
-18
/
+75
*
KVM: s390: implement GISA IPM related primitives
Michael Mueller
2018-01-26
1
-0
/
+28
*
KVM: s390: reverse bit ordering of irqs in pending mask
Michael Mueller
2018-01-26
1
-6
/
+6
*
KVM: s390: introduce and use kvm_s390_test_cpuflags()
David Hildenbrand
2018-01-24
1
-1
/
+1
*
KVM: s390: introduce and use kvm_s390_clear_cpuflags()
David Hildenbrand
2018-01-24
1
-4
/
+4
*
KVM: s390: reuse kvm_s390_set_cpuflags()
David Hildenbrand
2018-01-24
1
-2
/
+2
*
KVM: s390: rename __set_cpuflag() to kvm_s390_set_cpuflags()
David Hildenbrand
2018-01-24
1
-17
/
+12
[next]