index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
damon
Age
Commit message (
Expand
)
Author
2023-01-18
mm/damon/sysfs-schemes: use strscpy() to instead of strncpy()
Xu Panda
2023-01-18
mm/damon/paddr: remove damon_pa_access_chk_result struct
SeongJae Park
2023-01-18
mm/damon/paddr: remove folio_sz field from damon_pa_access_chk_result
SeongJae Park
2023-01-18
mm/damon/paddr: rename 'damon_pa_access_chk_result->page_sz' to 'folio_sz'
SeongJae Park
2023-01-18
mm/damon/vaddr: record appropriate folio size when the access is not found
SeongJae Park
2023-01-18
mm/damon/vaddr: support folio of neither HPAGE_PMD_SIZE nor PAGE_SIZE
SeongJae Park
2023-01-18
mm/damon/vaddr: rename 'damon_young_walk_private->page_sz' to 'folio_sz'
SeongJae Park
2023-01-18
mm/damon/vaddr: convert hugetlb related functions to use a folio
Kefeng Wang
2023-01-18
mm/damon: remove unneeded damon_get_page()
Kefeng Wang
2023-01-18
mm/damon/vaddr: convert damon_young_pmd_entry() to use a folio
Kefeng Wang
2023-01-18
mm/damon/paddr: convert damon_pa_*() to use a folio
Kefeng Wang
2023-01-18
mm/damon: convert damon_ptep/pmdp_mkold() to use a folio
Kefeng Wang
2023-01-18
mm/damon: introduce damon_get_folio()
Kefeng Wang
2023-01-18
mm/swap: convert deactivate_page() to folio_deactivate()
Vishal Moola (Oracle)
2023-01-18
mm/damon: convert damon_pa_mark_accessed_or_deactivate() to use folios
Vishal Moola (Oracle)
2023-01-18
mm/damon/sysfs-schemes: implement scheme filters
SeongJae Park
2023-01-18
mm/damon/sysfs-schemes: connect filter directory and filters directory
SeongJae Park
2023-01-18
mm/damon/sysfs-schemes: implement filter directory
SeongJae Park
2023-01-18
mm/damon/sysfs-schemes: implement filters directory
SeongJae Park
2023-01-18
mm/damon/reclaim: add a parameter called skip_anon for avoiding anonymous pag...
SeongJae Park
2023-01-18
mm/damon/paddr: support DAMOS filters
SeongJae Park
2023-01-18
mm/damon/core: implement damos filter
SeongJae Park
2022-11-30
mm/damon: use kstrtobool() instead of strtobool()
Christophe JAILLET
2022-11-30
mm/damon/sysfs-schemes: implement DAMOS-tried regions clear command
SeongJae Park
2022-11-30
mm/damon/sysfs: implement DAMOS tried regions update command
SeongJae Park
2022-11-30
mm/damon/sysfs-schemes: implement scheme region directory
SeongJae Park
2022-11-30
mm/damon/sysfs-schemes: implement schemes/tried_regions directory
SeongJae Park
2022-11-30
mm/damon/core: add a callback for scheme target regions check
SeongJae Park
2022-11-30
mm/damon/lru_sort: enable and disable synchronously
SeongJae Park
2022-11-30
mm/damon/reclaim: enable and disable synchronously
SeongJae Park
2022-11-30
mm/damon/{reclaim,lru_sort}: remove unnecessarily included headers
SeongJae Park
2022-11-30
mm/damon/modules: deduplicate init steps for DAMON context setup
SeongJae Park
2022-11-30
mm/damon/sysfs: split out schemes directory implementation to separate file
SeongJae Park
2022-11-30
mm/damon/sysfs: split out kdamond-independent schemes stats update logic into...
SeongJae Park
2022-11-30
mm/damon/sysfs: move unsigned long range directory to common module
SeongJae Park
2022-11-30
mm/damon/sysfs: move sysfs_lock to common module
SeongJae Park
2022-11-30
mm/damon/sysfs: remove parameters of damon_sysfs_region_alloc()
SeongJae Park
2022-11-30
mm/damon/sysfs: use damon_addr_range for region's start and end values
SeongJae Park
2022-11-30
mm/damon/core: split out scheme quota adjustment logic into a new function
SeongJae Park
2022-11-30
mm/damon/core: split out scheme stat update logic into a new function
SeongJae Park
2022-11-30
mm/damon/core: split damos application logic into a new function
SeongJae Park
2022-11-30
mm/damon/core: split out DAMOS-charged region skip logic into a new function
SeongJae Park
2022-11-30
mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in dam...
SeongJae Park
2022-11-22
mm/damon/sysfs-schemes: skip stats update if the scheme directory is removed
SeongJae Park
2022-11-08
mm/damon/dbgfs: check if rm_contexts input is for a real context
SeongJae Park
2022-10-14
Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-12
mm/damon: use damon_sz_region() in appropriate place
Xin Hao
2022-10-12
mm/damon: move sz_damon_region to damon_sz_region
Xin Hao
2022-10-12
Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-10-11
mm/damon/core: initialize damon_target->list in damon_new_target()
SeongJae Park
[next]