summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/kvm-s390.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr2018-02-031-5/+2
* KVM: s390: add proper locking for CMMA migration bitmapChristian Borntraeger2018-01-311-7/+11
* KVM: s390: fix cmma migration for multiple memory slotsChristian Borntraeger2018-01-101-4/+5
* Merge tag 'kvm-s390-next-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2017-09-071-2/+111
|\
| * KVM: s390: we are always in czam modeDavid Hildenbrand2017-08-291-0/+4
| * KVM: s390: expose no-DAT to guest and migration supportClaudio Imbrenda2017-08-291-2/+6
| * KVM: s390: Multiple Epoch Facility supportCollin L. Walling2017-08-291-0/+101
* | KVM: s390: implements the kvm_arch_vcpu_in_kernel()Longpeng(Mike)2017-08-081-1/+1
* | KVM: add spinlock optimization frameworkLongpeng(Mike)2017-08-081-0/+5
|/
* KVM: s390: take srcu lock when getting/setting storage keysChristian Borntraeger2017-07-251-2/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-061-2/+371
|\
| * Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-06-301-1/+1
| |\
| | * KVM: add kvm_request_pendingRadim Krčmář2017-06-041-1/+1
| * | KVM: s390: Inject machine check into the guestQingFeng Hao2017-06-281-0/+12
| * | Merge tag 'nmiforkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms39...Christian Borntraeger2017-06-281-0/+1
| |\ \
| * | | KVM: s390: ioctls to get and set guest storage attributesClaudio Imbrenda2017-06-221-1/+201
| * | | KVM: s390: CMMA tracking, ESSA emulation, migration modeClaudio Imbrenda2017-06-221-1/+158
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-07-031-0/+1
|\ \ \ | | |/ | |/|
| * | KVM: s390: Backup the guest's machine check infoQingFeng Hao2017-06-271-0/+1
| |/
* / KVM: s390: fix ais handling vs cpu modelChristian Borntraeger2017-05-311-2/+0
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-081-8/+2
|\
| * treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-8/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-081-24/+117
|\ \ | |/ |/|
| * KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář2017-04-271-1/+1
| * s390: kvm: Cpu model support for msa6, msa7 and msa8Jason J. Herne2017-04-261-0/+4
| * KVM: s390: Support keyless subset guest modeFarhan Ali2017-04-211-1/+7
| * KVM: s390: introduce AIS capabilityYi Min Zhao2017-04-071-0/+15
| * KVM: s390: introduce ais mode modify functionFei Li2017-04-061-0/+4
| * KVM: s390: gs support for kvm guestsFan Zhang2017-03-221-0/+62
| * KVM: s390: use defines for execution controlsDavid Hildenbrand2017-03-161-18/+18
| * KVM: s390: log runtime instrumentation enablementChristian Borntraeger2017-03-161-6/+8
* | s390/crypto: Renaming PPNO to PRNO.Harald Freudenberger2017-04-261-1/+1
* | s390/mm: make TASK_SIZE independent from the number of page table levelsMartin Schwidefsky2017-04-251-2/+2
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-221-2/+44
|\
| * KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini2017-02-171-0/+4
| * KVM: s390: Disable dirty log retrieval for UCONTROL guestsJanosch Frank2017-02-061-0/+3
| * KVM: s390: Add debug logging to basic cpu model interfaceChristian Borntraeger2017-01-301-0/+25
| * Merge tag 'kvm-s390-master-4.10-1' of git://git.kernel.org/pub/scm/linux/kern...Christian Borntraeger2017-01-301-2/+2
| |\
| * | KVM: s390: prepare to read random guest instructionsDavid Hildenbrand2017-01-301-1/+1
| * | KVM: s390: Introduce BCD Vector Instructions to the guestGuenther Hutzl2017-01-301-0/+4
| * | KVM: s390: Introduce Vector Enhancements facility 1 to the guestMaxim Samoylov2017-01-301-0/+4
| * | KVM: s390: get rid of bogus cc initializationHeiko Carstens2017-01-301-1/+1
| * | KVM: s390: instruction-execution-protection supportJanosch Frank2017-01-301-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-02-221-0/+1
|\ \ \ | |_|/ |/| |
| * | s390: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker2017-02-171-0/+1
| |/
* / KVM: s390: do not expose random data via facility bitmapChristian Borntraeger2017-01-201-2/+2
|/
* KVM: s390: handle floating point registers in the run ioctl not in vcpu_put/loadChristian Borntraeger2016-11-221-24/+21
* KVM: s390: handle access registers in the run ioctl not in vcpu_put/loadChristian Borntraeger2016-11-221-7/+5
* Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-061-35/+40
|\