summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-12-21mm: memcg: move vmstats structs definition above flushing codeYosry Ahmed1-74/+74
2023-12-21mm: memcg: change flush_next_time to flush_last_timeYosry Ahmed1-3/+4
2023-12-21mm/list_lru.c: remove unused list_lru_from_kmem()Andrew Morton1-31/+0
2023-12-21sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton8-57/+137
2023-12-21mm/memory-failure: cast index to loff_t before shifting itMatthew Wilcox (Oracle)1-1/+1
2023-12-21mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)1-3/+3
2023-12-21mm/memory-failure: pass the folio and the page to collect_procs()Matthew Wilcox (Oracle)1-13/+12
2023-12-21mm: migrate high-order folios in swap cache correctlyCharan Teja Kalla1-1/+8
2023-12-21mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li1-0/+9
2023-12-21kunit: kasan_test: disable fortify string checker on kmalloc_oob_memsetNico Pache1-4/+16
2023-12-13mm/mglru: reclaim offlined memcgs harderYu Zhao1-8/+16
2023-12-13mm/mglru: respect min_ttl_ms with memcgsYu Zhao1-14/+16
2023-12-13mm/mglru: try to stop at high watermarksYu Zhao1-8/+28
2023-12-13mm/mglru: fix underprotected page cacheYu Zhao2-4/+4
2023-12-13mm/shmem: fix race in shmem_undo_range w/THPDavid Stevens1-1/+18
2023-12-13mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park1-0/+6
2023-12-12mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblockBarry Song1-0/+3
2023-12-12mm: use vma_pages() for vma objectsChen Haonan1-1/+1
2023-12-12mm: cma: remove unnecessary initialization of retLi zeming1-1/+1
2023-12-12mm: hugetlb_vmemmap: move mmap lock to vmemmap_remap_range()Muchun Song1-13/+4
2023-12-12mm: hugetlb_vmemmap: add check of CONFIG_MEMORY_HOTPLUG backMuchun Song1-1/+1
2023-12-12mm: filemap: remove unnecessary iitialization of retLi zeming1-1/+1
2023-12-12mm/thp: add CONFIG_TRANSPARENT_HUGEPAGE_NEVER optionDmytro Maluka1-0/+6
2023-12-12mm: huge_memory: use more folio api in __split_huge_page_tail()Kefeng Wang1-6/+6
2023-12-12kmemleak: avoid RCU stalls when freeing metadata for per-CPU pointersCatalin Marinas1-81/+97
2023-12-12mm/readahead: do not allow order-1 folioRyan Roberts1-8/+6
2023-12-12mm: memory: use folio_prealloc() in wp_page_copy()Kefeng Wang1-15/+7
2023-12-12mm: memory: use a folio in do_cow_fault()Kefeng Wang1-10/+6
2023-12-12mm: memory: rename page_copy_prealloc() to folio_prealloc()Kefeng Wang1-4/+9
2023-12-12mm: memory: use a folio in validate_page_before_insert()Kefeng Wang1-2/+5
2023-12-12mm: ksm: use more folio api in ksm_might_need_to_copy()Kefeng Wang1-18/+21
2023-12-12mm/damon/core-test: add a unit test for the feedback loop algorithmSeongJae Park1-0/+32
2023-12-12mm/damon/sysfs-schemes: implement a command for scheme quota goals only commitSeongJae Park3-0/+46
2023-12-12mm/damon/sysfs-schemes: commit damos quota goals user input to DAMOSSeongJae Park1-0/+32
2023-12-12mm/damon/sysfs-schemes: implement files for scheme quota goals setupSeongJae Park1-3/+221
2023-12-12mm/damon/core: implement goal-oriented feedback-driven quota auto-tuningSeongJae Park1-9/+59
2023-12-12zswap: shrink zswap pool based on memory pressureNhat Pham4-4/+205
2023-12-12mm: memcg: add per-memcg zswap writeback statDomenico Cerasuolo3-0/+6
2023-12-12zswap: make shrinking memcg-awareDomenico Cerasuolo4-59/+238
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham2-10/+42
2023-12-12maple_tree: separate ma_state node from statusLiam R. Howlett1-4/+4
2023-12-12maple_tree: move debug check to __mas_set_range()Liam R. Howlett1-2/+0
2023-12-11kasan: record and report more informationJuntong Deng5-0/+58
2023-12-11mm: memcg: add reminder comment for the memcg v2 eventsDmitry Rokosov1-0/+4
2023-12-11mm: hugetlb_vmemmap: convert page to folioMuchun Song1-26/+25
2023-12-11mm: hugetlb_vmemmap: move PageVmemmapSelfHosted() check to split_vmemmap_huge...Muchun Song1-46/+24
2023-12-11mm: hugetlb_vmemmap: use walk_page_range_novma() to simplify the codeMuchun Song1-109/+39
2023-12-11mm: pagewalk: assert write mmap lock only for walking the user page tablesMuchun Song1-1/+28
2023-12-11mm/swapfile: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-17/+17
2023-12-11mm/zswap: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-5/+5