index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kvm
/
intercept.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-20
KVM: s390: reject invalid modes for runtime instrumentation
Christian Borntraeger
1
-2
/
+7
2016-09-08
KVM: s390: lazy enable RI
Fan Zhang
1
-0
/
+1
2016-08-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+31
2016-07-18
KVM: s390: allow user space to handle instr 0x0000
David Hildenbrand
1
-0
/
+3
2016-07-05
KVM: s390: inject PER i-fetch events on applicable icpts
David Hildenbrand
1
-3
/
+14
2016-06-10
KVM: s390: Add sthyi emulation
Janosch Frank
1
-0
/
+4
2016-06-10
KVM: s390: Add operation exception interception handler
Janosch Frank
1
-0
/
+11
2016-06-10
KVM: s390: Add stats for PEI events
Alexander Yarygin
1
-0
/
+2
2016-02-10
KVM: s390: irq delivery should not rely on icptcode
David Hildenbrand
1
-0
/
+2
2016-02-10
KVM: s390: clean up prog irq injection on prog irq icpts
David Hildenbrand
1
-21
/
+20
2016-02-10
KVM: s390: gaccess: introduce access modes
David Hildenbrand
1
-2
/
+2
2016-02-10
KVM: s390: PSW forwarding / rewinding / ilc rework
David Hildenbrand
1
-8
/
+23
2015-11-30
KVM: s390: rewrite vcpu_post_run and drop out early
David Hildenbrand
1
-4
/
+3
2015-10-29
KVM: s390: use simple switch statement as multiplexer
Christian Borntraeger
1
-21
/
+21
2015-05-08
KVM: s390: drop handling of interception code 12
David Hildenbrand
1
-16
/
+0
2015-03-17
KVM: s390: Guest's memory access functions get access registers
Alexander Yarygin
1
-2
/
+2
2015-03-06
KVM: s390: Vector exceptions
Eric Farman
1
-0
/
+1
2015-01-23
KVM: s390: Take addressing mode into account for MVPG interception
Thomas Huth
1
-6
/
+8
2015-01-23
KVM: s390: only one external call may be pending at a time
David Hildenbrand
1
-3
/
+5
2015-01-23
KVM: s390: a VCPU may only stop when no interrupts are left pending
David Hildenbrand
1
-0
/
+4
2015-01-23
KVM: s390: handle stop irqs without action_bits
David Hildenbrand
1
-5
/
+10
2014-11-28
KVM: s390: handle pending local interrupts via bitmap
Jens Freimann
1
-2
/
+2
2014-11-28
KVM: s390: Fix rewinding of the PSW pointing to an EXECUTE instruction
Thomas Huth
1
-2
/
+14
2014-07-10
KVM: s390: implement KVM_(S|G)ET_MP_STATE for user space state control
David Hildenbrand
1
-1
/
+2
2014-07-10
KVM: s390: move finalization of SIGP STOP orders to kvm_s390_vcpu_stop
David Hildenbrand
1
-19
/
+12
2014-05-16
KVM: s390: interpretive execution of SIGP EXTERNAL CALL
David Hildenbrand
1
-0
/
+4
2014-05-16
KVM: s390: Improved MVPG partial execution handler
Thomas Huth
1
-16
/
+9
2014-05-16
KVM: s390: Avoid endless loops of specification exceptions
Thomas Huth
1
-1
/
+9
2014-05-06
KVM: s390: Fix external interrupt interception
Thomas Huth
1
-4
/
+45
2014-04-29
KVM: s390: introduce kvm_s390_vcpu_{start,stop}
David Hildenbrand
1
-2
/
+1
2014-04-29
KVM: s390: Handle MVPG partial execution interception
Thomas Huth
1
-1
/
+54
2014-04-22
KVM: s390: Factor out handle_itdb to handle TX aborts
Michael Mueller
1
-12
/
+26
2014-04-22
KVM: s390: replace TDB_ADDR by __LC_PGM_TDB
Michael Mueller
1
-1
/
+2
2014-04-22
KVM: s390: hardware support for guest debugging
David Hildenbrand
1
-0
/
+9
2014-04-22
KVM: s390: emulate stctl and stctg
David Hildenbrand
1
-0
/
+1
2014-04-22
KVM: s390: extract irq parameters of intercepted program irqs
David Hildenbrand
1
-1
/
+64
2014-04-22
KVM: s390: convert handle_prog()
Heiko Carstens
1
-9
/
+13
2014-01-17
KVM: s390: enable Transactional Execution
Michael Mueller
1
-0
/
+11
2013-09-24
KVM: s390: Remove dead "rerun vcpu" code
Thomas Huth
1
-6
/
+0
2013-06-21
KVM: s390: Reworked LCTL and LCTLG instructions
Thomas Huth
1
-83
/
+2
2013-05-21
s390/kvm: Kick guests out of sie if prefix page host pte is touched
Christian Borntraeger
1
-37
/
+2
2013-04-02
KVM: s390: fix and enforce return code handling for irq injections
Heiko Carstens
1
-8
/
+4
2013-03-07
s390/kvm,gaccess: add address space annotations
Heiko Carstens
1
-2
/
+2
2013-03-07
s390/kvm,gaccess: shorten put/get_guest code
Heiko Carstens
1
-3
/
+3
2013-03-07
s390/kvm: remove explicit -EFAULT return code checking on guest access
Heiko Carstens
1
-2
/
+2
2013-01-08
KVM: s390: Add support for channel I/O instructions.
Cornelia Huck
1
-0
/
+1
2013-01-08
KVM: s390: In-kernel handling of I/O instructions.
Cornelia Huck
1
-3
/
+16
2013-01-08
KVM: s390: Add support for machine checks.
Cornelia Huck
1
-0
/
+2
2013-01-08
KVM: s390: Decoding helper functions.
Cornelia Huck
1
-15
/
+6
2013-01-08
KVM: s390: Constify intercept handler tables.
Cornelia Huck
1
-1
/
+1
[next]