summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-251-1/+1
|\
| * s390/mm: get estimated free pages by memblock apiWei Yang2024-08-111-1/+1
* | Merge tag 's390-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-09-212-115/+94
|\ \
| * | s390/mm: Add cond_resched() to cmm_alloc/free_pages()Gerald Schaefer2024-09-051-1/+17
| * | s390/mm/ptdump: Generate address marker array dynamicallyHeiko Carstens2024-08-071-114/+77
| |/
* | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-212-8/+12
|\ \
| * | mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown2024-09-101-2/+2
| * | s390/mm/fault: convert do_secure_storage_access() from follow_page() to folio...David Hildenbrand2024-09-021-6/+10
| |/
* / dma-mapping: replace zone_dma_bits by zone_dma_limitCatalin Marinas2024-08-221-1/+1
|/
* s390: Keep inittext section writableHeiko Carstens2024-07-312-10/+2
* s390/mm: Get rid of RELOC_HIDE()Heiko Carstens2024-07-311-8/+2
* s390/mm/ptdump: Improve sorting of markersHeiko Carstens2024-07-311-47/+53
* s390/mm/ptdump: Add support for relocated lowcore mappingHeiko Carstens2024-07-311-13/+22
* s390/mm/ptdump: Fix handling of identity mapping areaHeiko Carstens2024-07-311-9/+12
* Merge tag 's390-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-07-262-2/+32
|\
| * s390/uaccess: Make s390_kernel_write() usable for decompressorHeiko Carstens2024-07-231-2/+2
| * s390/ptdump: Add KMSAN page markersIlya Leoshkevich2024-07-231-0/+30
* | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-3/+3
|/
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-221-2/+2
|\
| * mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy2024-07-131-2/+2
* | Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-07-198-31/+38
|\ \
| * | s390/mm: Fix VM_FAULT_HWPOISON handling in do_exception()Gerald Schaefer2024-07-171-1/+2
| * | s390/mm: Add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-281-0/+1
| * | s390/mm: Get total ram pages from memblockWei Yang2024-06-241-1/+2
| * | s390: Replace S390_lowcore by get_lowcore()Sven Schnelle2024-06-185-15/+15
| * | s390/hugetlb: Convert PG_arch_1 code to work on folio->flagsDavid Hildenbrand2024-06-052-6/+6
| * | s390/uv: Implement HAVE_ARCH_MAKE_FOLIO_ACCESSIBLEDavid Hildenbrand2024-06-051-6/+8
| * | s390/uv: Convert uv_destroy_owned_page() to uv_destroy_(folio|pte)()David Hildenbrand2024-06-051-2/+4
| |/
* / s390/mm: Add NULL pointer check to crst_table_free() base_crst_free()Heiko Carstens2024-07-091-0/+4
|/
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-193-22/+9
|\
| * s390: mm: accelerate pagefault when badaccessKefeng Wang2024-04-261-1/+2
| * treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe2024-04-262-8/+4
| * mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2024-04-262-3/+3
| * mm/treewide: remove pXd_huge()Peter Xu2024-04-261-10/+0
* | arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)2024-05-141-0/+30
* | Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-05-132-41/+129
|\ \
| * \ Merge branch 'shared-zeropage' into featuresAlexander Gordeev2024-05-021-40/+125
| |\ \
| | * | s390/mm: Re-enable the shared zeropage for !PV and !skeys KVM guestsDavid Hildenbrand2024-04-181-40/+125
| * | | s390/mm: Uncouple physical vs virtual address spacesAlexander Gordeev2024-04-171-0/+2
| * | | s390/boot: Swap vmalloc and Lowcore/Real Memory Copy areasAlexander Gordeev2024-04-171-1/+2
| |/ /
* | | s390/mm: Fix clearing storage keys for huge pagesClaudio Imbrenda2024-04-221-1/+1
* | | s390/mm: Fix storage key clearing for guest huge pagesClaudio Imbrenda2024-04-221-1/+1
| |/ |/|
* | s390/mm: fix NULL pointer dereferenceHeiko Carstens2024-04-031-1/+1
|/
* Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-03-193-1/+19
|\
| * s390/entry: compare gmap asce to determine guest/host faultSven Schnelle2024-03-171-1/+3
| * s390/mm: provide simple ARCH_HAS_DEBUG_VIRTUAL supportHeiko Carstens2024-03-132-0/+16
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-158-88/+94
|\ \ | |/ |/|
| * mm/treewide: replace pud_large() with pud_leaf()Peter Xu2024-03-065-8/+8
| * mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu2024-03-065-14/+14
| * s390: supplement for ptdesc conversionQi Zheng2024-03-062-22/+24