summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* maple_tree: add format option to mt_dump()Liam R. Howlett2023-06-106-48/+82
* maple_tree: clean up mas_dfs_postorder()Liam R. Howlett2023-06-101-5/+2
* maple_tree: avoid unnecessary ascendingLiam R. Howlett2023-06-102-3/+12
* maple_tree: clean up mas_parent_enum() and rename to mas_parent_type()Liam R. Howlett2023-06-101-28/+22
* maple_tree: fix static analyser cppcheck issueLiam R. Howlett2023-06-101-2/+3
* mm: convert migrate_pages() to work on foliosMatthew Wilcox (Oracle)2023-06-107-123/+108
* mm/gup: remove vmas array from internal GUP functionsLorenzo Stoakes2023-06-103-72/+45
* mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-06-1012-22/+17
* io_uring: rsrc: delegate VMA file-backed check to GUPLorenzo Stoakes2023-06-101-28/+6
* mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes2023-06-1010-43/+64
* mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes2023-06-106-11/+9
* mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes2023-06-107-15/+10
* mm/hugetlb: remove hugetlb_page_subpool()Sidhartha Kumar2023-06-101-13/+0
* mm: page_alloc: move is_check_pages_enabled() into page_alloc.cKefeng Wang2023-06-102-6/+6
* mm: page_alloc: move sysctls into it own filsKefeng Wang2023-06-106-113/+102
* mm: vmscan: use gfp_has_io_fs()Kefeng Wang2023-06-101-1/+1
* mm: page_alloc: move pm_* function into powerKefeng Wang2023-06-106-49/+43
* mm: page_alloc: move mark_free_page() into snapshot.cKefeng Wang2023-06-103-58/+52
* mm: page_alloc: split out DEBUG_PAGEALLOCKefeng Wang2023-06-104-96/+109
* mm: page_alloc: split out FAIL_PAGE_ALLOCKefeng Wang2023-06-104-74/+76
* mm: page_alloc: remove alloc_contig_dump_pages() stubKefeng Wang2023-06-101-7/+0
* mm: page_alloc: squash page_is_consistent()Kefeng Wang2023-06-101-8/+1
* mm: page_alloc: collect mem statistic into show_mem.cKefeng Wang2023-06-105-441/+431
* mm: page_alloc: move set_zone_contiguous() into mm_init.cKefeng Wang2023-06-104-30/+29
* mm: page_alloc: move init_on_alloc/free() into mm_init.cKefeng Wang2023-06-102-5/+6
* mm: page_alloc: move mirrored_kernelcore into mm_init.cKefeng Wang2023-06-102-3/+2
* mm/zsmalloc: get rid of PAGE_MASKAlexey Romanov2023-06-101-6/+6
* mm/secretmem: make it on by defaultMike Rapoport (IBM)2023-06-101-1/+1
* Revert "Revert "mm/compaction: fix set skip in fast_find_migrateblock""Mel Gorman2023-06-101-1/+0
* mm: compaction: update pageblock skip when first migration candidate is not a...Mel Gorman2023-06-101-11/+12
* mm: compaction: only force pageblock scan completion when skip hints are obeyedMel Gorman2023-06-101-2/+3
* mm: compaction: ensure rescanning only happens on partially scanned pageblocksMel Gorman2023-06-101-2/+3
* mm: pagemap: restrict pagewalk to the requested rangeYuanchu Xie2023-06-101-6/+6
* mm, oom: do not check 0 mask in out_of_memory()Haifeng Xu2023-06-101-5/+3
* mm: memory-failure: move sysctl register in memory_failure_init()Kefeng Wang2023-06-101-9/+2
* mm: memory_failure: move memory_failure_attr_group under MEMORY_FAILUREKefeng Wang2023-06-101-5/+4
* mm: hugetlb_vmemmap: provide stronger vmemmap allocation guaranteesPasha Tatashin2023-06-101-6/+5
* kasan: use internal prototypes matching gcc-13 builtinsArnd Bergmann2023-06-1012-165/+164
* kasan: add kasan_tag_mismatch prototypeArnd Bergmann2023-06-101-0/+3
* migrate_pages_batch: simplify retrying and failure counting of large foliosHuang Ying2023-06-101-76/+36
* mm: memory_hotplug: fix format string in warningsRick Wertenbroek2023-06-101-2/+2
* filemap: remove page_endio()Pankaj Raghav2023-06-102-32/+0
* maple_tree: fix potential out-of-bounds access in mas_wr_end_piv()Peng Zhang2023-06-101-5/+6
* mm/gup: add missing gup_must_unshare() check to gup_huge_pgd()Lorenzo Stoakes2023-06-101-0/+5
* dmapool: create/destroy cleanupKeith Busch2023-06-101-6/+4
* fs: hugetlbfs: set vma policy only when needed for allocating folioAckerley Tng2023-06-101-4/+1
* selftests: add selftests for cachestatNhat Pham2023-06-105-0/+287
* cachestat: wire up cachestat for other architecturesNhat Pham2023-06-1016-1/+17
* cachestat: implement cachestat syscallNhat Pham2023-06-108-1/+207
* workingset: refactor LRU refault to expose refault recency checkNhat Pham2023-06-102-48/+103