aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/sigp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-30KVM: s390: clean up interrupt injection in sigp codeJens Freimann1-38/+18
2014-05-16KVM: s390: interpretive execution of SIGP EXTERNAL CALLDavid Hildenbrand1-0/+35
2014-04-22KVM: s390: convert __sigp_set_prefix()/handle_set_prefix()Heiko Carstens1-5/+7
2014-03-25KVM: s390: Fix possible memory leak in SIGP functionsThomas Huth1-8/+6
2014-03-04KVM: s390: get rid of local_int arrayJens Freimann1-73/+51
2014-03-04KVM: s390: Fixed CC of SIGP SET_PREFIX handlerThomas Huth1-16/+8
2014-01-30KVM: async_pf: Async page fault support on s390Dominik Dingel1-0/+7
2013-12-11KVM: s390: SIGP START has to report BUSY while stopping a CPUThomas Huth1-0/+5
2013-12-11KVM: s390: Reworked SIGP RESTART orderThomas Huth1-8/+11
2013-12-11KVM: s390: Add the SIGP order CONDITIONAL EMERGENCY SIGNALThomas Huth1-1/+36
2013-12-11KVM: s390: Use helper function to set CC in SIGP handlerThomas Huth1-2/+1
2013-11-28KVM: s390: Removed kvm_s390_inject_sigp_stop()Thomas Huth1-6/+0
2013-11-28KVM: s390: Add SIGP store-status-at-address orderThomas Huth1-0/+35
2013-11-28KVM: s390: Always store status during SIGP STOP_AND_STORE_STATUSThomas Huth1-1/+14
2013-06-20KVM: s390: Renamed PGM_PRIVILEGED_OPERATIONThomas Huth1-2/+1
2013-06-17KVM: s390: Use common waitqueueChristian Borntraeger1-8/+8
2013-01-17KVM: s390: kvm/sigp.c: fix memory leakageCong Ding1-1/+3
2013-01-07KVM: s390: Decoding helper functions.Cornelia Huck1-5/+1
2012-07-26KVM: s390: Add architectural trace eventsCornelia Huck1-0/+2
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-35/+42
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-2/+2
2012-07-03KVM: s390: Fix sigp sense handling.Cornelia Huck1-5/+9
2012-07-03KVM: s390: use sigp condition code definesHeiko Carstens1-29/+29
2012-07-03KVM: s390: fix sigp set prefix status stored casesHeiko Carstens1-2/+5
2012-07-03KVM: s390: fix sigp sense running condition code handlingHeiko Carstens1-2/+2
2012-07-03s390/smp/kvm: unifiy sigp definitionsHeiko Carstens1-37/+9
2012-06-05s390/smp/kvm: unifiy sigp definitionsHeiko Carstens1-37/+9
2012-03-08KVM: s390: add stop_on_stop flag when doing stop and storeJens Freimann1-1/+2
2012-03-08KVM: s390: ignore sigp stop overinitiativeJens Freimann1-0/+3
2012-03-08KVM: s390: make sigp restart return busy when stop pendingJens Freimann1-0/+31
2012-03-05KVM: s390: provide general purpose guest registers via kvm_runChristian Borntraeger1-10/+10
2011-11-17KVM: s390: handle SIGP sense running interceptsCornelia Huck1-0/+39
2011-11-17KVM: s390: Fix RUNNING flag misinterpretationCornelia Huck1-3/+3
2011-10-30KVM: s390: implement sigp external callChristian Ehrhardt1-1/+44
2011-07-24[S390] Use gmap translation for accessing guest memoryCarsten Otte1-4/+2
2010-06-08[S390] arch/s390/kvm: Use GFP_ATOMIC when a lock is heldJulia Lawall1-1/+1
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-2/+2
2009-12-03KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.cCarsten Otte1-3/+3
2009-09-10KVM: s390: streamline memslot handlingChristian Ehrhardt1-2/+2
2009-09-10KVM: s390: infrastructure to kick vcpus out of guest stateChristian Ehrhardt1-22/+34
2009-08-07[S390] KVM: Read buffer overflowRoel Kluin1-3/+4
2009-06-10KVM: s390: optimize float int lock: spin_lock_bh --> spin_lockChristian Borntraeger1-8/+8
2009-03-24KVM: s390: Fix printk on SIGP set archChristian Borntraeger1-2/+0
2008-11-23KVM: s390: Fix problem state handling in guest sigp handlerChristian Borntraeger1-0/+5
2008-07-27KVM: s390: Change guestaddr type in gaccessMartin Schwidefsky1-2/+3
2008-07-20KVM: s390: rename private structuresChristian Borntraeger1-10/+10
2008-04-27KVM: s390: interprocessor communication via sigpChristian Borntraeger1-0/+288