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
2022-02-25
KVM: s390: pv: make use of ultravisor AIV support
Michael Mueller
1
-6
/
+48
2021-12-21
Merge tag 'kvm-s390-next-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
1
-0
/
+7
2021-12-17
KVM: s390: Clarify SIGP orders versus STOP/RESTART
Eric Farman
1
-0
/
+7
2021-12-08
KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
Sean Christopherson
1
-1
/
+1
2021-12-08
KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook
Sean Christopherson
1
-0
/
+1
2021-12-08
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
Marc Zyngier
1
-1
/
+1
2021-11-06
Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-1
/
+1
2021-10-26
s390: rename last_break to pgm_last_break
Sven Schnelle
1
-1
/
+1
2021-10-20
KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpu
Halil Pasic
1
-2
/
+3
2021-09-22
KVM: x86: Query vcpu->vcpu_idx directly and drop its accessor
Sean Christopherson
1
-2
/
+2
2021-08-27
KVM: s390: index kvm->arch.idle_mask by vcpu_idx
Halil Pasic
1
-6
/
+6
2021-03-08
s390/time,idle: get rid of unsigned long long
Heiko Carstens
1
-1
/
+1
2020-12-10
KVM: s390: Add memcg accounting to KVM allocations
Christian Borntraeger
1
-5
/
+5
2020-08-12
mm/gup: remove task_struct pointer for all gup code
Peter Xu
1
-1
/
+1
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-2
/
+2
2020-04-20
KVM: s390: remove unneeded semicolon in gisa_vcpu_kicker()
Jason Yan
1
-1
/
+1
2020-04-20
KVM: s390: Fix PV check in deliverable_irqs()
Eric Farman
1
-1
/
+1
2020-03-23
KVM: s390: Use fallthrough;
Joe Perches
1
-1
/
+1
2020-02-27
KVM: s390: protvirt: Add program exception injection
Janosch Frank
1
-0
/
+19
2020-02-27
KVM: s390: protvirt: Add SCLP interrupt handling
Christian Borntraeger
1
-18
/
+77
2020-02-27
KVM: s390: protvirt: Implement interrupt injection
Michael Mueller
1
-27
/
+88
2020-02-27
KVM: s390/interrupt: do not pin adapter interrupt pages
Ulrich Weigand
1
-121
/
+49
2020-01-31
KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups
Christian Borntraeger
1
-3
/
+3
2019-10-04
KVM: s390: Remove unused parameter from __inject_sigp_restart()
Thomas Huth
1
-3
/
+2
2019-09-12
KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctl
Thomas Huth
1
-0
/
+10
2019-07-20
KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeup
Wanpeng Li
1
-20
/
+3
2019-07-20
KVM: Boost vCPUs that are delivering interrupts
Wanpeng Li
1
-1
/
+1
2019-05-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+9
2019-05-14
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
1
-1
/
+1
2019-04-29
s390/airq: recognize directed interrupts
Sebastian Ott
1
-1
/
+1
2019-04-18
KVM: s390: Fix potential spectre warnings
Eric Farman
1
-2
/
+9
2019-02-05
KVM: s390: fix possible null pointer dereference in pending_irqs()
Michael Mueller
1
-3
/
+7
2019-02-05
KVM: s390: add gib_alert_irq_handler()
Michael Mueller
1
-2
/
+167
2019-02-05
KVM: s390: kvm_s390_gisa_clear() now clears the IPM only
Michael Mueller
1
-3
/
+22
2019-02-05
KVM: s390: add functions to (un)register GISC with GISA
Michael Mueller
1
-0
/
+112
2019-02-05
KVM: s390: add the GIB and its related life-cyle functions
Michael Mueller
1
-0
/
+43
2019-02-05
KVM: s390: introduce struct kvm_s390_gisa_interrupt
Michael Mueller
1
-22
/
+30
2019-02-05
KVM: s390: remove kvm_s390_ from gisa static inline functions
Michael Mueller
1
-14
/
+13
2019-02-05
KVM: s390: use pending_irqs_no_gisa() where appropriate
Michael Mueller
1
-2
/
+2
2019-02-05
KVM: s390: coding style kvm_s390_gisa_init/clear()
Michael Mueller
1
-10
/
+10
2019-02-05
KVM: s390: move bitmap idle_mask into arch struct top level
Michael Mueller
1
-6
/
+5
2019-02-05
KVM: s390: make bitmap declaration consistent
Michael Mueller
1
-1
/
+1
2019-02-05
KVM: s390: drop obsolete else path
Michael Mueller
1
-1
/
+1
2018-06-20
sched/swait: Rename to exclusive
Peter Zijlstra
1
-1
/
+1
2018-05-17
KVM: s390: introduce defines for control registers
David Hildenbrand
1
-10
/
+10
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
[next]