summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* maple_tree: use MAS_BUG_ON() from mas_topiary_range()Liam R. Howlett2023-06-091-1/+2
* maple_tree: use MAS_BUG_ON() in mas_set_height()Liam R. Howlett2023-06-091-1/+1
* maple_tree: use MAS_BUG_ON() when setting a leaf node as a parentLiam R. Howlett2023-06-091-13/+13
* maple_tree: convert debug code to use MT_WARN_ON() and MAS_WARN_ON()Liam R. Howlett2023-06-091-16/+14
* maple_tree: change RCU checks to WARN_ON() instead of BUG_ON()Liam R. Howlett2023-06-091-2/+2
* maple_tree: convert BUG_ON() to MT_BUG_ON()Liam R. Howlett2023-06-091-1/+1
* maple_tree: add debug BUG_ON and WARN_ON variantsLiam R. Howlett2023-06-092-5/+129
* maple_tree: add format option to mt_dump()Liam R. Howlett2023-06-096-48/+82
* maple_tree: clean up mas_dfs_postorder()Liam R. Howlett2023-06-091-5/+2
* maple_tree: avoid unnecessary ascendingLiam R. Howlett2023-06-092-3/+12
* maple_tree: clean up mas_parent_enum() and rename to mas_parent_type()Liam R. Howlett2023-06-091-28/+22
* maple_tree: fix static analyser cppcheck issueLiam R. Howlett2023-06-091-2/+3
* mm: convert migrate_pages() to work on foliosMatthew Wilcox (Oracle)2023-06-097-123/+108
* mm/gup: remove vmas array from internal GUP functionsLorenzo Stoakes2023-06-093-72/+45
* mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-06-0912-22/+17
* io_uring: rsrc: delegate VMA file-backed check to GUPLorenzo Stoakes2023-06-091-28/+6
* mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes2023-06-0910-43/+64
* mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes2023-06-096-11/+9
* mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes2023-06-097-15/+10
* mm/hugetlb: remove hugetlb_page_subpool()Sidhartha Kumar2023-06-091-13/+0
* mm: page_alloc: move is_check_pages_enabled() into page_alloc.cKefeng Wang2023-06-092-6/+6
* mm: page_alloc: move sysctls into it own filsKefeng Wang2023-06-096-113/+102
* mm: vmscan: use gfp_has_io_fs()Kefeng Wang2023-06-091-1/+1
* mm: page_alloc: move pm_* function into powerKefeng Wang2023-06-096-49/+43
* mm: page_alloc: move mark_free_page() into snapshot.cKefeng Wang2023-06-093-58/+52
* mm: page_alloc: split out DEBUG_PAGEALLOCKefeng Wang2023-06-094-96/+109
* mm: page_alloc: split out FAIL_PAGE_ALLOCKefeng Wang2023-06-094-74/+76
* mm: page_alloc: remove alloc_contig_dump_pages() stubKefeng Wang2023-06-091-7/+0
* mm: page_alloc: squash page_is_consistent()Kefeng Wang2023-06-091-8/+1
* mm: page_alloc: collect mem statistic into show_mem.cKefeng Wang2023-06-095-441/+431
* mm: page_alloc: move set_zone_contiguous() into mm_init.cKefeng Wang2023-06-094-30/+29
* mm: page_alloc: move init_on_alloc/free() into mm_init.cKefeng Wang2023-06-092-5/+6
* mm: page_alloc: move mirrored_kernelcore into mm_init.cKefeng Wang2023-06-092-3/+2
* mm/zsmalloc: get rid of PAGE_MASKAlexey Romanov2023-06-091-6/+6
* mm/secretmem: make it on by defaultMike Rapoport (IBM)2023-06-091-1/+1
* Revert "Revert "mm/compaction: fix set skip in fast_find_migrateblock""Mel Gorman2023-06-091-1/+0
* mm: compaction: update pageblock skip when first migration candidate is not a...Mel Gorman2023-06-091-11/+12
* mm: compaction: only force pageblock scan completion when skip hints are obeyedMel Gorman2023-06-091-2/+3
* mm: compaction: ensure rescanning only happens on partially scanned pageblocksMel Gorman2023-06-091-2/+3
* mm: pagemap: restrict pagewalk to the requested rangeYuanchu Xie2023-06-091-6/+6
* mm, oom: do not check 0 mask in out_of_memory()Haifeng Xu2023-06-091-5/+3
* mm: memory-failure: move sysctl register in memory_failure_init()Kefeng Wang2023-06-091-9/+2
* mm: memory_failure: move memory_failure_attr_group under MEMORY_FAILUREKefeng Wang2023-06-091-5/+4
* mm: hugetlb_vmemmap: provide stronger vmemmap allocation guaranteesPasha Tatashin2023-06-091-6/+5
* kasan: use internal prototypes matching gcc-13 builtinsArnd Bergmann2023-06-0912-165/+164
* kasan: add kasan_tag_mismatch prototypeArnd Bergmann2023-06-091-0/+3
* migrate_pages_batch: simplify retrying and failure counting of large foliosHuang Ying2023-06-091-76/+36
* mm: memory_hotplug: fix format string in warningsRick Wertenbroek2023-06-091-2/+2
* filemap: remove page_endio()Pankaj Raghav2023-06-092-32/+0
* maple_tree: fix potential out-of-bounds access in mas_wr_end_piv()Peng Zhang2023-06-091-5/+6