aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-24KVM: s390: Fix printk on SIGP set archChristian Borntraeger1-2/+0
2009-03-24KVM: Add CONFIG_HAVE_KVM_IRQCHIPAvi Kivity1-0/+3
2009-03-24KVM: New guest debug interfaceJan Kiszka1-2/+2
2009-02-15KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang1-0/+4
2009-01-09[S390] Use unsigned long long for u64 on 64bit.Heiko Carstens3-5/+5
2008-12-31KVM: Consolidate userspace memory capability reporting into common codeAvi Kivity1-2/+0
2008-12-31KVM: s390: Fix memory leak of vcpu->runChristian Borntraeger1-2/+2
2008-12-31KVM: s390: Fix refcounting and allow module unloadChristian Borntraeger1-14/+21
2008-11-23KVM: s390: Fix problem state handling in guest sigp handlerChristian Borntraeger1-0/+5
2008-10-15KVM: s390: Make facility bits future-proofChristian Borntraeger1-2/+2
2008-07-31KVM: s390: Fix kvm on IBM System z10Christian Borntraeger1-0/+1
2008-07-27KVM: s390: Fix possible host kernel bug on lctl(g) handlingChristian Borntraeger1-0/+6
2008-07-27KVM: s390: Fix instruction naming for lctlgChristian Borntraeger2-5/+5
2008-07-27KVM: s390: Fix program check on interrupt delivery handlingChristian Borntraeger1-14/+7
2008-07-27KVM: s390: Change guestaddr type in gaccessMartin Schwidefsky2-31/+36
2008-07-27KVM: s390: Advertise KVM_CAP_USER_MEMORYCarsten Otte1-1/+6
2008-07-20KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti1-0/+4
2008-07-20KVM: s390: rename private structuresChristian Borntraeger4-28/+29
2008-07-20KVM: s390: Set guest storage limit and offset to sane valuesChristian Borntraeger1-2/+7
2008-07-20KVM: Fix memory leak on guest exitCarsten Otte1-0/+1
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity1-4/+0
2008-06-06KVM: s390: Fix race condition in kvm_s390_handle_waitCarsten Otte1-2/+5
2008-06-06KVM: s390: Send program check on access errorCarsten Otte1-1/+4
2008-06-06KVM: s390: fix interrupt deliveryCarsten Otte1-1/+2