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
2015-03-06
KVM: s390: Use insn_length() to calculate length of instruction
Thomas Huth
1
-4
/
+3
2015-03-06
KVM: s390: Nullify instruction for certain program exceptions
Thomas Huth
1
-1
/
+17
2015-03-06
KVM: s390: reinjection of irqs can fail in the tpi handler
David Hildenbrand
1
-2
/
+2
2015-02-09
KVM: s390: floating irqs: fix user triggerable endless loop
David Hildenbrand
1
-0
/
+2
2015-01-23
KVM: s390: remove redundant setting of interrupt type
Jens Freimann
1
-1
/
+0
2015-01-23
KVM: s390: fix bug in interrupt parameter check
Jens Freimann
1
-2
/
+2
2015-01-23
KVM: s390: avoid memory leaks if __inject_vm() fails
David Hildenbrand
1
-1
/
+5
2015-01-23
KVM: s390: trace correct values for set prefix and machine checks
Jens Freimann
1
-4
/
+4
2015-01-23
KVM: s390: fix bug in sigp emergency signal injection
Jens Freimann
1
-3
/
+2
2015-01-23
KVM: s390: no need to hold the kvm->mutex for floating interrupts
Christian Borntraeger
1
-8
/
+0
2015-01-23
KVM: s390: only one external call may be pending at a time
David Hildenbrand
1
-15
/
+42
2015-01-23
KVM: s390: SIGP SET PREFIX cleanup
David Hildenbrand
1
-0
/
+3
2015-01-23
KVM: s390: a VCPU may only stop when no interrupts are left pending
David Hildenbrand
1
-2
/
+2
2015-01-23
KVM: s390: handle stop irqs without action_bits
David Hildenbrand
1
-26
/
+45
2015-01-23
KVM: s390: new parameter for SIGP STOP irqs
David Hildenbrand
1
-1
/
+17
2015-01-23
KVM: s390: forward hrtimer if guest ckc not pending yet
David Hildenbrand
1
-2
/
+12
2015-01-23
KVM: s390: prevent sleep duration underflows in handle_wait()
David Hildenbrand
1
-1
/
+7
2015-01-23
KVM: s390: make local function static
Christian Borntraeger
1
-1
/
+1
2014-12-04
KVM: s390: clean up return code handling in irq delivery code
Jens Freimann
1
-13
/
+13
2014-12-04
KVM: s390: use atomic bitops to access pending_irqs bitmap
Jens Freimann
1
-2
/
+2
2014-12-04
KVM: s390: some ext irqs have to clear the ext cpu addr
David Hildenbrand
1
-0
/
+3
2014-11-28
KVM: s390: allow injecting all kinds of machine checks
Jens Freimann
1
-3
/
+11
2014-11-28
KVM: s390: handle pending local interrupts via bitmap
Jens Freimann
1
-245
/
+356
2014-11-28
KVM: s390: refactor interrupt delivery code
Jens Freimann
1
-177
/
+282
2014-11-28
KVM: s390: add defines for virtio and pfault interrupt code
Jens Freimann
1
-2
/
+4
2014-11-28
KVM: s390: external param not valid for cpu timer and ckc
David Hildenbrand
1
-4
/
+2
2014-11-28
KVM: s390: refactor interrupt injection code
Jens Freimann
1
-54
/
+167
2014-11-28
KVM: s390: trigger the right CPU exit for floating interrupts
Christian Borntraeger
1
-1
/
+11
2014-10-28
KVM: s390: Fix size of monitor-class number field
Thomas Huth
1
-1
/
+1
2014-10-01
KVM: s390: count vcpu wakeups in stat.halt_wakeup
David Hildenbrand
1
-0
/
+1
2014-09-10
KVM: s390/interrupt: remove double assignment
Christian Borntraeger
1
-1
/
+0
2014-09-10
KVM: s390: unintended fallthrough for external call
Christian Borntraeger
1
-0
/
+1
2014-09-10
KVM: s390: add __must_check to interrupt deliver functions
Christian Borntraeger
1
-6
/
+6
2014-08-25
KVM: s390/mm: cleanup gmap function arguments, variable names
Martin Schwidefsky
1
-1
/
+1
2014-08-25
KVM: s390: don't use kvm lock in interrupt injection code
Jens Freimann
1
-2
/
+0
2014-08-25
KVM: s390: return -EFAULT if lowcore is not mapped during irq delivery
Jens Freimann
1
-22
/
+18
2014-08-25
KVM: s390: no special machine check delivery
Christian Borntraeger
1
-56
/
+0
2014-08-25
KVM: s390: factor out get_ilc() function
Jens Freimann
1
-20
/
+21
2014-08-25
KVM: s390: add defines for pfault init delivery code
Jens Freimann
1
-2
/
+4
2014-08-05
KVM: irqchip: Provide and use accessors for irq routing table
Paul Mackerras
1
-2
/
+1
2014-07-31
KVM: s390: rework broken SIGP STOP interrupt handling
David Hildenbrand
1
-0
/
+3
2014-07-21
KVM: s390: remove the tasklet used by the hrtimer
David Hildenbrand
1
-12
/
+1
2014-07-21
KVM: s390: move vcpu wakeup code to a central point
David Hildenbrand
1
-9
/
+15
2014-07-21
KVM: s390: remove _bh locking from local_int.lock
David Hildenbrand
1
-16
/
+16
2014-07-21
KVM: s390: cleanup handle_wait by reusing kvm_vcpu_block
David Hildenbrand
1
-36
/
+5
2014-05-30
KVM: s390: a VCPU is already started when delivering interrupts
David Hildenbrand
1
-1
/
+0
2014-05-16
KVM: s390: interpretive execution of SIGP EXTERNAL CALL
David Hildenbrand
1
-4
/
+26
2014-05-06
KVM: s390: Add clock comparator and CPU timer IRQ injection
Thomas Huth
1
-0
/
+32
2014-04-29
KVM: s390: introduce kvm_s390_vcpu_{start,stop}
David Hildenbrand
1
-1
/
+1
2014-04-22
KVM: s390: Drop pending interrupts on guest exit
Christian Borntraeger
1
-2
/
+2
[next]