aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
AgeCommit message (Expand)AuthorFilesLines
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-4/+616
2012-09-27KVM: s390: Fix vcpu_load handling in interrupt codeChristian Borntraeger1-2/+0
2012-09-26s390/sysinfo,stsi: change return code handlingHeiko Carstens1-2/+2
2012-09-26s390/kconfig: split the s390 base menuJan Glauber1-1/+1
2012-09-06KVM: split kvm_arch_flush_shadowMarcelo Tosatti1-1/+6
2012-07-26KVM: s390: Add implementation-specific trace eventsCornelia Huck5-0/+241
2012-07-26KVM: s390: Add architectural trace eventsCornelia Huck6-1/+368
2012-07-26Merge branch 'queue' into nextAvi Kivity1-0/+1
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-35/+43
2012-07-23KVM: Add config to support ple or cpu relax optimzationRaghavendra K T1-0/+1
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens8-14/+14
2012-07-03KVM: s390: Fix sigp sense handling.Cornelia Huck1-5/+9
2012-07-03KVM: s390: use sigp condition code definesHeiko Carstens1-29/+29
2012-07-03KVM: s390: fix sigp set prefix status stored casesHeiko Carstens1-2/+5
2012-07-03KVM: s390: fix sigp sense running condition code handlingHeiko Carstens1-2/+2
2012-07-03s390/smp/kvm: unifiy sigp definitionsHeiko Carstens1-37/+9
2012-06-13KVM: s390: Set CPU in stopped state on initial cpu resetChristian Borntraeger1-0/+1
2012-06-05s390/smp/kvm: unifiy sigp definitionsHeiko Carstens1-37/+9
2012-05-17KVM: s390: onereg for timer related registersJason J. herne1-0/+16
2012-05-17KVM: s390: epoch difference and TOD programmable fieldCarsten Otte1-0/+16
2012-05-17KVM: s390: KVM_GET/SET_ONEREG for s390Carsten Otte1-0/+38
2012-05-17KVM: s390: add capability indicating COW supportChristian Borntraeger1-0/+4
2012-05-02KVM: s390: implement KVM_CAP_NR/MAX_VCPUSChristian Borntraeger1-0/+4
2012-04-30KVM: s390: Handle sckpf instructionCornelia Huck3-0/+33
2012-04-30KVM: s390: use kvm_vcpu_on_spin for diag 0x44Christian Borntraeger1-3/+1
2012-04-30KVM: s390: Implement the directed yield (diag 9c) hypervisor call for KVMKonstantin Weitz2-0/+26
2012-04-08KVM: Factor out kvm_vcpu_kick to arch-generic codeChristoffer Dall1-0/+8
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+1
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-78/+287
2012-03-28Disintegrate asm/system.h for S390David Howells1-1/+1
2012-03-11[S390] rename lowcore fieldMartin Schwidefsky1-3/+3
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: add stop_on_stop flag when doing stop and storeJens Freimann1-1/+2
2012-03-08KVM: s390: ignore sigp stop overinitiativeJens Freimann1-0/+3
2012-03-08KVM: s390: make sigp restart return busy when stop pendingJens Freimann1-0/+31
2012-03-08KVM: s390: do store status after handling STOP_ON_STOP bitJens Freimann1-8/+12
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 Borntraeger5-34/+34
2012-03-05KVM: s390: provide the prefix register via kvm_runChristian Borntraeger1-0/+7
2012-03-05KVM: s390: rework code that sets the prefixChristian Borntraeger4-6/+10
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 Otte2-5/+28
2012-03-05KVM: s390: ucontrol: per vcpu address spacesCarsten Otte1-1/+49
2012-03-05KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte3-5/+38
2011-11-17KVM: s390: announce SYNC_MMUChristian Borntraeger1-0/+1
2011-11-17KVM: s390: Fix tprot lockingChristian Borntraeger1-2/+8
2011-11-17KVM: s390: handle SIGP sense running interceptsCornelia Huck2-0/+40
2011-11-17KVM: s390: Fix RUNNING flag misinterpretationCornelia Huck5-8/+14
2011-10-31Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2-1/+32
2011-10-30[S390] kvm: Handle diagnose 0x10 (release pages)Christian Borntraeger2-1/+32
2011-10-30KVM: s390: implement sigp external callChristian Ehrhardt3-1/+76
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] kvm: make sigp emerg smp capableChristian Ehrhardt1-0/+4
2011-07-24[S390] remove kvm mmu reload on s390Carsten Otte2-19/+2
2011-07-24[S390] Use gmap translation for accessing guest memoryCarsten Otte5-107/+193
2011-07-24[S390] use gmap address spaces for kvm guest imagesCarsten Otte2-12/+38
2011-07-24[S390] move sie code to entry.SMartin Schwidefsky2-99/+1
2011-07-24[S390] kvm: handle tprot interceptsChristian Borntraeger4-0/+52
2011-07-23virtio: expose for non-virtualization users tooOhad Ben-Cohen1-1/+0
2011-06-06[S390] kvm-s390: fix stfle facilities numbers >=64Christian Borntraeger1-0/+1
2011-06-06[S390] kvm-s390: Fix host crash on misbehaving guestsChristian Borntraeger1-0/+2
2011-04-20[S390] kvm-390: Let kernel exit SIE instruction on workCarsten Otte1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-17s390: change to new flag variablematt mooney1-1/+1
2011-01-13Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-17/+6
2011-01-12KVM: Clean up vm creation and releaseJan Kiszka1-17/+6
2011-01-05[S390] cleanup s390 KconfigMartin Schwidefsky1-3/+4
2010-10-25[S390] cleanup facility list handlingMartin Schwidefsky2-3/+3
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 Borntraeger3-3/+3
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] arch/s390/kvm: Use GFP_ATOMIC when a lock is heldJulia Lawall1-1/+1
2010-06-08[S390] appldata/extmem/kvm: add missing GFP_KERNEL flagHeiko Carstens1-1/+1
2010-05-26[S390] spp: remove KVM_AWARE_CMF config optionHeiko Carstens2-14/+1
2010-05-21Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-3/+5
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity1-1/+1
2010-05-17KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan1-1/+1
2010-05-17KVM: s390: Fix possible memory leak of in kvm_arch_vcpu_create()Wei Yongjun1-1/+3
2010-05-17[S390] virtualization aware cpu measurementCarsten Otte2-13/+75
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo3-0/+3
2010-03-05Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-12/+24
2010-03-01KVM: fix cleanup_srcu_struct on vm destructionMarcelo Tosatti1-0/+1
2010-03-01KVM: switch vcpu context to use SRCUMarcelo Tosatti1-3/+7
2010-03-01KVM: split kvm_arch_set_memory_region into prepare and commitMarcelo Tosatti1-9/+16
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller6-31/+32
2010-02-26[S390] Cleanup struct _lowcore usage and defines.Heiko Carstens2-5/+6
2010-02-26[S390] Replace ENOTSUPP usage with EOPNOTSUPPHeiko Carstens6-16/+16
2010-02-26[S390] zfcpdump: remove cross arch dump supportHeiko Carstens1-10/+10
2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2010-01-25KVM: S390: fix potential array overrun in intercept handlingChristian Borntraeger1-2/+2
2010-01-15vhost_net: a kernel-level virtio serverMichael S. Tsirkin1-0/+1
2009-12-09Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+0
2009-12-07[S390] Improve address space mode selection.Martin Schwidefsky1-1/+0
2009-12-03KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.cCarsten Otte1-3/+3
2009-12-03KVM: s390: Make psw available on all exits, not just a subsetCarsten Otte1-8/+17
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf1-1/+2
2009-12-03KVM: Return -ENOTTY on unrecognized ioctlsAvi Kivity1-1/+1
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
2008-06-06KVM: s390: handle machine checks when guest is runningChristian Borntraeger1-0/+5
2008-06-06KVM: s390: use yield instead of schedule to implement diag 0x44Christian Borntraeger1-1/+1
2008-05-07[S390] s390-kvm: leave sie context on work. Removes preemption requirementChristian Borntraeger3-5/+4
2008-04-30[S390] Move stfl to system.h and delete duplicated version.Heiko Carstens1-10/+1
2008-04-27KVM: add ioctls to save/store mpstateMarcelo Tosatti1-0/+12
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti1-0/+5
2008-04-27KVM: s390: Stub out kvmtraceAvi Kivity1-0/+3
2008-04-27KVM: s390: rename stfl to kvm_stflHeiko Carstens1-2/+2
2008-04-27KVM: s390: Fix incorrect return valueHeiko Carstens1-1/+1
2008-04-27KVM: s390: add kvm to kconfig on s390Christian Borntraeger1-0/+43
2008-04-27KVM: s390: intercepts for diagnose instructionsChristian Borntraeger5-1/+73
2008-04-27KVM: s390: interprocessor communication via sigpChristian Borntraeger5-3/+323
2008-04-27KVM: s390: intercepts for privileged instructionsChristian Borntraeger5-1/+339
2008-04-27KVM: s390: interrupt subsystem, cpu timer, waitpswCarsten Otte5-3/+765
2008-04-27KVM: s390: sie intercept handlingChristian Borntraeger4-2/+133
2008-04-27KVM: s390: arch backend for the kvm kernel moduleHeiko Carstens5-0/+930