summaryrefslogtreecommitdiff
path: root/arch/s390/kvm/kvm-s390.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-19KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctlThomas Huth1-1/+1
2019-09-19KVM: s390: kvm_s390_vm_start_migration: check dirty_bitmap before using it as...Igor Mammedov1-0/+2
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-09-12KVM: s390: Make huge pages unavailable in ucontrol VMsJanosch Frank1-2/+2
2018-09-04KVM: s390: Properly lock mm context allow_gmap_hpage_1m settingJanosch Frank1-0/+2
2018-07-31Merge tag 'hlp_stage1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms3...Janosch Frank1-12/+70
2018-07-31KVM: s390: Add huge page enablement controlJanosch Frank1-2/+40
2018-07-30KVM: s390: Add skey emulation fault handlingJanosch Frank1-3/+12
2018-07-30s390/mm: Add huge page dirty sync supportJanosch Frank1-7/+18
2018-07-19KVM: s390: add etoken support for guestsChristian Borntraeger1-2/+6
2018-07-13KVM: s390: Fix storage attributes migration with memory slotsClaudio Imbrenda1-119/+174
2018-06-13Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-01kvm: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-05-17KVM: s390: generalize kvm_s390_get_tod_clock_ext()David Hildenbrand1-12/+9
2018-05-17KVM: s390: no need to inititalize kvm->arch members to 0David Hildenbrand1-7/+1
2018-05-17KVM: s390: introduce defines for control registersDavid Hildenbrand1-3/+7
2018-05-17KVM: s390: reset crypto attributes for all vcpusTony Krowiak1-5/+12
2018-05-17KVM: s390: Add storage key facility interpretation controlJanosch Frank1-1/+2
2018-03-14KVM: s390: provide counters for all interrupt injects/deliveryChristian Borntraeger1-3/+21
2018-03-14KVM: add machine check counter to kvm_statQingFeng Hao1-0/+1
2018-03-14KVM: s390: add exit io request stats and simplify codeChristian Borntraeger1-0/+1
2018-03-09KVM: s390: Refactor host cmma and pfmfi interpretation controlsJanosch Frank1-11/+12
2018-03-09KVM: s390: implement CPU model only facilitiesChristian Borntraeger1-19/+34
2018-03-06KVM: s390: fix memory overwrites when not using SCA entriesDavid Hildenbrand1-0/+1
2018-03-01KVM: s390: provide io interrupt kvm_statChristian Borntraeger1-0/+1
2018-02-20KVM: s390: provide only a single function for setting the tod (fix SCK)David Hildenbrand1-31/+15
2018-02-20KVM: s390: consider epoch index on TOD clock syncsDavid Hildenbrand1-3/+29
2018-02-20KVM: s390: consider epoch index on hotplugged CPUsDavid Hildenbrand1-0/+1
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář1-11/+28
2018-01-30Merge tag 'kvm-s390-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář1-26/+48
2018-01-26KVM: s390: introduce the format-1 GISAMichael Mueller1-0/+2
2018-01-26KVM: s390: exploit GISA and AIV for emulated interruptsMichael Mueller1-0/+8
2018-01-26KVM: s390: define GISA format-0 data structureMichael Mueller1-0/+1
2018-01-24KVM: s390: introduce and use kvm_s390_test_cpuflags()David Hildenbrand1-1/+1
2018-01-24KVM: s390: introduce and use kvm_s390_clear_cpuflags()David Hildenbrand1-6/+5
2018-01-24KVM: s390: reuse kvm_s390_set_cpuflags()David Hildenbrand1-9/+8
2018-01-24KVM: s390: add vcpu stat counters for many instructionChristian Borntraeger1-4/+17
2018-01-24Merge tag 'kvm-s390-master-4.15-3' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář1-7/+11
2018-01-24KVM: s390: diagnoses are instructions as wellChristian Borntraeger1-6/+6
2018-01-24KVM: s390: add proper locking for CMMA migration bitmapChristian Borntraeger1-7/+11
2018-01-20KVM: s390: wire up bpb featureChristian Borntraeger1-0/+12
2018-01-16Merge tag 'kvm-s390-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář1-10/+19
2018-01-16KVM: s390: cleanup struct kvm_s390_float_interruptDavid Hildenbrand1-3/+0
2018-01-16KVM: s390: add debug tracing for cpu features of CPU modelChristian Borntraeger1-6/+18
2018-01-16KVM: s390: use created_vcpus in more placesChristian Borntraeger1-2/+2
2018-01-06Merge tag 'kvm-s390-master-4.15-2' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář1-4/+5
2017-12-22KVM: s390: fix cmma migration for multiple memory slotsChristian Borntraeger1-4/+5
2017-12-14KVM: introduce kvm_arch_vcpu_async_ioctlPaolo Bonzini1-4/+12