summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mm/mglru: improve struct lru_gen_mm_walkKinsey Ho2024-02-222-27/+29
* mm/mglru: improve reset_mm_stats()Kinsey Ho2024-02-221-20/+22
* mm/mglru: improve should_run_aging()Kinsey Ho2024-02-221-14/+11
* mm/mglru: drop unused parameterKinsey Ho2024-02-221-5/+5
* kasan/test: avoid gcc warning for intentional overflowArnd Bergmann2024-02-221-1/+2
* mm: document memalloc_noreclaim_save() and memalloc_pin_save()Vlastimil Babka2024-02-222-6/+58
* mm/zswap: optimize and cleanup the invalidation of duplicate entryChengming Zhou2024-02-221-18/+16
* selftests/mm: log a consistent test name for check_compactionMark Brown2024-02-221-16/+19
* selftests/mm: log skipped compaction test as a skipMark Brown2024-02-221-1/+1
* mm: compaction: refactor compact_node()Kefeng Wang2024-02-221-44/+21
* mm/cma: add sysfs file 'release_pages_success'Anshuman Khandual2024-02-224-0/+27
* selftests/damon/_chk_dependency: get debugfs mount point from /proc/mountsSeongJae Park2024-02-221-1/+8
* selftests/damon: add a test for the pid leak of dbgfs_target_ids_write()SeongJae Park2024-02-224-0/+93
* selftests/damon: add a test for a race between target_ids_read() and dbgfs_be...SeongJae Park2024-02-224-0/+97
* selftests/damon: add a test for DAMOS apply intervalsSeongJae Park2024-02-222-1/+68
* selftests/damon: add a test for DAMOS quotaSeongJae Park2024-02-222-0/+68
* selftests/damon/_damon_sysfs: support DAMOS apply intervalSeongJae Park2024-02-221-1/+8
* selftests/damon/_damon_sysfs: support DAMOS statsSeongJae Park2024-02-221-0/+32
* selftests/damon/_damon_sysfs: support DAMOS quotaSeongJae Park2024-02-221-9/+33
* memremap.h: correct an error in a commentJohn Groves2024-02-221-1/+1
* zram: use copy_page for full page copyMark-PK Tsai2024-02-221-1/+1
* mm/demotion: print demotion targetsLi Zhijian2024-02-221-1/+23
* mm/damon/sysfs: handle 'state' file inputs for every sampling interval if pos...SeongJae Park2024-02-223-16/+29
* 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-223-1/+8
* mm/zswap: invalidate zswap entry when swap entry freeChengming Zhou2024-02-224-5/+8
* 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-222-8/+4
* mm/cma: drop CONFIG_CMA_DEBUGAnshuman Khandual2024-02-223-24/+0
* kasan: rename test_kasan_module_init to kasan_test_module_initTiezhu Yang2024-02-221-2/+2
* kasan: docs: update descriptions about test file and moduleTiezhu Yang2024-02-223-30/+30
* selftests/mm: run_vmtests.sh: add hugetlb_madv_vs_mapBreno Leitao2024-02-221-0/+1
* mm/hugetlb: restore the reservation if neededBreno Leitao2024-02-221-0/+25
* kasan: add atomic testsPaul Heidekrüger2024-02-221-0/+79
* mm: reduce dependencies on <linux/kernel.h>Christophe JAILLET2024-02-222-1/+2
* 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
* selftests/mm: run_vmtests.sh: add hugetlb test categoryBreno Leitao2024-02-221-0/+2
* 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-222-19/+124
* 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
* powerpc/mm: use pte_next_pfn() in set_ptes()David Hildenbrand2024-02-221-4/+1