summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-06-10mm: multi-gen LRU: cleanup lru_gen_test_recent()T.J. Alumbaugh1-30/+16
2023-06-10mm: multi-gen LRU: add helpers in page table walksT.J. Alumbaugh1-5/+15
2023-06-10mm: multi-gen LRU: cleanup lru_gen_soft_reclaim()T.J. Alumbaugh2-2/+4
2023-06-10mm: multi-gen LRU: use macro for bitmapT.J. Alumbaugh1-1/+1
2023-06-10mm/memcontrol: fix typo in commentHaifeng Xu1-1/+1
2023-06-10mm/mlock: rename mlock_future_check() to mlock_future_ok()Andrew Morton4-7/+7
2023-06-10mm/mmap: refactor mlock_future_check()Lorenzo Stoakes4-20/+21
2023-06-10mm: compaction: avoid GFP_NOFS ABBA deadlockJohannes Weiner1-2/+14
2023-06-10mm: compaction: have compaction_suitable() return boolJohannes Weiner2-37/+33
2023-06-10mm: compaction: drop redundant watermark check in compaction_zonelist_suitable()Johannes Weiner1-7/+0
2023-06-10mm: compaction: remove unnecessary is_via_compact_memory() checksJohannes Weiner2-17/+2
2023-06-10mm: compaction: refactor __compaction_suitable()Johannes Weiner2-43/+71
2023-06-10mm: compaction: simplify should_compact_retry()Johannes Weiner1-38/+19
2023-06-10mm: compaction: remove compaction result helpersJohannes Weiner1-13/+17
2023-06-10mm: page_alloc: set sysctl_lowmem_reserve_ratio storage-class-specifier to st...Tom Rix1-1/+1
2023-06-10mm: avoid rewalk in mmap_regionLiam R. Howlett1-0/+3
2023-06-10mm/mmap: change do_vmi_align_munmap() for maple tree iterator changesLiam R. Howlett1-1/+6
2023-06-10mm: update vma_iter_store() to use MAS_WARN_ON()Liam R. Howlett1-11/+10
2023-06-10mm: update validate_mm() to use vma iteratorLiam R. Howlett3-59/+47
2023-06-10maple_tree: add format option to mt_dump()Liam R. Howlett2-6/+6
2023-06-10mm: convert migrate_pages() to work on foliosMatthew Wilcox (Oracle)4-110/+96
2023-06-10mm/gup: remove vmas array from internal GUP functionsLorenzo Stoakes2-66/+41
2023-06-10mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2-11/+7
2023-06-10mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes3-19/+15
2023-06-10mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes2-6/+4
2023-06-10mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes2-9/+5
2023-06-10mm: page_alloc: move is_check_pages_enabled() into page_alloc.cKefeng Wang2-6/+6
2023-06-10mm: page_alloc: move sysctls into it own filsKefeng Wang3-14/+102
2023-06-10mm: vmscan: use gfp_has_io_fs()Kefeng Wang1-1/+1
2023-06-10mm: page_alloc: move pm_* function into powerKefeng Wang2-38/+1
2023-06-10mm: page_alloc: move mark_free_page() into snapshot.cKefeng Wang1-55/+0
2023-06-10mm: page_alloc: split out DEBUG_PAGEALLOCKefeng Wang3-69/+60
2023-06-10mm: page_alloc: split out FAIL_PAGE_ALLOCKefeng Wang3-74/+67
2023-06-10mm: page_alloc: remove alloc_contig_dump_pages() stubKefeng Wang1-7/+0
2023-06-10mm: page_alloc: squash page_is_consistent()Kefeng Wang1-8/+1
2023-06-10mm: page_alloc: collect mem statistic into show_mem.cKefeng Wang3-403/+430
2023-06-10mm: page_alloc: move set_zone_contiguous() into mm_init.cKefeng Wang3-27/+29
2023-06-10mm: page_alloc: move init_on_alloc/free() into mm_init.cKefeng Wang2-5/+6
2023-06-10mm: page_alloc: move mirrored_kernelcore into mm_init.cKefeng Wang2-3/+2
2023-06-10mm/zsmalloc: get rid of PAGE_MASKAlexey Romanov1-6/+6
2023-06-10mm/secretmem: make it on by defaultMike Rapoport (IBM)1-1/+1
2023-06-10Revert "Revert "mm/compaction: fix set skip in fast_find_migrateblock""Mel Gorman1-1/+0
2023-06-10mm: compaction: update pageblock skip when first migration candidate is not a...Mel Gorman1-11/+12
2023-06-10mm: compaction: only force pageblock scan completion when skip hints are obeyedMel Gorman1-2/+3
2023-06-10mm: compaction: ensure rescanning only happens on partially scanned pageblocksMel Gorman1-2/+3
2023-06-10mm, oom: do not check 0 mask in out_of_memory()Haifeng Xu1-5/+3
2023-06-10mm: memory-failure: move sysctl register in memory_failure_init()Kefeng Wang1-9/+2
2023-06-10mm: hugetlb_vmemmap: provide stronger vmemmap allocation guaranteesPasha Tatashin1-6/+5
2023-06-10kasan: use internal prototypes matching gcc-13 builtinsArnd Bergmann9-162/+161
2023-06-10kasan: add kasan_tag_mismatch prototypeArnd Bergmann1-0/+3