summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: fix validity interception issue when gisa is switched offMichael Mueller2024-08-061-1/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-07-202-11/+25
|\
| * 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-123-0/+48
| |\ \
| * | | kvm: s390: Reject memory region operations for ucontrol VMsChristoph Schlameuss2024-07-041-0/+3
| * | | KVM: s390: vsie: retry SIE instruction on host interceptsEric Farman2024-07-041-3/+19
| | |/ | |/|
* | | Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-07-193-163/+7
|\ \ \ | |_|/ |/| |
| * | s390/kvm: Move bitfields for dat tablesClaudio Imbrenda2024-07-101-160/+3
| * | s390/entry: Pass the asce as parameter to sie64a()Claudio Imbrenda2024-07-102-2/+3
| * | s390: Replace S390_lowcore by get_lowcore()Sven Schnelle2024-06-181-1/+1
| |/
* / KVM: s390: fix LPSWEY handlingChristian Borntraeger2024-07-013-0/+48
|/
* Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-05-132-5/+4
|\
| * Merge branch 'shared-zeropage' into featuresAlexander Gordeev2024-05-021-3/+1
| |\
| | * s390/mm: Re-enable the shared zeropage for !PV and !skeys KVM guestsDavid Hildenbrand2024-04-181-3/+1
| * | KVM: s390: vsie: Use virt_to_phys for crypto control blockNina Schoetterl-Glausch2024-05-011-1/+1
| * | KVM: s390: vsie: Use virt_to_phys for facility control blockNina Schoetterl-Glausch2024-04-171-1/+2
| |/
* / 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-157-17/+16
|\
| * Merge tag 'kvm-s390-next-6.9-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2024-03-142-3/+3
| |\
| | * KVM: s390: only deliver the set service event bitsEric Farman2024-02-221-2/+2
| | * KVM: s390: fix virtual vs physical address confusionAlexander Gordeev2024-02-141-1/+1
| * | Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-115-13/+13
| |\ \
| | * | KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot()Sean Christopherson2024-02-205-13/+13
| * | | treewide: remove CONFIG_HAVE_KVMPaolo Bonzini2024-02-081-1/+0
| |/ /
* | | Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-03-125-30/+35
|\ \ \ | |/ / |/| |
| * | KVM: s390: fix access register usage in ioctlsEric Farman2024-02-222-1/+5
| * | KVM: s390: introduce kvm_s390_fpu_(store|load)Janosch Frank2024-02-213-20/+22
| * | s390/fpu: decrease stack usage for some casesHeiko Carstens2024-02-161-1/+1
| * | s390/kvm: convert to regular kernel fpu userHeiko Carstens2024-02-163-23/+22
| * | s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etcHeiko Carstens2024-02-163-16/+16
| * | s390/fpu: convert FPU CIF flag to regular TIF flagHeiko Carstens2024-02-162-2/+2
| * | s390/fpu: move, rename, and merge header filesHeiko Carstens2024-02-162-2/+2
| * | s390/acrs: cleanup access register handlingHeiko Carstens2024-02-123-3/+3
| |/
* | Merge tag 'kvm-s390-master-6.8-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2024-01-262-3/+6
|\ \ | |/ |/|
| * KVM: s390: fix cc for successful PQAPEric Farman2024-01-081-2/+6
| * KVM: s390: vsie: fix race during shadow creationChristian Borntraeger2023-12-211-1/+0
* | 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-112-19/+9
|\ \ \ | |_|/ |/| |