index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
damon
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-09
mm/damon/core: disallow overlapping input ranges for damon_set_regions()
SJ Park
1
-2
/
+9
2026-07-09
mm/damon/core: validate ranges in damon_set_regions()
SJ Park
1
-0
/
+6
2026-07-09
MAINTAINERS: s/SeongJae/SJ/
SJ Park
16
-36
/
+0
2026-07-01
mm/damon/ops-common: handle extreme intervals in damon_hot_score()
SeongJae Park
1
-0
/
+1
2026-07-01
mm/damon/sysfs-schemes: put stats for scheme_add_dirs() internal error
SeongJae Park
1
-4
/
+4
2026-07-01
mm/damon/sysfs-schemes: fix dir put orders in access_pattern_add_dirs()
SeongJae Park
1
-6
/
+3
2026-06-23
Merge tag 'mm-stable-2026-06-23-08-55' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-8
/
+47
2026-06-21
mm/damon/core: always put unsuccessfully committed target pids
SeongJae Park
1
-8
/
+47
2026-06-19
Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
13
-272
/
+1931
2026-06-04
mm/damon/core: trace esz at first setup
SeongJae Park
1
-0
/
+2
2026-06-04
mm/damon/tests/core-kunit: add damon_set_regions() test cases
SeongJae Park
1
-22
/
+120
2026-06-04
mm/damon/core: remove damon_verify_nr_regions()
SeongJae Park
1
-19
/
+0
2026-06-04
mm/damon/core: add kdamond_call() debug_sanity check
SeongJae Park
1
-0
/
+33
2026-06-04
mm/damon/core: hide damon_destroy_region()
SeongJae Park
1
-1
/
+2
2026-06-04
mm/damon/core: hide damon_insert_region()
SeongJae Park
1
-0
/
+11
2026-06-04
mm/damon/core: hide damon_add_region()
SeongJae Park
1
-1
/
+1
2026-06-04
mm/damon/tests/vaddr-kunit: replace damon_add_region() with damon_set_regions()
SeongJae Park
1
-7
/
+20
2026-06-04
mm/damon/core: do not use region out of a loop in damon_set_regions()
SeongJae Park
1
-2
/
+9
2026-06-04
mm/damon/core: safely handle no region case in damon_set_regions()
SeongJae Park
1
-0
/
+13
2026-06-03
mm/damon/lru_sort: handle ctx allocation failure
SeongJae Park
1
-0
/
+4
2026-06-03
mm/damon/reclaim: handle ctx allocation failure
SeongJae Park
1
-0
/
+4
2026-06-02
mm/damon/core: clarify next_intervals_tune_sis update path
niecheng
1
-0
/
+3
2026-06-02
mm/damon/vaddr: attempt per-vma lock during page table walk
Kefeng Wang
1
-26
/
+43
2026-06-02
mm/damon/sysfs: setup damon_filter->memcg_id from path
SeongJae Park
2
-1
/
+12
2026-06-02
mm/damon/sysfs-schemes: move memcg_path_to_id() to sysfs-common
SeongJae Park
3
-41
/
+43
2026-06-02
mm/damon/sysfs: add filters/<F>/path file
SeongJae Park
1
-0
/
+44
2026-06-02
mm/damon/paddr: support DAMON_FILTER_TYPE_MEMCG
SeongJae Park
1
-0
/
+14
2026-06-02
mm/damon/core: introduce DAMON_FILTER_TYPE_MEMCG
SeongJae Park
1
-0
/
+14
2026-06-02
mm/damon: trace probe_hits
SeongJae Park
1
-0
/
+9
2026-06-02
mm/damon/sysfs-schemes: implement probe/hits file
SeongJae Park
1
-7
/
+34
2026-06-02
mm/damon/sysfs-schemes: implement probe dir
SeongJae Park
1
-6
/
+95
2026-06-02
mm/damon/sysfs-schemes: implement tried_regions/<r>/probes/
SeongJae Park
1
-4
/
+63
2026-06-02
mm/damon/sysfs: setup probes on DAMON core API parameters
SeongJae Park
1
-0
/
+37
2026-06-02
mm/damon/sysfs: implement filter dir files
SeongJae Park
1
-0
/
+114
2026-06-02
mm/damon/sysfs: implement filter dir
SeongJae Park
1
-1
/
+124
2026-06-02
mm/damon/sysfs: implement filters directory
SeongJae Park
1
-1
/
+64
2026-06-02
mm/damon/sysfs: implement probe dir
SeongJae Park
1
-0
/
+119
2026-06-02
mm/damon/sysfs: implement probes dir
SeongJae Park
1
-0
/
+46
2026-06-02
mm/damon/paddr: support data attributes monitoring
SeongJae Park
1
-0
/
+62
2026-06-02
mm/damon/core: do data attributes monitoring
SeongJae Park
1
-0
/
+6
2026-06-02
mm/damon/core: introduce damon_region->probe_hits
SeongJae Park
1
-0
/
+10
2026-06-02
mm/damon/core: commit probes
SeongJae Park
1
-0
/
+104
2026-06-02
mm/damon/core: introduce damon_filter
SeongJae Park
1
-0
/
+30
2026-06-02
mm/damon/core: embed damon_probe objects in damon_ctx
SeongJae Park
1
-0
/
+38
2026-06-02
mm/damon/reclaim: validate min_region_size to be power of 2
Liew Rui Yan
1
-0
/
+5
2026-06-02
mm/damon/lru_sort: validate min_region_size to be power of 2
Liew Rui Yan
1
-0
/
+5
2026-06-02
mm/damon/sysfs-schemes: fix double increment of nr_regions
Vineet Agarwal
1
-1
/
+1
2026-06-02
mm/damon: replace damon_rand() with a per-ctx lockless PRNG
Jiayuan Chen
4
-17
/
+38
2026-06-02
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up the series
Andrew Morton
1
-2
/
+2
2026-05-31
mm/damon/ops-common: call folio_test_lru() after folio_get()
SeongJae Park
1
-2
/
+2
[next]