Age | Commit message (Expand) | Author | Files | Lines |
2010-06-08 | [S390] arch/s390/kvm: Use GFP_ATOMIC when a lock is held | Julia Lawall | 1 | -1/+1 |
2010-06-08 | [S390] appldata/extmem/kvm: add missing GFP_KERNEL flag | Heiko Carstens | 1 | -1/+1 |
2010-05-27 | [S390] spp: remove KVM_AWARE_CMF config option | Heiko Carstens | 2 | -14/+1 |
2010-05-22 | Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -3/+5 |
2010-05-19 | KVM: Let vcpu structure alignment be determined at runtime | Avi Kivity | 1 | -1/+1 |
2010-05-17 | KVM: use the correct RCU API for PROVE_RCU=y | Lai Jiangshan | 1 | -1/+1 |
2010-05-17 | KVM: s390: Fix possible memory leak of in kvm_arch_vcpu_create() | Wei Yongjun | 1 | -1/+3 |
2010-05-17 | [S390] virtualization aware cpu measurement | Carsten Otte | 2 | -13/+75 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 3 | -0/+3 |
2010-03-06 | Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -12/+24 |
2010-03-01 | KVM: fix cleanup_srcu_struct on vm destruction | Marcelo Tosatti | 1 | -0/+1 |
2010-03-01 | KVM: switch vcpu context to use SRCU | Marcelo Tosatti | 1 | -3/+7 |
2010-03-01 | KVM: split kvm_arch_set_memory_region into prepare and commit | Marcelo Tosatti | 1 | -9/+16 |
2010-03-01 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 6 | -31/+32 |
2010-02-27 | [S390] Cleanup struct _lowcore usage and defines. | Heiko Carstens | 2 | -5/+6 |
2010-02-27 | [S390] Replace ENOTSUPP usage with EOPNOTSUPP | Heiko Carstens | 6 | -16/+16 |
2010-02-27 | [S390] zfcpdump: remove cross arch dump support | Heiko Carstens | 1 | -10/+10 |
2010-02-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+2 |
2010-01-25 | KVM: S390: fix potential array overrun in intercept handling | Christian Borntraeger | 1 | -2/+2 |
2010-01-15 | vhost_net: a kernel-level virtio server | Michael S. Tsirkin | 1 | -0/+1 |
2009-12-10 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 1 | -1/+0 |
2009-12-07 | [S390] Improve address space mode selection. | Martin Schwidefsky | 1 | -1/+0 |
2009-12-03 | KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c | Carsten Otte | 1 | -3/+3 |
2009-12-03 | KVM: s390: Make psw available on all exits, not just a subset | Carsten Otte | 1 | -8/+17 |
2009-12-03 | KVM: Activate Virtualization On Demand | Alexander Graf | 1 | -1/+2 |
2009-12-03 | KVM: Return -ENOTTY on unrecognized ioctls | Avi Kivity | 1 | -1/+1 |
2009-10-04 | KVM: s390: fix memsize >= 4G | Christian Borntraeger | 1 | -1/+1 |
2009-09-21 | trivial: remove unnecessary semicolons | Joe Perches | 1 | -1/+1 |
2009-09-10 | KVM: Reduce runnability interface with arch support code | Gleb Natapov | 1 | -7/+1 |
2009-09-10 | KVM: remove old KVMTRACE support code | Marcelo Tosatti | 1 | -3/+0 |
2009-09-10 | KVM: Use macro to iterate over vcpus. | Gleb Natapov | 1 | -16/+15 |
2009-09-10 | KVM: s390: streamline memslot handling | Christian Ehrhardt | 5 | -51/+61 |
2009-09-10 | KVM: s390: fix signal handling | Christian Ehrhardt | 1 | -1/+3 |
2009-09-10 | KVM: s390: infrastructure to kick vcpus out of guest state | Christian Ehrhardt | 4 | -25/+51 |
2009-09-10 | KVM: Move common KVM Kconfig items to new file virt/kvm/Kconfig | Avi Kivity | 1 | -5/+1 |
2009-08-10 | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+1 |
2009-08-07 | [S390] KVM: Read buffer overflow | Roel Kluin | 1 | -3/+4 |
2009-08-05 | KVM: s390: fix wait_queue handling | Christian Borntraeger | 1 | -1/+1 |
2009-06-28 | KVM: s390: Allow stfle instruction in the guest | Christian Borntraeger | 2 | -2/+23 |
2009-06-12 | [S390] uaccess: use might_fault() instead of might_sleep() | Heiko Carstens | 1 | -1/+1 |
2009-06-10 | KVM: s390: Verify memory in kvm run | Carsten Otte | 1 | -0/+6 |
2009-06-10 | KVM: s390: Sanity check on validity intercept | Carsten Otte | 1 | -10/+18 |
2009-06-10 | KVM: s390: Unlink vcpu on destroy - v2 | Carsten Otte | 1 | -2/+8 |
2009-06-10 | KVM: s390: optimize float int lock: spin_lock_bh --> spin_lock | Christian Borntraeger | 4 | -22/+22 |
2009-06-10 | KVM: s390: use hrtimer for clock wakeup from idle - v2 | Christian Borntraeger | 3 | -13/+31 |
2009-06-10 | KVM: s390: Fix memory slot versus run - v3 | Carsten Otte | 1 | -5/+31 |
2009-06-10 | KVM: Fix interrupt unhalting a vcpu when it shouldn't | Gleb Natapov | 1 | -0/+6 |
2009-03-27 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 1 | -4/+2 |
2009-03-26 | [S390] split/move machine check handler code | Heiko Carstens | 1 | -3/+1 |
2009-03-26 | [S390] Fix hypervisor detection for KVM | Christian Borntraeger | 1 | -1/+1 |