aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/intercept.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-24KVM: s390: Remove dead "rerun vcpu" codeThomas Huth1-6/+0
2013-06-20KVM: s390: Reworked LCTL and LCTLG instructionsThomas Huth1-83/+2
2013-05-21s390/kvm: Kick guests out of sie if prefix page host pte is touchedChristian Borntraeger1-37/+2
2013-04-02KVM: s390: fix and enforce return code handling for irq injectionsHeiko Carstens1-8/+4
2013-03-07s390/kvm,gaccess: add address space annotationsHeiko Carstens1-2/+2
2013-03-07s390/kvm,gaccess: shorten put/get_guest codeHeiko Carstens1-3/+3
2013-03-07s390/kvm: remove explicit -EFAULT return code checking on guest accessHeiko Carstens1-2/+2
2013-01-07KVM: s390: Add support for channel I/O instructions.Cornelia Huck1-0/+1
2013-01-07KVM: s390: In-kernel handling of I/O instructions.Cornelia Huck1-3/+16
2013-01-07KVM: s390: Add support for machine checks.Cornelia Huck1-0/+2
2013-01-07KVM: s390: Decoding helper functions.Cornelia Huck1-15/+6
2013-01-07KVM: s390: Constify intercept handler tables.Cornelia Huck1-1/+1
2012-07-26KVM: s390: Add implementation-specific trace eventsCornelia Huck1-0/+3
2012-07-26KVM: s390: Add architectural trace eventsCornelia Huck1-0/+8
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-2/+2
2012-04-30KVM: s390: Handle sckpf instructionCornelia Huck1-0/+1
2012-03-08KVM: s390: do store status after handling STOP_ON_STOP bitJens Freimann1-8/+12
2012-03-05KVM: s390: provide general purpose guest registers via kvm_runChristian Borntraeger1-2/+2
2011-11-17KVM: s390: Fix RUNNING flag misinterpretationCornelia Huck1-1/+2
2011-07-24[S390] Use gmap translation for accessing guest memoryCarsten Otte1-10/+14
2011-07-24[S390] use gmap address spaces for kvm guest imagesCarsten Otte1-1/+17
2011-07-24[S390] kvm: handle tprot interceptsChristian Borntraeger1-0/+1
2010-08-01KVM: s390: Fix build failure due to centralized vcpu locking patchesChristian Borntraeger1-1/+1
2010-02-26[S390] Replace ENOTSUPP usage with EOPNOTSUPPHeiko Carstens1-9/+9
2010-01-25KVM: S390: fix potential array overrun in intercept handlingChristian Borntraeger1-2/+2
2009-09-10KVM: s390: streamline memslot handlingChristian Ehrhardt1-3/+3
2009-09-10KVM: s390: infrastructure to kick vcpus out of guest stateChristian Ehrhardt1-3/+9
2009-06-10KVM: s390: Sanity check on validity interceptCarsten Otte1-10/+18
2009-03-24KVM: s390: Fix problem state check for b2 interceptsChristian Borntraeger1-1/+1
2008-07-27KVM: s390: Fix possible host kernel bug on lctl(g) handlingChristian Borntraeger1-0/+6
2008-07-27KVM: s390: Fix instruction naming for lctlgChristian Borntraeger1-4/+4
2008-05-07[S390] s390-kvm: leave sie context on work. Removes preemption requirementChristian Borntraeger1-0/+3
2008-04-27KVM: s390: intercepts for diagnose instructionsChristian Borntraeger1-0/+1
2008-04-27KVM: s390: interprocessor communication via sigpChristian Borntraeger1-2/+20
2008-04-27KVM: s390: intercepts for privileged instructionsChristian Borntraeger1-0/+1
2008-04-27KVM: s390: interrupt subsystem, cpu timer, waitpswCarsten Otte1-0/+116
2008-04-27KVM: s390: sie intercept handlingChristian Borntraeger1-0/+80