summaryrefslogtreecommitdiff
path: root/arch/s390/mm
AgeCommit message (Expand)AuthorFilesLines
2025-03-13mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts1-2/+2
2025-02-17s390/fpu: Add fpc exception handler / remove fixup section againHeiko Carstens1-0/+9
2024-11-29Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3-14/+32
2024-11-27s390/mm: Add PTE_MARKER support for hugetlbfs mappingsGerald Schaefer1-1/+2
2024-11-27s390/mm: Introduce region-third and segment table swap entriesGerald Schaefer1-5/+18
2024-11-27s390/mm: Introduce region-third and segment table entry present bitsGerald Schaefer2-8/+12
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-87/+19
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-6/+6
2024-11-13s390/extmem: Convert to use flag output macrosHeiko Carstens1-6/+8
2024-11-13s390/pageattr: Convert to use flag output macrosHeiko Carstens1-4/+5
2024-11-07arch: introduce set_direct_map_valid_noflush()Mike Rapoport (Microsoft)1-0/+11
2024-11-06mm: drop hugetlb_get_unmapped_area{_*} functionsOscar Salvador1-85/+0
2024-11-06arch/s390: teach arch_get_unmapped_area{_topdown} to handle hugetlb mappingsOscar Salvador1-2/+7
2024-10-29s390/mm: Cleanup fault error handlingHeiko Carstens1-10/+4
2024-10-29s390/mm: Convert to LOCK_MM_AND_FIND_VMAHeiko Carstens1-11/+2
2024-10-29s390/mm: Get rid of fault type switch statementsHeiko Carstens1-48/+22
2024-10-29s390/mm: Simplify get_fault_type()Heiko Carstens1-9/+2
2024-10-29s390/mm/gmap: Remove gmap_{en,dis}able()Claudio Imbrenda1-31/+0
2024-10-29s390/mm/fault: Handle guest-related program interrupts in KVMClaudio Imbrenda1-98/+1
2024-10-29s390/mm/gmap: Fix __gmap_fault() return codeClaudio Imbrenda1-6/+5
2024-10-29s390/mm/gmap: Refactor gmap_fault() and add support for pfaultClaudio Imbrenda1-19/+100
2024-10-29s390/entry: Remove __GMAP_ASCE and use _PIF_GUEST_FAULT againClaudio Imbrenda1-4/+2
2024-10-25s390/pageattr: Implement missing kernel_page_present()Heiko Carstens1-0/+15
2024-10-25s390: Fix various typosHeiko Carstens1-1/+1
2024-10-16s390: Remove remaining _PAGE_* macrosVincenzo Frascino3-6/+6
2024-09-25Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-09-21Merge tag 's390-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-115/+94
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-8/+12
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown1-2/+2
2024-09-05s390/mm: Add cond_resched() to cmm_alloc/free_pages()Gerald Schaefer1-1/+17
2024-09-01s390/mm/fault: convert do_secure_storage_access() from follow_page() to folio...David Hildenbrand1-6/+10
2024-08-22dma-mapping: replace zone_dma_bits by zone_dma_limitCatalin Marinas1-1/+1
2024-08-11s390/mm: get estimated free pages by memblock apiWei Yang1-1/+1
2024-08-07s390/mm/ptdump: Generate address marker array dynamicallyHeiko Carstens1-114/+77
2024-07-31s390: Keep inittext section writableHeiko Carstens2-10/+2
2024-07-31s390/mm: Get rid of RELOC_HIDE()Heiko Carstens1-8/+2
2024-07-31s390/mm/ptdump: Improve sorting of markersHeiko Carstens1-47/+53
2024-07-31s390/mm/ptdump: Add support for relocated lowcore mappingHeiko Carstens1-13/+22
2024-07-31s390/mm/ptdump: Fix handling of identity mapping areaHeiko Carstens1-9/+12
2024-07-26Merge tag 's390-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-2/+32
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-3/+3
2024-07-23s390/uaccess: Make s390_kernel_write() usable for decompressorHeiko Carstens1-2/+2
2024-07-23s390/ptdump: Add KMSAN page markersIlya Leoshkevich1-0/+30
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2024-07-18Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds8-31/+38
2024-07-17s390/mm: Fix VM_FAULT_HWPOISON handling in do_exception()Gerald Schaefer1-1/+2
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy1-2/+2
2024-07-09s390/mm: Add NULL pointer check to crst_table_free() base_crst_free()Heiko Carstens1-0/+4
2024-06-28s390/mm: Add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-24s390/mm: Get total ram pages from memblockWei Yang1-1/+2