aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/sigp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-24KVM: s390: introduce and use kvm_s390_test_cpuflags()David Hildenbrand1-9/+5
2018-01-16KVM: s390: cleanup struct kvm_s390_float_interruptDavid Hildenbrand1-8/+4
2017-12-06KVM: s390: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-12-06KVM: s390: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-08-28KVM: s390: Support Configuration z/Architecture ModeJason J. Herne1-19/+17
2016-06-21KVM: s390: don't use CPUSTAT_WAIT to detect if a VCPU is idleDavid Hildenbrand1-5/+5
2016-05-09KVM: s390: enable SRS only if enabled for the guestDavid Hildenbrand1-0/+6
2015-11-19KVM: s390: fix wrong lookup of VCPUs by array indexDavid Hildenbrand1-6/+2
2015-07-29KVM: s390: adapt debug entries for instruction handlingChristian Borntraeger1-5/+5
2015-07-29KVM: s390: VCPU_EVENT cleanup for prefix changesChristian Borntraeger1-3/+0
2015-03-17KVM: s390: Guest's memory access functions get access registersAlexander Yarygin1-2/+2
2015-03-06KVM: s390: Add new SIGP order to kernel countersEric Farman1-0/+3
2015-01-23KVM: s390: forward most SIGP orders to user spaceDavid Hildenbrand1-0/+49
2015-01-23KVM: s390: only one external call may be pending at a timeDavid Hildenbrand1-5/+12
2015-01-23KVM: s390: SIGP SET PREFIX cleanupDavid Hildenbrand1-19/+11
2015-01-23KVM: s390: handle stop irqs without action_bitsDavid Hildenbrand1-43/+21
2014-11-28KVM: s390: handle pending local interrupts via bitmapJens Freimann1-27/+9
2014-10-28KVM: s390: sigp: split handling of SIGP STOP (AND STORE STATUS)David Hildenbrand1-7/+18
2014-10-28KVM: s390: sigp: inject emergency calls in a separate functionDavid Hildenbrand1-3/+9
2014-10-28KVM: s390: sigp: instruction counters for all sigp ordersDavid Hildenbrand1-1/+7
2014-10-28KVM: s390: sigp: separate preparation handlersDavid Hildenbrand1-15/+32
2014-10-28KVM: s390: sigp: move target cpu checks into dispatcherDavid Hildenbrand1-91/+48
2014-10-28KVM: s390: sigp: dispatch orders with one target in a separate functionDavid Hildenbrand1-31/+43
2014-07-30KVM: s390: Fix memory leak on busy SIGP stopChristian Borntraeger1-0/+1
2014-07-21KVM: s390: move vcpu wakeup code to a central pointDavid Hildenbrand1-14/+6
2014-07-21KVM: s390: remove _bh locking from local_int.lockDavid Hildenbrand1-10/+10
2014-07-10KVM: s390: allow only one SIGP STOP (AND STORE STATUS) at a timeDavid Hildenbrand1-1/+6
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