summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
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-192-1/+11
* 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
* s390/sthyi: Fix machine name validity indicationJanosch Frank2018-11-131-3/+5
* KVM: s390: vsie: copy wrapping keys to right placePierre Morel2018-09-191-1/+2
* KVM: s390: vsie: fix < 8k check for the itdbaDavid Hildenbrand2018-05-301-1/+1
* KVM: s390: force bp isolation for VSIEChristian Borntraeger2018-04-291-0/+20
* KVM: s390: wire up bpb featureChristian Borntraeger2018-04-292-0/+22
* KVM: s390: vsie: use READ_ONCE to access some SCB fieldsDavid Hildenbrand2018-04-261-19/+31
* 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-083-38/+22
* KVM: s390: take care of clock-comparator sign controlDavid Hildenbrand2018-03-081-6/+19
* 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: prevent buffer overrun on memory hotplug during migrationChristian Borntraeger2018-01-101-1/+1
* KVM: s390: fix cmma migration for multiple memory slotsChristian Borntraeger2018-01-101-4/+5
* KVM: s390: Fix skey emulation permission checkJanosch Frank2017-12-141-2/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
* Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-089-39/+157
|\
| * Merge tag 'kvm-s390-next-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2017-09-078-39/+155
| |\
| | * KVM: s390: vsie: cleanup mcck reinjectionDavid Hildenbrand2017-08-311-5/+1
| | * KVM: s390: use WARN_ON_ONCE only for checkingDavid Hildenbrand2017-08-311-2/+4
| | * KVM: s390: guestdbg: fix range checkDavid Hildenbrand2017-08-311-1/+1
| | * 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-292-3/+11
| | * KVM: s390: sthyi: remove invalid guest write accessHeiko Carstens2017-08-291-8/+0
| | * KVM: s390: Multiple Epoch Facility supportCollin L. Walling2017-08-293-0/+113
| | * KVM: s390: Support Configuration z/Architecture ModeJason J. Herne2017-08-281-19/+17
| * | KVM: s390: implements the kvm_arch_vcpu_in_kernel()Longpeng(Mike)2017-08-082-2/+2
| * | KVM: add spinlock optimization frameworkLongpeng(Mike)2017-08-082-1/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-09-054-27/+26
|\ \ \ | |_|/ |/| |
| * | KVM: s390: use new mm defines instead of magic valuesHeiko Carstens2017-07-264-27/+26
* | | KVM: s390: sthyi: fix specification exception detectionHeiko Carstens2017-08-211-1/+4
* | | KVM: s390: sthyi: fix sthyi inline assemblyHeiko Carstens2017-08-211-1/+1
| |/ |/|
* | 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-066-25/+612
|\
| * 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 nested guestQingFeng Hao2017-06-281-4/+19
| * | KVM: s390: Inject machine check into the guestQingFeng Hao2017-06-283-1/+56
| * | Merge tag 'nmiforkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms39...Christian Borntraeger2017-06-281-0/+1
| |\ \
| * | | KVM: s390: avoid packed attributeMartin Schwidefsky2017-06-222-3/+3
| * | | KVM: S390: add new group for flicYi Min Zhao2017-06-221-0/+48
| * | | KVM: s390: implement instruction execution protection for emulatedChristian Borntraeger2017-06-221-10/+29