summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | mm: convert migrate_vma_insert_page() to use a folioMatthew Wilcox (Oracle)2023-12-291-11/+12
| * | | | | | | | mm: remove references to page_add_new_anon_rmap in commentsMatthew Wilcox (Oracle)2023-12-291-2/+2
| * | | | | | | | mm: remove stale example from commentMatthew Wilcox (Oracle)2023-12-291-14/+4
| * | | | | | | | mm: remove some calls to page_add_new_anon_rmap()Matthew Wilcox (Oracle)2023-12-292-2/+2
| * | | | | | | | mm: convert unuse_pte() to use a folio throughoutMatthew Wilcox (Oracle)2023-12-291-22/+25
| * | | | | | | | mm: remove PageAnonExclusive assertions in unuse_pte()Matthew Wilcox (Oracle)2023-12-291-4/+0
| * | | | | | | | mm: convert ksm_might_need_to_copy() to work on foliosMatthew Wilcox (Oracle)2023-12-293-17/+23
| * | | | | | | | userfaultfd: UFFDIO_MOVE uABIAndrea Arcangeli2023-12-294-0/+745
| * | | | | | | | mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()Andrea Arcangeli2023-12-291-0/+24
| * | | | | | | | mm: page_alloc: simplify __free_pages_ok()Yajun Deng2023-12-201-8/+1
| * | | | | | | | mm/memory: replace kmap() with kmap_local_page()Fabio M. De Francesco2023-12-201-3/+2
| * | | | | | | | mm/damon/core-test: test max_nr_accesses overflow caused divide-by-zeroSeongJae Park2023-12-201-0/+11
| * | | | | | | | mm/damon: update email of SeongJaeSeongJae Park2023-12-207-7/+7
| * | | | | | | | mm: ksm: remove unnecessary try_to_freeze()Kevin Hao2023-12-201-3/+1
| * | | | | | | | mm: thp: support allocation of anonymous multi-size THPRyan Roberts2023-12-201-9/+100
| * | | | | | | | mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts2023-12-204-39/+221
| * | | | | | | | mm: non-pmd-mappable, large folios for folio_add_new_anon_rmap()Ryan Roberts2023-12-201-8/+20
| * | | | | | | | mm: allow deferred splitting of arbitrary anon large foliosRyan Roberts2023-12-201-2/+2
| * | | | | | | | mm: memcg: restore subtree stats flushingYosry Ahmed2023-12-204-34/+48
| * | | | | | | | mm: workingset: move the stats flush into workingset_test_recent()Yosry Ahmed2023-12-201-12/+24
| * | | | | | | | mm: memcg: make stats flushing threshold per-memcgYosry Ahmed2023-12-201-16/+34
| * | | | | | | | mm: memcg: move vmstats structs definition above flushing codeYosry Ahmed2023-12-201-74/+74
| * | | | | | | | mm: memcg: change flush_next_time to flush_last_timeYosry Ahmed2023-12-201-3/+4
| * | | | | | | | mm/list_lru.c: remove unused list_lru_from_kmem()Andrew Morton2023-12-201-31/+0
| * | | | | | | | sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton2023-12-208-57/+137
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblockBarry Song2023-12-121-0/+3
| * | | | | | | | mm: use vma_pages() for vma objectsChen Haonan2023-12-121-1/+1
| * | | | | | | | mm: cma: remove unnecessary initialization of retLi zeming2023-12-121-1/+1
| * | | | | | | | mm: hugetlb_vmemmap: move mmap lock to vmemmap_remap_range()Muchun Song2023-12-121-13/+4
| * | | | | | | | mm: hugetlb_vmemmap: add check of CONFIG_MEMORY_HOTPLUG backMuchun Song2023-12-121-1/+1
| * | | | | | | | mm: filemap: remove unnecessary iitialization of retLi zeming2023-12-121-1/+1
| * | | | | | | | mm/thp: add CONFIG_TRANSPARENT_HUGEPAGE_NEVER optionDmytro Maluka2023-12-121-0/+6
| * | | | | | | | mm: huge_memory: use more folio api in __split_huge_page_tail()Kefeng Wang2023-12-121-6/+6
| * | | | | | | | kmemleak: avoid RCU stalls when freeing metadata for per-CPU pointersCatalin Marinas2023-12-121-81/+97
| * | | | | | | | mm/readahead: do not allow order-1 folioRyan Roberts2023-12-121-8/+6
| * | | | | | | | mm: memory: use folio_prealloc() in wp_page_copy()Kefeng Wang2023-12-121-15/+7
| * | | | | | | | mm: memory: use a folio in do_cow_fault()Kefeng Wang2023-12-121-10/+6
| * | | | | | | | mm: memory: rename page_copy_prealloc() to folio_prealloc()Kefeng Wang2023-12-121-4/+9
| * | | | | | | | mm: memory: use a folio in validate_page_before_insert()Kefeng Wang2023-12-121-2/+5
| * | | | | | | | mm: ksm: use more folio api in ksm_might_need_to_copy()Kefeng Wang2023-12-121-18/+21
| * | | | | | | | mm/damon/core-test: add a unit test for the feedback loop algorithmSeongJae Park2023-12-121-0/+32
| * | | | | | | | mm/damon/sysfs-schemes: implement a command for scheme quota goals only commitSeongJae Park2023-12-123-0/+46
| * | | | | | | | mm/damon/sysfs-schemes: commit damos quota goals user input to DAMOSSeongJae Park2023-12-121-0/+32
| * | | | | | | | mm/damon/sysfs-schemes: implement files for scheme quota goals setupSeongJae Park2023-12-121-3/+221
| * | | | | | | | mm/damon/core: implement goal-oriented feedback-driven quota auto-tuningSeongJae Park2023-12-121-9/+59
| * | | | | | | | zswap: shrink zswap pool based on memory pressureNhat Pham2023-12-124-4/+205
| * | | | | | | | mm: memcg: add per-memcg zswap writeback statDomenico Cerasuolo2023-12-123-0/+6
| * | | | | | | | zswap: make shrinking memcg-awareDomenico Cerasuolo2023-12-124-59/+238
| * | | | | | | | list_lru: allow explicit memcg and NUMA node selectionNhat Pham2023-12-122-10/+42
| * | | | | | | | maple_tree: separate ma_state node from statusLiam R. Howlett2023-12-121-4/+4