summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-14/+14
|\
| * mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-14/+14
* | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-101-0/+1
|\ \
| * | add includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-161-0/+1
| |/
* | s390/mm: check 2KB-fragment page on releaseAlexander Gordeev2021-12-161-11/+30
* | s390/mm: better annotate 2KB pagetable fragments handlingAlexander Gordeev2021-12-161-20/+107
* | s390/mm: fix 2KB pgtable release raceAlexander Gordeev2021-12-161-1/+3
* | s390/sclp: release SCLP early buffer after kernel initializationAlexander Egorenkov2021-12-161-0/+3
* | s390/pgalloc: use pointers instead of unsigned long valuesHeiko Carstens2021-12-101-32/+32
* | s390/pgalloc: add virt/phys address handling to base asce functionsHeiko Carstens2021-12-101-13/+13
* | s390/cmm: add missing virt_to_phys() conversionHeiko Carstens2021-12-101-1/+1
* | s390/mm: add missing phys_to_virt translation to page table dumperHeiko Carstens2021-12-101-4/+4
|/
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-2/+0
|\
| * exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman2021-10-201-2/+0
* | Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-064-14/+25
|\ \
| * | s390: add support for BEAR enhancement facilitySven Schnelle2021-10-262-5/+19
| * | s390/pgtable: use physical address for Page-Table OriginAlexander Gordeev2021-10-261-2/+2
| * | s390/cmm: use string_upper() instead of open coded variantAndy Shevchenko2021-10-111-7/+4
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-062-4/+1
|\ \
| * | memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
| * | s390: use generic version of arch_is_kernel_initmem_freed()Christophe Leroy2021-11-061-3/+0
| |/
* | KVM: s390: pv: properly handle page flags for protected guestsClaudio Imbrenda2021-10-271-1/+3
* | s390/mm: optimize reset_guest_reference_bit()David Hildenbrand2021-10-251-2/+12
* | s390/mm: optimize set_guest_storage_key()David Hildenbrand2021-10-251-2/+12
* | s390/mm: no need for pte_alloc_map_lock() if we know the pmd is presentDavid Hildenbrand2021-10-251-12/+3
* | s390/mm: fix VMA and page table handling code in storage key handling functionsDavid Hildenbrand2021-10-251-18/+39
* | s390/mm: validate VMA in PGSTE manipulation functionsDavid Hildenbrand2021-10-251-0/+13
* | s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap()David Hildenbrand2021-10-251-2/+3
* | s390/gmap: validate VMA in __gmap_zap()David Hildenbrand2021-10-251-0/+6
|/
* Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-09-092-8/+7
|\
| * s390/mm: fix kernel doc commentsHeiko Carstens2021-09-072-8/+7
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-2/+1
|\ \
| * | mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand2021-09-081-2/+1
* | | Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"Linus Torvalds2021-09-071-1/+1
* | | Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-031-1/+1
|\ \ \
| * | | s390/pv: fix the forcing of the swiotlbHalil Pasic2021-07-231-1/+1
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-1/+1
|\ \ \ | |_|/ |/| |
| * | mm/gup: remove try_get_page(), call try_get_compound_head() directlyJohn Hubbard2021-09-031-1/+1
| |/
* | s390/mm,pageattr: fix walk_pte_level() early exitHeiko Carstens2021-08-251-1/+1
* | s390/kasan: fix large PMD pages address alignment checkAlexander Gordeev2021-08-251-21/+20
* | s390/mm: remove unused cmma functionsDavid Hildenbrand2021-08-181-43/+0
* | s390: rename dma section to amode31Heiko Carstens2021-08-052-3/+3
* | s390/mm: use page_to_virt() in __kernel_map_pages()Heiko Carstens2021-08-051-1/+1
* | s390: replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior2021-08-051-2/+2
* | s390: add kfence region to pagetable dumperSven Schnelle2021-07-301-0/+16
* | s390: add support for KFENCESven Schnelle2021-07-303-4/+11
* | s390/mm: implement set_memory_4k()Heiko Carstens2021-07-301-2/+12
* | s390/boot: introduce boot data 'initrd_data'Alexander Egorenkov2021-07-271-1/+1
|/
* s390/mm: use call_on_stack() macroHeiko Carstens2021-07-081-4/+9
* s390/signal: remove sigreturn on stackSven Schnelle2021-07-081-23/+0