aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kvm/kvm-s390.c
AgeCommit message (Expand)Author
2011-01-12KVM: Clean up vm creation and releaseJan Kiszka
2010-10-25[S390] cleanup facility list handlingMartin Schwidefsky
2010-10-25[S390] kvm: Enable z196 instruction facilitiesChristian Borntraeger
2010-08-01KVM: Remove memory alias supportAvi Kivity
2010-08-01KVM: s390: Don't exit SIE on SIGP sense runningChristian Borntraeger
2010-08-01KVM: s390: Fix build failure due to centralized vcpu locking patchesChristian Borntraeger
2010-08-01KVM: Consolidate arch specific vcpu ioctl lockingAvi Kivity
2010-08-01KVM: s390: Centrally lock arch specific vcpu ioctlsAvi Kivity
2010-08-01KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity
2010-06-08[S390] appldata/extmem/kvm: add missing GFP_KERNEL flagHeiko Carstens
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity
2010-05-17KVM: s390: Fix possible memory leak of in kvm_arch_vcpu_create()Wei Yongjun
2010-03-01KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti
2010-03-01KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti
2010-02-26[S390] Cleanup struct _lowcore usage and defines.Heiko Carstens
2010-02-26[S390] Replace ENOTSUPP usage with EOPNOTSUPPHeiko Carstens
2010-02-26[S390] zfcpdump: remove cross arch dump supportHeiko Carstens
2009-12-03KVM: s390: Make psw available on all exits, not just a subsetCarsten Otte
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf
2009-12-03KVM: Return -ENOTTY on unrecognized ioctlsAvi Kivity
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov
2009-09-10KVM: s390: streamline memslot handlingChristian Ehrhardt
2009-09-10KVM: s390: fix signal handlingChristian Ehrhardt
2009-09-10KVM: s390: infrastructure to kick vcpus out of guest stateChristian Ehrhardt
2009-06-28KVM: s390: Allow stfle instruction in the guestChristian Borntraeger
2009-06-12[S390] uaccess: use might_fault() instead of might_sleep()Heiko Carstens
2009-06-10KVM: s390: Verify memory in kvm runCarsten Otte
2009-06-10KVM: s390: Unlink vcpu on destroy - v2Carsten Otte
2009-06-10KVM: s390: optimize float int lock: spin_lock_bh --> spin_lockChristian Borntraeger
2009-06-10KVM: s390: use hrtimer for clock wakeup from idle - v2Christian Borntraeger
2009-06-10KVM: s390: Fix memory slot versus run - v3Carsten Otte
2009-03-26Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds
2009-03-26[S390] split/move machine check handler codeHeiko Carstens
2009-03-26[S390] Fix hypervisor detection for KVMChristian Borntraeger
2009-03-24KVM: New guest debug interfaceJan Kiszka
2009-02-15KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang
2008-12-31KVM: Consolidate userspace memory capability reporting into common codeAvi Kivity
2008-12-31KVM: s390: Fix memory leak of vcpu->runChristian Borntraeger
2008-12-31KVM: s390: Fix refcounting and allow module unloadChristian Borntraeger
2008-07-27KVM: s390: Fix instruction naming for lctlgChristian Borntraeger
2008-07-27KVM: s390: Advertise KVM_CAP_USER_MEMORYCarsten Otte
2008-07-20KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti
2008-07-20KVM: s390: rename private structuresChristian Borntraeger
2008-07-20KVM: s390: Set guest storage limit and offset to sane valuesChristian Borntraeger
2008-07-20KVM: Fix memory leak on guest exitCarsten Otte
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity
2008-06-06KVM: s390: Send program check on access errorCarsten Otte
2008-06-06KVM: s390: fix interrupt deliveryCarsten Otte
2008-06-06KVM: s390: handle machine checks when guest is runningChristian Borntraeger
2008-05-07[S390] s390-kvm: leave sie context on work. Removes preemption requirementChristian Borntraeger