summaryrefslogtreecommitdiff
path: root/arch/s390/kvm
AgeCommit message (Expand)Author
2022-05-02KVM: s390: Fix lockdep issue in vm memopJanis Schoetterl-Glausch
2022-04-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-04-21KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson
2022-04-19vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu
2022-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-04-02KVM: Don't actually set a request when evicting vCPUs for GFN cache invdSean Christopherson
2022-03-25Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2022-03-15Merge tag 'kvm-s390-next-5.18-2' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini
2022-03-14KVM: s390x: fix SCK lockingClaudio Imbrenda
2022-03-01KVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch specific requestSean Christopherson
2022-02-25KVM: s390: pv: make use of ultravisor AIV supportMichael Mueller
2022-02-22KVM: s390: Add missing vm MEM_OP size checkJanis Schoetterl-Glausch
2022-02-14KVM: s390: Add capability for storage key extension of MEM_OP IOCTLJanis Schoetterl-Glausch
2022-02-14KVM: s390: Rename existing vcpu memop functionsJanis Schoetterl-Glausch
2022-02-14KVM: s390: Add vm IOCTL for key checked guest absolute memory accessJanis Schoetterl-Glausch
2022-02-14KVM: s390: Add optional storage key checking to MEMOP IOCTLJanis Schoetterl-Glausch
2022-02-14KVM: s390: handle_tprot: Honor storage keysJanis Schoetterl-Glausch
2022-02-14KVM: s390: Honor storage keys when accessing guest memoryJanis Schoetterl-Glausch
2022-02-06s390: remove invalid email address of Heiko CarstensHeiko Carstens
2022-02-02KVM: s390: Return error on SIDA memop on normal guestJanis Schoetterl-Glausch
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov
2021-12-21Merge tag 'kvm-s390-next-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini
2021-12-17KVM: s390: Clarify SIGP orders versus STOP/RESTARTEric Farman
2021-12-17KVM: s390: gaccess: Cleanup access to guest pagesJanis Schoetterl-Glausch
2021-12-17KVM: s390: gaccess: Refactor access address range checkJanis Schoetterl-Glausch
2021-12-17KVM: s390: gaccess: Refactor gpa and length calculationJanis Schoetterl-Glausch
2021-12-09KVM: s390: Use Makefile.kvm for common filesDavid Woodhouse
2021-12-08KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson
2021-12-08KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson
2021-12-08KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hookSean Christopherson
2021-12-08KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPUSean Christopherson
2021-12-08KVM: Keep memslots in tree-based structures instead of array-based onesMaciej S. Szmigiero
2021-12-08KVM: s390: Introduce kvm_s390_get_gfn_end()Maciej S. Szmigiero
2021-12-08KVM: Use interval tree to do fast hva lookup in memslotsMaciej S. Szmigiero
2021-12-08KVM: Integrate gfn_to_memslot_approx() into search_memslots()Maciej S. Szmigiero
2021-12-08KVM: s390: Skip gfn/size sanity checks on memslot DELETE or FLAGS_ONLYSean Christopherson
2021-12-08KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson
2021-12-08KVM: s390: Use "new" memslot instead of userspace memory regionSean Christopherson
2021-12-08KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson
2021-12-08KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier
2021-12-08KVM: s390: Use kvm_get_vcpu() instead of open-coded accessMarc Zyngier
2021-12-08KVM: Move wiping of the kvm->vcpus array to common codeMarc Zyngier
2021-11-18KVM: s390: Cap KVM_CAP_NR_VCPUS by num_online_cpus()Vitaly Kuznetsov
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-10-27KVM: s390: add debug statement for diag 318 CPNC dataCollin Walling
2021-10-27KVM: s390: Fix handle_sske page fault handlingJanis Schoetterl-Glausch
2021-10-26s390: rename last_break to pgm_last_breakSven Schnelle
2021-10-25KVM: s390: Add a routine for setting userspace CPU stateEric Farman
2021-10-25KVM: s390: Simplify SIGP Set Arch handlingEric Farman