summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/kvm-s390.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier2021-12-081-10/+11
* | KVM: s390: Use kvm_get_vcpu() instead of open-coded accessMarc Zyngier2021-12-081-3/+5
* | KVM: Move wiping of the kvm->vcpus array to common codeMarc Zyngier2021-12-081-17/+1
|/
* KVM: s390: Cap KVM_CAP_NR_VCPUS by num_online_cpus()Vitaly Kuznetsov2021-11-181-0/+2
* KVM: s390: add debug statement for diag 318 CPNC dataCollin Walling2021-10-271-0/+1
* KVM: s390: Add a routine for setting userspace CPU stateEric Farman2021-10-251-3/+3
* KVM: s390: clear kicked_mask before sleeping againHalil Pasic2021-10-201-0/+1
* KVM: x86: Query vcpu->vcpu_idx directly and drop its accessorSean Christopherson2021-09-221-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-071-7/+5
|\
| * Merge tag 'kvm-s390-next-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2021-09-061-1/+3
| |\
| | * KVM: s390: index kvm->arch.idle_mask by vcpu_idxHalil Pasic2021-08-271-1/+1
| | * KVM: s390: Enable specification exception interpretationJanis Schoetterl-Glausch2021-08-271-0/+2
| * | KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang2021-08-201-4/+0
| * | KVM: Rename lru_slot to last_used_slotDavid Matlack2021-08-061-2/+2
* | | s390/vfio-ap: replace open coded locks for VFIO_GROUP_NOTIFY_SET_KVM notifica...Tony Krowiak2021-08-241-4/+27
* | | s390/vfio-ap: r/w lock for PQAP interception handler function pointerTony Krowiak2021-08-241-0/+1
|/ /
* | KVM: s390: restore old debugfs namesChristian Borntraeger2021-07-271-9/+9
* | Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-07-041-6/+6
|\ \
| * | s390/facilities: move stfl information from lowcore to global dataSven Schnelle2021-06-071-6/+6
* | | Merge tag 'kvm-s390-next-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2021-06-251-9/+13
|\ \ \ | | |/ | |/|
| * | KVM: s390: allow facility 192 (vector-packed-decimal-enhancement facility 2)Christian Borntraeger2021-06-231-0/+4
| * | KVM: s390: get rid of register asm usageHeiko Carstens2021-06-231-9/+9
| |/
* | KVM: debugfs: Reuse binary stats descriptorsJing Zhang2021-06-251-108/+0