summaryrefslogtreecommitdiff
path: root/arch/s390/kvm/kvm-s390.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-09KVM: s390: add cpu model supportMichael Mueller1-0/+132
2015-02-09KVM: s390: use facilities and cpu_id per KVMMichael Mueller1-34/+58
2015-02-09KVM: s390/CPACF: Choose crypto control block formatTony Krowiak1-2/+47
2015-02-09KVM: s390: reenable LPP facilityChristian Borntraeger1-1/+1
2015-02-06kvm: add halt_poll_ns module parameterPaolo Bonzini1-0/+1
2015-01-23KVM: s390/cpacf: Enable/disable protected key functions for kvm guestTony Krowiak1-0/+75
2015-01-23KVM: s390: Provide guest TOD Clock Get/Set ControlsJason J. Herne1-0/+128
2015-01-23KVM: s390: forward most SIGP orders to user spaceDavid Hildenbrand1-0/+5
2015-01-23KVM: s390: clear the pfault queue if user space sets the invalid tokenDavid Hildenbrand1-0/+4
2015-01-23KVM: s390: only one external call may be pending at a timeDavid Hildenbrand1-1/+3
2015-01-23KVM: s390: a VCPU may only stop when no interrupts are left pendingDavid Hildenbrand1-2/+2
2015-01-23KVM: s390: handle stop irqs without action_bitsDavid Hildenbrand1-7/+2
2015-01-23KVM: s390: base hrtimer on a monotonic clockDavid Hildenbrand1-1/+1
2015-01-23KVM: s390: Allow userspace to limit guest memory sizeDominik Dingel1-3/+62
2015-01-23KVM: s390: move vcpu specific initalization to a later pointDominik Dingel1-9/+16
2015-01-23KVM: remove unneeded return value of vcpu_postcreateDominik Dingel1-2/+1
2014-12-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+17
2014-11-28KVM: s390: handle pending local interrupts via bitmapJens Freimann1-5/+9
2014-10-28KVM: s390: sigp: instruction counters for all sigp ordersDavid Hildenbrand1-0/+7
2014-10-28KVM: s390: Make the simple ipte mutex specific to a VM instead of globalThomas Huth1-0/+1
2014-10-27s390/mm: recfactor global pgste updatesDominik Dingel1-1/+1
2014-10-01KVM: s390: count vcpu wakeups in stat.halt_wakeupDavid Hildenbrand1-0/+1
2014-10-01KVM: s390/facilities: allow TOD-CLOCK steering facility bitChristian Borntraeger1-1/+1
2014-09-17KVM: s390: register flic ops dynamicallyCornelia Huck1-1/+2
2014-09-10KVM: s390: Limit guest size to 16TBChristian Borntraeger1-1/+1
2014-09-10KVM: CPACF: Enable MSA4 instructions for kvm guestTony Krowiak1-0/+33
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář1-1/+1
2014-08-29KVM: static inline empty kvm_arch functionsRadim Krčmář1-43/+0
2014-08-26Merge tag 'kvm-s390-next-20140825' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini1-36/+63
2014-08-26KVM: s390/mm: support gmap page tables with less than 5 levelsMartin Schwidefsky1-2/+2
2014-08-26KVM: s390/mm: use radix trees for guest to host mappingsMartin Schwidefsky1-15/+3
2014-08-25Merge tag 'kvm-s390-20140825' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini1-13/+0
2014-08-25KVM: s390/mm: cleanup gmap function arguments, variable namesMartin Schwidefsky1-2/+2
2014-08-25KVM: s390: return -EFAULT if lowcore is not mapped during irq deliveryJens Freimann1-2/+5
2014-08-25KVM: s390: implement KVM_REQ_TLB_FLUSH and make use of itDavid Hildenbrand1-2/+8
2014-08-25KVM: s390: synchronize more registers with kvm_runDavid Hildenbrand1-14/+46
2014-08-25KVM: s390: clear kvm_dirty_regs when dropping to user spaceDavid Hildenbrand1-4/+2
2014-08-25KVM: s390: Fix user triggerable bug in dead codeChristian Borntraeger1-13/+0
2014-08-21KVM: add kvm_arch_sched_inRadim Krčmář1-0/+4
2014-08-05Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini1-1/+1
2014-07-28KVM: Rename and add argument to check_extensionAlexander Graf1-1/+1
2014-07-21KVM: s390: advertise KVM_CAP_S390_IRQCHIPCornelia Huck1-0/+1
2014-07-21KVM: s390: remove the tasklet used by the hrtimerDavid Hildenbrand1-2/+0
2014-07-21KVM: s390: remove _bh locking from start_stop_lockDavid Hildenbrand1-4/+4
2014-07-21KVM: s390: remove _bh locking from local_int.lockDavid Hildenbrand1-2/+2
2014-07-21KVM: s390: cleanup handle_wait by reusing kvm_vcpu_blockDavid Hildenbrand1-0/+3
2014-07-10KVM: s390: implement KVM_(S|G)ET_MP_STATE for user space state controlDavid Hildenbrand1-4/+33
2014-07-10KVM: s390: remove __cpu_is_stopped and expose is_vcpu_stoppedDavid Hildenbrand1-6/+1
2014-07-10KVM: s390: move finalization of SIGP STOP orders to kvm_s390_vcpu_stopDavid Hildenbrand1-0/+8
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds1-107/+447