summaryrefslogtreecommitdiff
path: root/arch/s390/kvm
AgeCommit message (Expand)AuthorFilesLines
2020-04-24KVM: s390: vsie: Fix delivery of addressing exceptionsDavid Hildenbrand1-0/+1
2020-02-28KVM: s390: ENOTSUPP -> EOPNOTSUPP fixupsChristian Borntraeger1-3/+3
2020-02-15KVM: s390: do not clobber registers during guest reset/store statusChristian Borntraeger1-4/+2
2019-12-05KVM: s390: unregister debug feature on failing arch initMichael Mueller1-3/+14
2019-11-12kvm: Convert kvm_lock to a mutexJunaid Shahid1-2/+2
2019-10-11KVM: s390: Test for bad access register and size at the start of S390_MEM_OPThomas Huth1-1/+1
2019-09-19KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctlThomas Huth2-1/+11
2019-06-19KVM: s390: fix memory slot handling for KVM_SET_USER_MEMORY_REGIONChristian Borntraeger1-14/+21
2019-06-09KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth1-0/+1
2018-11-13s390/sthyi: Fix machine name validity indicationJanosch Frank1-3/+5
2018-09-19KVM: s390: vsie: copy wrapping keys to right placePierre Morel1-1/+2
2018-05-30KVM: s390: vsie: fix < 8k check for the itdbaDavid Hildenbrand1-1/+1
2018-04-29KVM: s390: force bp isolation for VSIEChristian Borntraeger1-0/+20
2018-04-29KVM: s390: wire up bpb featureChristian Borntraeger2-0/+22
2018-04-26KVM: s390: vsie: use READ_ONCE to access some SCB fieldsDavid Hildenbrand1-19/+31
2018-04-26KVM: s390: use created_vcpus in more placesChristian Borntraeger1-2/+2
2018-03-15KVM: s390: fix memory overwrites when not using SCA entriesDavid Hildenbrand1-0/+1
2018-03-09KVM: s390: consider epoch index on TOD clock syncsDavid Hildenbrand1-3/+29
2018-03-09KVM: s390: consider epoch index on hotplugged CPUsDavid Hildenbrand1-0/+1
2018-03-09KVM: s390: provide only a single function for setting the tod (fix SCK)David Hildenbrand3-38/+22
2018-03-09KVM: s390: take care of clock-comparator sign controlDavid Hildenbrand1-6/+19
2018-02-03KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr1-5/+2
2018-01-31KVM: s390: add proper locking for CMMA migration bitmapChristian Borntraeger1-7/+11
2018-01-10KVM: s390: prevent buffer overrun on memory hotplug during migrationChristian Borntraeger1-1/+1
2018-01-10KVM: s390: fix cmma migration for multiple memory slotsChristian Borntraeger1-4/+5
2017-12-14KVM: s390: Fix skey emulation permission checkJanosch Frank1-2/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-09-09Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-39/+157
2017-09-07Merge tag 'kvm-s390-next-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář8-39/+155
2017-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds4-27/+26
2017-08-31KVM: s390: vsie: cleanup mcck reinjectionDavid Hildenbrand1-5/+1
2017-08-31KVM: s390: use WARN_ON_ONCE only for checkingDavid Hildenbrand1-2/+4
2017-08-31KVM: s390: guestdbg: fix range checkDavid Hildenbrand1-1/+1
2017-08-29KVM: s390: we are always in czam modeDavid Hildenbrand1-0/+4
2017-08-29KVM: s390: expose no-DAT to guest and migration supportClaudio Imbrenda2-3/+11
2017-08-29KVM: s390: sthyi: remove invalid guest write accessHeiko Carstens1-8/+0
2017-08-29KVM: s390: Multiple Epoch Facility supportCollin L. Walling3-0/+113
2017-08-28KVM: s390: Support Configuration z/Architecture ModeJason J. Herne1-19/+17
2017-08-21KVM: s390: sthyi: fix specification exception detectionHeiko Carstens1-1/+4
2017-08-21KVM: s390: sthyi: fix sthyi inline assemblyHeiko Carstens1-1/+1
2017-08-08KVM: s390: implements the kvm_arch_vcpu_in_kernel()Longpeng(Mike)2-2/+2
2017-08-08KVM: add spinlock optimization frameworkLongpeng(Mike)2-1/+6
2017-07-26KVM: s390: use new mm defines instead of magic valuesHeiko Carstens4-27/+26
2017-07-25KVM: s390: take srcu lock when getting/setting storage keysChristian Borntraeger1-2/+6
2017-07-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-25/+612
2017-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds5-20/+21
2017-06-30Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini1-1/+1
2017-06-28Merge tag 'nmiforkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms39...Martin Schwidefsky1-0/+1
2017-06-28KVM: s390: Inject machine check into the nested guestQingFeng Hao1-4/+19
2017-06-28KVM: s390: Inject machine check into the guestQingFeng Hao3-1/+56