index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
mm
/
damon
/
sysfs-schemes.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-22
mm/damon/sysfs-schemes: fix wrong comment on damons_sysfs_quota_goal_metric_strs
SeongJae Park
1
-1
/
+1
2025-05-12
mm/damon/sysfs-schemes: use kmalloc_array() and size_add()
Su Hui
1
-2
/
+3
2025-05-12
mm/damon/sysfs-schemes: connect damos_quota_goal nid with core layer
SeongJae Park
1
-1
/
+10
2025-05-12
mm/damon/sysfs-schemes: implement file for quota goal nid parameter
SeongJae Park
1
-0
/
+27
2025-05-12
mm/damon/core: introduce damos quota goal metrics for memory node utilization
SeongJae Park
1
-0
/
+2
2025-03-21
mm/damon: implement a new DAMOS filter type for active pages
Nhat Pham
1
-0
/
+1
2025-03-17
mm/damon/sysfs-schemes: avoid Wformat-security warning on damon_sysfs_access_pattern_add_range_dir()
SeongJae Park
1
-1
/
+1
2025-03-17
mm/damon/sysfs-schemes: remove obsolete comment for damon_sysfs_schemes_clear_regions()
SeongJae Park
1
-1
/
+0
2025-03-17
mm/damon/sysfs-schemes: return error when for attempts to install filters on wrong sysfs directory
SeongJae Park
1
-0
/
+20
2025-03-17
mm/damon/sysfs-schemes: record filters of which layer should be added to the given filters directory
SeongJae Park
1
-10
/
+36
2025-03-17
mm/damon/sysfs-schemes: commit filters in {core,ops}_filters directories
SeongJae Park
1
-3
/
+11
2025-03-17
mm/damon/sysfs-schemes: implement core_filters and ops_filters directories
SeongJae Park
1
-2
/
+38
2025-03-17
mm/damon/sysfs-schemes: let damon_sysfs_scheme_set_filters() be used for different named directories
SeongJae Park
1
-4
/
+7
2025-03-16
mm/damon: implement a new DAMOS filter type for unmapped pages
SeongJae Park
1
-0
/
+1
2025-03-16
mm/damon/sysfs-schemes: add files for setting damos_filter->sz_range
Usama Arif
1
-0
/
+54
2025-03-16
mm/damon: introduce DAMOS filter type hugepage_size
Usama Arif
1
-0
/
+1
2025-01-25
mm/damon/sysfs-schemes: add a file for setting damos_filter->allow
SeongJae Park
1
-1
/
+31
2025-01-25
mm/damon: add 'allow' argument to damos_new_filter()
SeongJae Park
1
-1
/
+1
2025-01-25
mm/damon/sysfs-schemes: expose per-region filter-passed bytes
SeongJae Park
1
-1
/
+18
2025-01-25
mm/damon/syfs-schemes: implement per-scheme filter-passed bytes stat
SeongJae Park
1
-0
/
+16
2025-01-25
mm/damon/sysfs: remove unused code for schemes tried regions update
SeongJae Park
1
-204
/
+0
2025-01-25
mm/damon/sysfs: use damos_walk() for update_schemes_tried_{bytes,regions}
SeongJae Park
1
-0
/
+48
2025-01-25
mm/damon/sysfs: handle clear_schemes_tried_regions from DAMON sysfs context
SeongJae Park
1
-1
/
+1
2025-01-25
mm/damon/sysfs-schemes: remove unnecessary schemes existence check in damon_sysfs_schemes_clear_regions()
SeongJae Park
1
-11
/
+5
2024-07-03
mm/damon/sysfs-schemes: rename *_set_{schemes,scheme_filters,quota_score,schemes}()
SeongJae Park
1
-6
/
+6
2024-07-03
mm/damon/sysfs-schemes: remove unnecessary online tuning handling code
SeongJae Park
1
-65
/
+3
2024-07-03
mm/damon/sysfs-schemes: use damos_commit_quota_goals()
SeongJae Park
1
-2
/
+12
2024-07-03
mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotion
Hyeongtak Ji
1
-0
/
+1
2024-07-03
mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion
Honggyu Kim
1
-0
/
+1
2024-07-03
mm/damon/sysfs-schemes: add target_nid on sysfs-schemes
Hyeongtak Ji
1
-1
/
+32
2024-05-05
mm/damon: add DAMOS filter type YOUNG
SeongJae Park
1
-0
/
+1
2024-02-23
mm/damon/sysfs-schemes: support PSI-based quota auto-tune
SeongJae Park
1
-2
/
+40
2024-02-23
mm/damon/core: support multiple metrics for quota goal
SeongJae Park
1
-2
/
+3
2024-02-23
mm/damon/core: let goal specified with only target and current values
SeongJae Park
1
-8
/
+2
2024-02-23
mm/damon/sysfs: use only quota->goals
SeongJae Park
1
-16
/
+33
2024-02-23
mm/damon/core: split out quota goal related fields to a struct
SeongJae Park
1
-5
/
+5
2024-02-23
mm/damon/sysfs: implement a kdamond command for updating schemes' effective quotas
SeongJae Park
1
-0
/
+20
2024-02-23
mm/damon/sysfs-schemes: implement quota effective_bytes file
SeongJae Park
1
-0
/
+14
2024-02-22
mm/damon/sysfs: handle 'state' file inputs for every sampling interval if possible
SeongJae Park
1
-13
/
+9
2024-02-20
mm/damon/sysfs-schemes: handle schemes sysfs dir removal before commit_schemes_quota_goals
SeongJae Park
1
-0
/
+4
2024-02-07
mm/damon/sysfs-schemes: fix wrong DAMOS tried regions update timeout setup
SeongJae Park
1
-1
/
+1
2023-12-12
mm/damon/sysfs-schemes: implement a command for scheme quota goals only commit
SeongJae Park
1
-0
/
+16
2023-12-12
mm/damon/sysfs-schemes: commit damos quota goals user input to DAMOS
SeongJae Park
1
-0
/
+32
2023-12-12
mm/damon/sysfs-schemes: implement files for scheme quota goals setup
SeongJae Park
1
-3
/
+221
2023-12-06
mm/damon/sysfs-schemes: add timeout for update_schemes_tried_regions
SeongJae Park
1
-6
/
+43
2023-11-15
mm/damon/sysfs-schemes: handle tried region directory allocation failure
SeongJae Park
1
-0
/
+2
2023-11-15
mm/damon/sysfs-schemes: handle tried regions sysfs directory allocation failure
SeongJae Park
1
-0
/
+3
2023-10-18
mm/damon/sysfs: avoid empty scheme tried regions for large apply interval
SeongJae Park
1
-0
/
+16
2023-10-18
mm/damon/sysfs-schemes: do not update tried regions more than one DAMON snapshot
SeongJae Park
1
-0
/
+77
2023-10-04
mm/damon/sysfs-schemes: support DAMOS apply interval
SeongJae Park
1
-4
/
+34
[next]