summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/kvm-s390.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-07-201-8/+6
|\
| * Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-8/+3
| |\
| | * KVM: Introduce vcpu->wants_to_runDavid Matlack2024-06-181-1/+1
| | * KVM: s390: Don't re-setup dummy routing when KVM_CREATE_IRQCHIPYi Wang2024-06-111-7/+2
| * | Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-07-121-0/+1
| |\ \
| * | | kvm: s390: Reject memory region operations for ucontrol VMsChristoph Schlameuss2024-07-041-0/+3
| | |/ | |/|
* | | Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-07-191-2/+3
|\ \ \ | |_|/ |/| |
| * | s390/entry: Pass the asce as parameter to sie64a()Claudio Imbrenda2024-07-101-1/+2
| * | s390: Replace S390_lowcore by get_lowcore()Sven Schnelle2024-06-181-1/+1
| |/
* / KVM: s390: fix LPSWEY handlingChristian Borntraeger2024-07-011-0/+1
|/
* Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-05-131-3/+1
|\
| * s390/mm: Re-enable the shared zeropage for !PV and !skeys KVM guestsDavid Hildenbrand2024-04-181-3/+1
* | KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1MJean-Philippe Brucker2024-05-021-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-151-3/+3
|\
| * Merge tag 'kvm-s390-next-6.9-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2024-03-141-1/+1
| |\
| | * KVM: s390: fix virtual vs physical address confusionAlexander Gordeev2024-02-141-1/+1
| * | KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot()Sean Christopherson2024-02-201-2/+2
| |/
* | KVM: s390: fix access register usage in ioctlsEric Farman2024-02-221-0/+3
* | KVM: s390: introduce kvm_s390_fpu_(store|load)Janosch Frank2024-02-211-15/+3
* | s390/fpu: decrease stack usage for some casesHeiko Carstens2024-02-161-1/+1
* | s390/kvm: convert to regular kernel fpu userHeiko Carstens2024-02-161-18/+16
* | s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etcHeiko Carstens2024-02-161-13/+13
* | s390/fpu: convert FPU CIF flag to regular TIF flagHeiko Carstens2024-02-161-1/+1
* | s390/fpu: move, rename, and merge header filesHeiko Carstens2024-02-161-1/+1
* | s390/acrs: cleanup access register handlingHeiko Carstens2024-02-121-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-171-1/+0
|\
| * KVM: move KVM_CAP_DEVICE_CTRL to the generic checkWei Wang2023-11-301-1/+0
* | s390/fpu: get rid of MACHINE_HAS_VXHeiko Carstens2023-12-111-8/+8
* | 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
|/
* Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-11-031-3/+3
|\
| * s390: use control register bit definesHeiko Carstens2023-09-191-3/+3
| * s390/ctlreg: add local and system prefix to some functionsHeiko Carstens2023-09-191-3/+3
* | KVM: s390: add tracepoint in gmap notifierNico Boehr2023-10-161-0/+2
* | KVM: s390: add stat counter for shadow gmap eventsNico Boehr2023-10-161-1/+8
|/
* KVM: s390: Add UV feature negotiationSteffen Eiden2023-08-281-0/+73
* s390/uv: UV feature check utilitySteffen Eiden2023-08-281-1/+1
* KVM: s390: interrupt: Fix single-stepping userspace-emulated instructionsIlya Leoshkevich2023-08-281-3/+20
* KVM: s390: interrupt: Fix single-stepping into interrupt handlersIlya Leoshkevich2023-08-281-2/+2
* Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-07-061-1/+1
|\
| * s390: fix various typosHeiko Carstens2023-07-031-1/+1
* | KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holesNico Boehr2023-06-131-0/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-011-4/+3
|\
| * KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth2023-03-161-2/+1
| * KVM: s390: Use "int" as return type for kvm_s390_get/set_skeys()Thomas Huth2023-03-161-2/+2
* | KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentAlexey Kardashevskiy2023-03-311-0/+1
|/
* Merge tag 'kvm-s390-next-6.3-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-02-151-98/+166
|\
| * KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchgJanis Schoetterl-Glausch2023-02-071-1/+55