summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/kvm-s390.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: resetting the Topology-Change-ReportPierre Morel2022-07-201-0/+51
* KVM: s390: guest support for topology functionPierre Morel2022-07-201-0/+31
* KVM: s390: pv: add mmu_notifierClaudio Imbrenda2022-07-191-0/+10
* KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentationClaudio Imbrenda2022-07-131-6/+30
* Merge tag 'kvm-s390-pci-5.20' into kernelorgnextChristian Borntraeger2022-07-111-1/+82
|\
| * KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devicesMatthew Rosato2022-07-111-0/+16
| * KVM: s390: pci: add routines to start/stop interpretive executionMatthew Rosato2022-07-111-0/+15
| * KVM: s390: mechanism to enable guest zPCI InterpretationMatthew Rosato2022-07-111-0/+38
| * KVM: s390: pci: enable host forwarding of Adapter Event NotificationsMatthew Rosato2022-07-111-1/+2
| * KVM: s390: pci: do initial setup for AEN interpretationMatthew Rosato2022-07-111-0/+11
* | KVM: Move kvm_arch_vcpu_precreate() under kvm->lockZeng Guang2022-06-081-2/+0
* | Merge tag 'kvm-s390-next-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2022-06-071-0/+269
|\ \ | |/ |/|
| * KVM: s390: Add KVM_CAP_S390_PROTECTED_DUMPJanosch Frank2022-06-011-0/+20
| * KVM: s390: Add CPU dump functionalityJanosch Frank2022-06-011-0/+69
| * KVM: s390: Add configuration dump functionalityJanosch Frank2022-06-011-0/+93
| * KVM: s390: pv: Add query dump informationJanosch Frank2022-06-011-0/+11
| * KVM: s390: pv: Add query interfaceJanosch Frank2022-06-011-0/+76
* | Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-041-7/+3
|\ \ | |/ |/|
| * KVM: s390: replace bitmap_copy with bitmap_{from,to}_arr64 where appropriateYury Norov2022-06-031-7/+3
* | KVM: s390: Fix lockdep issue in vm memopJanis Schoetterl-Glausch2022-05-021-1/+10
* | KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson2022-04-211-4/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-021-1/+1
|\
| * KVM: Don't actually set a request when evicting vCPUs for GFN cache invdSean Christopherson2022-04-021-1/+1
* | Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-03-251-1/+0
|\ \ | |/ |/|
| * s390: remove invalid email address of Heiko CarstensHeiko Carstens2022-02-061-1/+0
* | Merge tag 'kvm-s390-next-5.18-2' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2022-03-151-6/+24
|\ \
| * | KVM: s390x: fix SCK lockingClaudio Imbrenda2022-03-141-3/+16
| * | KVM: s390: pv: make use of ultravisor AIV supportMichael Mueller2022-02-251-3/+8
* | | KVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch specific requestSean Christopherson2022-03-011-4/+4
|/ /
* | KVM: s390: Add missing vm MEM_OP size checkJanis Schoetterl-Glausch2022-02-221-1/+1
* | KVM: s390: Add capability for storage key extension of MEM_OP IOCTLJanis Schoetterl-Glausch2022-02-141-0/+1
* | KVM: s390: Rename existing vcpu memop functionsJanis Schoetterl-Glausch2022-02-141-9/+10
* | KVM: s390: Add vm IOCTL for key checked guest absolute memory accessJanis Schoetterl-Glausch2022-02-141-0/+81
* | KVM: s390: Add optional storage key checking to MEMOP IOCTLJanis Schoetterl-Glausch2022-02-141-10/+21
* | KVM: s390: Honor storage keys when accessing guest memoryJanis Schoetterl-Glausch2022-02-141-2/+2
* | KVM: s390: Return error on SIDA memop on normal guestJanis Schoetterl-Glausch2022-02-021-0/+2
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+1
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-1/+1
* | Merge tag 'kvm-s390-next-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2021-12-211-2/+7
|\ \
| * | KVM: s390: Clarify SIGP orders versus STOP/RESTARTEric Farman2021-12-171-2/+7
| |/
* | KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson2021-12-081-5/+0
* | KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hookSean Christopherson2021-12-081-1/+1
* | KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPUSean Christopherson2021-12-081-1/+1
* | KVM: Keep memslots in tree-based structures instead of array-based onesMaciej S. Szmigiero2021-12-081-13/+11
* | KVM: s390: Introduce kvm_s390_get_gfn_end()Maciej S. Szmigiero2021-12-081-1/+1
* | KVM: Integrate gfn_to_memslot_approx() into search_memslots()Maciej S. Szmigiero2021-12-081-37/+8
* | KVM: s390: Skip gfn/size sanity checks on memslot DELETE or FLAGS_ONLYSean Christopherson2021-12-081-4/+9
* | KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson2021-12-081-2/+0
* | KVM: s390: Use "new" memslot instead of userspace memory regionSean Christopherson2021-12-081-5/+8
* | KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson2021-12-081-1/+2