aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2013-06-17KVM: s390: Fix epsw instruction decodingThomas Huth1-2/+1
2013-06-17KVM: s390: Use common waitqueueChristian Borntraeger3-18/+18
2013-06-17KVM: s390: code cleanup to use common vcpu slab cacheMichael Mueller1-3/+3
2013-06-17KVM: s390: guest large pagesChristian Borntraeger3-4/+95
2013-06-03KVM: s390: Add "devname:kvm" alias.Cornelia Huck1-0/+9
2013-05-21s390/kvm: avoid automatic sie reentryMartin Schwidefsky1-1/+3
2013-05-21s390/kvm: Kick guests out of sie if prefix page host pte is touchedChristian Borntraeger3-37/+52
2013-05-21s390/kvm: Provide a way to prevent reentering SIEChristian Borntraeger2-0/+32
2013-05-21s390/kvm: fix psw rewinding in handle_skeyMartin Schwidefsky1-1/+2
2013-05-19KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in MakefilesMarc Zyngier1-1/+2
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-728/+318
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-04-17s390/dis: use explicit buf lenStefan Raspl1-1/+1
2013-04-02KVM: s390: Enable KVM_CAP_NR_MEMSLOTS on s390Nick Wang1-0/+3
2013-04-02KVM: s390: Remove the sanity checks for kvm memory slotNick Wang1-12/+4
2013-04-02KVM: s390: fix compile with !CONFIG_COMPATHeiko Carstens1-0/+1
2013-04-02KVM: s390: fix stsi exception handlingHeiko Carstens1-10/+10
2013-04-02KVM: s390: fix and enforce return code handling for irq injectionsHeiko Carstens4-73/+37
2013-04-02KVM: s390: make if statements in lpsw/lpswe handlers readableHeiko Carstens1-34/+24
2013-04-02KVM: s390: fix return code handling in lpsw/lpswe handlersHeiko Carstens1-30/+14
2013-04-02KVM: s390: fix psw conversion in lpsw handlerHeiko Carstens1-1/+2
2013-04-02KVM: s390: fix 24 bit psw handling in lpsw/lpswe handlerHeiko Carstens1-1/+1
2013-04-02KVM: s390: Dont do a gmap update on minor memslot changesChristian Borntraeger1-0/+10
2013-03-18treewide: Fix typos in printk and commentMasanari Iida1-1/+1
2013-03-07s390/kvm,gaccess: add address space annotationsHeiko Carstens4-41/+42
2013-03-07s390/kvm: cleanup/fix handle_tpi()Heiko Carstens1-24/+30
2013-03-07s390/kvm,gaccess: shorten copy_to/from_guest codeHeiko Carstens1-253/+41
2013-03-07s390/kvm,gaccess: shorten put/get_guest codeHeiko Carstens4-152/+81
2013-03-07s390/kvm: remove explicit -EFAULT return code checking on guest accessHeiko Carstens3-177/+74
2013-03-07s390/kvm,tprot: use new gmap_translate() functionHeiko Carstens1-12/+9
2013-03-07s390/kvm,gaccess: fix guest access return code handlingHeiko Carstens1-2/+5
2013-03-05KVM: s390: Wire up ioeventfd.Cornelia Huck4-1/+29
2013-03-04KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa1-1/+2
2013-03-04KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa1-2/+2
2013-03-04KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa1-7/+2
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-80/+677
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-4/+4
2013-02-14s390/mm: implement software dirty bitsMartin Schwidefsky1-1/+1
2013-02-14s390/time: rename tod clock access functionsHeiko Carstens1-3/+3
2013-02-11KVM: s390: Fix handling of iscs.Cornelia Huck1-3/+15
2013-01-30s390/kvm: Fix instruction decodingChristian Borntraeger1-11/+14