summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-174-9/+20
|\
| * Merge tag 'kvm-x86-generic-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-082-3/+2
| |\
| | * KVM: s390: Harden copying of userspace-array against overflowPhilipp Stanner2023-12-011-2/+2
| | * KVM: move KVM_CAP_DEVICE_CTRL to the generic checkWei Wang2023-11-301-1/+0
| * | KVM: introduce CONFIG_KVM_COMMONPaolo Bonzini2024-01-081-2/+1
| * | Merge tag 'kvm-s390-next-6.8-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2024-01-021-2/+17
| |\ \
| | * | KVM: s390: vsie: Fix length of facility list shadowedNina Schoetterl-Glausch2023-12-231-1/+11
| | * | KVM: s390: vsie: Fix STFLE interpretive execution identificationNina Schoetterl-Glausch2023-12-231-1/+6
| | |/
| * | Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-01-021-4/+0
| |\ \
| * | | KVM: remove CONFIG_HAVE_KVM_IRQFDPaolo Bonzini2023-12-081-1/+0
| * | | KVM: remove CONFIG_HAVE_KVM_EVENTFDPaolo Bonzini2023-12-081-1/+0
| | |/ | |/|
* | | Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-01-102-19/+9
|\ \ \ | |_|/ |/| |
| * | s390/fpu: get rid of MACHINE_HAS_VXHeiko Carstens2023-12-112-9/+9
| * | KVM: s390: remove superfluous save_fpu_regs() callHeiko Carstens2023-12-111-2/+0
| * | s390/fpu: get rid of test_fp_ctl()Heiko Carstens2023-12-111-4/+1
| * | KVM: s390: use READ_ONCE() to read fpc register valueHeiko Carstens2023-12-111-1/+1
| * | KVM: s390: fix setting of fpc registerHeiko Carstens2023-12-111-5/+0
| |/
* / KVM: s390: vsie: fix wrong VIR 37 when MSO is usedClaudio Imbrenda2023-11-141-4/+0
|/
* Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-11-033-35/+18
|\
| * s390/mm: move translation-exception identification structure to fault.hHeiko Carstens2023-10-231-31/+14
| * s390: use control register bit definesHeiko Carstens2023-09-192-4/+4
| * s390/ctlreg: add local and system prefix to some functionsHeiko Carstens2023-09-192-4/+4
* | Merge tag 'kvm-s390-next-6.7-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-10-314-2/+44
|\ \
| * | KVM: s390: add tracepoint in gmap notifierNico Boehr2023-10-162-0/+25
| * | KVM: s390: add stat counter for shadow gmap eventsNico Boehr2023-10-163-2/+19
| |/
* / KVM: s390: fix gisa destroy operation might lead to cpu stallsMichael Mueller2023-09-251-10/+6
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-074-15/+148
|\
| * Merge tag 'kvm-s390-next-6.6-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-08-315-27/+162
| |\
| | * KVM: s390: pv: Allow AP-instructions for pv-guestsSteffen Eiden2023-08-281-2/+4
| | * KVM: s390: Add UV feature negotiationSteffen Eiden2023-08-281-0/+73
| | * s390/uv: UV feature check utilitySteffen Eiden2023-08-281-1/+1
| | * KVM: s390: pv: relax WARN_ONCE condition for destroy fastViktor Mihajlovski2023-08-281-1/+2
| | * Merge remote-tracking branch 'vfio-ap' into nextJanosch Frank2023-08-282-12/+14
| | |\
| | * | KVM: s390: interrupt: Fix single-stepping keyless mode exitsIlya Leoshkevich2023-08-281-2/+2
| | * | KVM: s390: interrupt: Fix single-stepping userspace-emulated instructionsIlya Leoshkevich2023-08-281-3/+20
| | * | KVM: s390: interrupt: Fix single-stepping kernel-emulated instructionsIlya Leoshkevich2023-08-281-3/+14
| | * | KVM: s390: interrupt: Fix single-stepping into program interrupt handlersIlya Leoshkevich2023-08-281-1/+16
| | * | KVM: s390: interrupt: Fix single-stepping into interrupt handlersIlya Leoshkevich2023-08-282-2/+16
* | | | s390/airq: remove lsi_mask from airq_structBenjamin Block2023-08-301-1/+2
* | | | Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-08-282-12/+14
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'vfio-ap' into featuresHeiko Carstens2023-08-232-12/+14
| |\ \ \ | | | |/ | | |/|
| | * | KVM: s390: export kvm_s390_pv*_is_protected functionsTony Krowiak2023-08-182-12/+14
| | |/
* | / KVM: s390: fix sthyi error handlingHeiko Carstens2023-07-291-3/+6
|/ /
* / KVM: s390: pv: simplify shutdown and fix raceClaudio Imbrenda2023-07-181-2/+6
|/
* Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-07-068-11/+10
|\
| * s390: fix various typosHeiko Carstens2023-07-037-9/+9
| * s390: include linux/io.h instead of asm/io.hHeiko Carstens2023-07-031-2/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-033-5/+13
|\ \
| * | KVM: s390/diag: fix racy access of physical cpu number in diag 9c handlerChristian Borntraeger2023-06-161-3/+5
| * | KVM: s390: vsie: fix the length of APCB bitmapPierre Morel2023-06-161-2/+4