summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2 days3-6/+6
|\
| * s390: Remove remaining _PAGE_* macrosVincenzo Frascino2024-10-163-6/+6
* | s390/extmem: Convert to use flag output macrosHeiko Carstens9 days1-6/+8
* | s390/pageattr: Convert to use flag output macrosHeiko Carstens9 days1-4/+5
* | s390/mm: Cleanup fault error handlingHeiko Carstens2024-10-291-10/+4
* | s390/mm: Convert to LOCK_MM_AND_FIND_VMAHeiko Carstens2024-10-291-11/+2
* | s390/mm: Get rid of fault type switch statementsHeiko Carstens2024-10-291-48/+22
* | s390/mm: Simplify get_fault_type()Heiko Carstens2024-10-291-9/+2
* | s390/mm/gmap: Remove gmap_{en,dis}able()Claudio Imbrenda2024-10-291-31/+0
* | s390/mm/fault: Handle guest-related program interrupts in KVMClaudio Imbrenda2024-10-291-98/+1
* | s390/mm/gmap: Fix __gmap_fault() return codeClaudio Imbrenda2024-10-291-6/+5
* | s390/mm/gmap: Refactor gmap_fault() and add support for pfaultClaudio Imbrenda2024-10-291-19/+100
* | s390/entry: Remove __GMAP_ASCE and use _PIF_GUEST_FAULT againClaudio Imbrenda2024-10-291-4/+2
* | s390/pageattr: Implement missing kernel_page_present()Heiko Carstens2024-10-251-0/+15
* | s390: Fix various typosHeiko Carstens2024-10-251-1/+1
|/
* 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-091-2/+2
| * | s390/mm/fault: convert do_secure_storage_access() from follow_page() to folio...David Hildenbrand2024-09-011-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-211-2/+2
|\
| * mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy2024-07-121-2/+2
* | Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-07-188-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-251-1/+2
| * treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe2024-04-252-8/+4
| * mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2024-04-252-3/+3
| * mm/treewide: remove pXd_huge()Peter Xu2024-04-251-10/+0
* | arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)2024-05-141-0/+30