summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-06-09mm: compaction: change fast_isolate_freepages() to void typeBaolin Wang
2023-06-09mm: compaction: drop the redundant page validation in update_pageblock_skip()Baolin Wang
2023-06-09mm/vmalloc: dont purge usable blocks unnecessarilyThomas Gleixner
2023-06-09mm/vmalloc: add missing READ/WRITE_ONCE() annotationsThomas Gleixner
2023-06-09mm/vmalloc: check free space in vmap_block locklessThomas Gleixner
2023-06-09mm/vmalloc: prevent flushing dirty space over and overThomas Gleixner
2023-06-09mm/vmalloc: avoid iterating over per CPU vmap blocks twiceThomas Gleixner
2023-06-09mm/vmalloc: prevent stale TLBs in fully utilized blocksThomas Gleixner
2023-06-09mm: multi-gen LRU: cleanup lru_gen_test_recent()T.J. Alumbaugh
2023-06-09mm: multi-gen LRU: add helpers in page table walksT.J. Alumbaugh
2023-06-09mm: multi-gen LRU: cleanup lru_gen_soft_reclaim()T.J. Alumbaugh
2023-06-09mm: multi-gen LRU: use macro for bitmapT.J. Alumbaugh
2023-06-09mm/memcontrol: fix typo in commentHaifeng Xu
2023-06-09mm/mlock: rename mlock_future_check() to mlock_future_ok()Andrew Morton
2023-06-09mm/mmap: refactor mlock_future_check()Lorenzo Stoakes
2023-06-09mm: compaction: avoid GFP_NOFS ABBA deadlockJohannes Weiner
2023-06-09mm: compaction: have compaction_suitable() return boolJohannes Weiner
2023-06-09mm: compaction: drop redundant watermark check in compaction_zonelist_suitable()Johannes Weiner
2023-06-09mm: compaction: remove unnecessary is_via_compact_memory() checksJohannes Weiner
2023-06-09mm: compaction: refactor __compaction_suitable()Johannes Weiner
2023-06-09mm: compaction: simplify should_compact_retry()Johannes Weiner
2023-06-09mm: compaction: remove compaction result helpersJohannes Weiner
2023-06-09mm: page_alloc: set sysctl_lowmem_reserve_ratio storage-class-specifier to st...Tom Rix
2023-06-09mm: avoid rewalk in mmap_regionLiam R. Howlett
2023-06-09mm/mmap: change do_vmi_align_munmap() for maple tree iterator changesLiam R. Howlett
2023-06-09mm: update vma_iter_store() to use MAS_WARN_ON()Liam R. Howlett
2023-06-09mm: update validate_mm() to use vma iteratorLiam R. Howlett
2023-06-09maple_tree: add format option to mt_dump()Liam R. Howlett
2023-06-09mm: convert migrate_pages() to work on foliosMatthew Wilcox (Oracle)
2023-06-09mm/gup: remove vmas array from internal GUP functionsLorenzo Stoakes
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes
2023-06-09mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes
2023-06-09mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes
2023-06-09mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes
2023-06-09mm: page_alloc: move is_check_pages_enabled() into page_alloc.cKefeng Wang
2023-06-09mm: page_alloc: move sysctls into it own filsKefeng Wang
2023-06-09mm: vmscan: use gfp_has_io_fs()Kefeng Wang
2023-06-09mm: page_alloc: move pm_* function into powerKefeng Wang
2023-06-09mm: page_alloc: move mark_free_page() into snapshot.cKefeng Wang
2023-06-09mm: page_alloc: split out DEBUG_PAGEALLOCKefeng Wang
2023-06-09mm: page_alloc: split out FAIL_PAGE_ALLOCKefeng Wang
2023-06-09mm: page_alloc: remove alloc_contig_dump_pages() stubKefeng Wang
2023-06-09mm: page_alloc: squash page_is_consistent()Kefeng Wang
2023-06-09mm: page_alloc: collect mem statistic into show_mem.cKefeng Wang
2023-06-09mm: page_alloc: move set_zone_contiguous() into mm_init.cKefeng Wang
2023-06-09mm: page_alloc: move init_on_alloc/free() into mm_init.cKefeng Wang
2023-06-09mm: page_alloc: move mirrored_kernelcore into mm_init.cKefeng Wang
2023-06-09mm/zsmalloc: get rid of PAGE_MASKAlexey Romanov
2023-06-09mm/secretmem: make it on by defaultMike Rapoport (IBM)
2023-06-09Revert "Revert "mm/compaction: fix set skip in fast_find_migrateblock""Mel Gorman