aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/kvm-s390.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+1
2012-03-28Disintegrate asm/system.h for S390David Howells1-1/+1
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa1-0/+10
2012-03-08KVM: s390: provide control registers via kvm_runChristian Borntraeger1-1/+8
2012-03-08KVM: s390: Sanitize fpc registers for KVM_SET_FPUChristian Borntraeger1-1/+1
2012-03-05KVM: s390: provide access guest registers via kvm_runChristian Borntraeger1-7/+9
2012-03-05KVM: s390: provide general purpose guest registers via kvm_runChristian Borntraeger1-7/+7
2012-03-05KVM: s390: provide the prefix register via kvm_runChristian Borntraeger1-0/+7
2012-03-05KVM: s390: rework code that sets the prefixChristian Borntraeger1-2/+1
2012-03-05KVM: s390: Fix return code for unknown ioctl numbersCarsten Otte1-1/+1
2012-03-05KVM: s390: ucontrol: announce capability for user controlled vmsCarsten Otte1-0/+3
2012-03-05KVM: s390: ucontrol: disable scaCarsten Otte1-10/+20
2012-03-05KVM: s390: ucontrol: interface to inject faults on a vcpu page tableCarsten Otte1-0/+6
2012-03-05KVM: s390: ucontrol: disable in-kernel irq stackCarsten Otte1-1/+2
2012-03-05KVM: s390: ucontrol: disable in-kernel handling of SIE interceptsCarsten Otte1-1/+4
2012-03-05KVM: s390: ucontrol: export SIE control block to userCarsten Otte1-0/+13
2012-03-05KVM: s390: ucontrol: export page faults to userCarsten Otte1-5/+27
2012-03-05KVM: s390: ucontrol: per vcpu address spacesCarsten Otte1-1/+49
2012-03-05KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte1-5/+19
2011-11-17KVM: s390: announce SYNC_MMUChristian Borntraeger1-0/+1
2011-11-17KVM: s390: handle SIGP sense running interceptsCornelia Huck1-0/+1
2011-11-17KVM: s390: Fix RUNNING flag misinterpretationCornelia Huck1-3/+7
2011-10-31Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-0/+1
2011-10-30[S390] kvm: Handle diagnose 0x10 (release pages)Christian Borntraeger1-0/+1
2011-10-30KVM: s390: implement sigp external callChristian Ehrhardt1-0/+2
2011-10-30KVM: s390: fix register settingCarsten Otte1-0/+2
2011-10-30KVM: s390: fix return value of kvm_arch_init_vmCarsten Otte1-0/+2
2011-10-30KVM: s390: check cpu_id prior to using itCarsten Otte1-4/+10
2011-09-20[S390] kvm: extension capability for new address space layoutChristian Borntraeger1-0/+1
2011-09-20[S390] kvm: fix address mode switchingChristian Borntraeger1-2/+2
2011-07-24[S390] remove kvm mmu reload on s390Carsten Otte1-15/+2
2011-07-24[S390] Use gmap translation for accessing guest memoryCarsten Otte1-2/+2
2011-07-24[S390] use gmap address spaces for kvm guest imagesCarsten Otte1-11/+21
2011-07-24[S390] kvm: handle tprot interceptsChristian Borntraeger1-0/+1
2011-06-06[S390] kvm-s390: fix stfle facilities numbers >=64Christian Borntraeger1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-12KVM: Clean up vm creation and releaseJan Kiszka1-17/+6
2010-10-25[S390] cleanup facility list handlingMartin Schwidefsky1-1/+1
2010-10-25[S390] kvm: Enable z196 instruction facilitiesChristian Borntraeger1-1/+1
2010-08-01KVM: Remove memory alias supportAvi Kivity1-5/+0
2010-08-01KVM: s390: Don't exit SIE on SIGP sense runningChristian Borntraeger1-1/+3
2010-08-01KVM: s390: Fix build failure due to centralized vcpu locking patchesChristian Borntraeger1-1/+1
2010-08-01KVM: Consolidate arch specific vcpu ioctl lockingAvi Kivity1-7/+6
2010-08-01KVM: s390: Centrally lock arch specific vcpu ioctlsAvi Kivity1-23/+17
2010-08-01KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity1-16/+0
2010-06-08[S390] appldata/extmem/kvm: add missing GFP_KERNEL flagHeiko Carstens1-1/+1
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity1-1/+1
2010-05-17KVM: s390: Fix possible memory leak of in kvm_arch_vcpu_create()Wei Yongjun1-1/+3
2010-03-01KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti1-0/+1
2010-03-01KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti1-9/+16