DAMON development mailing list
 help / color / mirror / Atom feed
 messages from 2022-06-23 17:25:58 to 2022-09-09 21:39:33 UTC [more...]

[PATCH V4] mm/damon: Remove duplicate get_monitoring_region() definitions
 2022-09-09 21:39 UTC  (3+ messages)

[PATCH v5] mm/damon: remove duplicate get_monitoring_region() definitions
 2022-09-09 21:36 UTC 

[PATCH 0/7] mm/damon: minor fixes and cleanups
 2022-09-09 20:29 UTC  (8+ messages)
` [PATCH 1/7] selftest/damon: add a test for duplicate context dirs creation
` [PATCH 2/7] mm/damon/core: avoid holes in newly set monitoring target ranges
` [PATCH 3/7] mm/damon/core-test: test damon_set_regions
` [PATCH 4/7] Docs/admin-guide/mm/damon: rename the title of the document
` [PATCH 5/7] mm/damon/Kconfig: Notify debugfs deprecation plan
` [PATCH 6/7] Docs/admin-guide/mm/damon/start: mention the dependency as sysfs instead of debugfs
` [PATCH 7/7] Docs/admin-guide/mm/damon/usage: note DAMON debugfs interface deprecation plan

DAMON Beer/Coffee/Tea chat series
 2022-09-09 17:38 UTC  (4+ messages)

[PATCH V3] mm/damon: Remove duplicate get_monitoring_region() definitions
 2022-09-09  2:10 UTC  (3+ messages)

[PATCH v2] mm/damon: introduce struct damos_access_pattern
 2022-09-09  1:53 UTC  (4+ messages)

[PATCH] mm/damon/sysfs: change few functions execute order
 2022-09-08 22:16 UTC  (4+ messages)

[PATCH v3] mm/damon: introduce struct damos_access_pattern
 2022-09-08 19:14 UTC 

[PATCH v2] mm/damon/vaddr: add a comment for 'default' case in damon_va_apply_scheme()
 2022-09-08 18:22 UTC  (2+ messages)

[PATCH V2] mm/damon: simplify damon_ctx check in damon_sysfs_before_terminate
 2022-09-08 18:01 UTC  (2+ messages)

[PATCH V2] mm/damon: Remove duplicate get_monitoring_region() definitions
 2022-09-08  2:27 UTC  (2+ messages)

[PATCH] mm/damon/vaddr: remove unnecessary switch case DAMOS_STAT
 2022-09-08  2:07 UTC  (3+ messages)

[PATCH] mm/damon: Remove duplicate get_monitoring_region() definitions
 2022-09-08  1:43 UTC  (5+ messages)

[Question] About damon_set_regions function
 2022-09-08  0:04 UTC  (5+ messages)

[PATCH] mm/damon: add struct damos_region for damon_new_scheme()
 2022-09-07 17:14 UTC  (2+ messages)

[PATCH] mm/damon: Simply damon_ctx check in damon_sysfs_before_terminate
 2022-09-07 16:57 UTC  (2+ messages)

[PATCH] mm/damon/core: iterate the regions list from current point in damon_set_regions()
 2022-09-06 18:20 UTC  (2+ messages)

[PATCH] mm/damon/sysfs: simplify the judgement whether kdamonds are busy
 2022-09-05 18:20 UTC  (2+ messages)

[PATCH v2] mm/damon/dbgfs: fix memory leak when using
 2022-09-03  5:36 UTC  (2+ messages)

[PATCH] mm/damon/dbgfs: fix memory leak when using debugfs_lookup()
 2022-09-02 18:12 UTC  (3+ messages)

[PATCH 0/8] Extend DAMOS for Proactive LRU-lists Sorting
 2022-09-02  1:21 UTC  (9+ messages)
` [PATCH 7/8] mm/damon: introduce DAMON-based "

[PATCH] mm/damon: get the hotness from damon_hot_score() in damon_pageout_score()
 2022-08-29 17:02 UTC  (2+ messages)

[PATCH v2 0/2] mm/damon: Simplify the damon regions access check
 2022-08-27 21:25 UTC  (5+ messages)
` [PATCH v2 1/2] mm/damon: simplify the parameter passing for 'check_accesses'
` [PATCH v2 2/2] mm/damon/vaddr: remove comparison between mm and last_mm when checking region accesses

[PATCH 0/2] Simplify the damon regions access check
 2022-08-26 21:06 UTC  (7+ messages)
` [PATCH 1/2] mm/damon: simplify the parameter passing for 'check_accesses'
` [PATCH 2/2] mm/damon/vaddr: remove comparison between mm and last_mm when checking region accesses

[Reminder] DAMON debugfs interface will be removed
 2022-08-25 22:03 UTC 

