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
/
priv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2014-01-22
1
-3
/
+1
|
\
|
*
KVM: s390: Do not set CC3 for EQBS and SQBS
Thomas Huth
2013-11-28
1
-2
/
+0
|
*
KVM: s390: Fix access to CR6 in TPI handler
Thomas Huth
2013-11-28
1
-1
/
+1
*
|
s390: Fix misspellings using 'codespell' tool
Hendrik Brueckner
2014-01-16
1
-1
/
+1
|
/
*
KVM: s390: Intercept SCK instruction
Thomas Huth
2013-09-24
1
-0
/
+33
*
KVM: s390: Implement TEST BLOCK
Thomas Huth
2013-09-24
1
-0
/
+28
*
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2013-09-04
1
-19
/
+13
|
\
|
*
KVM: s390: Add helper function for setting condition code
Thomas Huth
2013-07-29
1
-9
/
+6
|
*
KVM: s390: Fix sparse warnings in priv.c
Thomas Huth
2013-07-29
1
-3
/
+3
|
*
KVM: s390: declare virtual HW facilities
Michael Mueller
2013-07-29
1
-7
/
+4
*
|
KVM: s390: fix pfmf non-quiescing control handling
Heiko Carstens
2013-07-29
1
-2
/
+2
|
/
*
KVM: s390: Fixed priority of execution in STSI
Thomas Huth
2013-06-20
1
-7
/
+16
*
KVM: s390: Reworked LCTL and LCTLG instructions
Thomas Huth
2013-06-20
1
-1
/
+77
*
KVM: s390: Check for access exceptions during TPI
Thomas Huth
2013-06-20
1
-3
/
+4
*
KVM: s390: Privileged operation checks moved to instruction handlers
Thomas Huth
2013-06-20
1
-24
/
+39
*
KVM: s390: Privileged operation check for TPROT
Thomas Huth
2013-06-20
1
-0
/
+3
*
KVM: s390: Renamed PGM_PRIVILEGED_OPERATION
Thomas Huth
2013-06-20
1
-9
/
+7
*
KVM: s390: Fix epsw instruction decoding
Thomas Huth
2013-06-17
1
-2
/
+1
*
KVM: s390: guest large pages
Christian Borntraeger
2013-06-17
1
-2
/
+84
*
s390/kvm: fix psw rewinding in handle_skey
Martin Schwidefsky
2013-05-21
1
-1
/
+2
*
KVM: s390: fix compile with !CONFIG_COMPAT
Heiko Carstens
2013-04-02
1
-0
/
+1
*
KVM: s390: fix stsi exception handling
Heiko Carstens
2013-04-02
1
-10
/
+10
*
KVM: s390: fix and enforce return code handling for irq injections
Heiko Carstens
2013-04-02
1
-57
/
+26
*
KVM: s390: make if statements in lpsw/lpswe handlers readable
Heiko Carstens
2013-04-02
1
-34
/
+24
*
KVM: s390: fix return code handling in lpsw/lpswe handlers
Heiko Carstens
2013-04-02
1
-30
/
+14
*
KVM: s390: fix psw conversion in lpsw handler
Heiko Carstens
2013-04-02
1
-1
/
+2
*
KVM: s390: fix 24 bit psw handling in lpsw/lpswe handler
Heiko Carstens
2013-04-02
1
-1
/
+1
*
s390/kvm,gaccess: add address space annotations
Heiko Carstens
2013-03-07
1
-11
/
+11
*
s390/kvm: cleanup/fix handle_tpi()
Heiko Carstens
2013-03-07
1
-24
/
+30
*
s390/kvm,gaccess: shorten put/get_guest code
Heiko Carstens
2013-03-07
1
-11
/
+11
*
s390/kvm: remove explicit -EFAULT return code checking on guest access
Heiko Carstens
2013-03-07
1
-3
/
+3
*
s390/kvm,tprot: use new gmap_translate() function
Heiko Carstens
2013-03-07
1
-12
/
+9
*
KVM: s390: Add support for channel I/O instructions.
Cornelia Huck
2013-01-07
1
-4
/
+87
*
KVM: s390: In-kernel handling of I/O instructions.
Cornelia Huck
2013-01-07
1
-17
/
+39
*
KVM: s390: Add support for machine checks.
Cornelia Huck
2013-01-07
1
-0
/
+135
*
KVM: s390: Decoding helper functions.
Cornelia Huck
2013-01-07
1
-31
/
+11
*
KVM: s390: Constify intercept handler tables.
Cornelia Huck
2013-01-07
1
-2
/
+2
*
Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2012-10-04
1
-1
/
+8
|
\
|
*
KVM: s390: Add architectural trace events
Cornelia Huck
2012-07-26
1
-1
/
+8
*
|
s390/sysinfo,stsi: change return code handling
Heiko Carstens
2012-09-26
1
-2
/
+2
|
/
*
s390/comments: unify copyright messages and remove file names
Heiko Carstens
2012-07-20
1
-1
/
+1
*
KVM: s390: Handle sckpf instruction
Cornelia Huck
2012-04-30
1
-0
/
+31
*
KVM: s390: provide general purpose guest registers via kvm_run
Christian Borntraeger
2012-03-05
1
-12
/
+12
*
KVM: s390: rework code that sets the prefix
Christian Borntraeger
2012-03-05
1
-2
/
+1
*
KVM: s390: Fix tprot locking
Christian Borntraeger
2011-11-17
1
-2
/
+8
*
[S390] kvm: handle tprot intercepts
Christian Borntraeger
2011-07-24
1
-0
/
+49
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
[S390] cleanup facility list handling
Martin Schwidefsky
2010-10-25
1
-2
/
+2
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
[S390] Replace ENOTSUPP usage with EOPNOTSUPP
Heiko Carstens
2010-02-26
1
-1
/
+1
[next]