summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: hugetlb: improve the handling of hugetlb allocation failure for freed or ...Baolin Wang2024-02-221-16/+16
* mm/migrate: preserve exact soft-dirty statePaul Gofman2024-02-221-2/+5
* mm/zswap: zswap entry doesn't need refcount anymoreChengming Zhou2024-02-221-52/+11
* mm/zswap: only support zswap_exclusive_loads_enabledChengming Zhou2024-02-222-27/+3
* mm/zswap: remove duplicate_entry debug valueChengming Zhou2024-02-221-8/+1
* mm/zswap: stop lru list shrinking when encounter warm regionChengming Zhou2024-02-222-1/+6
* mm/zswap: invalidate zswap entry when swap entry freeChengming Zhou2024-02-223-3/+6
* mm/zswap: add more comments in shrink_memcg_cb()Chengming Zhou2024-02-221-17/+26
* memory tier: make memory_tier_subsys constRicardo B. Marliere2024-02-221-1/+1
* mm/vmscan: make too_many_isolated return boolHao Ge2024-02-221-3/+3
* mm/cma: make MAX_CMA_AREAS = CONFIG_CMA_AREASAnshuman Khandual2024-02-221-3/+3
* mm/cma: drop CONFIG_CMA_DEBUGAnshuman Khandual2024-02-222-18/+0
* kasan: rename test_kasan_module_init to kasan_test_module_initTiezhu Yang2024-02-221-2/+2
* mm/hugetlb: restore the reservation if neededBreno Leitao2024-02-221-0/+25
* kasan: add atomic testsPaul Heidekrüger2024-02-221-0/+79
* mm: memcg: use larger batches for proactive reclaimT.J. Mercier2024-02-221-2/+3
* mm/mmap: pass vma to vma_merge()Yajun Deng2024-02-221-14/+13
* mm/memory: ignore writable bit in folio_pte_batch()David Hildenbrand2024-02-221-6/+24
* mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch()David Hildenbrand2024-02-221-5/+31
* mm/memory: optimize fork() with PTE-mapped THPDavid Hildenbrand2024-02-221-19/+93
* mm/memory: pass PTE to copy_present_pte()David Hildenbrand2024-02-221-4/+5
* mm/memory: factor out copying the actual PTE in copy_present_pte()David Hildenbrand2024-02-221-30/+33
* mm/vmscan: change the type of file from int to boolHao Ge2024-02-221-2/+2
* mm: compaction: update the cc->nr_migratepages when allocating or freeing the...Baolin Wang2024-02-221-2/+10
* userfaultfd: handle zeropage moves by UFFDIO_MOVESuren Baghdasaryan2024-02-222-51/+98
* 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/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-221-4/+214
* 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-221-0/+223
* mm/mmap: use SZ_{8K, 128K} helper macroYajun Deng2024-02-221-4/+4
* mm/damon/dbgfs: rename monitor_on file to monitor_on_DEPRECATEDSeongJae Park2024-02-221-1/+1
* 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
* 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