index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
damon
Commit message (
Expand
)
Author
Age
Files
Lines
*
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/dbgfs: print DAMON debugfs interface deprecation message
SeongJae Park
2023-02-13
1
-0
/
+19
*
mm/damon/Kconfig: add DAMON debugfs interface deprecation notice
SeongJae Park
2023-02-13
1
-3
/
+4
*
mm/damon/sysfs: make kobj_type structures constant
Thomas Weißschuh
2023-02-09
4
-23
/
+23
*
mm/damon/vaddr-test.h: stop using vma_mas_store() for maple tree store
Liam R. Howlett
2023-02-09
1
-6
/
+14
*
mm/damon/core-test: add a test for damon_update_monitoring_results()
SeongJae Park
2023-02-02
1
-0
/
+30
*
mm/damon/core: update monitoring results for new monitoring attributes
SeongJae Park
2023-02-02
1
-0
/
+71
*
mm/damon/core: skip apply schemes if empty
Huaisheng Ye
2023-02-02
1
-1
/
+2
*
mm/damon/sysfs-schemes: use strscpy() to instead of strncpy()
Xu Panda
2023-01-18
1
-2
/
+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/vaddr: record appropriate folio size when the access is not found
SeongJae Park
2023-01-18
1
-9
/
+6
*
mm/damon/vaddr: support folio of neither HPAGE_PMD_SIZE nor PAGE_SIZE
SeongJae Park
2023-01-18
1
-1
/
+1
*
mm/damon/vaddr: rename 'damon_young_walk_private->page_sz' to 'folio_sz'
SeongJae Park
2023-01-18
1
-10
/
+11
*
mm/damon/vaddr: convert hugetlb related functions to use a folio
Kefeng Wang
2023-01-18
1
-10
/
+10
*
mm/damon: remove unneeded damon_get_page()
Kefeng Wang
2023-01-18
1
-7
/
+0
*
mm/damon/vaddr: convert damon_young_pmd_entry() to use a folio
Kefeng Wang
2023-01-18
1
-9
/
+9
*
mm/damon/paddr: convert damon_pa_*() to use a folio
Kefeng Wang
2023-01-18
1
-32
/
+26
*
mm/damon: convert damon_ptep/pmdp_mkold() to use a folio
Kefeng Wang
2023-01-18
1
-10
/
+10
*
mm/damon: introduce damon_get_folio()
Kefeng Wang
2023-01-18
2
-8
/
+19
*
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/sysfs-schemes: implement scheme filters
SeongJae Park
2023-01-18
1
-1
/
+92
*
mm/damon/sysfs-schemes: connect filter directory and filters directory
SeongJae Park
2023-01-18
1
-0
/
+68
*
mm/damon/sysfs-schemes: implement filter directory
SeongJae Park
2023-01-18
1
-0
/
+128
*
mm/damon/sysfs-schemes: implement filters directory
SeongJae Park
2023-01-18
1
-1
/
+84
*
mm/damon/reclaim: add a parameter called skip_anon for avoiding anonymous pag...
SeongJae Park
2023-01-18
1
-0
/
+19
*
mm/damon/paddr: support DAMOS filters
SeongJae Park
2023-01-18
1
-9
/
+62
*
mm/damon/core: implement damos filter
SeongJae Park
2023-01-18
1
-0
/
+39
*
mm/damon: use kstrtobool() instead of strtobool()
Christophe JAILLET
2022-11-30
2
-2
/
+4
*
mm/damon/sysfs-schemes: implement DAMOS-tried regions clear command
SeongJae Park
2022-11-30
3
-1
/
+37
*
mm/damon/sysfs: implement DAMOS tried regions update command
SeongJae Park
2022-11-30
3
-2
/
+141
*
mm/damon/sysfs-schemes: implement scheme region directory
SeongJae Park
2022-11-30
1
-1
/
+122
*
mm/damon/sysfs-schemes: implement schemes/tried_regions directory
SeongJae Park
2022-11-30
1
-0
/
+57
*
mm/damon/core: add a callback for scheme target regions check
SeongJae Park
2022-11-30
1
-1
/
+5
*
mm/damon/lru_sort: enable and disable synchronously
SeongJae Park
2022-11-30
1
-29
/
+22
*
mm/damon/reclaim: enable and disable synchronously
SeongJae Park
2022-11-30
1
-30
/
+23
*
mm/damon/{reclaim,lru_sort}: remove unnecessarily included headers
SeongJae Park
2022-11-30
2
-4
/
+0
*
mm/damon/modules: deduplicate init steps for DAMON context setup
SeongJae Park
2022-11-30
5
-30
/
+53
*
mm/damon/sysfs: split out schemes directory implementation to separate file
SeongJae Park
2022-11-30
4
-1065
/
+1091
*
mm/damon/sysfs: split out kdamond-independent schemes stats update logic into...
SeongJae Park
2022-11-30
1
-15
/
+22
*
mm/damon/sysfs: move unsigned long range directory to common module
SeongJae Park
2022-11-30
3
-100
/
+109
*
mm/damon/sysfs: move sysfs_lock to common module
SeongJae Park
2022-11-30
4
-4
/
+24
*
mm/damon/sysfs: remove parameters of damon_sysfs_region_alloc()
SeongJae Park
2022-11-30
1
-11
/
+3
*
mm/damon/sysfs: use damon_addr_range for region's start and end values
SeongJae Park
2022-11-30
1
-14
/
+11
*
mm/damon/core: split out scheme quota adjustment logic into a new function
SeongJae Park
2022-11-30
1
-43
/
+48
*
mm/damon/core: split out scheme stat update logic into a new function
SeongJae Park
2022-11-30
1
-5
/
+11
*
mm/damon/core: split damos application logic into a new function
SeongJae Park
2022-11-30
1
-34
/
+39
[next]