summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: Fixed priority of execution in STSIThomas Huth2013-06-201-7/+16
* KVM: s390: Reworked LCTL and LCTLG instructionsThomas Huth2013-06-203-85/+81
* KVM: s390: Check for access exceptions during TPIThomas Huth2013-06-201-3/+4
* KVM: s390: Check for PSTATE when handling DIAGNOSEThomas Huth2013-06-201-0/+3
* KVM: s390: Privileged operation checks moved to instruction handlersThomas Huth2013-06-201-24/+39
* KVM: s390: Privileged operation check for TPROTThomas Huth2013-06-201-0/+3
* KVM: s390: Renamed PGM_PRIVILEGED_OPERATIONThomas Huth2013-06-202-11/+8
* KVM: s390: Fix epsw instruction decodingThomas Huth2013-06-171-2/+1
* KVM: s390: Use common waitqueueChristian Borntraeger2013-06-173-18/+18
* KVM: s390: code cleanup to use common vcpu slab cacheMichael Mueller2013-06-171-3/+3
* KVM: s390: guest large pagesChristian Borntraeger2013-06-173-4/+95
* KVM: s390: Add "devname:kvm" alias.Cornelia Huck2013-06-031-0/+9
* s390/kvm: avoid automatic sie reentryMartin Schwidefsky2013-05-211-1/+3
* s390/kvm: Kick guests out of sie if prefix page host pte is touchedChristian Borntraeger2013-05-213-37/+52
* s390/kvm: Provide a way to prevent reentering SIEChristian Borntraeger2013-05-212-0/+32
* s390/kvm: fix psw rewinding in handle_skeyMartin Schwidefsky2013-05-211-1/+2
* KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in MakefilesMarc Zyngier2013-05-191-1/+2
* Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-059-728/+318
|\
| * KVM: s390: Enable KVM_CAP_NR_MEMSLOTS on s390Nick Wang2013-04-021-0/+3
| * KVM: s390: Remove the sanity checks for kvm memory slotNick Wang2013-04-021-12/+4
| * KVM: s390: fix compile with !CONFIG_COMPATHeiko Carstens2013-04-021-0/+1
| * KVM: s390: fix stsi exception handlingHeiko Carstens2013-04-021-10/+10
| * KVM: s390: fix and enforce return code handling for irq injectionsHeiko Carstens2013-04-024-73/+37
| * KVM: s390: make if statements in lpsw/lpswe handlers readableHeiko Carstens2013-04-021-34/+24
| * KVM: s390: fix return code handling in lpsw/lpswe handlersHeiko Carstens2013-04-021-30/+14
| * KVM: s390: fix psw conversion in lpsw handlerHeiko Carstens2013-04-021-1/+2
| * KVM: s390: fix 24 bit psw handling in lpsw/lpswe handlerHeiko Carstens2013-04-021-1/+1
| * KVM: s390: Dont do a gmap update on minor memslot changesChristian Borntraeger2013-04-021-0/+10
| * s390/kvm,gaccess: add address space annotationsHeiko Carstens2013-03-074-41/+42
| * s390/kvm: cleanup/fix handle_tpi()Heiko Carstens2013-03-071-24/+30
| * s390/kvm,gaccess: shorten copy_to/from_guest codeHeiko Carstens2013-03-071-253/+41
| * s390/kvm,gaccess: shorten put/get_guest codeHeiko Carstens2013-03-074-152/+81
| * s390/kvm: remove explicit -EFAULT return code checking on guest accessHeiko Carstens2013-03-073-177/+74
| * s390/kvm,tprot: use new gmap_translate() functionHeiko Carstens2013-03-071-12/+9
| * s390/kvm,gaccess: fix guest access return code handlingHeiko Carstens2013-03-071-2/+5
| * KVM: s390: Wire up ioeventfd.Cornelia Huck2013-03-054-1/+29
| * KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa2013-03-041-1/+2
| * KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa2013-03-041-2/+2
| * KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa2013-03-041-7/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\ \
| * | treewide: Fix typos in printk and commentMasanari Iida2013-03-181-1/+1
| |/
* / s390/dis: use explicit buf lenStefan Raspl2013-04-171-1/+1
|/
* Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-247-80/+677
|\
| * KVM: s390: Fix handling of iscs.Cornelia Huck2013-02-111-3/+15
| * s390/kvm: Fix instruction decodingChristian Borntraeger2013-01-301-11/+14
| * s390/kvm: Fix store status for ACRS/FPRSChristian Borntraeger2013-01-301-0/+8
| * KVM: s390: kvm/sigp.c: fix memory leakageCong Ding2013-01-171-1/+3
| * KVM: s390: Add support for channel I/O instructions.Cornelia Huck2013-01-076-4/+159
| * KVM: s390: Base infrastructure for enabling capabilities.Cornelia Huck2013-01-071-0/+26
| * KVM: s390: In-kernel handling of I/O instructions.Cornelia Huck2013-01-073-20/+56