summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Mike Rapoport (IBM)2023-04-061-1/+1
* mm: handle hashdist initialization in mm/mm_init.cMike Rapoport (IBM)2023-04-062-18/+22
* mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)2023-04-064-2334/+2353
* mm/page_alloc: add helper for checking if check_pages_enabledMike Rapoport (IBM)2023-04-061-3/+8
* mm: move get_page_from_free_area() to mm/page_alloc.cMike Rapoport (IBM)2023-04-061-0/+7
* mm: prefer fault_around_pages to fault_around_bytesLorenzo Stoakes2023-04-061-11/+15
* mm: refactor do_fault_around()Lorenzo Stoakes2023-04-061-22/+16
* mm: compaction: fix the possible deadlock when isolating hugetlb pagesBaolin Wang2023-04-061-0/+5
* mm: compaction: consider the number of scanning compound pages in isolate fai...Baolin Wang2023-04-061-2/+9
* mm/mremap: simplify vma expansion againVlastimil Babka2023-04-061-16/+4
* mm/mmap: start distinguishing if vma can be removed in mergeability testVlastimil Babka2023-04-061-5/+10
* mm/mmap/vma_merge: convert mergeability checks to return boolVlastimil Babka2023-04-061-28/+25
* mm/mmap/vma_merge: rename adj_next to adj_startVlastimil Babka2023-04-061-8/+8
* mm/mmap/vma_merge: set mid to NULL if not applicableVlastimil Babka2023-04-061-8/+15
* mm/mmap/vma_merge: initialize mid and next in natural orderVlastimil Babka2023-04-061-4/+5
* mm/mmap/vma_merge: use the proper vma pointer in case 4Vlastimil Babka2023-04-061-4/+4
* mm/mmap/vma_merge: use the proper vma pointers in cases 1 and 6Vlastimil Babka2023-04-061-5/+6
* mm/mmap/vma_merge: use the proper vma pointer in case 3Vlastimil Babka2023-04-061-4/+5
* mm/mmap/vma_merge: use only primary pointers for preparing mergeVlastimil Babka2023-04-061-7/+7
* mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEsAxel Rasmussen2023-04-061-2/+3
* mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen2023-04-063-52/+43
* mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen2023-04-063-38/+34
* mm: userfaultfd: rename functions for clarity + consistencyAxel Rasmussen2023-04-062-59/+59
* mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-0617-64/+64
* mm/slub: fix MAX_ORDER usage in calculate_order()Kirill A. Shutemov2023-04-061-1/+1
* mm/page_reporting: fix MAX_ORDER usage in page_reporting_register()Kirill A. Shutemov2023-04-061-1/+1
* mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu2023-04-063-25/+84
* kasan: suppress recursive reports for HW_TAGSAndrey Konovalov2023-04-061-11/+48
* kasan, arm64: add arch_suppress_tag_checks_start/stopAndrey Konovalov2023-04-061-0/+2
* kasan, arm64: rename tagging-related routinesAndrey Konovalov2023-04-063-12/+12
* kasan: drop empty tagging-related definesAndrey Konovalov2023-04-061-26/+0
* mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-0610-30/+38
* mm: remove FGP_ENTRYChristoph Hellwig2023-04-062-8/+3
* shmem: open code the page cache lookup in shmem_get_folio_gfpChristoph Hellwig2023-04-061-4/+10
* shmem: shmem_get_partial_folio use filemap_get_entryHugh Dickins2023-04-061-5/+12
* mm: use filemap_get_entry in filemap_get_incore_folioChristoph Hellwig2023-04-061-1/+1
* mm: make mapping_get_entry available outside of filemap.cChristoph Hellwig2023-04-061-3/+3
* mm: don't look at xarray value entries in split_huge_pages_in_fileChristoph Hellwig2023-04-061-3/+2
* dmapool: create/destroy cleanupKeith Busch2023-04-061-202/+205
* dmapool: link blocks across pagesKeith Busch2023-04-061-127/+130
* dmapool: don't memset on free twiceKeith Busch2023-04-061-2/+2
* dmapool: simplify freeingKeith Busch2023-04-061-16/+6
* dmapool: consolidate page initializationKeith Busch2023-04-061-4/+3
* dmapool: rearrange page alloc failure handlingKeith Busch2023-04-061-7/+9
* dmapool: move debug code to own functionsKeith Busch2023-04-061-51/+77
* dmapool: speedup DMAPOOL_DEBUG with init_on_allocTony Battersby2023-04-061-1/+1
* dmapool: cleanup integer typesTony Battersby2023-04-061-8/+11
* dmapool: use sysfs_emit() instead of scnprintf()Tony Battersby2023-04-061-16/+7
* dmapool: remove checks for dev == NULLTony Battersby2023-04-061-31/+14
* dmapool: add alloc/free performance testKeith Busch2023-04-063-0/+157