summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-04-05mm/page_alloc: make deferred page init free pages in MAX_ORDER blocksKirill A. Shutemov
2023-04-05mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entriesLorenzo Stoakes
2023-04-05mm: remove unused vmf_insert_mixed_prot()Lorenzo Stoakes
2023-04-05mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka
2023-04-05mm: move vmalloc_init() declaration to mm/internal.hMike Rapoport (IBM)
2023-04-05mm: move kmem_cache_init() declaration to mm/slab.hMike Rapoport (IBM)
2023-04-05mm: move mem_init_print_info() to mm_init.cMike Rapoport (IBM)
2023-04-05init,mm: fold late call to page_ext_init() to page_alloc_init_late()Mike Rapoport (IBM)
2023-04-05mm: move init_mem_debugging_and_hardening() to mm/mm_init.cMike Rapoport (IBM)
2023-04-05mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()Mike Rapoport (IBM)
2023-04-05init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Mike Rapoport (IBM)
2023-04-05mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Mike Rapoport (IBM)
2023-04-05mm: handle hashdist initialization in mm/mm_init.cMike Rapoport (IBM)
2023-04-05mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)
2023-04-05mm/page_alloc: add helper for checking if check_pages_enabledMike Rapoport (IBM)
2023-04-05mm: move get_page_from_free_area() to mm/page_alloc.cMike Rapoport (IBM)
2023-04-05mm: prefer fault_around_pages to fault_around_bytesLorenzo Stoakes
2023-04-05mm: refactor do_fault_around()Lorenzo Stoakes
2023-04-05mm: compaction: fix the possible deadlock when isolating hugetlb pagesBaolin Wang
2023-04-05mm: compaction: consider the number of scanning compound pages in isolate fai...Baolin Wang
2023-04-05mm/mremap: simplify vma expansion againVlastimil Babka
2023-04-05mm/mmap: start distinguishing if vma can be removed in mergeability testVlastimil Babka
2023-04-05mm/mmap/vma_merge: convert mergeability checks to return boolVlastimil Babka
2023-04-05mm/mmap/vma_merge: rename adj_next to adj_startVlastimil Babka
2023-04-05mm/mmap/vma_merge: set mid to NULL if not applicableVlastimil Babka
2023-04-05mm/mmap/vma_merge: initialize mid and next in natural orderVlastimil Babka
2023-04-05mm/mmap/vma_merge: use the proper vma pointer in case 4Vlastimil Babka
2023-04-05mm/mmap/vma_merge: use the proper vma pointers in cases 1 and 6Vlastimil Babka
2023-04-05mm/mmap/vma_merge: use the proper vma pointer in case 3Vlastimil Babka
2023-04-05mm/mmap/vma_merge: use only primary pointers for preparing mergeVlastimil Babka
2023-04-05mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEsAxel Rasmussen
2023-04-05mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen
2023-04-05mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen
2023-04-05mm: userfaultfd: rename functions for clarity + consistencyAxel Rasmussen
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-04-05mm/slub: fix MAX_ORDER usage in calculate_order()Kirill A. Shutemov
2023-04-05mm/page_reporting: fix MAX_ORDER usage in page_reporting_register()Kirill A. Shutemov
2023-04-05mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu
2023-04-05kasan: suppress recursive reports for HW_TAGSAndrey Konovalov
2023-04-05kasan, arm64: add arch_suppress_tag_checks_start/stopAndrey Konovalov
2023-04-05kasan, arm64: rename tagging-related routinesAndrey Konovalov
2023-04-05kasan: drop empty tagging-related definesAndrey Konovalov
2023-04-05mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig
2023-04-05mm: remove FGP_ENTRYChristoph Hellwig
2023-04-05shmem: open code the page cache lookup in shmem_get_folio_gfpChristoph Hellwig
2023-04-05shmem: shmem_get_partial_folio use filemap_get_entryHugh Dickins
2023-04-05mm: use filemap_get_entry in filemap_get_incore_folioChristoph Hellwig
2023-04-05mm: make mapping_get_entry available outside of filemap.cChristoph Hellwig
2023-04-05mm: don't look at xarray value entries in split_huge_pages_in_fileChristoph Hellwig
2023-04-05dmapool: create/destroy cleanupKeith Busch