summaryrefslogtreecommitdiff
path: root/arch/s390/kvm/kvm-s390.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-15KVM: s390: disable RRBM againChristian Borntraeger1-1/+1
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-31/+367
2015-03-31KVM: s390: migrate vcpu interrupt stateJens Freimann1-0/+36
2015-03-31KVM: s390: add ioctl to inject local interruptsJens Freimann1-0/+10
2015-03-31KVM: s390: deliver floating interrupts in order of priorityJens Freimann1-1/+3
2015-03-31KVM: s390: enable more features that need no hypervisor changesChristian Borntraeger1-2/+2
2015-03-17KVM: s390: represent SIMD cap in kvm facilityMichael Mueller1-8/+11
2015-03-17KVM: s390: drop SIMD bit from kvm_s390_fac_list_maskMichael Mueller1-1/+0
2015-03-17KVM: s390: Create ioctl for Getting/Setting guest storage keysJason J. Herne1-0/+123
2015-03-17KVM: s390: introduce post handlers for STSIEkaterina Tumanova1-0/+5
2015-03-17KVM: s390: Add MEMOP ioctls for reading/writing guest memoryThomas Huth1-0/+74
2015-03-17KVM: s390: Guest's memory access functions get access registersAlexander Yarygin1-1/+1
2015-03-17KVM: s390: cleanup jump lables in kvm_arch_init_vmDominik Dingel1-9/+5
2015-03-11kvm: move advertising of KVM_CAP_IRQFD to common codePaolo Bonzini1-1/+0
2015-03-06KVM: s390: Enable vector support for capable guestEric Farman1-0/+5
2015-03-06KVM: s390: Machine CheckEric Farman1-0/+29
2015-03-06KVM: s390: Add new SIGP order to kernel countersEric Farman1-0/+1
2015-03-06KVM: s390: Allocate and save/restore vector registersEric Farman1-6/+33
2015-03-06KVM: s390: perform vcpu model setup in a functionMichael Mueller1-6/+11
2015-03-06KVM: s390: Forward PSW to next instruction for addressing exceptionsThomas Huth1-7/+28
2015-03-04KVM: s390: non-LPAR case obsolete during facilities mask initMichael Mueller1-16/+1
2015-03-04KVM: s390: include guest facilities in kvm facility testMichael Mueller1-14/+16
2015-03-04KVM: s390: fix in memory copy of facility listsMichael Mueller1-2/+2
2015-03-04KVM: s390/cpacf: Fix kernel bug under z/VMChristian Borntraeger1-3/+6
2015-03-03KVM: s390/cpacf: Enable key wrapping by defaultTony Krowiak1-3/+7
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