summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-02-22mm/zswap: stop lru list shrinking when encounter warm regionChengming Zhou
2024-02-22mm/zswap: invalidate zswap entry when swap entry freeChengming Zhou
2024-02-22mm/zswap: add more comments in shrink_memcg_cb()Chengming Zhou
2024-02-22memory tier: make memory_tier_subsys constRicardo B. Marliere
2024-02-22mm/vmscan: make too_many_isolated return boolHao Ge
2024-02-22mm/cma: make MAX_CMA_AREAS = CONFIG_CMA_AREASAnshuman Khandual
2024-02-22mm/cma: drop CONFIG_CMA_DEBUGAnshuman Khandual
2024-02-22kasan: rename test_kasan_module_init to kasan_test_module_initTiezhu Yang
2024-02-22mm/hugetlb: restore the reservation if neededBreno Leitao
2024-02-22kasan: add atomic testsPaul Heidekrüger
2024-02-22mm: memcg: use larger batches for proactive reclaimT.J. Mercier
2024-02-22mm/mmap: pass vma to vma_merge()Yajun Deng
2024-02-22mm/memory: ignore writable bit in folio_pte_batch()David Hildenbrand
2024-02-22mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch()David Hildenbrand
2024-02-22mm/memory: optimize fork() with PTE-mapped THPDavid Hildenbrand
2024-02-22mm/memory: pass PTE to copy_present_pte()David Hildenbrand
2024-02-22mm/memory: factor out copying the actual PTE in copy_present_pte()David Hildenbrand
2024-02-22mm/vmscan: change the type of file from int to boolHao Ge
2024-02-22mm: compaction: update the cc->nr_migratepages when allocating or freeing the...Baolin Wang
2024-02-22userfaultfd: handle zeropage moves by UFFDIO_MOVESuren Baghdasaryan
2024-02-22mm/cma: don't treat bad input arguments for cma_alloc() as its failureAnshuman Khandual
2024-02-22mm: ptdump: add check_wx_pages debugfs attributeChristophe Leroy
2024-02-22mm/mempolicy: protect task interleave functions with tsk->mems_allowed_seqGregory Price
2024-02-22mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleavingGregory Price
2024-02-22mm/mempolicy: refactor a read-once mechanism into a function for re-useGregory Price
2024-02-22mm/mempolicy: implement the sysfs-based weighted_interleave interfaceRakie Kim
2024-02-22mm/mmap: use SZ_{8K, 128K} helper macroYajun Deng
2024-02-22mm/damon/dbgfs: rename monitor_on file to monitor_on_DEPRECATEDSeongJae Park
2024-02-22mm/damon/dbgfs: make debugfs interface deprecation message a macroSeongJae Park
2024-02-22mm/damon/dbgfs: implement deprecation notice fileSeongJae Park
2024-02-22mm/damon: rename CONFIG_DAMON_DBGFS to DAMON_DBGFS_DEPRECATEDSeongJae Park
2024-02-22mm: zswap: function ordering: shrink_memcg_cbJohannes Weiner
2024-02-22mm: zswap: function ordering: writebackJohannes Weiner
2024-02-22mm: zswap: function ordering: per-cpu compression infraJohannes Weiner
2024-02-22mm: zswap: function ordering: compress & decompress functionsJohannes Weiner
2024-02-22mm: zswap: function ordering: move entry section out of tree sectionJohannes Weiner
2024-02-22mm: zswap: function ordering: move entry sections out of LRU sectionJohannes Weiner
2024-02-22mm: zswap: function ordering: public lru apiJohannes Weiner
2024-02-22mm: zswap: function ordering: pool paramsJohannes Weiner
2024-02-22mm: zswap: function ordering: zswap_poolsJohannes Weiner
2024-02-22mm: zswap: function ordering: pool refcountingJohannes Weiner
2024-02-22mm: zswap: function ordering: pool alloc & freeJohannes Weiner
2024-02-22mm: zswap: simplify zswap_invalidate()Johannes Weiner
2024-02-22mm: zswap: further cleanup zswap_store()Johannes Weiner
2024-02-22mm: zswap: break out zwap_compress()Johannes Weiner
2024-02-22mm: zswap: rename __zswap_load() to zswap_decompress()Johannes Weiner
2024-02-22mm: zswap: clean up zswap_entry_put()Johannes Weiner
2024-02-22mm: zswap: warn when referencing a dead entryJohannes Weiner
2024-02-22mm: zswap: move zswap_invalidate_entry() to related functionsJohannes Weiner
2024-02-22mm: zswap: inline and remove zswap_entry_find_get()Johannes Weiner