summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* XArray: add cmpxchg order testDaniel Gomez2024-02-221-0/+54
* test_xarray: add tests for advanced multi-index useLuis Chamberlain2024-02-221-0/+176
* mm/cma: don't treat bad input arguments for cma_alloc() as its failureAnshuman Khandual2024-02-221-6/+4
* mm: ptdump: add check_wx_pages debugfs attributeChristophe Leroy2024-02-221-0/+22
* mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy2024-02-227-25/+53
* powerpc,s390: ptdump: define ptdump_check_wx() regardless of CONFIG_DEBUG_WXChristophe Leroy2024-02-222-9/+5
* arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy2024-02-2218-71/+16
* arm: ptdump: rename CONFIG_DEBUG_WX to CONFIG_ARM_DEBUG_WXChristophe Leroy2024-02-225-7/+7
* mm/mempolicy: protect task interleave functions with tsk->mems_allowed_seqGregory Price2024-02-221-4/+23
* mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleavingGregory Price2024-02-224-4/+225
* mm/mempolicy: refactor a read-once mechanism into a function for re-useGregory Price2024-02-221-10/+16
* mm/mempolicy: implement the sysfs-based weighted_interleave interfaceRakie Kim2024-02-223-0/+252
* mm/mmap: use SZ_{8K, 128K} helper macroYajun Deng2024-02-221-4/+4
* Docs/translations/damon/usage: update for monitor_on renamingSeongJae Park2024-02-222-20/+20
* Docs/admin-guide/mm/damon/usage: update for monitor_on renamingSeongJae Park2024-02-221-14/+15
* mm/damon/dbgfs: rename monitor_on file to monitor_on_DEPRECATEDSeongJae Park2024-02-221-1/+1
* selftets/damon: prepare for monitor_on file renamingSeongJae Park2024-02-223-4/+26
* Docs/admin-guide/mm/damon/usage: document 'DEPRECATED' file of DAMON debugfs ...SeongJae Park2024-02-221-3/+10
* mm/damon/dbgfs: make debugfs interface deprecation message a macroSeongJae Park2024-02-221-8/+7
* mm/damon/dbgfs: implement deprecation notice fileSeongJae Park2024-02-221-2/+17
* mm/damon: rename CONFIG_DAMON_DBGFS to DAMON_DBGFS_DEPRECATEDSeongJae Park2024-02-221-1/+6
* Docs/admin-guide/mm/damon/usage: use sysfs interface for tracepoints exampleSeongJae Park2024-02-221-2/+2
* mm: zswap: function ordering: shrink_memcg_cbJohannes Weiner2024-02-221-64/+61
* mm: zswap: function ordering: writebackJohannes Weiner2024-02-221-93/+90
* mm: zswap: function ordering: per-cpu compression infraJohannes Weiner2024-02-221-69/+66
* mm: zswap: function ordering: compress & decompress functionsJohannes Weiner2024-02-221-102/+105
* mm: zswap: function ordering: move entry section out of tree sectionJohannes Weiner2024-02-221-21/+21
* mm: zswap: function ordering: move entry sections out of LRU sectionJohannes Weiner2024-02-221-52/+49
* mm: zswap: function ordering: public lru apiJohannes Weiner2024-02-221-17/+19
* mm: zswap: function ordering: pool paramsJohannes Weiner2024-02-221-156/+156
* mm: zswap: function ordering: zswap_poolsJohannes Weiner2024-02-221-77/+73
* mm: zswap: function ordering: pool refcountingJohannes Weiner2024-02-221-47/+47
* mm: zswap: function ordering: pool alloc & freeJohannes Weiner2024-02-221-145/+152
* mm: zswap: simplify zswap_invalidate()Johannes Weiner2024-02-221-7/+2
* mm: zswap: further cleanup zswap_store()Johannes Weiner2024-02-221-15/+13
* mm: zswap: break out zwap_compress()Johannes Weiner2024-02-221-68/+77
* mm: zswap: rename __zswap_load() to zswap_decompress()Johannes Weiner2024-02-221-3/+3
* mm: zswap: clean up zswap_entry_put()Johannes Weiner2024-02-221-7/+3
* mm: zswap: warn when referencing a dead entryJohannes Weiner2024-02-221-0/+1
* mm: zswap: move zswap_invalidate_entry() to related functionsJohannes Weiner2024-02-221-12/+12
* mm: zswap: inline and remove zswap_entry_find_get()Johannes Weiner2024-02-221-15/+2
* mm: zswap: rename zswap_free_entry to zswap_entry_freeJohannes Weiner2024-02-221-2/+2
* mm/list_lru: remove list_lru_putback()Chengming Zhou2024-02-223-31/+1
* mm/zswap: fix race between lru writeback and swapoffChengming Zhou2024-02-221-65/+49
* x86/mm: clarify "prev" usage in switch_mm_irqs_off()Yosry Ahmed2024-02-221-19/+16
* x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed2024-02-226-6/+6
* mm and cache_info: remove unnecessary CPU cache info updateHuang Ying2024-02-223-28/+63
* kswapd: replace try_to_freeze() with kthread_freezable_should_stop()Levi Yun2024-02-221-6/+6
* mm: memcg: don't periodically flush stats when memcg is disabledT.J. Mercier2024-02-221-1/+1
* selftests/mm: new test that steals pagesBreno Leitao2024-02-223-0/+126