summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentationClaudio Imbrenda2022-07-132-6/+31
* KVM: s390: pv: clear the state without memsetClaudio Imbrenda2022-07-131-1/+9
* KVM: s390: pv: usage counter instead of flagClaudio Imbrenda2022-07-131-5/+7
* KVM: s390: pv: refactor s390_reset_accClaudio Imbrenda2022-07-131-2/+10
* KVM: s390: pv: leak the topmost page table when destroy failsClaudio Imbrenda2022-07-131-3/+6
* KVM: s390/pci: fix include duplicatesChristian Borntraeger2022-07-131-3/+2
* KVM: s390: drop unexpected word 'and' in the commentsJiang Jian2022-07-111-1/+1
* Merge tag 'kvm-s390-pci-5.20' into kernelorgnextChristian Borntraeger2022-07-116-3/+965
|\
| * KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devicesMatthew Rosato2022-07-113-0/+103
| * KVM: s390: pci: add routines to start/stop interpretive executionMatthew Rosato2022-07-113-0/+182
| * KVM: s390: pci: provide routines for enabling/disabling interrupt forwardingMatthew Rosato2022-07-112-0/+248
| * KVM: s390: mechanism to enable guest zPCI InterpretationMatthew Rosato2022-07-112-0/+48
| * KVM: s390: pci: enable host forwarding of Adapter Event NotificationsMatthew Rosato2022-07-113-2/+89
| * KVM: s390: pci: do initial setup for AEN interpretationMatthew Rosato2022-07-114-0/+234
| * KVM: s390: pci: add basic kvm_zdev structureMatthew Rosato2022-07-113-0/+58
| * s390/airq: pass more TPI info to airq handlersMatthew Rosato2022-07-111-1/+3
* | 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-073-0/+472
|\ \ | |/ |/|
| * KVM: s390: Add KVM_CAP_S390_PROTECTED_DUMPJanosch Frank2022-06-011-0/+20
| * KVM: s390: Add CPU dump functionalityJanosch Frank2022-06-013-0/+86
| * KVM: s390: Add configuration dump functionalityJanosch Frank2022-06-013-0/+279
| * 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
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-261-4/+18
|\ \ \ | | |/ | |/|
| * | Merge tag 'kvm-s390-next-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2022-05-251-4/+18
| |\ \
| | * | KVM: s390: Don't indicate suppression on dirtying, failing memopJanis Schoetterl-Glausch2022-05-201-4/+18
| | |/
* | | Merge tag 's390-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-05-231-1/+0
|\ \ \ | |/ / |/| |
| * | s390/ptrace: move short psw definitions to ptrace header fileHeiko Carstens2022-05-061-1/+0
* | | KVM: s390: Fix lockdep issue in vm memopJanis Schoetterl-Glausch2022-05-021-1/+10
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-223-8/+8
|\ \
| * | KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson2022-04-213-8/+8
| |/
* / vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu2022-04-191-6/+1
|/
* 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-154-15/+99
|\ \
| * | KVM: s390x: fix SCK lockingClaudio Imbrenda2022-03-143-6/+32
| * | KVM: s390: pv: make use of ultravisor AIV supportMichael Mueller2022-02-253-9/+67
* | | KVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch specific requestSean Christopherson2022-03-012-5/+5
|/ /
* | 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-143-0/+159
* | KVM: s390: Add optional storage key checking to MEMOP IOCTLJanis Schoetterl-Glausch2022-02-141-10/+21
* | KVM: s390: handle_tprot: Honor storage keysJanis Schoetterl-Glausch2022-02-143-43/+35
* | KVM: s390: Honor storage keys when accessing guest memoryJanis Schoetterl-Glausch2022-02-144-31/+249
* | KVM: s390: Return error on SIDA memop on normal guestJanis Schoetterl-Glausch2022-02-021-0/+2
|/