aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-04KVM: s390: Fix pfmf and conditional skey emulationJanosch Frank1-12/+18
2018-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-139/+213
2018-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-46/+141
2018-07-30Merge tag 'hlp_stage1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvms390/nextJanosch Frank2-45/+140
2018-07-30KVM: s390: Add huge page enablement controlJanosch Frank1-2/+40
2018-07-30KVM: s390: Beautify skey enable checkJanosch Frank1-6/+4
2018-07-30KVM: s390: Add skey emulation fault handlingJanosch Frank2-37/+83
2018-07-30s390/mm: Add huge page dirty sync supportJanosch Frank1-7/+18
2018-07-19KVM: s390: add etoken support for guestsChristian Borntraeger2-4/+13
2018-07-16KVM: s390/vsie: avoid sparse warningChristian Borntraeger1-0/+2
2018-07-13KVM: s390: Fix storage attributes migration with memory slotsClaudio Imbrenda2-128/+193
2018-07-13KVM: s390: Replace clear_user with kvm_clear_guestJanosch Frank1-1/+1
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra1-1/+1
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-2/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook2-2/+2
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-57/+77
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2018-06-01kvm: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-05-17KVM: s390: vsie: simplify < 8k address checksDavid Hildenbrand1-5/+5
2018-05-17Merge tag 'kvm-s390-master-4.17-1'Christian Borntraeger1-1/+1
2018-05-17KVM: s390: vsie: fix < 8k check for the itdbaDavid Hildenbrand1-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 Hildenbrand3-14/+18
2018-05-17KVM: s390: reset crypto attributes for all vcpusTony Krowiak2-5/+25
2018-05-17KVM: s390: Add storage key facility interpretation controlJanosch Frank2-13/+18
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani1-1/+0
2018-03-14KVM: s390: provide counters for all interrupt injects/deliveryChristian Borntraeger2-7/+42
2018-03-14KVM: add machine check counter to kvm_statQingFeng Hao2-0/+2
2018-03-14KVM: s390: fix fallthrough annotationSebastian Ott1-6/+3
2018-03-14KVM: s390: add exit io request stats and simplify codeChristian Borntraeger2-13/+5
2018-03-09KVM: s390: Refactor host cmma and pfmfi interpretation controlsJanosch Frank2-13/+14
2018-03-09KVM: s390: implement CPU model only facilitiesChristian Borntraeger2-21/+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 Hildenbrand3-38/+22
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-20KVM: s390: take care of clock-comparator sign controlDavid Hildenbrand1-6/+19
2018-02-14KVM: s390: use switch vs jump table in interrupt.cDavid Hildenbrand1-34/+50
2018-02-14KVM: s390: use switch vs jump table in intercept.cChristian Borntraeger2-24/+29
2018-02-14KVM: s390: use switch vs jump table in priv.cChristian Borntraeger1-92/+91
2018-02-14KVM: s390: force bp isolation for VSIEChristian Borntraeger1-0/+20
2018-02-14KVM: s390: do not set intervention requests for GISA interruptsChristian Borntraeger1-3/+8
2018-02-14KVM: s390: optimize wakeup for exitless interruptsChristian Borntraeger1-1/+2
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipRadim Krčmář3-12/+39
2018-01-30Merge tag 'kvm-s390-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linuxRadim Krčmář7-130/+387
2018-01-26KVM: s390: introduce the format-1 GISAMichael Mueller2-3/+3
2018-01-26KVM: s390: activate GISA for emulated interruptsMichael Mueller1-1/+7
2018-01-26KVM: s390: make kvm_s390_get_io_int() aware of GISAMichael Mueller1-4/+70