aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2021-10-27KVM: s390: add debug statement for diag 318 CPNC dataCollin Walling1-0/+1
2021-10-27KVM: s390: Fix handle_sske page fault handlingJanis Schoetterl-Glausch1-0/+2
2021-10-26s390: rename last_break to pgm_last_breakSven Schnelle1-1/+1
2021-10-25KVM: s390: Add a routine for setting userspace CPU stateEric Farman2-3/+12
2021-10-25KVM: s390: Simplify SIGP Set Arch handlingEric Farman1-13/+1
2021-10-25KVM: s390: pv: avoid stalls when making pages secureClaudio Imbrenda1-0/+5
2021-10-25KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vmClaudio Imbrenda1-1/+1
2021-10-25KVM: s390: pv: avoid double free of sida pageClaudio Imbrenda1-10/+9
2021-10-20KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpuHalil Pasic1-2/+3
2021-10-20KVM: s390: clear kicked_mask before sleeping againHalil Pasic1-0/+1
2021-09-28KVM: s390: Function documentation fixesJanosch Frank2-1/+15
2021-09-22KVM: x86: Query vcpu->vcpu_idx directly and drop its accessorSean Christopherson3-4/+4
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-14/+14
2021-09-06Merge tag 'kvm-s390-next-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini4-8/+12
2021-08-27KVM: s390: index kvm->arch.idle_mask by vcpu_idxHalil Pasic3-8/+8
2021-08-27KVM: s390: Enable specification exception interpretationJanis Schoetterl-Glausch2-0/+4
2021-08-24s390/vfio-ap: replace open coded locks for VFIO_GROUP_NOTIFY_SET_KVM notificationTony Krowiak1-4/+27
2021-08-24s390/vfio-ap: r/w lock for PQAP interception handler function pointerTony Krowiak2-6/+10
2021-08-20KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang1-4/+0
2021-08-06KVM: Rename lru_slot to last_used_slotDavid Matlack1-2/+2
2021-07-27KVM: s390: restore old debugfs namesChristian Borntraeger2-18/+18
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-6/+6
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-116/+141
2021-06-25Merge tag 'kvm-s390-next-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-9/+13
2021-06-24KVM: s390: prepare for hugepage vmallocClaudio Imbrenda1-1/+6
2021-06-24KVM: debugfs: Reuse binary stats descriptorsJing Zhang1-108/+0
2021-06-24KVM: stats: Support binary stats retrieval for a VCPUJing Zhang1-0/+108
2021-06-24KVM: stats: Support binary stats retrieval for a VMJing Zhang1-0/+20
2021-06-24KVM: stats: Add fd-based API to read binary stats dataJing Zhang1-1/+2
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang1-6/+6
2021-06-23KVM: s390: allow facility 192 (vector-packed-decimal-enhancement facility 2)Christian Borntraeger1-0/+4
2021-06-23KVM: s390: get rid of register asm usageHeiko Carstens1-9/+9
2021-06-07s390/facilities: move stfl information from lowcore to global dataSven Schnelle1-6/+6
2021-04-17KVM: s390x: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky1-0/+3
2021-04-17Merge tag 'kvm-s390-next-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-2/+2
2021-04-15Merge tag 'kvm-s390-next-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini6-32/+214
2021-04-15KVM: s390: fix guarded storage control register handlingHeiko Carstens1-2/+2
2021-03-24KVM: s390: VSIE: fix MVPG handling for prefixing and MSOClaudio Imbrenda1-1/+4
2021-03-24KVM: s390: split kvm_s390_real_to_absClaudio Imbrenda1-6/+17
2021-03-24KVM: s390: VSIE: correctly handle MVPG when in VSIEClaudio Imbrenda1-5/+93
2021-03-24KVM: s390: extend kvm_s390_shadow_fault to return entry pointerClaudio Imbrenda3-10/+34
2021-03-09KVM: s390: split kvm_s390_logical_to_effectiveClaudio Imbrenda1-7/+24
2021-03-09KVM: s390: diag9c (directed yield) forwardingPierre Morel3-3/+42
2021-03-09KVM: s390: Fix comment spelling in kvm_s390_vcpu_start()Bhaskar Chowdhury1-1/+1
2021-03-08s390/time,idle: get rid of unsigned long longHeiko Carstens1-1/+1
2021-02-13s390/kvm: use union tod_clockHeiko Carstens1-15/+9
2021-01-19s390: convert to generic entrySven Schnelle2-0/+6
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-27/+29
2020-12-10KVM: s390: track synchronous pfault events in kvm_statChristian Borntraeger1-0/+2