index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kvm
/
interrupt.c
Age
Commit message (
Expand
)
Author
2015-03-31
KVM: s390: migrate vcpu interrupt state
Jens Freimann
2015-03-31
KVM: s390: refactor vcpu injection function
Jens Freimann
2015-03-31
KVM: s390: cpu timer irq priority
David Hildenbrand
2015-03-31
KVM: s390: deliver floating interrupts in order of priority
Jens Freimann
2015-03-31
KVM: s390: fix get_all_floating_irqs
Jens Freimann
2015-03-31
KVM: s390: store the breaking-event address on pgm interrupts
David Hildenbrand
2015-03-06
KVM: s390: Machine Check
Eric Farman
2015-03-06
KVM: s390: Vector exceptions
Eric Farman
2015-03-06
KVM: s390: Use insn_length() to calculate length of instruction
Thomas Huth
2015-03-06
KVM: s390: Nullify instruction for certain program exceptions
Thomas Huth
2015-03-06
KVM: s390: reinjection of irqs can fail in the tpi handler
David Hildenbrand
2015-02-09
KVM: s390: floating irqs: fix user triggerable endless loop
David Hildenbrand
2015-01-23
KVM: s390: remove redundant setting of interrupt type
Jens Freimann
2015-01-23
KVM: s390: fix bug in interrupt parameter check
Jens Freimann
2015-01-23
KVM: s390: avoid memory leaks if __inject_vm() fails
David Hildenbrand
2015-01-23
KVM: s390: trace correct values for set prefix and machine checks
Jens Freimann
2015-01-23
KVM: s390: fix bug in sigp emergency signal injection
Jens Freimann
2015-01-23
KVM: s390: no need to hold the kvm->mutex for floating interrupts
Christian Borntraeger
2015-01-23
KVM: s390: only one external call may be pending at a time
David Hildenbrand
2015-01-23
KVM: s390: SIGP SET PREFIX cleanup
David Hildenbrand
2015-01-23
KVM: s390: a VCPU may only stop when no interrupts are left pending
David Hildenbrand
2015-01-23
KVM: s390: handle stop irqs without action_bits
David Hildenbrand
2015-01-23
KVM: s390: new parameter for SIGP STOP irqs
David Hildenbrand
2015-01-23
KVM: s390: forward hrtimer if guest ckc not pending yet
David Hildenbrand
2015-01-23
KVM: s390: prevent sleep duration underflows in handle_wait()
David Hildenbrand
2015-01-23
KVM: s390: make local function static
Christian Borntraeger
2014-12-04
KVM: s390: clean up return code handling in irq delivery code
Jens Freimann
2014-12-04
KVM: s390: use atomic bitops to access pending_irqs bitmap
Jens Freimann
2014-12-04
KVM: s390: some ext irqs have to clear the ext cpu addr
David Hildenbrand
2014-11-28
KVM: s390: allow injecting all kinds of machine checks
Jens Freimann
2014-11-28
KVM: s390: handle pending local interrupts via bitmap
Jens Freimann
2014-11-28
KVM: s390: refactor interrupt delivery code
Jens Freimann
2014-11-28
KVM: s390: add defines for virtio and pfault interrupt code
Jens Freimann
2014-11-28
KVM: s390: external param not valid for cpu timer and ckc
David Hildenbrand
2014-11-28
KVM: s390: refactor interrupt injection code
Jens Freimann
2014-11-28
KVM: s390: trigger the right CPU exit for floating interrupts
Christian Borntraeger
2014-10-28
KVM: s390: Fix size of monitor-class number field
Thomas Huth
2014-10-01
KVM: s390: count vcpu wakeups in stat.halt_wakeup
David Hildenbrand
2014-09-10
KVM: s390/interrupt: remove double assignment
Christian Borntraeger
2014-09-10
KVM: s390: unintended fallthrough for external call
Christian Borntraeger
2014-09-10
KVM: s390: add __must_check to interrupt deliver functions
Christian Borntraeger
2014-08-25
KVM: s390/mm: cleanup gmap function arguments, variable names
Martin Schwidefsky
2014-08-25
KVM: s390: don't use kvm lock in interrupt injection code
Jens Freimann
2014-08-25
KVM: s390: return -EFAULT if lowcore is not mapped during irq delivery
Jens Freimann
2014-08-25
KVM: s390: no special machine check delivery
Christian Borntraeger
2014-08-25
KVM: s390: factor out get_ilc() function
Jens Freimann
2014-08-25
KVM: s390: add defines for pfault init delivery code
Jens Freimann
2014-08-05
KVM: irqchip: Provide and use accessors for irq routing table
Paul Mackerras
2014-07-31
KVM: s390: rework broken SIGP STOP interrupt handling
David Hildenbrand
2014-07-21
KVM: s390: remove the tasklet used by the hrtimer
David Hildenbrand
[prev]
[next]