index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kvm
/
interrupt.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2014-04-22
KVM: s390: no timer interrupts when single-stepping a guest
David Hildenbrand
1
-0
/
+3
2014-04-22
KVM: s390: move timer interrupt checks into own functions
David Hildenbrand
1
-18
/
+20
2014-04-22
KVM: s390: hardware support for guest debugging
David Hildenbrand
1
-1
/
+7
[next]