summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-22userfaultfd: handle zeropage moves by UFFDIO_MOVESuren Baghdasaryan2-51/+98
2024-02-22XArray: add cmpxchg order testDaniel Gomez1-0/+54
2024-02-22test_xarray: add tests for advanced multi-index useLuis Chamberlain1-0/+176
2024-02-22mm/cma: don't treat bad input arguments for cma_alloc() as its failureAnshuman Khandual1-6/+4
2024-02-22mm: ptdump: add check_wx_pages debugfs attributeChristophe Leroy1-0/+22
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy7-25/+53
2024-02-22powerpc,s390: ptdump: define ptdump_check_wx() regardless of CONFIG_DEBUG_WXChristophe Leroy2-9/+5
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy18-71/+16
2024-02-22arm: ptdump: rename CONFIG_DEBUG_WX to CONFIG_ARM_DEBUG_WXChristophe Leroy5-7/+7
2024-02-22mm/mempolicy: protect task interleave functions with tsk->mems_allowed_seqGregory Price1-4/+23
2024-02-22mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleavingGregory Price4-4/+225
2024-02-22mm/mempolicy: refactor a read-once mechanism into a function for re-useGregory Price1-10/+16
2024-02-22mm/mempolicy: implement the sysfs-based weighted_interleave interfaceRakie Kim3-0/+252
2024-02-22mm/mmap: use SZ_{8K, 128K} helper macroYajun Deng1-4/+4
2024-02-22Docs/translations/damon/usage: update for monitor_on renamingSeongJae Park2-20/+20
2024-02-22Docs/admin-guide/mm/damon/usage: update for monitor_on renamingSeongJae Park1-14/+15
2024-02-22mm/damon/dbgfs: rename monitor_on file to monitor_on_DEPRECATEDSeongJae Park1-1/+1
2024-02-22selftets/damon: prepare for monitor_on file renamingSeongJae Park3-4/+26
2024-02-22Docs/admin-guide/mm/damon/usage: document 'DEPRECATED' file of DAMON debugfs ...SeongJae Park1-3/+10
2024-02-22mm/damon/dbgfs: make debugfs interface deprecation message a macroSeongJae Park1-8/+7
2024-02-22mm/damon/dbgfs: implement deprecation notice fileSeongJae Park1-2/+17
2024-02-22mm/damon: rename CONFIG_DAMON_DBGFS to DAMON_DBGFS_DEPRECATEDSeongJae Park1-1/+6
2024-02-22Docs/admin-guide/mm/damon/usage: use sysfs interface for tracepoints exampleSeongJae Park1-2/+2
2024-02-22mm: zswap: function ordering: shrink_memcg_cbJohannes Weiner1-64/+61
2024-02-22mm: zswap: function ordering: writebackJohannes Weiner1-93/+90
2024-02-22mm: zswap: function ordering: per-cpu compression infraJohannes Weiner1-69/+66
2024-02-22mm: zswap: function ordering: compress & decompress functionsJohannes Weiner1-102/+105
2024-02-22mm: zswap: function ordering: move entry section out of tree sectionJohannes Weiner1-21/+21
2024-02-22mm: zswap: function ordering: move entry sections out of LRU sectionJohannes Weiner1-52/+49
2024-02-22mm: zswap: function ordering: public lru apiJohannes Weiner1-17/+19
2024-02-22mm: zswap: function ordering: pool paramsJohannes Weiner1-156/+156
2024-02-22mm: zswap: function ordering: zswap_poolsJohannes Weiner1-77/+73
2024-02-22mm: zswap: function ordering: pool refcountingJohannes Weiner1-47/+47
2024-02-22mm: zswap: function ordering: pool alloc & freeJohannes Weiner1-145/+152
2024-02-22mm: zswap: simplify zswap_invalidate()Johannes Weiner1-7/+2
2024-02-22mm: zswap: further cleanup zswap_store()Johannes Weiner1-15/+13
2024-02-22mm: zswap: break out zwap_compress()Johannes Weiner1-68/+77
2024-02-22mm: zswap: rename __zswap_load() to zswap_decompress()Johannes Weiner1-3/+3
2024-02-22mm: zswap: clean up zswap_entry_put()Johannes Weiner1-7/+3
2024-02-22mm: zswap: warn when referencing a dead entryJohannes Weiner1-0/+1
2024-02-22mm: zswap: move zswap_invalidate_entry() to related functionsJohannes Weiner1-12/+12
2024-02-22mm: zswap: inline and remove zswap_entry_find_get()Johannes Weiner1-15/+2
2024-02-22mm: zswap: rename zswap_free_entry to zswap_entry_freeJohannes Weiner1-2/+2
2024-02-22mm/list_lru: remove list_lru_putback()Chengming Zhou3-31/+1
2024-02-22mm/zswap: fix race between lru writeback and swapoffChengming Zhou1-65/+49
2024-02-22x86/mm: clarify "prev" usage in switch_mm_irqs_off()Yosry Ahmed1-19/+16
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed6-6/+6
2024-02-22mm and cache_info: remove unnecessary CPU cache info updateHuang Ying3-28/+63
2024-02-22kswapd: replace try_to_freeze() with kthread_freezable_should_stop()Levi Yun1-6/+6
2024-02-22mm: memcg: don't periodically flush stats when memcg is disabledT.J. Mercier1-1/+1