summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-12-29mm: remove references to page_add_new_anon_rmap in commentsMatthew Wilcox (Oracle)1-2/+2
2023-12-29mm: remove stale example from commentMatthew Wilcox (Oracle)1-14/+4
2023-12-29mm: remove some calls to page_add_new_anon_rmap()Matthew Wilcox (Oracle)2-2/+2
2023-12-29mm: convert unuse_pte() to use a folio throughoutMatthew Wilcox (Oracle)1-22/+25
2023-12-29mm: remove PageAnonExclusive assertions in unuse_pte()Matthew Wilcox (Oracle)1-4/+0
2023-12-29mm: convert ksm_might_need_to_copy() to work on foliosMatthew Wilcox (Oracle)3-17/+23
2023-12-29userfaultfd: UFFDIO_MOVE uABIAndrea Arcangeli4-0/+745
2023-12-29mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()Andrea Arcangeli1-0/+24
2023-12-21mm: page_alloc: simplify __free_pages_ok()Yajun Deng1-8/+1
2023-12-21mm/memory: replace kmap() with kmap_local_page()Fabio M. De Francesco1-3/+2
2023-12-21mm/damon/core-test: test max_nr_accesses overflow caused divide-by-zeroSeongJae Park1-0/+11
2023-12-21mm/damon: update email of SeongJaeSeongJae Park7-7/+7
2023-12-21mm: ksm: remove unnecessary try_to_freeze()Kevin Hao1-3/+1
2023-12-21mm: thp: support allocation of anonymous multi-size THPRyan Roberts1-9/+100
2023-12-21mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts4-39/+221
2023-12-21mm: non-pmd-mappable, large folios for folio_add_new_anon_rmap()Ryan Roberts1-8/+20
2023-12-21mm: allow deferred splitting of arbitrary anon large foliosRyan Roberts1-2/+2
2023-12-21mm: memcg: restore subtree stats flushingYosry Ahmed4-34/+48
2023-12-21mm: workingset: move the stats flush into workingset_test_recent()Yosry Ahmed1-12/+24
2023-12-21mm: memcg: make stats flushing threshold per-memcgYosry Ahmed1-16/+34
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