aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-12/+4
2022-09-26s390: remove vma linked list walksMatthew Wilcox (Oracle)1-2/+4
2022-09-16s390/mm: fix no previous prototype warnings in maccess.cAlexander Gordeev1-0/+1
2022-09-14s390/mm,ptdump: add real memory copy page markersAlexander Gordeev1-0/+7
2022-09-14s390/mm: rework memcpy_real() to avoid DAT-off modeAlexander Gordeev2-62/+47
2022-09-14s390/smp,ptdump: add absolute lowcore markersAlexander Gordeev1-0/+7
2022-09-14s390/smp: rework absolute lowcore accessAlexander Gordeev3-38/+128
2022-09-14Merge branch 'fixes' into featuresVasily Gorbik1-2/+0
2022-09-11s390/hugetlb: switch to generic version of follow_huge_pud()Gerald Schaefer1-10/+0
2022-09-07s390/ptdump: add missing amode31 markersHeiko Carstens1-0/+6
2022-09-07s390/mm: split lowcore pages with set_memory_4k()Heiko Carstens1-2/+5
2022-08-30s390/mm: remove unused access parameter from do_fault_error()Heiko Carstens1-8/+7
2022-08-30s390/mm: remove useless hugepage address alignmentGerald Schaefer1-2/+0
2022-08-25s390/mm: do not trigger write fault when vma does not allow VM_WRITEGerald Schaefer1-1/+3
2022-08-06Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-26/+0
2022-08-06Revert "s390/smp: rework absolute lowcore access"Alexander Gordeev3-116/+38
2022-08-06Revert "s390/smp,ptdump: add absolute lowcore markers"Alexander Gordeev1-7/+0
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-0/+32
2022-08-04Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+2
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2-26/+174
2022-08-01virtio: replace restricted mem access flag with callbackJuergen Gross1-2/+2
2022-07-28s390/smp,ptdump: add absolute lowcore markersAlexander Gordeev1-0/+7
2022-07-28s390/smp: rework absolute lowcore accessAlexander Gordeev3-38/+116
2022-07-20s390/crash: move copy_to_user_real() to crash_dump.cAlexander Gordeev1-26/+0
2022-07-17s390/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+20
2022-07-13KVM: s390: pv: refactor s390_reset_accClaudio Imbrenda1-29/+70
2022-07-13KVM: s390: pv: handle secure storage exceptions for normal guestsClaudio Imbrenda1-1/+12
2022-07-13KVM: s390: pv: handle secure storage violations for protected guestsClaudio Imbrenda1-0/+10
2022-07-13KVM: s390: pv: leak the topmost page table when destroy failsClaudio Imbrenda1-0/+86
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+12
2022-06-06virtio: replace arch_has_restricted_virtio_memory_access()Juergen Gross1-10/+3
2022-06-03Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-5/+50
2022-06-01s390/uaccess: use exception handler to zero result on get_user() failureHeiko Carstens1-4/+35
2022-06-01s390/mm: use non-quiescing sske for KVM switch to keyed guestChristian Borntraeger1-1/+1
2022-06-01s390/gmap: voluntarily schedule during key settingChristian Borntraeger1-0/+14
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+1
2022-05-23Merge tag 's390-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+2
2022-05-03KVM: s390: vsie/gmap: reduce gmap_rmap overheadChristian Borntraeger1-0/+7
2022-04-25s390/mmap: increase stack/mmap gap to 128MBSven Schnelle1-2/+2
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig1-2/+1
2022-03-10s390: convert ".insn" encoding to instruction namesVasily Gorbik1-1/+1
2022-03-10s390: raise minimum supported machine generation to z10Vasily Gorbik1-6/+2
2022-03-08s390/extable: add dedicated uaccess handlerHeiko Carstens1-0/+10
2022-03-08s390/extable: convert to relative table with dataHeiko Carstens1-6/+15
2022-03-08s390/extable: add and use fixup_exception helper functionHeiko Carstens2-6/+16
2022-03-08s390/extable: move extable related functions to mm/extable.cHeiko Carstens3-13/+17
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens3-0/+3
2022-03-08s390/extable: search amode31 extable lastHeiko Carstens1-6/+6
2022-03-01s390/mm,gmap: don't use pte_val()/pXd_val() as lvalueHeiko Carstens1-4/+4