summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/kvm-s390.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-291-1/+1
|\
| * Disintegrate asm/system.h for S390David Howells2012-03-281-1/+1
* | KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa2012-03-081-0/+10
* | KVM: s390: provide control registers via kvm_runChristian Borntraeger2012-03-081-1/+8
* | KVM: s390: Sanitize fpc registers for KVM_SET_FPUChristian Borntraeger2012-03-081-1/+1
* | KVM: s390: provide access guest registers via kvm_runChristian Borntraeger2012-03-051-7/+9
* | KVM: s390: provide general purpose guest registers via kvm_runChristian Borntraeger2012-03-051-7/+7
* | KVM: s390: provide the prefix register via kvm_runChristian Borntraeger2012-03-051-0/+7
* | KVM: s390: rework code that sets the prefixChristian Borntraeger2012-03-051-2/+1
* | KVM: s390: Fix return code for unknown ioctl numbersCarsten Otte2012-03-051-1/+1
* | KVM: s390: ucontrol: announce capability for user controlled vmsCarsten Otte2012-03-051-0/+3
* | KVM: s390: ucontrol: disable scaCarsten Otte2012-03-051-10/+20
* | KVM: s390: ucontrol: interface to inject faults on a vcpu page tableCarsten Otte2012-03-051-0/+6
* | KVM: s390: ucontrol: disable in-kernel irq stackCarsten Otte2012-03-051-1/+2
* | KVM: s390: ucontrol: disable in-kernel handling of SIE interceptsCarsten Otte2012-03-051-1/+4
* | KVM: s390: ucontrol: export SIE control block to userCarsten Otte2012-03-051-0/+13
* | KVM: s390: ucontrol: export page faults to userCarsten Otte2012-03-051-5/+27
* | KVM: s390: ucontrol: per vcpu address spacesCarsten Otte2012-03-051-1/+49
* | KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte2012-03-051-5/+19
|/
* KVM: s390: announce SYNC_MMUChristian Borntraeger2011-11-171-0/+1
* KVM: s390: handle SIGP sense running interceptsCornelia Huck2011-11-171-0/+1
* KVM: s390: Fix RUNNING flag misinterpretationCornelia Huck2011-11-171-3/+7
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-11-011-0/+1
|\
| * [S390] kvm: Handle diagnose 0x10 (release pages)Christian Borntraeger2011-10-301-0/+1
* | KVM: s390: implement sigp external callChristian Ehrhardt2011-10-301-0/+2
* | KVM: s390: fix register settingCarsten Otte2011-10-301-0/+2
* | KVM: s390: fix return value of kvm_arch_init_vmCarsten Otte2011-10-301-0/+2
* | KVM: s390: check cpu_id prior to using itCarsten Otte2011-10-301-4/+10
|/
* [S390] kvm: extension capability for new address space layoutChristian Borntraeger2011-09-201-0/+1
* [S390] kvm: fix address mode switchingChristian Borntraeger2011-09-201-2/+2
* [S390] remove kvm mmu reload on s390Carsten Otte2011-07-241-15/+2
* [S390] Use gmap translation for accessing guest memoryCarsten Otte2011-07-241-2/+2
* [S390] use gmap address spaces for kvm guest imagesCarsten Otte2011-07-241-11/+21
* [S390] kvm: handle tprot interceptsChristian Borntraeger2011-07-241-0/+1
* [S390] kvm-s390: fix stfle facilities numbers >=64Christian Borntraeger2011-06-061-0/+1
* 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