index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
damon
/
paddr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/damon: rename damon_pageout_score() to damon_cold_score()
Kaixu Xia
2022-10-03
1
-2
/
+2
*
mm/damon: simplify the parameter passing for 'prepare_access_checks'
Kaixu Xia
2022-10-03
1
-3
/
+2
*
mm/damon/paddr: deduplicate damon_pa_{mark_accessed,deactivate_pages}()
SeongJae Park
2022-10-03
1
-14
/
+12
*
mm/damon/paddr: make supported DAMOS actions of paddr clear
SeongJae Park
2022-10-03
1
-0
/
+3
*
mm/damon: simplify the parameter passing for 'check_accesses'
Kaixu Xia
2022-09-12
1
-3
/
+2
*
mm/damon/schemes: add 'LRU_DEPRIO' action
SeongJae Park
2022-07-04
1
-0
/
+20
*
mm/damon/schemes: add 'LRU_PRIO' DAMOS action
SeongJae Park
2022-07-04
1
-0
/
+20
*
mm/damon/paddr: use a separate function for 'DAMOS_PAGEOUT' handling
SeongJae Park
2022-07-04
1
-6
/
+14
*
mm: damon: use HPAGE_PMD_SIZE
Kefeng Wang
2022-05-19
1
-1
/
+1
*
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-23
1
-33
/
+29
|
\
|
*
mm/damon: minor cleanup for damon_pa_young
Miaohe Lin
2022-03-21
1
-1
/
+1
|
*
mm/rmap: Convert rmap_walk() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-8
/
+7
|
*
mm/damon: Convert damon_pa_young() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-12
/
+15
|
*
mm/damon: Convert damon_pa_mkold() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-7
/
+9
|
*
mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALK
Matthew Wilcox (Oracle)
2022-03-21
1
-10
/
+2
*
|
mm/damon/paddr,vaddr: remove damon_{p,v}a_{target_valid,set_operations}()
SeongJae Park
2022-03-22
1
-19
/
+1
*
|
mm/damon/paddr,vaddr: register themselves to DAMON in subsys_initcall
SeongJae Park
2022-03-22
1
-0
/
+20
*
|
mm/damon: rename damon_primitives to damon_operations
SeongJae Park
2022-03-22
1
-11
/
+11
|
/
*
mm/damon/schemes: account scheme actions that successfully applied
SeongJae Park
2022-01-15
1
-6
/
+7
*
mm/damon: remove some unneeded function definitions in damon.h
Xin Hao
2022-01-15
1
-5
/
+6
*
mm/damon/vaddr,paddr: support pageout prioritization
SeongJae Park
2021-11-06
1
-0
/
+14
*
mm/damon/paddr: support the pageout scheme
SeongJae Park
2021-11-06
1
-1
/
+36
*
mm/damon: implement primitives for physical address space monitoring
SeongJae Park
2021-11-06
1
-0
/
+224