summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-10Docs/mm/damon/design: add a section for the modules layerSeongJae Park1-0/+61
2023-06-10Docs/mm/damon/design: add a section for DAMON core APISeongJae Park1-0/+12
2023-06-10Docs/mm/damon/design: add sections for advanced features of DAMOSSeongJae Park1-0/+86
2023-06-10Docs/mm/damon/design: add sections for basic parts of DAMOSSeongJae Park1-0/+70
2023-06-10Docs/mm/damon/design: add a section for the relation between Core and Modules...SeongJae Park1-0/+10
2023-06-10Docs/mm/damon/design: rewrite configurable layersSeongJae Park1-15/+14
2023-06-10Docs/mm/damon/design: update the layout based on the layersSeongJae Park1-10/+14
2023-06-10Docs/mm/damon/design: add a section for overall architectureSeongJae Park1-0/+15
2023-06-10Docs/mm/damon/maintainer-profile: fix typos and grammar errorsSeongJae Park1-2/+2
2023-06-10Docs/mm/damon/faq: remove old questionsSeongJae Park1-23/+0
2023-06-10Multi-gen LRU: fix workingset accountingKalesh Singh2-4/+7
2023-06-10maple_tree: relocate the declaration of mas_empty_area_rev().Peng Zhang1-6/+6
2023-06-10maple_tree: simplify and clean up mas_wr_node_store()Peng Zhang1-61/+26
2023-06-10maple_tree: rework mas_wr_slot_store() to be cleaner and more efficient.Peng Zhang1-34/+19
2023-06-10maple_tree: add comments and some minor cleanups to mas_wr_append()Peng Zhang1-24/+23
2023-06-10maple_tree: add mas_wr_new_end() to calculate new_end accuratelyPeng Zhang1-11/+23
2023-06-10maple_tree: make the code symmetrical in mas_wr_extend_null()Peng Zhang1-12/+14
2023-06-10maple_tree: simplify mas_is_span_wr()Peng Zhang1-23/+11
2023-06-10maple_tree: fix the arguments to __must_hold()Peng Zhang1-3/+3
2023-06-10maple_tree: drop mas_{rev_}alloc() and mas_fill_gap()Peng Zhang1-108/+0
2023-06-10maple_tree: rework mtree_alloc_{range,rrange}()Peng Zhang1-25/+32
2023-06-10mm/memcontrol: export memcg.swap watermark via sysfs for v2 memcgLars R. Damerow2-0/+20
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 Wang2-1/+16
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-10kmemleak-test: drop __init to get better backtraceJim Cromie1-1/+1
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. Alumbaugh3-4/+6
2023-06-10mm: multi-gen LRU: use macro for bitmapT.J. Alumbaugh1-1/+1
2023-06-10selftests: cgroup: fix unexpected failure on test_memcg_lowHaifeng Xu1-1/+3
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-10selftests/mm: gup_longterm: add liburing testsDavid Hildenbrand1-0/+73
2023-06-10selftests/mm: gup_longterm: new functional test for FOLL_LONGTERMDavid Hildenbrand4-1/+393
2023-06-10selftests/mm: factor out detection of hugetlb page sizes into vm_utilDavid Hildenbrand3-27/+30
2023-06-10mm: compaction: avoid GFP_NOFS ABBA deadlockJohannes Weiner1-2/+14
2023-06-10mm: compaction: have compaction_suitable() return boolJohannes Weiner3-40/+36
2023-06-10mm: compaction: drop redundant watermark check in compaction_zonelist_suitable()Johannes Weiner1-7/+0