aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-23Merge tag 'kvm-s390-20140117' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-queuePaolo Bonzini3-6/+28
2014-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-59/+135
2014-01-20KVM: s390: Fix memory access error detectionChristian Borntraeger1-0/+4
2014-01-17KVM: s390: Enable the LPP facility for guestsThomas Huth1-1/+1
2014-01-17KVM: s390: enable Transactional ExecutionMichael Mueller3-6/+28
2014-01-16s390: Fix misspellings using 'codespell' toolHendrik Brueckner1-1/+1
2013-12-11KVM: s390: ioeventfd: ignore leftmost bitsDominik Dingel1-1/+1
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 Huth2-7/+0
2013-11-28KVM: s390: Add SIGP store-status-at-address orderThomas Huth2-0/+36
2013-11-28KVM: s390: fix diagnose code extractionHeiko Carstens1-1/+1
2013-11-28KVM: s390: Fix clock comparator field for STORE STATUSThomas Huth1-1/+3
2013-11-28KVM: s390: Always store status during SIGP STOP_AND_STORE_STATUSThomas Huth3-13/+31
2013-11-28KVM: s390: Do not set CC3 for EQBS and SQBSThomas Huth1-2/+0
2013-11-28KVM: s390: Fix access to CR6 in TPI handlerThomas Huth1-1/+1
2013-11-28KVM: s390: Removed VIRTIODESCSPACEThomas Huth1-3/+0
2013-11-28KVM: s390: Removed SIE_INTERCEPT_UCONTROLThomas Huth2-20/+6
2013-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-53/+147
2013-10-24s390: fix save and restore of the floating-point-control registerMartin Schwidefsky1-8/+15
2013-10-24s390/dis: move disassembler function prototypes to proper header fileHeiko Carstens1-0/+1
2013-10-22s390/time: correct use of store clock fastMartin Schwidefsky1-3/+3
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V1-2/+3
2013-09-24KVM: s390: Intercept SCK instructionThomas Huth1-0/+33
2013-09-24KVM: s390: Implement TEST BLOCKThomas Huth1-0/+28
2013-09-24KVM: s390: Helper for converting real addresses to absoluteThomas Huth1-7/+14
2013-09-24KVM: s390: Allow NULL parameter for kvm_s390_get_regs_rreThomas Huth1-2/+4
2013-09-24KVM: s390: Lock kvm->srcu at the appropriate placesThomas Huth3-3/+16
2013-09-24KVM: s390: Push run loop into __vcpu_runThomas Huth1-24/+25
2013-09-24KVM: s390: Split up __vcpu_run into three partsThomas Huth1-17/+37
2013-09-24KVM: s390: Remove dead "rerun vcpu" codeThomas Huth3-12/+1
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-31/+55
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-4/+8
2013-07-29KVM: s390: Add helper function for setting condition codeThomas Huth2-9/+13
2013-07-29KVM: s390: Fix sparse warnings in priv.cThomas Huth1-3/+3
2013-07-29KVM: s390: declare virtual HW facilitiesMichael Mueller3-15/+22
2013-07-29KVM: s390: fix pfmf non-quiescing control handlingHeiko Carstens1-2/+2
2013-07-29KVM: s390: move kvm_guest_enter,exit closer to sieDominik Dingel1-7/+14
2013-07-18KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa1-0/+4
2013-07-18KVM: s390: use cookies for ioeventfdCornelia Huck1-4/+13
2013-07-15s390: Replace weird use of PTR_RET.Rusty Russell1-4/+8
2013-06-20KVM: s390: Fixed priority of execution in STSIThomas Huth1-7/+16
2013-06-20KVM: s390: Reworked LCTL and LCTLG instructionsThomas Huth3-85/+81
2013-06-20KVM: s390: Check for access exceptions during TPIThomas Huth1-3/+4
2013-06-20KVM: s390: Check for PSTATE when handling DIAGNOSEThomas Huth1-0/+3
2013-06-20KVM: s390: Privileged operation checks moved to instruction handlersThomas Huth1-24/+39
2013-06-20KVM: s390: Privileged operation check for TPROTThomas Huth1-0/+3
2013-06-20KVM: s390: Renamed PGM_PRIVILEGED_OPERATIONThomas Huth2-11/+8