summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
AgeCommit message (Expand)AuthorFilesLines
2022-06-03Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus 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/...Linus Torvalds1-2/+1
2022-05-23Merge tag 's390-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus 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
2022-03-01s390/mm,hugetlb: don't use pte_val()/pXd_val() as lvalueHeiko Carstens1-21/+13
2022-03-01s390/mm,pageattr: don't use pte_val()/pXd_val() as lvalueHeiko Carstens1-8/+8
2022-03-01s390/mm,pgtable: don't use pte_val()/pXd_val() as lvalueHeiko Carstens1-11/+11
2022-03-01s390/mm: use set_pXd()/set_pte() helper functions everywhereHeiko Carstens6-35/+36
2022-02-09s390/mm: use CRST_ALLOC_ORDER instead of numberHeiko Carstens1-4/+4
2022-02-09s390/maccess: fix semantics of memcpy_real() and its callersAlexander Gordeev1-2/+2
2022-02-06s390/maccess: fix absolute lowcore virtual vs physical address confusionAlexander Gordeev1-8/+9
2022-02-06s390: remove invalid email address of Heiko CarstensHeiko Carstens2-3/+0
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-14/+14
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-14/+14
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2021-12-16add includes masked by cgroup -> bpf dependencyJakub Kicinski1-0/+1
2021-12-16s390/mm: check 2KB-fragment page on releaseAlexander Gordeev1-11/+30
2021-12-16s390/mm: better annotate 2KB pagetable fragments handlingAlexander Gordeev1-20/+107
2021-12-16s390/mm: fix 2KB pgtable release raceAlexander Gordeev1-1/+3
2021-12-16s390/sclp: release SCLP early buffer after kernel initializationAlexander Egorenkov1-0/+3
2021-12-10s390/pgalloc: use pointers instead of unsigned long valuesHeiko Carstens1-32/+32
2021-12-10s390/pgalloc: add virt/phys address handling to base asce functionsHeiko Carstens1-13/+13
2021-12-10s390/cmm: add missing virt_to_phys() conversionHeiko Carstens1-1/+1
2021-12-10s390/mm: add missing phys_to_virt translation to page table dumperHeiko Carstens1-4/+4
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+0
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds4-14/+25
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-11-06s390: use generic version of arch_is_kernel_initmem_freed()Christophe Leroy1-3/+0
2021-10-27KVM: s390: pv: properly handle page flags for protected guestsClaudio Imbrenda1-1/+3
2021-10-26s390: add support for BEAR enhancement facilitySven Schnelle2-5/+19
2021-10-26s390/pgtable: use physical address for Page-Table OriginAlexander Gordeev1-2/+2
2021-10-25s390/mm: optimize reset_guest_reference_bit()David Hildenbrand1-2/+12
2021-10-25s390/mm: optimize set_guest_storage_key()David Hildenbrand1-2/+12
2021-10-25s390/mm: no need for pte_alloc_map_lock() if we know the pmd is presentDavid Hildenbrand1-12/+3
2021-10-25s390/mm: fix VMA and page table handling code in storage key handling functionsDavid Hildenbrand1-18/+39