aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-26[S390] spp: remove KVM_AWARE_CMF config optionHeiko Carstens2-14/+1
2010-05-21Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-3/+5
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity1-1/+1
2010-05-17KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan1-1/+1
2010-05-17KVM: s390: Fix possible memory leak of in kvm_arch_vcpu_create()Wei Yongjun1-1/+3
2010-05-17[S390] virtualization aware cpu measurementCarsten Otte2-13/+75
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-0/+3
2010-03-05Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-12/+24
2010-03-01KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti1-0/+1
2010-03-01KVM: switch vcpu context to use SRCUMarcelo Tosatti1-3/+7
2010-03-01KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti1-9/+16
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller6-31/+32
2010-02-26[S390] Cleanup struct _lowcore usage and defines.Heiko Carstens2-5/+6
2010-02-26[S390] Replace ENOTSUPP usage with EOPNOTSUPPHeiko Carstens6-16/+16
2010-02-26[S390] zfcpdump: remove cross arch dump supportHeiko Carstens1-10/+10
2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2010-01-25KVM: S390: fix potential array overrun in intercept handlingChristian Borntraeger1-2/+2
2010-01-15vhost_net: a kernel-level virtio serverMichael S. Tsirkin1-0/+1
2009-12-09Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+0
2009-12-07[S390] Improve address space mode selection.Martin Schwidefsky1-1/+0
2009-12-03KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.cCarsten Otte1-3/+3
2009-12-03KVM: s390: Make psw available on all exits, not just a subsetCarsten Otte1-8/+17
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf1-1/+2
2009-12-03KVM: Return -ENOTTY on unrecognized ioctlsAvi Kivity1-1/+1
2009-10-04KVM: s390: fix memsize >= 4GChristian Borntraeger1-1/+1
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-10KVM: Reduce runnability interface with arch support codeGleb Natapov1-7/+1
2009-09-10KVM: remove old KVMTRACE support codeMarcelo Tosatti1-3/+0
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov1-16/+15
2009-09-10KVM: s390: streamline memslot handlingChristian Ehrhardt5-51/+61
2009-09-10KVM: s390: fix signal handlingChristian Ehrhardt1-1/+3
2009-09-10KVM: s390: infrastructure to kick vcpus out of guest stateChristian Ehrhardt4-25/+51
2009-09-10KVM: Move common KVM Kconfig items to new file virt/kvm/KconfigAvi Kivity1-5/+1
2009-08-09Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2009-08-07[S390] KVM: Read buffer overflowRoel Kluin1-3/+4
2009-08-05KVM: s390: fix wait_queue handlingChristian Borntraeger1-1/+1
2009-06-28KVM: s390: Allow stfle instruction in the guestChristian Borntraeger2-2/+23
2009-06-12[S390] uaccess: use might_fault() instead of might_sleep()Heiko Carstens1-1/+1
2009-06-10KVM: s390: Verify memory in kvm runCarsten Otte1-0/+6
2009-06-10KVM: s390: Sanity check on validity interceptCarsten Otte1-10/+18
2009-06-10KVM: s390: Unlink vcpu on destroy - v2Carsten Otte1-2/+8
2009-06-10KVM: s390: optimize float int lock: spin_lock_bh --> spin_lockChristian Borntraeger4-22/+22
2009-06-10KVM: s390: use hrtimer for clock wakeup from idle - v2Christian Borntraeger3-13/+31
2009-06-10KVM: s390: Fix memory slot versus run - v3Carsten Otte1-5/+31
2009-06-10KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov1-0/+6
2009-03-26Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-4/+2
2009-03-26[S390] split/move machine check handler codeHeiko Carstens1-3/+1
2009-03-26[S390] Fix hypervisor detection for KVMChristian Borntraeger1-1/+1
2009-03-24KVM: s390: Fix SIGP set prefix ioctlChristian Borntraeger1-1/+6
2009-03-24KVM: s390: Fix problem state check for b2 interceptsChristian Borntraeger3-5/+17