index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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
*
KVM: s390: fix wrong lookup of VCPUs by array index
David Hildenbrand
2015-11-19
1
-2
/
+1
*
KVM: s390: avoid memory overwrites on emergency signal injection
David Hildenbrand
2015-11-19
1
-0
/
+4
*
KVM: s390: factor out reading of the guest TOD clock
David Hildenbrand
2015-10-13
1
-12
/
+3
*
KVM: s390: correctly handle injection of pgm irqs and per events
David Hildenbrand
2015-10-13
1
-1
/
+20
*
KVM: s390: simplify in-kernel program irq injection
David Hildenbrand
2015-10-13
1
-28
/
+0
*
KVM: s390: drop out early in kvm_s390_has_irq()
David Hildenbrand
2015-10-13
1
-11
/
+9
*
KVM: s390: kvm_arch_vcpu_runnable already cares about timer interrupts
David Hildenbrand
2015-10-13
1
-1
/
+1
*
KVM: s390: set interception requests for all floating irqs
David Hildenbrand
2015-10-13
1
-12
/
+7
*
KVM: s390: disabled wait cares about machine checks, not PER
David Hildenbrand
2015-10-13
1
-5
/
+3
*
KVM: s390: remove unused variable in __inject_vm
Christian Borntraeger
2015-10-13
1
-3
/
+0
*
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2015-09-03
1
-15
/
+15
|
\
|
*
atomic: Replace atomic_{set,clear}_mask() usage
Peter Zijlstra
2015-07-27
1
-15
/
+15
*
|
KVM: s390: host STP toleration for VMs
Fan Zhang
2015-08-04
1
-1
/
+9
*
|
KVM: s390: more irq names for trace events
David Hildenbrand
2015-07-29
1
-2
/
+1
*
|
KVM: s390: Fixup interrupt vcpu event messages and levels
Christian Borntraeger
2015-07-29
1
-24
/
+27
*
|
KVM: s390: remove "from (user|kernel)" from irq injection messages
David Hildenbrand
2015-07-29
1
-19
/
+14
*
|
KVM: s390: VCPU_EVENT cleanup for prefix changes
Christian Borntraeger
2015-07-29
1
-1
/
+0
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2015-06-24
1
-36
/
+54
|
\
|
*
KVM: s390: clear floating interrupt bitmap and parameters
Jens Freimann
2015-06-23
1
-0
/
+3
|
*
KVM: s390: factor out and optimize floating irq VCPU kick
David Hildenbrand
2015-05-08
1
-28
/
+46
|
*
KVM: s390: optimize interrupt handling round trip time
Jens Freimann
2015-05-08
1
-7
/
+4
|
*
KVM: s390: fix external call injection without sigp interpretation
David Hildenbrand
2015-05-08
1
-1
/
+1
*
|
s390/sclp: unify basic sclp access by exposing "struct sclp"
David Hildenbrand
2015-05-13
1
-2
/
+2
|
/
*
KVM: s390: migrate vcpu interrupt state
Jens Freimann
2015-03-31
1
-0
/
+140
*
KVM: s390: refactor vcpu injection function
Jens Freimann
2015-03-31
1
-3
/
+12
*
KVM: s390: cpu timer irq priority
David Hildenbrand
2015-03-31
1
-7
/
+27
*
KVM: s390: deliver floating interrupts in order of priority
Jens Freimann
2015-03-31
1
-359
/
+473
*
KVM: s390: fix get_all_floating_irqs
Jens Freimann
2015-03-31
1
-26
/
+32
*
KVM: s390: store the breaking-event address on pgm interrupts
David Hildenbrand
2015-03-31
1
-0
/
+2
*
KVM: s390: Machine Check
Eric Farman
2015-03-06
1
-0
/
+4
*
KVM: s390: Vector exceptions
Eric Farman
2015-03-06
1
-0
/
+1
*
KVM: s390: Use insn_length() to calculate length of instruction
Thomas Huth
2015-03-06
1
-4
/
+3
*
KVM: s390: Nullify instruction for certain program exceptions
Thomas Huth
2015-03-06
1
-1
/
+17
*
KVM: s390: reinjection of irqs can fail in the tpi handler
David Hildenbrand
2015-03-06
1
-2
/
+2
*
KVM: s390: floating irqs: fix user triggerable endless loop
David Hildenbrand
2015-02-09
1
-0
/
+2
*
KVM: s390: remove redundant setting of interrupt type
Jens Freimann
2015-01-23
1
-1
/
+0
*
KVM: s390: fix bug in interrupt parameter check
Jens Freimann
2015-01-23
1
-2
/
+2
*
KVM: s390: avoid memory leaks if __inject_vm() fails
David Hildenbrand
2015-01-23
1
-1
/
+5
*
KVM: s390: trace correct values for set prefix and machine checks
Jens Freimann
2015-01-23
1
-4
/
+4
*
KVM: s390: fix bug in sigp emergency signal injection
Jens Freimann
2015-01-23
1
-3
/
+2
*
KVM: s390: no need to hold the kvm->mutex for floating interrupts
Christian Borntraeger
2015-01-23
1
-8
/
+0
*
KVM: s390: only one external call may be pending at a time
David Hildenbrand
2015-01-23
1
-15
/
+42
*
KVM: s390: SIGP SET PREFIX cleanup
David Hildenbrand
2015-01-23
1
-0
/
+3
*
KVM: s390: a VCPU may only stop when no interrupts are left pending
David Hildenbrand
2015-01-23
1
-2
/
+2
*
KVM: s390: handle stop irqs without action_bits
David Hildenbrand
2015-01-23
1
-26
/
+45
*
KVM: s390: new parameter for SIGP STOP irqs
David Hildenbrand
2015-01-23
1
-1
/
+17
*
KVM: s390: forward hrtimer if guest ckc not pending yet
David Hildenbrand
2015-01-23
1
-2
/
+12
*
KVM: s390: prevent sleep duration underflows in handle_wait()
David Hildenbrand
2015-01-23
1
-1
/
+7
*
KVM: s390: make local function static
Christian Borntraeger
2015-01-23
1
-1
/
+1
*
KVM: s390: clean up return code handling in irq delivery code
Jens Freimann
2014-12-04
1
-13
/
+13
[next]