summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: pass a folio to swap_readpage_fs()Matthew Wilcox (Oracle)2023-12-291-7/+6
* mm: pass a folio to swap_writepage_bdev_async()Matthew Wilcox (Oracle)2023-12-291-5/+4
* mm: pass a folio to swap_writepage_bdev_sync()Matthew Wilcox (Oracle)2023-12-291-5/+4
* mm: pass a folio to swap_writepage_fs()Matthew Wilcox (Oracle)2023-12-291-9/+9
* mm: pass a folio to __swap_writepage()Matthew Wilcox (Oracle)2023-12-293-9/+9
* mm: return the folio from __read_swap_cache_async()Matthew Wilcox (Oracle)2023-12-294-75/+69
* mm/zswap: change per-cpu mutex and buffer to per-acomp_ctxChengming Zhou2023-12-292-72/+33
* mm/zswap: cleanup zswap_writeback_entry()Chengming Zhou2023-12-291-19/+10
* mm/zswap: cleanup zswap_load()Chengming Zhou2023-12-291-9/+5
* 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: document ksm advisor and its sysfs knobsStefan Roesch2023-12-291-0/+55
* mm/ksm: add tracepoint for ksm advisorStefan Roesch2023-12-292-0/+34
* 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-293-21/+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-293-3/+3
* 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-294-20/+26
* selftests/mm: add UFFDIO_MOVE ioctl testSuren Baghdasaryan2023-12-293-0/+214
* selftests/mm: add uffd_test_case_ops to allow test case-specific operationsSuren Baghdasaryan2023-12-293-0/+22
* selftests/mm: call uffd_test_ctx_clear at the end of the testSuren Baghdasaryan2023-12-294-4/+7
* userfaultfd: UFFDIO_MOVE uABIAndrea Arcangeli2023-12-299-1/+864
* mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()Andrea Arcangeli2023-12-291-0/+24
* buffer: fix more functions for block size > PAGE_SIZEMatthew Wilcox (Oracle)2023-12-291-21/+6
* buffer: handle large folios in __block_write_begin_int()Matthew Wilcox (Oracle)2023-12-291-10/+7
* buffer: fix various functions for block size > PAGE_SIZEMatthew Wilcox (Oracle)2023-12-291-5/+5
* buffer: cast block to loff_t before shifting itMatthew Wilcox (Oracle)2023-12-291-1/+1
* buffer: fix grow_buffers() for block size > PAGE_SIZEMatthew Wilcox (Oracle)2023-12-291-11/+6
* buffer: calculate block number inside folio_init_buffers()Matthew Wilcox (Oracle)2023-12-291-7/+6
* buffer: return bool from grow_dev_folio()Matthew Wilcox (Oracle)2023-12-291-25/+25
* UBSAN: use the kernel panic message markersBorislav Petkov (AMD)2023-12-201-4/+3
* mm: page_alloc: simplify __free_pages_ok()Yajun Deng2023-12-201-8/+1
* maple_tree: avoid checking other gaps after getting the largest gapPeng Zhang2023-12-201-0/+3
* mm/memory: replace kmap() with kmap_local_page()Fabio M. De Francesco2023-12-201-3/+2
* gfp: gfp_types.h: fix typos & punctuationRandy Dunlap2023-12-201-6/+6
* Docs/admin-guide/mm/damon/usage: use a list for 'state' sysfs file input comm...SeongJae Park2023-12-201-24/+23
* Docs/admin-guide/mm/damon/usage: add links to sysfs files hierarchySeongJae Park2023-12-201-21/+49
* Docs/admin-guide/mm/damon/usage: update context directory section labelSeongJae Park2023-12-201-3/+3
* Docs/mm/damon/design: place execution model and data structures at the beginningSeongJae Park2023-12-201-12/+12
* 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-208-8/+8
* mm: ksm: remove unnecessary try_to_freeze()Kevin Hao2023-12-201-3/+1
* selftests/damon: add a test for update_schemes_tried_regions hang bugSeongJae Park2023-12-202-0/+34
* selftests/damon: add a test for update_schemes_tried_regions sysfs commandSeongJae Park2023-12-203-0/+98