index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
damon
/
paddr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: madvise: pageout: ignore references rather than clearing young
Barry Song
2024-03-04
1
-1
/
+1
*
mm/damon/core: use pseudo-moving sum for nr_accesses_bp
SeongJae Park
2023-10-04
1
-4
/
+5
*
mm/damon/core: define and use a dedicated function for region access rate update
SeongJae Park
2023-10-04
1
-4
/
+2
*
damon: use pmdp_get instead of drectly dereferencing pmd
Levi Yun
2023-08-21
1
-1
/
+1
*
mm: ptep_get() conversion
Ryan Roberts
2023-06-19
1
-1
/
+1
*
mm/damon/ops-common: atomically test and clear young on ptes and pmds
Ryan Roberts
2023-06-09
1
-2
/
+2
*
mm/damon/paddr: fix missing folio_sz update in damon_pa_young()
Kefeng Wang
2023-05-02
1
-4
/
+2
*
mm/damon/paddr: minor refactor of damon_pa_mark_accessed_or_deactivate()
Kefeng Wang
2023-05-02
1
-4
/
+3
*
mm/damon/paddr: minor refactor of damon_pa_pageout()
Kefeng Wang
2023-05-02
1
-8
/
+5
*
mm/damon/paddr: fix folio_nr_pages() after folio_put() in damon_pa_mark_acces...
SeongJae Park
2023-03-07
1
-1
/
+1
*
mm/damon/paddr: fix folio_size() call after folio_put() in damon_pa_young()
SeongJae Park
2023-03-07
1
-2
/
+1
*
mm/damon/paddr: fix missing folio_put()
andrew.yang
2023-02-27
1
-4
/
+3
*
mm: change to return bool for folio_isolate_lru()
Baolin Wang
2023-02-20
1
-1
/
+1
*
mm/damon/paddr: remove damon_pa_access_chk_result struct
SeongJae Park
2023-01-18
1
-17
/
+11
*
mm/damon/paddr: remove folio_sz field from damon_pa_access_chk_result
SeongJae Park
2023-01-18
1
-6
/
+1
*
mm/damon/paddr: rename 'damon_pa_access_chk_result->page_sz' to 'folio_sz'
SeongJae Park
2023-01-18
1
-10
/
+11
*
mm/damon/paddr: convert damon_pa_*() to use a folio
Kefeng Wang
2023-01-18
1
-32
/
+26
*
mm/swap: convert deactivate_page() to folio_deactivate()
Vishal Moola (Oracle)
2023-01-18
1
-1
/
+1
*
mm/damon: convert damon_pa_mark_accessed_or_deactivate() to use folios
Vishal Moola (Oracle)
2023-01-18
1
-6
/
+8
*
mm/damon/paddr: support DAMOS filters
SeongJae Park
2023-01-18
1
-9
/
+62
*
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-11
1
-3
/
+2
*
mm/damon/schemes: add 'LRU_DEPRIO' action
SeongJae Park
2022-07-03
1
-0
/
+20
*
mm/damon/schemes: add 'LRU_PRIO' DAMOS action
SeongJae Park
2022-07-03
1
-0
/
+20
*
mm/damon/paddr: use a separate function for 'DAMOS_PAGEOUT' handling
SeongJae Park
2022-07-03
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-22
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