summaryrefslogtreecommitdiff
path: root/arch/s390/kvm/kvm-s390.c
AgeCommit message (Expand)Author
2021-12-17KVM: s390: Clarify SIGP orders versus STOP/RESTARTEric Farman
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: 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-10-27KVM: s390: add debug statement for diag 318 CPNC dataCollin Walling
2021-10-25KVM: s390: Add a routine for setting userspace CPU stateEric Farman
2021-10-20KVM: s390: clear kicked_mask before sleeping againHalil Pasic
2021-09-22KVM: x86: Query vcpu->vcpu_idx directly and drop its accessorSean Christopherson
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-09-06Merge tag 'kvm-s390-next-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini
2021-08-27KVM: s390: index kvm->arch.idle_mask by vcpu_idxHalil Pasic
2021-08-27KVM: s390: Enable specification exception interpretationJanis Schoetterl-Glausch
2021-08-24s390/vfio-ap: replace open coded locks for VFIO_GROUP_NOTIFY_SET_KVM notifica...Tony Krowiak
2021-08-24s390/vfio-ap: r/w lock for PQAP interception handler function pointerTony Krowiak
2021-08-20KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang
2021-08-06KVM: Rename lru_slot to last_used_slotDavid Matlack
2021-07-27KVM: s390: restore old debugfs namesChristian Borntraeger
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-06-25Merge tag 'kvm-s390-next-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini
2021-06-24KVM: debugfs: Reuse binary stats descriptorsJing Zhang
2021-06-24KVM: stats: Support binary stats retrieval for a VCPUJing Zhang
2021-06-24KVM: stats: Support binary stats retrieval for a VMJing Zhang
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang
2021-06-23KVM: s390: allow facility 192 (vector-packed-decimal-enhancement facility 2)Christian Borntraeger
2021-06-23KVM: s390: get rid of register asm usageHeiko Carstens
2021-06-07s390/facilities: move stfl information from lowcore to global dataSven Schnelle
2021-04-17KVM: s390x: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky
2021-04-15KVM: s390: fix guarded storage control register handlingHeiko Carstens
2021-03-09KVM: s390: diag9c (directed yield) forwardingPierre Morel
2021-03-09KVM: s390: Fix comment spelling in kvm_s390_vcpu_start()Bhaskar Chowdhury
2021-02-13s390/kvm: use union tod_clockHeiko Carstens
2021-01-19s390: convert to generic entrySven Schnelle
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-12-10KVM: s390: track synchronous pfault events in kvm_statChristian Borntraeger
2020-12-10KVM: s390: Add memcg accounting to KVM allocationsChristian Borntraeger
2020-11-11KVM: s390: remove diag318 reset codeCollin Walling
2020-11-11KVM: s390: pv: Mark mm as protected after the set secure parameters and impro...Janosch Frank
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu
2020-08-03Merge tag 'kvm-s390-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini