summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-059-728/+318Star
|\
| * 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/+4Star
| * 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/+37Star
| * KVM: s390: make if statements in lpsw/lpswe handlers readableHeiko Carstens2013-04-021-34/+24Star
| * KVM: s390: fix return code handling in lpsw/lpswe handlersHeiko Carstens2013-04-021-30/+14Star
| * 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/+41Star
| * s390/kvm,gaccess: shorten put/get_guest codeHeiko Carstens2013-03-074-152/+81Star
| * s390/kvm: remove explicit -EFAULT return code checking on guest accessHeiko Carstens2013-03-073-177/+74Star
| * s390/kvm,tprot: use new gmap_translate() functionHeiko Carstens2013-03-071-12/+9Star
| * 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-051-1/+2
| * KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa2013-03-051-2/+2
| * KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa2013-03-051-7/+2Star
* | 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
| * KVM: s390: Add support for machine checks.Cornelia Huck2013-01-075-3/+255
| * KVM: s390: Support for I/O interrupts.Cornelia Huck2013-01-071-2/+101
| * KVM: s390: Decoding helper functions.Cornelia Huck2013-01-074-51/+55
| * KVM: s390: Constify intercept handler tables.Cornelia Huck2013-01-072-3/+3
| * KVM: struct kvm_memory_slot.user_alloc -> boolAlex Williamson2012-12-141-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-02-222-4/+4
|\ \
| * | s390/mm: implement software dirty bitsMartin Schwidefsky2013-02-141-1/+1
| * | s390/time: rename tod clock access functionsHeiko Carstens2013-02-141-3/+3
* | | Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman2013-01-182-1/+3
|\| |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-01-171-1/+1
| |\ \
| | * | s390/time: fix sched_clock() overflowHeiko Carstens2013-01-161-1/+1
| | |/
| * / s390/kvm: Fix BUG in include/linux/kvm_host.h:745Christian Borntraeger2013-01-101-0/+2
| |/
* / arch/s390/kvm: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-1/+1
|/
* Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-142-2/+24
|\
| * KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti2012-11-281-0/+5
| * s390/kvm: dont announce RRBM supportChristian Borntraeger2012-10-111-1/+1
| * s390/kvm: Interrupt injection bugfixJason J. Herne2012-10-111-1/+18