summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
AgeCommit message (Expand)AuthorFilesLines
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-6/+6
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-116/+141
2021-06-25Merge tag 'kvm-s390-next-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini1-9/+13
2021-06-24KVM: s390: prepare for hugepage vmallocClaudio Imbrenda1-1/+6
2021-06-24KVM: debugfs: Reuse binary stats descriptorsJing Zhang1-108/+0
2021-06-24KVM: stats: Support binary stats retrieval for a VCPUJing Zhang1-0/+108
2021-06-24KVM: stats: Support binary stats retrieval for a VMJing Zhang1-0/+20
2021-06-24KVM: stats: Add fd-based API to read binary stats dataJing Zhang1-1/+2
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang1-6/+6
2021-06-23KVM: s390: allow facility 192 (vector-packed-decimal-enhancement facility 2)Christian Borntraeger1-0/+4
2021-06-23KVM: s390: get rid of register asm usageHeiko Carstens1-9/+9
2021-06-07s390/facilities: move stfl information from lowcore to global dataSven Schnelle1-6/+6
2021-04-17KVM: s390x: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky1-0/+3
2021-04-17Merge tag 'kvm-s390-next-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini1-2/+2
2021-04-15Merge tag 'kvm-s390-next-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini6-32/+214
2021-04-15KVM: s390: fix guarded storage control register handlingHeiko Carstens1-2/+2
2021-03-24KVM: s390: VSIE: fix MVPG handling for prefixing and MSOClaudio Imbrenda1-1/+4
2021-03-24KVM: s390: split kvm_s390_real_to_absClaudio Imbrenda1-6/+17
2021-03-24KVM: s390: VSIE: correctly handle MVPG when in VSIEClaudio Imbrenda1-5/+93
2021-03-24KVM: s390: extend kvm_s390_shadow_fault to return entry pointerClaudio Imbrenda3-10/+34
2021-03-09KVM: s390: split kvm_s390_logical_to_effectiveClaudio Imbrenda1-7/+24
2021-03-09KVM: s390: diag9c (directed yield) forwardingPierre Morel3-3/+42
2021-03-09KVM: s390: Fix comment spelling in kvm_s390_vcpu_start()Bhaskar Chowdhury1-1/+1
2021-03-08s390/time,idle: get rid of unsigned long longHeiko Carstens1-1/+1
2021-02-13s390/kvm: use union tod_clockHeiko Carstens1-15/+9
2021-01-19s390: convert to generic entrySven Schnelle2-0/+6
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-27/+29
2020-12-10KVM: s390: track synchronous pfault events in kvm_statChristian Borntraeger1-0/+2
2020-12-10KVM: s390: Add memcg accounting to KVM allocationsChristian Borntraeger7-27/+27
2020-11-11KVM: s390: remove diag318 reset codeCollin Walling1-2/+0
2020-11-11KVM: s390: pv: Mark mm as protected after the set secure parameters and impro...Janosch Frank2-2/+3
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu3-6/+6
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport3-3/+0
2020-08-03Merge tag 'kvm-s390-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2-1/+11
2020-07-10KVM: s390: clean up redundant 'kvm_run' parametersTianjia Zhang1-8/+15
2020-07-08KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return t...Vitaly Kuznetsov1-11/+9
2020-06-23s390/kvm: diagnose 0x318 sync and resetCollin Walling2-1/+11
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-3/+3
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+3
2020-06-11KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...Vitaly Kuznetsov1-1/+3
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse4-34/+34
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport3-3/+3
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport3-3/+3
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-6/+0
2020-06-01KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...Vitaly Kuznetsov1-1/+1
2020-05-28s390: remove critical section cleanup from entry.SSven Schnelle2-5/+0
2020-05-27Merge tag 'kvm-s390-next-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2-3/+2
2020-05-20Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...Paolo Bonzini1-1/+3