summaryrefslogtreecommitdiff
path: root/mm/damon
AgeCommit message (Expand)AuthorFilesLines
2023-02-10mm/damon/vaddr-test.h: stop using vma_mas_store() for maple tree storeLiam R. Howlett1-6/+14
2023-02-03mm/damon/core-test: add a test for damon_update_monitoring_results()SeongJae Park1-0/+30
2023-02-03mm/damon/core: update monitoring results for new monitoring attributesSeongJae Park1-0/+71
2023-02-03mm/damon/core: skip apply schemes if emptyHuaisheng Ye1-1/+2
2023-01-19mm/damon/sysfs-schemes: use strscpy() to instead of strncpy()Xu Panda1-2/+1
2023-01-19mm/damon/paddr: remove damon_pa_access_chk_result structSeongJae Park1-17/+11
2023-01-19mm/damon/paddr: remove folio_sz field from damon_pa_access_chk_resultSeongJae Park1-6/+1
2023-01-19mm/damon/paddr: rename 'damon_pa_access_chk_result->page_sz' to 'folio_sz'SeongJae Park1-10/+11
2023-01-19mm/damon/vaddr: record appropriate folio size when the access is not foundSeongJae Park1-9/+6
2023-01-19mm/damon/vaddr: support folio of neither HPAGE_PMD_SIZE nor PAGE_SIZESeongJae Park1-1/+1
2023-01-19mm/damon/vaddr: rename 'damon_young_walk_private->page_sz' to 'folio_sz'SeongJae Park1-10/+11
2023-01-19mm/damon/vaddr: convert hugetlb related functions to use a folioKefeng Wang1-10/+10
2023-01-19mm/damon: remove unneeded damon_get_page()Kefeng Wang1-7/+0
2023-01-19mm/damon/vaddr: convert damon_young_pmd_entry() to use a folioKefeng Wang1-9/+9
2023-01-19mm/damon/paddr: convert damon_pa_*() to use a folioKefeng Wang1-32/+26
2023-01-19mm/damon: convert damon_ptep/pmdp_mkold() to use a folioKefeng Wang1-10/+10
2023-01-19mm/damon: introduce damon_get_folio()Kefeng Wang2-8/+19
2023-01-19mm/swap: convert deactivate_page() to folio_deactivate()Vishal Moola (Oracle)1-1/+1
2023-01-19mm/damon: convert damon_pa_mark_accessed_or_deactivate() to use foliosVishal Moola (Oracle)1-6/+8
2023-01-19mm/damon/sysfs-schemes: implement scheme filtersSeongJae Park1-1/+92
2023-01-19mm/damon/sysfs-schemes: connect filter directory and filters directorySeongJae Park1-0/+68
2023-01-19mm/damon/sysfs-schemes: implement filter directorySeongJae Park1-0/+128
2023-01-19mm/damon/sysfs-schemes: implement filters directorySeongJae Park1-1/+84
2023-01-19mm/damon/reclaim: add a parameter called skip_anon for avoiding anonymous pag...SeongJae Park1-0/+19
2023-01-19mm/damon/paddr: support DAMOS filtersSeongJae Park1-9/+62
2023-01-19mm/damon/core: implement damos filterSeongJae Park1-0/+39
2022-12-01mm/damon: use kstrtobool() instead of strtobool()Christophe JAILLET2-2/+4
2022-12-01mm/damon/sysfs-schemes: implement DAMOS-tried regions clear commandSeongJae Park3-1/+37
2022-12-01mm/damon/sysfs: implement DAMOS tried regions update commandSeongJae Park3-2/+141
2022-12-01mm/damon/sysfs-schemes: implement scheme region directorySeongJae Park1-1/+122
2022-12-01mm/damon/sysfs-schemes: implement schemes/tried_regions directorySeongJae Park1-0/+57
2022-12-01mm/damon/core: add a callback for scheme target regions checkSeongJae Park1-1/+5
2022-12-01mm/damon/lru_sort: enable and disable synchronouslySeongJae Park1-29/+22
2022-12-01mm/damon/reclaim: enable and disable synchronouslySeongJae Park1-30/+23
2022-12-01mm/damon/{reclaim,lru_sort}: remove unnecessarily included headersSeongJae Park2-4/+0
2022-12-01mm/damon/modules: deduplicate init steps for DAMON context setupSeongJae Park5-30/+53
2022-12-01mm/damon/sysfs: split out schemes directory implementation to separate fileSeongJae Park4-1065/+1091
2022-12-01mm/damon/sysfs: split out kdamond-independent schemes stats update logic into...SeongJae Park1-15/+22
2022-12-01mm/damon/sysfs: move unsigned long range directory to common moduleSeongJae Park3-100/+109
2022-12-01mm/damon/sysfs: move sysfs_lock to common moduleSeongJae Park4-4/+24
2022-12-01mm/damon/sysfs: remove parameters of damon_sysfs_region_alloc()SeongJae Park1-11/+3
2022-12-01mm/damon/sysfs: use damon_addr_range for region's start and end valuesSeongJae Park1-14/+11
2022-12-01mm/damon/core: split out scheme quota adjustment logic into a new functionSeongJae Park1-43/+48
2022-12-01mm/damon/core: split out scheme stat update logic into a new functionSeongJae Park1-5/+11
2022-12-01mm/damon/core: split damos application logic into a new functionSeongJae Park1-34/+39
2022-12-01mm/damon/core: split out DAMOS-charged region skip logic into a new functionSeongJae Park1-31/+65
2022-12-01mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in dam...SeongJae Park1-2/+44
2022-11-23mm/damon/sysfs-schemes: skip stats update if the scheme directory is removedSeongJae Park1-0/+4
2022-11-09mm/damon/dbgfs: check if rm_contexts input is for a real contextSeongJae Park1-0/+7
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-18/+12