summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/kvm-s390.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: unregister debug feature on failing arch initMichael Mueller2019-12-051-3/+14
* kvm: Convert kvm_lock to a mutexJunaid Shahid2019-11-121-2/+2
* KVM: s390: Test for bad access register and size at the start of S390_MEM_OPThomas Huth2019-10-111-1/+1
* KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctlThomas Huth2019-09-191-1/+1
* KVM: s390: fix memory slot handling for KVM_SET_USER_MEMORY_REGIONChristian Borntraeger2019-06-191-14/+21
* KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth2019-06-091-0/+1
* KVM: s390: wire up bpb featureChristian Borntraeger2018-04-291-0/+12
* KVM: s390: use created_vcpus in more placesChristian Borntraeger2018-04-261-2/+2
* KVM: s390: fix memory overwrites when not using SCA entriesDavid Hildenbrand2018-03-151-0/+1
* KVM: s390: consider epoch index on TOD clock syncsDavid Hildenbrand2018-03-081-3/+29
* KVM: s390: consider epoch index on hotplugged CPUsDavid Hildenbrand2018-03-081-0/+1
* KVM: s390: provide only a single function for setting the tod (fix SCK)David Hildenbrand2018-03-081-31/+15
* 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