summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-20Add a new optional ",cma" suffix to the crashkernel= command line optionJiri Bohac13-14/+27
2025-07-20mm/page_owner: convert set_page_owner_migrate_reason() to foliosSidhartha Kumar4-8/+8
2025-07-20mm/memfd: replace deprecated strcpy() with memcpy() in alloc_name()Thorsten Blum1-1/+1
2025-07-20mm/damon/core: remove damon_callbackSeongJae Park2-49/+8
2025-07-20mm/damon/sysfs: remove damon_sysfs_before_terminate()SeongJae Park1-12/+0
2025-07-20mm/damon/core: destroy targets when kdamond_fn() finishSeongJae Park1-0/+1
2025-07-20mm/damon/sysfs: remove damon_sysfs_destroy_targets()SeongJae Park1-20/+3
2025-07-20mm/damon/vaddr: put pid in cleanup_target()SeongJae Park5-14/+8
2025-07-20mm/damon/core: add cleanup_target() ops callbackSeongJae Park5-11/+17
2025-07-20mm/damon/core: do not call ops.cleanup() when destroying targetsSeongJae Park1-5/+0
2025-07-20samples/damon/wsse: use damon_call() repeat mode instead of damon_callbackSeongJae Park1-3/+13
2025-07-20samples/damon/prcl: use damon_call() repeat mode instead of damon_callbackSeongJae Park1-4/+14
2025-07-20mm/damon/lru_sort: use damon_call() repeat mode instead of damon_callbackSeongJae Park1-35/+35
2025-07-20mm/damon/reclaim: use damon_call() repeat mode instead of damon_callbackSeongJae Park1-31/+31
2025-07-20mm/damon/stat: use damon_call() repeat mode instead of damon_callbackSeongJae Park1-3/+14
2025-07-20mm/damon/core: introduce repeat mode damon_call()SeongJae Park2-5/+22
2025-07-20mm/damon: accept parallel damon_call() requestsSeongJae Park2-26/+30
2025-07-20mm: simplify min_brk handling in brk()Xuanye Liu1-5/+2
2025-07-20readahead: use folio_nr_pages() instead of shift operationChi Zhiling1-1/+1
2025-07-20mm/hmm: move pmd_to_hmm_pfn_flags() to the respective #ifdefferyAndy Shevchenko1-1/+1
2025-07-20mm: introduce per-node proactive reclaim interfaceDavidlohr Bueso4-7/+75
2025-07-20mm/vmscan: make __node_reclaim() more genericDavidlohr Bueso1-23/+25
2025-07-20mm/memcg: make memory.reclaim interface genericDavidlohr Bueso3-73/+112
2025-07-20mm/vmscan: respect psi_memstall region in node reclaimDavidlohr Bueso1-1/+1
2025-07-20mm: remove unmap_and_put_page()Vishal Moola (Oracle)1-6/+0
2025-07-20mm/memory.c: use folios in __access_remote_vm()Vishal Moola (Oracle)1-3/+5
2025-07-20mm/memory.c: use folios in __copy_remote_vm_str()Vishal Moola (Oracle)1-3/+5
2025-07-20mm/damon/vaddr: apply filters in migrate_{hot/cold}Bijan Tabatabai1-4/+65
2025-07-20mm/damon: move folio filtering from paddr to ops-commonBijan Tabatabai3-152/+154
2025-07-20mm/damon/vaddr: use damos->migrate_dests in migrate_{hot,cold}Bijan Tabatabai1-16/+92
2025-07-20Docs/mm/damon/design: document vaddr support for migrate_{hot,cold}Bijan Tabatabai1-2/+2
2025-07-20mm/damon/vaddr: add vaddr versions of migrate_{hot,cold}Bijan Tabatabai1-0/+98
2025-07-20mm/damon: move migration helpers from paddr to ops-commonBijan Tabatabai3-121/+123
2025-07-20mm/damon/core: commit damos->migrate_destsBijan Tabatabai1-0/+39
2025-07-20Docs/admin-guide/mm/damon/usage: document dests directorySeongJae Park1-4/+29
2025-07-20Docs/ABI/damon: document schemes dests directorySeongJae Park1-0/+22
2025-07-20mm/damon/sysfs-schemes: set damos->migrate_destsSeongJae Park1-0/+28
2025-07-20mm/damon/sysfs-schemes: implement DAMOS action destinations directorySeongJae Park1-1/+224
2025-07-20mm/damon/core: add damos->migrate_dests fieldSeongJae Park2-3/+14
2025-07-20mm/damon: add struct damos_migrate_destsSeongJae Park1-0/+16
2025-07-20mm/damon/core: commit damos->target_nidBijan Tabatabai1-0/+1
2025-07-20samples/damon: support automatic node address detectionYunjeong Mun1-3/+34
2025-07-20samples/damon: change enable parameters to enabledHonggyu Kim3-33/+33
2025-07-20mm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item counterVlastimil Babka7-13/+8
2025-07-20mm/vmstat: utilize designated initializers for the vmstat_text arrayKirill A. Shutemov1-213/+234
2025-07-20mm: strictly check vmstat_text array sizeKirill A. Shutemov1-1/+1
2025-07-20mm/vmstat: make MEMCG select VM_EVENT_COUNTERSKirill A. Shutemov3-4/+5
2025-07-20mm: remove boolean output parameters from folio_pte_batch_ext()David Hildenbrand4-51/+50
2025-07-20mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()David Hildenbrand8-18/+46
2025-07-20mm: smaller folio_pte_batch() improvementsDavid Hildenbrand1-22/+15