index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kvm
/
interrupt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-14
KVM: s390: provide counters for all interrupt injects/delivery
Christian Borntraeger
1
-4
/
+21
2018-03-14
KVM: add machine check counter to kvm_stat
QingFeng Hao
1
-0
/
+1
2018-02-20
KVM: s390: take care of clock-comparator sign control
David Hildenbrand
1
-6
/
+19
2018-02-14
KVM: s390: use switch vs jump table in interrupt.c
David Hildenbrand
1
-34
/
+50
2018-02-14
KVM: s390: do not set intervention requests for GISA interrupts
Christian Borntraeger
1
-3
/
+8
2018-02-14
KVM: s390: optimize wakeup for exitless interrupts
Christian Borntraeger
1
-1
/
+2
2018-01-26
KVM: s390: introduce the format-1 GISA
Michael Mueller
1
-3
/
+1
2018-01-26
KVM: s390: activate GISA for emulated interrupts
Michael Mueller
1
-1
/
+7
2018-01-26
KVM: s390: make kvm_s390_get_io_int() aware of GISA
Michael Mueller
1
-4
/
+70
2018-01-26
KVM: s390: add GISA interrupts to FLIC ioctl interface
Michael Mueller
1
-0
/
+18
2018-01-26
KVM: s390: abstract adapter interruption word generation from ISC
Michael Mueller
1
-2
/
+7
2018-01-26
KVM: s390: exploit GISA and AIV for emulated interrupts
Michael Mueller
1
-18
/
+75
2018-01-26
KVM: s390: implement GISA IPM related primitives
Michael Mueller
1
-0
/
+28
2018-01-26
KVM: s390: reverse bit ordering of irqs in pending mask
Michael Mueller
1
-6
/
+6
2018-01-24
KVM: s390: introduce and use kvm_s390_test_cpuflags()
David Hildenbrand
1
-1
/
+1
2018-01-24
KVM: s390: introduce and use kvm_s390_clear_cpuflags()
David Hildenbrand
1
-4
/
+4
2018-01-24
KVM: s390: reuse kvm_s390_set_cpuflags()
David Hildenbrand
1
-2
/
+2
2018-01-24
KVM: s390: rename __set_cpuflag() to kvm_s390_set_cpuflags()
David Hildenbrand
1
-17
/
+12
2018-01-16
KVM: s390: cleanup struct kvm_s390_float_interrupt
David Hildenbrand
1
-14
/
+11
2018-01-16
KVM: s390: drop use of spin lock in __floating_irq_kick
Michael Mueller
1
-2
/
+0
2017-12-06
KVM: s390: Remove redundant license text
Greg Kroah-Hartman
1
-4
/
+0
2017-12-06
KVM: s390: add SPDX identifiers to the remaining files
Greg Kroah-Hartman
1
-0
/
+1
2017-11-16
Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-4
/
+22
2017-11-09
KVM: s390: clear_io_irq() requests are not expected for adapter interrupts
Michael Mueller
1
-0
/
+2
2017-11-09
KVM: s390: abstract conversion between isc and enum irq_types
Michael Mueller
1
-4
/
+14
2017-11-09
KVM: s390: document memory ordering for kvm_s390_vcpu_wakeup
Christian Borntraeger
1
-0
/
+6
2017-10-19
s390/ctl_reg: move control register definitions to ctl_reg.h
Martin Schwidefsky
1
-3
/
+3
2017-08-31
KVM: s390: use WARN_ON_ONCE only for checking
David Hildenbrand
1
-2
/
+4
2017-07-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+90
2017-06-28
KVM: s390: Inject machine check into the guest
QingFeng Hao
1
-1
/
+42
2017-06-22
KVM: S390: add new group for flic
Yi Min Zhao
1
-0
/
+48
2017-05-31
KVM: s390: fix ais handling vs cpu model
Christian Borntraeger
1
-2
/
+2
2017-04-12
KVM: s390: fix stale machine check data for guarded storage
Christian Borntraeger
1
-0
/
+2
2017-04-06
KVM: s390: introduce adapter interrupt inject function
Yi Min Zhao
1
-6
/
+47
2017-04-06
KVM: s390: introduce ais mode modify function
Fei Li
1
-0
/
+43
2017-04-06
KVM: s390: interface for suppressible I/O adapters
Fei Li
1
-0
/
+2
2017-03-22
KVM: s390: gs support for kvm guests
Fan Zhang
1
-2
/
+31
2017-03-22
s390: add a system call for guarded storage
Martin Schwidefsky
1
-2
/
+2
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-22
KVM: s390: handle access registers in the run ioctl not in vcpu_put/load
Christian Borntraeger
1
-1
/
+1
2016-09-08
KVM: s390: allow 255 VCPUs when sca entries aren't used
David Hildenbrand
1
-0
/
+4
2016-09-08
KVM: s390: write external damage code on machine checks
David Hildenbrand
1
-0
/
+2
2016-09-08
KVM: s390: fix delivery of vector regs during machine checks
David Hildenbrand
1
-2
/
+13
2016-09-08
KVM: s390: split store status and machine check handling
David Hildenbrand
1
-1
/
+28
2016-09-08
KVM: s390: factor out actual delivery of machine checks
David Hildenbrand
1
-23
/
+31
2016-07-14
KVM: pass struct kvm to kvm_set_routing_entry
Radim Krčmář
1
-1
/
+2
2016-06-21
KVM: s390: vsie: speed up VCPU irq delivery when handling vsie
David Hildenbrand
1
-0
/
+5
2016-06-10
KVM: s390: fixup I/O interrupt traces
Christian Borntraeger
1
-11
/
+15
2016-05-13
KVM: halt_polling: provide a way to qualify wakeups during poll
Christian Borntraeger
1
-0
/
+5
[next]