summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: compaction: have compaction_suitable() return boolJohannes Weiner2023-06-092-37/+33
* mm: compaction: drop redundant watermark check in compaction_zonelist_suitable()Johannes Weiner2023-06-091-7/+0
* mm: compaction: remove unnecessary is_via_compact_memory() checksJohannes Weiner2023-06-092-17/+2
* mm: compaction: refactor __compaction_suitable()Johannes Weiner2023-06-092-43/+71
* mm: compaction: simplify should_compact_retry()Johannes Weiner2023-06-091-38/+19
* mm: compaction: remove compaction result helpersJohannes Weiner2023-06-091-13/+17
* mm: page_alloc: set sysctl_lowmem_reserve_ratio storage-class-specifier to st...Tom Rix2023-06-091-1/+1
* mm: avoid rewalk in mmap_regionLiam R. Howlett2023-06-091-0/+3
* mm/mmap: change do_vmi_align_munmap() for maple tree iterator changesLiam R. Howlett2023-06-091-1/+6
* mm: update vma_iter_store() to use MAS_WARN_ON()Liam R. Howlett2023-06-091-11/+10
* mm: update validate_mm() to use vma iteratorLiam R. Howlett2023-06-093-59/+47
* maple_tree: add format option to mt_dump()Liam R. Howlett2023-06-092-6/+6
* mm: convert migrate_pages() to work on foliosMatthew Wilcox (Oracle)2023-06-094-110/+96
* mm/gup: remove vmas array from internal GUP functionsLorenzo Stoakes2023-06-092-66/+41
* mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-06-092-11/+7
* mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes2023-06-093-19/+15
* mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes2023-06-092-6/+4
* mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes2023-06-092-9/+5
* 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-093-14/+102
* mm: vmscan: use gfp_has_io_fs()Kefeng Wang2023-06-091-1/+1
* mm: page_alloc: move pm_* function into powerKefeng Wang2023-06-092-38/+1
* mm: page_alloc: move mark_free_page() into snapshot.cKefeng Wang2023-06-091-55/+0
* mm: page_alloc: split out DEBUG_PAGEALLOCKefeng Wang2023-06-093-69/+60
* mm: page_alloc: split out FAIL_PAGE_ALLOCKefeng Wang2023-06-093-74/+67
* 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-093-403/+430
* mm: page_alloc: move set_zone_contiguous() into mm_init.cKefeng Wang2023-06-093-27/+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, 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: hugetlb_vmemmap: provide stronger vmemmap allocation guaranteesPasha Tatashin2023-06-091-6/+5
* kasan: use internal prototypes matching gcc-13 builtinsArnd Bergmann2023-06-099-162/+161
* 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-091-30/+0
* mm/gup: add missing gup_must_unshare() check to gup_huge_pgd()Lorenzo Stoakes2023-06-091-0/+5
* dmapool: create/destroy cleanupKeith Busch2023-06-091-6/+4
* cachestat: implement cachestat syscallNhat Pham2023-06-091-0/+171
* workingset: refactor LRU refault to expose refault recency checkNhat Pham2023-06-091-48/+102
* memcg, oom: remove explicit wakeup in mem_cgroup_oom_synchronize()Haifeng Xu2023-06-091-8/+1