index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
damon
Age
Commit message (
Expand
)
Author
2025-03-16
mm/damon: implement a new DAMOS filter type for unmapped pages
SeongJae Park
2025-03-16
mm/damon/sysfs-schemes: add files for setting damos_filter->sz_range
Usama Arif
2025-03-16
mm/damon: introduce DAMOS filter type hugepage_size
Usama Arif
2025-03-16
mm/damon/core: do damos walking in entire regions granularity
SeongJae Park
2025-03-16
mm/damon/core: do not call damos_walk_control->walk() if walk is completed
SeongJae Park
2025-03-16
mm/damon/core: unset damos->walk_completed after confimed set
SeongJae Park
2025-03-16
mm/damon: avoid applying DAMOS action to same entity multiple times
SeongJae Park
2025-03-16
mm/damon/ops: have damon_get_folio return folio even for tail pages
Usama Arif
2025-03-16
mm/damon: handle device-exclusive entries correctly in damon_folio_mkold_one()
David Hildenbrand
2025-03-16
mm/damon: handle device-exclusive entries correctly in damon_folio_young_one()
David Hildenbrand
2025-03-16
mm/damon/core: initialize damos->walk_completed in damon_new_scheme()
SeongJae Park
2025-03-16
mm/damon: respect core layer filters' allowance decision on ops layer
SeongJae Park
2025-01-25
mm/damon/core: use str_high_low() helper in damos_wmark_wait_us()
Thorsten Blum
2025-01-25
mm/damon/paddr: improve readability of damon_pa_stat
Joshua Hahn
2025-01-25
mm/damon/paddr: increment pa_stat damon address range by folio size
Usama Arif
2025-01-25
mm/damon/sysfs-schemes: add a file for setting damos_filter->allow
SeongJae Park
2025-01-25
mm/damon: add 'allow' argument to damos_new_filter()
SeongJae Park
2025-01-25
mm/damon/paddr: support damos_filter->allow
SeongJae Park
2025-01-25
mm/damon/core: support damos_filter->allow
SeongJae Park
2025-01-25
mm/damon/core: add damos_filter->allow field
SeongJae Park
2025-01-25
mm/damon: remove DAMON debugfs interface
SeongJae Park
2025-01-25
mm/damon: remove DAMON debugfs interface kunit tests
SeongJae Park
2025-01-25
mm/damon/sysfs-schemes: expose per-region filter-passed bytes
SeongJae Park
2025-01-25
mm/damon/core: pass per-region filter-passed bytes to damos_walk_control->wal...
SeongJae Park
2025-01-25
mm/damon/syfs-schemes: implement per-scheme filter-passed bytes stat
SeongJae Park
2025-01-25
mm/damon/core: implement per-scheme ops-handled filter-passed bytes stat
SeongJae Park
2025-01-25
mm/damon/paddr: report filter-passed bytes back for DAMOS_STAT action
SeongJae Park
2025-01-25
mm/damon/paddr: report filter-passed bytes back for normal actions
SeongJae Park
2025-01-25
mm/damon: ask apply_scheme() to report filter-passed region-internal bytes
SeongJae Park
2025-01-25
mm/damon/sysfs: remove unused code for schemes tried regions update
SeongJae Park
2025-01-25
mm/damon/sysfs: use damos_walk() for update_schemes_tried_{bytes,regions}
SeongJae Park
2025-01-25
mm/damon/core: implement damos_walk()
SeongJae Park
2025-01-25
mm/damon/sysfs: use damon_call() for update_schemes_effective_quotas
SeongJae Park
2025-01-25
mm/damon/sysfs: use damon_call() for commit_schemes_quota_goals
SeongJae Park
2025-01-25
mm/damon/sysfs: use damon_call() for update_schemes_stats
SeongJae Park
2025-01-25
mm/damon/core: introduce damon_call()
SeongJae Park
2025-01-25
mm/damon/sysfs: handle clear_schemes_tried_regions from DAMON sysfs context
SeongJae Park
2025-01-25
mm/damon/sysfs-schemes: remove unnecessary schemes existence check in damon_s...
SeongJae Park
2025-01-13
mm/damon/tests/vaddr-kunit.h: reduce stack consumption
Andrew Morton
2025-01-13
mm/damon/core: remove duplicate list_empty quota->goals check
Honggyu Kim
2024-12-30
mm/damon/core: fix ignored quota goals and filters of newly committed schemes
SeongJae Park
2024-12-30
mm/damon/core: fix new damon_target objects leaks on damon_commit_targets()
SeongJae Park
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-11-11
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2024-11-07
mm/damon/tests/dbgfs-kunit: fix the header double inclusion guarding ifdef co...
SeongJae Park
2024-11-07
mm/damon/Kconfig: update DBGFS_KUNIT prompt copy for SYSFS_KUNIT
SeongJae Park
2024-11-07
mm/damon/core: avoid overflow in damon_feed_loop_next_input()
SeongJae Park
2024-11-07
mm/damon/core: handle zero schemes apply interval
SeongJae Park
2024-11-07
mm/damon/core: handle zero {aggregation,ops_update} intervals
SeongJae Park
[prev]
[next]