summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
9 daysmm/mremap: put VMA check and prep logic into helper functionLorenzo Stoakes
9 daysmm/mremap: refactor initial parameter sanity checksLorenzo Stoakes
9 daysmm/mremap: perform some simple cleanupsLorenzo Stoakes
9 daysmm/vma: refactor vma_modify_flags_name() to vma_modify_name()Lorenzo Stoakes
9 daysmm: optimize lru_note_cost() by adding lru_note_cost_unlock_irq()Hugh Dickins
9 daysmm/mglru: stop try_to_inc_min_seq() if min_seq[type] has not increasedHao Jia
9 daysmm/damon/core: commit damos_quota_goal->nidSeongJae Park
11 dayskfence: Remove mention of PG_slabMatthew Wilcox (Oracle)
11 daysmm: move randomize_va_space into memory.cJoel Granados
12 daysMerge branch 'acpi-apei'Rafael J. Wysocki
2025-07-19kasan: use vmalloc_dump_obj() for vmalloc error reportsMarco Elver
2025-07-19mm/ksm: fix -Wsometimes-uninitialized from clang-21 in advisor_mode_show()Nathan Chancellor
2025-07-19mm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=nHarry Yoo
2025-07-19mm/vmscan: fix hwpoisoned large folio handling in shrink_folio_listJinjiang Tu
2025-07-19mm/page_owner: convert set_page_owner_migrate_reason() to foliosSidhartha Kumar
2025-07-19mm/memfd: replace deprecated strcpy() with memcpy() in alloc_name()Thorsten Blum
2025-07-19mm/damon/core: remove damon_callbackSeongJae Park
2025-07-19mm/damon/sysfs: remove damon_sysfs_before_terminate()SeongJae Park
2025-07-19mm/damon/core: destroy targets when kdamond_fn() finishSeongJae Park
2025-07-19mm/damon/sysfs: remove damon_sysfs_destroy_targets()SeongJae Park
2025-07-19mm/damon/vaddr: put pid in cleanup_target()SeongJae Park
2025-07-19mm/damon/core: add cleanup_target() ops callbackSeongJae Park
2025-07-19mm/damon/core: do not call ops.cleanup() when destroying targetsSeongJae Park
2025-07-19mm/damon/lru_sort: use damon_call() repeat mode instead of damon_callbackSeongJae Park
2025-07-19mm/damon/reclaim: use damon_call() repeat mode instead of damon_callbackSeongJae Park
2025-07-19mm/damon/stat: use damon_call() repeat mode instead of damon_callbackSeongJae Park
2025-07-19mm/damon/core: introduce repeat mode damon_call()SeongJae Park
2025-07-19mm/damon: accept parallel damon_call() requestsSeongJae Park
2025-07-19mm: simplify min_brk handling in brk()Xuanye Liu
2025-07-19readahead: use folio_nr_pages() instead of shift operationChi Zhiling
2025-07-19mm/hmm: move pmd_to_hmm_pfn_flags() to the respective #ifdefferyAndy Shevchenko
2025-07-19mm: introduce per-node proactive reclaim interfaceDavidlohr Bueso
2025-07-19mm/vmscan: make __node_reclaim() more genericDavidlohr Bueso
2025-07-19mm/memcg: make memory.reclaim interface genericDavidlohr Bueso
2025-07-19mm/vmscan: respect psi_memstall region in node reclaimDavidlohr Bueso
2025-07-19mm/memory.c: use folios in __access_remote_vm()Vishal Moola (Oracle)
2025-07-19mm/memory.c: use folios in __copy_remote_vm_str()Vishal Moola (Oracle)
2025-07-19mm/damon/vaddr: apply filters in migrate_{hot/cold}Bijan Tabatabai
2025-07-19mm/damon: move folio filtering from paddr to ops-commonBijan Tabatabai
2025-07-19mm/damon/vaddr: use damos->migrate_dests in migrate_{hot,cold}Bijan Tabatabai
2025-07-19mm/damon/vaddr: add vaddr versions of migrate_{hot,cold}Bijan Tabatabai
2025-07-19mm/damon: move migration helpers from paddr to ops-commonBijan Tabatabai
2025-07-19mm/damon/core: commit damos->migrate_destsBijan Tabatabai
2025-07-19mm/damon/sysfs-schemes: set damos->migrate_destsSeongJae Park
2025-07-19mm/damon/sysfs-schemes: implement DAMOS action destinations directorySeongJae Park
2025-07-19mm/damon/core: add damos->migrate_dests fieldSeongJae Park
2025-07-19mm/damon/core: commit damos->target_nidBijan Tabatabai
2025-07-19mm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item counterVlastimil Babka
2025-07-19mm/vmstat: utilize designated initializers for the vmstat_text arrayKirill A. Shutemov
2025-07-19mm: strictly check vmstat_text array sizeKirill A. Shutemov