[PATCH v2] Docs/admin-guide/mm/damon/usage: fix the example code snip
 2022-08-25 18:50 UTC  (2+ messages)

[PATCH] Docs/admin-guide/mm/damon/usage: fix the example code snip
 2022-08-23 11:39 UTC  (4+ messages)

[PATCH v3] mm/damon/dbgfs: avoid duplicate context directory creation
 2022-08-23  6:57 UTC  (4+ messages)

[PATCH v2] mm/damon/dbgfs: avoid duplicate context directory creation
 2022-08-21 17:52 UTC  (8+ messages)

[PATCH v2 1/2] mm/damon: validate if the pmd entry is present before accessing
 2022-08-21  5:46 UTC  (8+ messages)
` [PATCH v2 2/2] mm/damon: replace pmd_huge() with pmd_trans_huge() for THP

[PATCH V2 0/2] mm/damon: A few fixup with lru_sort
 2022-08-19  4:52 UTC  (10+ messages)
` [PATCH V2 1/2] mm/damon/lru_sort: Move target memory region check to head of func
` [PATCH V2 2/2] mm/damon/lru_sort: Remove struct of damon_lru_sort_ram_walk_arg

[PATCH] mm/damon/lru_sort: Move target memory region check to head of func
 2022-08-18 11:06 UTC  (2+ messages)

[PATCH] mm/damon: Validate if the pmd entry is present before accessing
 2022-08-18  5:45 UTC  (12+ messages)

Question about hugetlbfs tests
 2022-08-16 20:50 UTC  (2+ messages)

brief and incomplete summary of the first instance of the series
 2022-08-16 16:27 UTC 

[PATCH] DAMON dbgfs_mk_context() error handling
 2022-08-16  0:12 UTC  (7+ messages)

[PATCH V2] mm/damon/core: simplify the parameter passing for region split operation
 2022-08-14 16:20 UTC  (2+ messages)

[PATCH] mm/damon/core: simplify the parameter passing for region split operation
 2022-08-13 14:33 UTC  (6+ messages)

[PATCH] mm/damon: remove dead code in damon_lru_sort_enabled_store()
 2022-08-12  1:50 UTC  (2+ messages)

[PATCH] mm/damon/dbgfs: Use kmalloc for allocating only one element
 2022-08-11  0:52 UTC  (2+ messages)

[PATCH] mm/damon/reclaim: fix potential memory leak in damon_reclaim_init()
 2022-07-24 10:15 UTC  (3+ messages)

[RFC] A few plans for DAMON sysfs extensions
 2022-07-21 16:36 UTC  (3+ messages)

[PATCH v10 00/69] Introducing the Maple Tree
 2022-07-19 14:54 UTC  (23+ messages)
` [PATCH v10 09/69] mm: add VMA iterator
` [PATCH v10 11/69] mm/mmap: use the maple tree in find_vma() instead of the rbtree
` [PATCH v10 10/69] mmap: use the VMA iterator in count_vma_pages_range()
` [PATCH v10 13/69] mm/mmap: use maple tree for unmapped_area{_topdown}
` [PATCH v10 14/69] kernel/fork: use maple tree for dup_mmap() during forking
` [PATCH v10 15/69] damon: convert __damon_va_three_regions to use the VMA iterator

[PATCH] mm/damon/reclaim: fix 'enabled' is incorrectly set because 'system_wq' is not initialized
 2022-07-18  4:48 UTC  (3+ messages)

[PATCH] mm/damon/reclaim: fix potential memory leak in damon_reclaim_init()
 2022-07-14 17:43 UTC  (3+ messages)

[PATCH for mm-stable] mm/damon/lru_sort: fix potential memory leak in damon_lru_sort_init()
 2022-07-14 17:04 UTC 

[linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0
 2022-07-08 10:02 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 2a2aa3f05338270aecbe2492fda910d6c17e0102
 2022-07-05 23:41 UTC 

[linux-next:master] BUILD REGRESSION b6f1f2fa2bddd69ff46a190b8120bd440fd50563
 2022-07-05  0:01 UTC 

[sj:damon/next 16/20] htmldocs: Documentation/PCI/index.rst: WARNING: document isn't included in any toctree
 2022-07-04 16:44 UTC 

[linux-next:master] BUILD REGRESSION 6cc11d2a1759275b856e464265823d94aabd5eaf
 2022-07-02  1:03 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION c4185b16aba73929aa76f0d030efbe79ae867808
 2022-07-02  0:58 UTC 

[PATCH] kselftests/damon: add support for checking secureboot status
 2022-06-28  3:37 UTC  (11+ messages)
  ` [PATCH v2] kselftests/damon: add support for cases where debugfs cannot be read
    ` [PATCH v3] "
        ` [PATCH v4] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox