summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/zswap: refactor out __zswap_load()Chengming Zhou2023-12-291-60/+32
* mm/zswap: reuse dstmem when decompressChengming Zhou2023-12-291-32/+12
* mm/ksm: add tracepoint for ksm advisorStefan Roesch2023-12-291-0/+1
* mm/ksm: add sysfs knobs for advisorStefan Roesch2023-12-291-0/+148
* mm/ksm: add ksm advisorStefan Roesch2023-12-291-1/+157
* mm: remove page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictableMatthew Wilcox (Oracle)2023-12-291-16/+0
* mm: convert collapse_huge_page() to use a folioMatthew Wilcox (Oracle)2023-12-291-7/+8
* 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/memory-failure: cast index to loff_t before shifting itMatthew Wilcox (Oracle)2023-12-201-1/+1
| * mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)2023-12-201-3/+3
| * mm/memory-failure: pass the folio and the page to collect_procs()Matthew Wilcox (Oracle)2023-12-201-13/+12
| * mm: migrate high-order folios in swap cache correctlyCharan Teja Kalla2023-12-201-1/+8
| * mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li2023-12-201-0/+9
| * kunit: kasan_test: disable fortify string checker on kmalloc_oob_memsetNico Pache2023-12-201-4/+16
| * mm/mglru: reclaim offlined memcgs harderYu Zhao2023-12-121-8/+16
| * mm/mglru: respect min_ttl_ms with memcgsYu Zhao2023-12-121-14/+16
| * mm/mglru: try to stop at high watermarksYu Zhao2023-12-121-8/+28
| * mm/mglru: fix underprotected page cacheYu Zhao2023-12-122-4/+4
| * mm/shmem: fix race in shmem_undo_range w/THPDavid Stevens2023-12-121-1/+18
| * mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park2023-12-121-0/+6
* | 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