aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/kvm-s390.c
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* KVM: Clean up vm creation and releaseJan Kiszka2011-01-121-17/+6
* [S390] cleanup facility list handlingMartin Schwidefsky2010-10-251-1/+1
* [S390] kvm: Enable z196 instruction facilitiesChristian Borntraeger2010-10-251-1/+1
* KVM: Remove memory alias supportAvi Kivity2010-08-011-5/+0
* KVM: s390: Don't exit SIE on SIGP sense runningChristian Borntraeger2010-08-011-1/+3
* KVM: s390: Fix build failure due to centralized vcpu locking patchesChristian Borntraeger2010-08-011-1/+1
* KVM: Consolidate arch specific vcpu ioctl lockingAvi Kivity2010-08-011-7/+6
* KVM: s390: Centrally lock arch specific vcpu ioctlsAvi Kivity2010-08-011-23/+17
* KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity2010-08-011-16/+0
* [S390] appldata/extmem/kvm: add missing GFP_KERNEL flagHeiko Carstens2010-06-081-1/+1
* KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity2010-05-191-1/+1
* KVM: s390: Fix possible memory leak of in kvm_arch_vcpu_create()Wei Yongjun2010-05-171-1/+3
* KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti2010-03-011-0/+1
* KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti2010-03-011-9/+16
* [S390] Cleanup struct _lowcore usage and defines.Heiko Carstens2010-02-261-0/+1
* [S390] Replace ENOTSUPP usage with EOPNOTSUPPHeiko Carstens2010-02-261-1/+1
* [S390] zfcpdump: remove cross arch dump supportHeiko Carstens2010-02-261-10/+10
* KVM: s390: Make psw available on all exits, not just a subsetCarsten Otte2009-12-031-8/+17
* KVM: Activate Virtualization On DemandAlexander Graf2009-12-031-1/+2
* KVM: Return -ENOTTY on unrecognized ioctlsAvi Kivity2009-12-031-1/+1
* KVM: Use macro to iterate over vcpus.Gleb Natapov2009-09-101-16/+15
* KVM: s390: streamline memslot handlingChristian Ehrhardt2009-09-101-34/+16
* KVM: s390: fix signal handlingChristian Ehrhardt2009-09-101-1/+3
* KVM: s390: infrastructure to kick vcpus out of guest stateChristian Ehrhardt2009-09-101-0/+5
* KVM: s390: Allow stfle instruction in the guestChristian Borntraeger2009-06-281-1/+22
* [S390] uaccess: use might_fault() instead of might_sleep()Heiko Carstens2009-06-121-1/+1
* KVM: s390: Verify memory in kvm runCarsten Otte2009-06-101-0/+6
* KVM: s390: Unlink vcpu on destroy - v2Carsten Otte2009-06-101-2/+8
* KVM: s390: optimize float int lock: spin_lock_bh --> spin_lockChristian Borntraeger2009-06-101-2/+2
* KVM: s390: use hrtimer for clock wakeup from idle - v2Christian Borntraeger2009-06-101-2/+5
* KVM: s390: Fix memory slot versus run - v3Carsten Otte2009-06-101-5/+31
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-03-261-4/+2
|\
| * [S390] split/move machine check handler codeHeiko Carstens2009-03-261-3/+1
| * [S390] Fix hypervisor detection for KVMChristian Borntraeger2009-03-261-1/+1
* | KVM: New guest debug interfaceJan Kiszka2009-03-241-2/+2
|/
* KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang2009-02-151-0/+4
* KVM: Consolidate userspace memory capability reporting into common codeAvi Kivity2008-12-311-2/+0
* KVM: s390: Fix memory leak of vcpu->runChristian Borntraeger2008-12-311-2/+2
* KVM: s390: Fix refcounting and allow module unloadChristian Borntraeger2008-12-311-14/+21
* KVM: s390: Fix instruction naming for lctlgChristian Borntraeger2008-07-271-1/+1
* KVM: s390: Advertise KVM_CAP_USER_MEMORYCarsten Otte2008-07-271-1/+6
* KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti2008-07-201-0/+4
* KVM: s390: rename private structuresChristian Borntraeger2008-07-201-1/+2
* KVM: s390: Set guest storage limit and offset to sane valuesChristian Borntraeger2008-07-201-2/+7
* KVM: Fix memory leak on guest exitCarsten Otte2008-07-201-0/+1
* KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity2008-07-201-4/+0
* KVM: s390: Send program check on access errorCarsten Otte2008-06-061-1/+4
* KVM: s390: fix interrupt deliveryCarsten Otte2008-06-061-1/+2
* KVM: s390: handle machine checks when guest is runningChristian Borntraeger2008-06-061-0/+5