summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-06-10backing_dev: remove current->backing_dev_infoChristoph Hellwig1-3/+0
2023-06-10mm: zswap: shrink until can acceptDomenico Cerasuolo1-3/+14
2023-06-10mm/mm_init.c: move set_pageblock_order() to free_area_init()Haifeng Xu1-1/+2
2023-06-10mm: khugepaged: avoid pointless allocation for "struct mm_slot"Xin Hao1-7/+5
2023-06-10mm/page_alloc: don't wake kswapd from rmqueue() unless __GFP_KSWAPD_RECLAIM i...Tetsuo Handa1-1/+2
2023-06-10mm/mm_init.c: remove free_area_init_memoryless_node()Haifeng Xu1-6/+1
2023-06-10THP: avoid lock when check whether THP is in deferred listYin Fengwei1-5/+12
2023-06-10swap: comments get_swap_device() with usage ruleHuang Ying1-3/+9
2023-06-10swap: remove get/put_swap_device() in __swap_duplicate()Huang Ying1-4/+1
2023-06-10swap: remove __swp_swapcount()Huang Ying2-20/+2
2023-06-10swap, __read_swap_cache_async(): enlarge get/put_swap_device protection rangeHuang Ying1-10/+21
2023-06-10swap: remove get/put_swap_device() in __swap_count()Huang Ying1-8/+2
2023-06-10mm/mm_init.c: do not calculate zone_start_pfn/zone_end_pfn in zone_absent_pag...Haifeng Xu1-18/+12
2023-06-10mm/mm_init.c: introduce reset_memoryless_node_totalpages()Haifeng Xu1-9/+22
2023-06-10Multi-gen LRU: fix workingset accountingKalesh Singh2-4/+7
2023-06-10mm/memcontrol: export memcg.swap watermark via sysfs for v2 memcgLars R. Damerow1-0/+13
2023-06-10mm: shmem: fix UAF bug in shmem_show_options()Tu Jinjiang1-1/+4
2023-06-10mm: compaction: skip fast freepages isolation if enough freepages are isolatedBaolin Wang1-0/+4
2023-06-10mm: compaction: add trace event for fast freepages isolationBaolin Wang1-1/+5
2023-06-10mm: compaction: only set skip flag if cc->no_set_skip_hint is falseBaolin Wang1-1/+1
2023-06-10mm: compaction: skip more fully scanned pageblockBaolin Wang1-1/+1
2023-06-10mm: compaction: change fast_isolate_freepages() to void typeBaolin Wang1-5/+3
2023-06-10mm: compaction: drop the redundant page validation in update_pageblock_skip()Baolin Wang1-3/+0
2023-06-10mm/vmalloc: dont purge usable blocks unnecessarilyThomas Gleixner1-8/+20
2023-06-10mm/vmalloc: add missing READ/WRITE_ONCE() annotationsThomas Gleixner1-5/+8
2023-06-10mm/vmalloc: check free space in vmap_block locklessThomas Gleixner1-1/+4
2023-06-10mm/vmalloc: prevent flushing dirty space over and overThomas Gleixner1-2/+6
2023-06-10mm/vmalloc: avoid iterating over per CPU vmap blocks twiceThomas Gleixner1-24/+46
2023-06-10mm/vmalloc: prevent stale TLBs in fully utilized blocksThomas Gleixner1-1/+2
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