summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
AgeCommit message (Expand)AuthorLines
2026-02-28KVM: always define KVM_CAP_SYNC_MMUPaolo Bonzini-1/+0
2026-02-28KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIERPaolo Bonzini-2/+0
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-24/+20
2026-02-10KVM: s390: Increase permitted SE header size to 1 MiBSteffen Eiden-2/+2
2026-02-10KVM: s390: vsie: Fix race in acquire_gmap_shadow()Claudio Imbrenda-4/+17
2026-02-10KVM: s390: vsie: Fix race in walk_guest_tables()Claudio Imbrenda-0/+3
2026-02-10KVM: s390: Use guest address to mark guest page dirtyClaudio Imbrenda-2/+4
2026-02-04KVM: s390: Storage key manipulation IOCTLClaudio Imbrenda-0/+58
2026-02-04KVM: s390: Enable 1M pages for gmapClaudio Imbrenda-6/+5
2026-02-04KVM: S390: Remove PGSTE code from linux/s390 mmClaudio Imbrenda-0/+1
2026-02-04KVM: s390: Switch to new gmapClaudio Imbrenda-1355/+1069
2026-02-04KVM: s390: Storage key functions refactoringClaudio Imbrenda-71/+59
2026-02-04KVM: s390: Add some helper functions needed for vSIEClaudio Imbrenda-2/+72
2026-02-04KVM: s390: Add helper functions for fault handlingClaudio Imbrenda-2/+244
2026-02-04KVM: s390: New gmap codeClaudio Imbrenda-1/+1410
2026-02-04KVM: s390: KVM page table management functions: CMMAClaudio Imbrenda-0/+302
2026-02-04KVM: s390: KVM page table management functions: lifecycle managementClaudio Imbrenda-0/+348
2026-02-04KVM: s390: KVM page table management functions: storage keysClaudio Imbrenda-0/+230
2026-02-04KVM: s390: KVM page table management functions: walksClaudio Imbrenda-0/+425
2026-02-04KVM: s390: KVM page table management functions: clear and replaceClaudio Imbrenda-0/+155
2026-02-04KVM: s390: KVM page table management functions: allocationClaudio Imbrenda-0/+181
2026-02-04KVM: s390: KVM-specific bitfields and helper functionsClaudio Imbrenda-0/+720
2026-02-04KVM: s390: Rename some functions in gaccess.cClaudio Imbrenda-27/+24
2026-02-04KVM: s390: Enable KVM_GENERIC_MMU_NOTIFIERClaudio Imbrenda-1/+46
2026-02-04KVM: s390: vsie: Pass gmap explicitly as parameterClaudio Imbrenda-21/+19
2026-02-04KVM: s390: Introduce import_lockClaudio Imbrenda-0/+2
2026-02-04KVM: s390: Add P bit in table entry bitfields, move union vaddressClaudio Imbrenda-26/+0
2026-01-19KVM: s390: vsie: retry SIE when unable to get vsie_pageEric Farman-2/+4
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-268/+106
2025-12-02Merge tag 'kvm-s390-next-6.19-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini-265/+104
2025-11-28KVM: s390: Use generic VIRT_XFER_TO_GUEST_WORK functionsAndrew Donnellan-12/+32
2025-11-27KVM: s390: Enable and disable interrupts in entry codeHeiko Carstens-5/+0
2025-11-27KVM: s390: Add signal_exits counterAndrew Donnellan-1/+3
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens-4/+2
2025-11-21KVM: s390: vsie: Check alignment of BSCA headerEric Farman-1/+1
2025-11-21KVM: s390: Add capability that forwards operation exceptionsJanosch Frank-0/+10
2025-11-17s390/kvm: Use psw32_t instead of psw_compat_tHeiko Carstens-1/+1
2025-11-05KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()Sean Christopherson-2/+2
2025-11-05KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatorySean Christopherson-1/+0
2025-10-20KVM: s390: Replace sprintf with snprintf for buffer safetyJosephine Pfeiffer-1/+1
2025-10-20KVM: s390: Remove unused return variable in kvm_arch_vcpu_ioctl_set_fpuThorsten Blum-3/+1
2025-10-20KVM: S390: Remove sca_lockChristoph Schlameuss-69/+20
2025-10-20KVM: s390: Use ESCA instead of BSCA at VM initChristoph Schlameuss-203/+66
2025-10-09Merge tag 's390-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-3/+3
2025-09-30KVM: s390/vfio-ap: Use kvm_is_gpa_in_memslot() instead of open coded equivalentSean Christopherson-0/+8
2025-09-30Merge tag 'loongarch-kvm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-21/+34
2025-09-30Merge tag 'kvm-s390-next-6.18-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini-11/+9
2025-09-29s390: Remove superfluous newlines from inline assembliesHeiko Carstens-3/+3