aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/priv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-02KVM: s390: fix 24 bit psw handling in lpsw/lpswe handlerHeiko Carstens1-1/+1
2013-03-07s390/kvm,gaccess: add address space annotationsHeiko Carstens1-11/+11
2013-03-07s390/kvm: cleanup/fix handle_tpi()Heiko Carstens1-24/+30
2013-03-07s390/kvm,gaccess: shorten put/get_guest codeHeiko Carstens1-11/+11
2013-03-07s390/kvm: remove explicit -EFAULT return code checking on guest accessHeiko Carstens1-3/+3
2013-03-07s390/kvm,tprot: use new gmap_translate() functionHeiko Carstens1-12/+9
2013-01-07KVM: s390: Add support for channel I/O instructions.Cornelia Huck1-4/+87
2013-01-07KVM: s390: In-kernel handling of I/O instructions.Cornelia Huck1-17/+39
2013-01-07KVM: s390: Add support for machine checks.Cornelia Huck1-0/+135
2013-01-07KVM: s390: Decoding helper functions.Cornelia Huck1-31/+11
2013-01-07KVM: s390: Constify intercept handler tables.Cornelia Huck1-2/+2
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+8
2012-09-26s390/sysinfo,stsi: change return code handlingHeiko Carstens1-2/+2
2012-07-26KVM: s390: Add architectural trace eventsCornelia Huck1-1/+8
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-1/+1
2012-04-30KVM: s390: Handle sckpf instructionCornelia Huck1-0/+31
2012-03-05KVM: s390: provide general purpose guest registers via kvm_runChristian Borntraeger1-12/+12
2012-03-05KVM: s390: rework code that sets the prefixChristian Borntraeger1-2/+1
2011-11-17KVM: s390: Fix tprot lockingChristian Borntraeger1-2/+8
2011-07-24[S390] kvm: handle tprot interceptsChristian Borntraeger1-0/+49
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-25[S390] cleanup facility list handlingMartin Schwidefsky1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26[S390] Replace ENOTSUPP usage with EOPNOTSUPPHeiko Carstens1-1/+1
2009-06-28KVM: s390: Allow stfle instruction in the guestChristian Borntraeger1-1/+1
2009-06-10KVM: s390: optimize float int lock: spin_lock_bh --> spin_lockChristian Borntraeger1-2/+2
2009-03-24KVM: s390: Fix problem state check for b2 interceptsChristian Borntraeger1-3/+15
2009-01-09[S390] Use unsigned long long for u64 on 64bit.Heiko Carstens1-1/+1
2008-10-15KVM: s390: Make facility bits future-proofChristian Borntraeger1-2/+2
2008-07-31KVM: s390: Fix kvm on IBM System z10Christian Borntraeger1-0/+1
2008-07-20KVM: s390: rename private structuresChristian Borntraeger1-1/+1
2008-04-30[S390] Move stfl to system.h and delete duplicated version.Heiko Carstens1-10/+1
2008-04-27KVM: s390: rename stfl to kvm_stflHeiko Carstens1-2/+2
2008-04-27KVM: s390: intercepts for privileged instructionsChristian Borntraeger1-0/+323