Age | Commit message (Expand) | Author | Files | Lines |
2013-04-02 | KVM: s390: fix psw conversion in lpsw handler | Heiko Carstens | 1 | -1/+2 |
2013-04-02 | KVM: s390: fix 24 bit psw handling in lpsw/lpswe handler | Heiko Carstens | 1 | -1/+1 |
2013-04-02 | KVM: s390: Dont do a gmap update on minor memslot changes | Christian Borntraeger | 1 | -0/+10 |
2013-03-18 | treewide: Fix typos in printk and comment | Masanari Iida | 1 | -1/+1 |
2013-03-07 | s390/kvm,gaccess: add address space annotations | Heiko Carstens | 4 | -41/+42 |
2013-03-07 | s390/kvm: cleanup/fix handle_tpi() | Heiko Carstens | 1 | -24/+30 |
2013-03-07 | s390/kvm,gaccess: shorten copy_to/from_guest code | Heiko Carstens | 1 | -253/+41 |
2013-03-07 | s390/kvm,gaccess: shorten put/get_guest code | Heiko Carstens | 4 | -152/+81 |
2013-03-07 | s390/kvm: remove explicit -EFAULT return code checking on guest access | Heiko Carstens | 3 | -177/+74 |
2013-03-07 | s390/kvm,tprot: use new gmap_translate() function | Heiko Carstens | 1 | -12/+9 |
2013-03-07 | s390/kvm,gaccess: fix guest access return code handling | Heiko Carstens | 1 | -2/+5 |
2013-03-06 | KVM: s390: Wire up ioeventfd. | Cornelia Huck | 4 | -1/+29 |
2013-03-05 | KVM: set_memory_region: Refactor commit_memory_region() | Takuya Yoshikawa | 1 | -1/+2 |
2013-03-05 | KVM: set_memory_region: Refactor prepare_memory_region() | Takuya Yoshikawa | 1 | -2/+2 |
2013-03-05 | KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region() | Takuya Yoshikawa | 1 | -7/+2 |
2013-02-25 | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 7 | -80/+677 |
2013-02-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2 | -4/+4 |
2013-02-14 | s390/mm: implement software dirty bits | Martin Schwidefsky | 1 | -1/+1 |
2013-02-14 | s390/time: rename tod clock access functions | Heiko Carstens | 1 | -3/+3 |
2013-02-11 | KVM: s390: Fix handling of iscs. | Cornelia Huck | 1 | -3/+15 |
2013-01-30 | s390/kvm: Fix instruction decoding | Christian Borntraeger | 1 | -11/+14 |
2013-01-30 | s390/kvm: Fix store status for ACRS/FPRS | Christian Borntraeger | 1 | -0/+8 |
2013-01-18 | Merge 3.9-rc4 into driver-core-next | Greg Kroah-Hartman | 2 | -1/+3 |
2013-01-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -1/+1 |
2013-01-17 | KVM: s390: kvm/sigp.c: fix memory leakage | Cong Ding | 1 | -1/+3 |
2013-01-16 | s390/time: fix sched_clock() overflow | Heiko Carstens | 1 | -1/+1 |
2013-01-11 | arch/s390/kvm: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 1 | -1/+1 |
2013-01-10 | s390/kvm: Fix BUG in include/linux/kvm_host.h:745 | Christian Borntraeger | 1 | -0/+2 |
2013-01-08 | KVM: s390: Add support for channel I/O instructions. | Cornelia Huck | 6 | -4/+159 |
2013-01-08 | KVM: s390: Base infrastructure for enabling capabilities. | Cornelia Huck | 1 | -0/+26 |
2013-01-08 | KVM: s390: In-kernel handling of I/O instructions. | Cornelia Huck | 3 | -20/+56 |
2013-01-08 | KVM: s390: Add support for machine checks. | Cornelia Huck | 5 | -3/+255 |
2013-01-08 | KVM: s390: Support for I/O interrupts. | Cornelia Huck | 1 | -2/+101 |
2013-01-08 | KVM: s390: Decoding helper functions. | Cornelia Huck | 4 | -51/+55 |
2013-01-08 | KVM: s390: Constify intercept handler tables. | Cornelia Huck | 2 | -3/+3 |
2012-12-14 | KVM: struct kvm_memory_slot.user_alloc -> bool | Alex Williamson | 1 | -2/+2 |
2012-12-14 | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -2/+24 |
2012-11-28 | KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization | Marcelo Tosatti | 1 | -0/+5 |
2012-10-30 | kvm: Directly account vtime to system on guest switch | Frederic Weisbecker | 1 | -4/+0 |
2012-10-11 | s390/kvm: dont announce RRBM support | Christian Borntraeger | 1 | -1/+1 |
2012-10-11 | s390/kvm: Interrupt injection bugfix | Jason J. Herne | 1 | -1/+18 |
2012-10-04 | Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 9 | -4/+616 |
2012-09-27 | KVM: s390: Fix vcpu_load handling in interrupt code | Christian Borntraeger | 1 | -2/+0 |
2012-09-26 | s390/sysinfo,stsi: change return code handling | Heiko Carstens | 1 | -2/+2 |
2012-09-26 | s390/kconfig: split the s390 base menu | Jan Glauber | 1 | -1/+1 |
2012-09-06 | KVM: split kvm_arch_flush_shadow | Marcelo Tosatti | 1 | -1/+6 |
2012-07-26 | KVM: s390: Add implementation-specific trace events | Cornelia Huck | 5 | -0/+241 |
2012-07-26 | KVM: s390: Add architectural trace events | Cornelia Huck | 6 | -1/+368 |
2012-07-26 | Merge branch 'queue' into next | Avi Kivity | 1 | -0/+1 |
2012-07-24 | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -35/+43 |