summaryrefslogtreecommitdiff
path: root/arch/s390/kvm
AgeCommit message (Expand)AuthorFilesLines
2025-05-02KVM: s390: Don't use %pK through tracepointsThomas Weißschuh1-2/+2
2025-03-13KVM: s390: vsie: fix some corner-cases when grabbing vsie pagesDavid Hildenbrand1-6/+19
2024-11-08KVM: s390: gaccess: Check if guest address is in memslotNico Boehr2-6/+12
2024-11-08KVM: s390: gaccess: Cleanup access to guest pagesJanis Schoetterl-Glausch1-8/+16
2024-11-08KVM: s390: gaccess: Refactor access address range checkJanis Schoetterl-Glausch1-53/+69
2024-11-08KVM: s390: gaccess: Refactor gpa and length calculationJanis Schoetterl-Glausch1-15/+17
2024-10-22KVM: s390: Change virtual to physical address access in diag 0x258 handlerMichael Mueller1-1/+1
2024-02-23KVM: s390: fix setting of fpc registerHeiko Carstens1-5/+0
2023-08-11KVM: s390: fix sthyi error handlingHeiko Carstens1-3/+6
2023-07-27KVM: s390: vsie: fix the length of APCB bitmapPierre Morel1-2/+4
2023-07-27KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holesNico Boehr1-0/+4
2023-04-20KVM: s390: pv: fix external interruption loop not always detectedNico Boehr1-8/+24
2023-03-11KVM: s390: disable migration mode when dirty tracking is disabledNico Boehr1-0/+17
2023-02-01KVM: s390: interrupt: use READ_ONCE() before cmpxchg()Heiko Carstens1-4/+8
2022-12-14KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) fieldThomas Huth1-1/+3
2022-11-16KVM: s390: pv: don't allow userspace to set the clock under PVNico Boehr2-10/+17
2022-11-16KVM: s390x: fix SCK lockingClaudio Imbrenda3-6/+32
2022-08-21KVM: s390: pv: leak the topmost page table when destroy failsClaudio Imbrenda1-3/+6
2022-08-21KVM: s390: pv: don't present the ecall interrupt twiceNico Boehr2-2/+17
2022-02-11KVM: s390: Return error on SIDA memop on normal guestJanis Schoetterl-Glausch1-0/+2
2022-01-20KVM: s390: Clarify SIGP orders versus STOP/RESTARTEric Farman4-2/+43
2021-11-18KVM: s390: Fix handle_sske page fault handlingJanis Schoetterl-Glausch1-0/+2
2021-11-18KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vmClaudio Imbrenda1-1/+1
2021-11-18KVM: s390: pv: avoid double free of sida pageClaudio Imbrenda1-10/+9
2021-11-02KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpuHalil Pasic1-2/+3
2021-11-02KVM: s390: clear kicked_mask before sleeping againHalil Pasic1-0/+1
2021-09-15KVM: s390: index kvm->arch.idle_mask by vcpu_idxHalil Pasic3-8/+8
2021-07-14KVM: s390: get rid of register asm usageHeiko Carstens1-9/+9
2021-05-14KVM: s390: extend kvm_s390_shadow_fault to return entry pointerClaudio Imbrenda3-10/+34
2021-05-14KVM: s390: split kvm_s390_real_to_absClaudio Imbrenda1-6/+17
2021-05-14KVM: s390: VSIE: fix MVPG handling for prefixing and MSOClaudio Imbrenda1-1/+4
2021-05-14KVM: s390: fix guarded storage control register handlingHeiko Carstens1-2/+2
2021-05-14KVM: s390: split kvm_s390_logical_to_effectiveClaudio Imbrenda1-7/+24
2021-05-14KVM: s390: VSIE: correctly handle MVPG when in VSIEClaudio Imbrenda1-5/+93
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-13treewide: 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