summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
Commit message (Expand)AuthorAgeFilesLines
* 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-215-68/+135
|\ \
| * | KVM: s390: Clarify SIGP orders versus STOP/RESTARTEric Farman2021-12-174-2/+43
| * | KVM: s390: gaccess: Cleanup access to guest pagesJanis Schoetterl-Glausch2021-12-171-8/+16
| * | KVM: s390: gaccess: Refactor access address range checkJanis Schoetterl-Glausch2021-12-171-53/+69
| * | KVM: s390: gaccess: Refactor gpa and length calculationJanis Schoetterl-Glausch2021-12-171-15/+17
| |/
* | KVM: s390: Use Makefile.kvm for common filesDavid Woodhouse2021-12-091-5/+3
* | KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson2021-12-081-1/+1
* | 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-082-1/+2
* | 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-082-15/+15
* | KVM: s390: Introduce kvm_s390_get_gfn_end()Maciej S. Szmigiero2021-12-083-4/+14
* | KVM: Use interval tree to do fast hva lookup in memslotsMaciej S. Szmigiero2021-12-081-0/+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-083-13/+14
* | 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
* Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-061-1/+1
|\
| * s390: rename last_break to pgm_last_breakSven Schnelle2021-10-261-1/+1
* | KVM: s390: add debug statement for diag 318 CPNC dataCollin Walling2021-10-271-0/+1
* | KVM: s390: Fix handle_sske page fault handlingJanis Schoetterl-Glausch2021-10-271-0/+2
* | KVM: s390: Add a routine for setting userspace CPU stateEric Farman2021-10-252-3/+12
* | KVM: s390: Simplify SIGP Set Arch handlingEric Farman2021-10-251-13/+1
* | KVM: s390: pv: avoid stalls when making pages secureClaudio Imbrenda2021-10-251-0/+5
* | KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vmClaudio Imbrenda2021-10-251-1/+1
* | KVM: s390: pv: avoid double free of sida pageClaudio Imbrenda2021-10-251-10/+9
* | KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpuHalil Pasic2021-10-201-2/+3
* | KVM: s390: clear kicked_mask before sleeping againHalil Pasic2021-10-201-0/+1
* | KVM: s390: Function documentation fixesJanosch Frank2021-09-282-1/+15
|/
* KVM: x86: Query vcpu->vcpu_idx directly and drop its accessorSean Christopherson2021-09-223-4/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-074-14/+14
|\
| * Merge tag 'kvm-s390-next-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2021-09-064-8/+12
| |\
| | * KVM: s390: index kvm->arch.idle_mask by vcpu_idxHalil Pasic2021-08-273-8/+8
| | * KVM: s390: Enable specification exception interpretationJanis Schoetterl-Glausch2021-08-272-0/+4
| * | 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-242-6/+10
|/ /
* | KVM: s390: restore old debugfs namesChristian Borntraeger2021-07-272-18/+18
* | 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 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-06-282-116/+141
|\ \ \