damon.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-27 12:11:43 to 2023-04-12 09:29:11 UTC [more...]

[PATCHv2] selftests: damon: add config file
 2023-04-12  9:28 UTC 

[PATCH] mm/damon/sysfs: make more kobj_type structures constant
 2023-03-24 21:12 UTC  (3+ messages)

[PATCH v3 0/3] mm/damon/paddr: minor code improvement
 2023-03-08 18:17 UTC  (5+ messages)
` [PATCH v3 1/3] mm/damon/paddr: minor refactor of damon_pa_pageout()
` [PATCH v3 2/3] mm/damon/paddr: minor refactor of damon_pa_mark_accessed_or_deactivate()
` [PATCH v3 3/3] mm/damon/paddr: fix missing folio_sz update in damon_pa_young()

[PATCH v2 0/3] mm/damon/paddr: minor code improvement
 2023-03-08  1:03 UTC  (15+ messages)
` [PATCH v2 1/3] mm/damon/paddr: minor refactor of damon_pa_pageout()
` [PATCH v2 2/3] mm/damon/paddr: minor refactor of damon_pa_young()
` [PATCH v2 3/3] mm/damon/paddr: minor refactor of damon_pa_mark_accessed_or_deactivate()

[PATCH 0/2] mm/damon/paddr: Fix folio-use-after-put bugs
 2023-03-06  2:09 UTC  (8+ messages)
` [PATCH 1/2] mm/damon/paddr: fix folio_size() call after folio_put() in damon_pa_young()
` [PATCH 2/2] mm/damon/paddr: fix folio_nr_pages() after folio_put() in damon_pa_mark_accessed_or_deactivate()

[PATCH -next] mm/damon/paddr: minor refactor of damon_pa_pageout()
 2023-03-03  1:42 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] VM Memory Overcommit
 2023-03-02  9:32 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] DAMON Updates and Future Plans
 2023-03-01  0:55 UTC  (3+ messages)

[PATCH v3] mm/damon/paddr: fix missing folio_put()
 2023-02-22 18:26 UTC  (2+ messages)

[PATCH v2] mm/damon/paddr: fix missing folio_put()
 2023-02-22  6:27 UTC 

[PATCH 1/2] selftests: damon: add config file
 2023-02-21 20:10 UTC  (5+ messages)
` [PATCH 2/2] selftests: damon: change scripts to be executable

[PATCH] mm/damon/paddr: fix pin page problem
 2023-02-21 18:35 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Using hardware counters to determine hot/cold pages
 2023-02-19 20:31 UTC  (3+ messages)

[PATCH v3 0/4] Change the return value for page isolation functions
 2023-02-16 22:46 UTC  (16+ messages)
` [PATCH v3 1/4] mm: change to return bool for folio_isolate_lru()
` [PATCH v3 2/4] mm: change to return bool for isolate_lru_page()
` [PATCH v3 3/4] mm: hugetlb: change to return bool for isolate_hugetlb()
` [PATCH v3 4/4] mm: change to return bool for isolate_movable_page()

[PATCH v2 0/4] Change the return value for page isolation functions
 2023-02-15  1:21 UTC  (14+ messages)
` [PATCH v2 1/4] mm: change to return bool for folio_isolate_lru()
` [PATCH v2 2/4] mm: change to return bool for isolate_lru_page()
` [PATCH v2 3/4] mm: hugetlb: change to return bool for isolate_hugetlb()
` [PATCH v2 4/4] mm: change to return bool for isolate_movable_page()

[PATCH 0/3] Some cleanups for page isolation
 2023-02-14  6:49 UTC  (6+ messages)
` [PATCH 1/3] mm: check negative error of folio_isolate_lru() when failed to isolate a folio
` [PATCH 2/3] mm: check negative error of isolate_lru_page() when failed to isolate a page
` [PATCH 3/3] mm: mempolicy: check negative error of isolate_hugetlb() when failed to isolate a hugetlb

[PATCH v2 0/3] mm/damon: deprecate DAMON debugfs interface
 2023-02-10 18:28 UTC  (5+ messages)
` [PATCH v2 1/3] Docs/admin-guide/mm/damon/usage: add DAMON debugfs interface deprecation notice
` [PATCH v2 2/3] mm/damon/Kconfig: "
` [PATCH v2 3/3] mm/damon/dbgfs: print DAMON debugfs interface deprecation message

(no subject)
 2023-02-10  4:35 UTC  (8+ messages)
` [PATCH 1/3] Docs/admin-guide/mm/damon/usage: add DAMON debugfs interface deprecation notice
` [PATCH 2/3] mm/damon/Kconfig: "
` [PATCH 3/3] mm/damon/dbgfs: print DAMON debugfs interface deprecation message

[PATCH] mm/damon/sysfs: make kobj_type structures constant
 2023-02-07 22:28 UTC  (2+ messages)

[PATCH] Doc/damon: fix the data path error
 2023-01-31 20:58 UTC  (4+ messages)

DAMON Beer/Coffee/Tea chat series
 2023-01-24 23:06 UTC  (3+ messages)

[PATCH v4 30/49] mm/damon/vaddr-test.h: Stop using vma_mas_store() for maple tree store
 2023-01-20 17:32 UTC  (2+ messages)

[PATCH v3 30/48] mm/damon: Stop using vma_mas_store() for maple tree store
 2023-01-19 18:55 UTC  (7+ messages)

[PATCH 0/3] mm/damon: misc fixes
 2023-01-19  1:38 UTC  (4+ messages)
` [PATCH 1/3] mm/damon: update comments in damon.h for damon_attrs
` [PATCH 2/3] mm/damon/core: update monitoring results for new monitoring attributes
` [PATCH 3/3] mm/damon/core-test: add a test for damon_update_monitoring_results()

[PATCH] mm/damon/core: skip apply schemes if empty
 2023-01-16 17:31 UTC  (2+ messages)

[PATCH 0/8] mm/damon: trivial fixups
 2023-01-10 19:04 UTC  (9+ messages)
` [PATCH 1/8] mm/damon/core: update kernel-doc comments for DAMOS action supports of each DAMON operations set
` [PATCH 2/8] mm/damon/core: update kernel-doc comments for DAMOS filters "
` [PATCH 3/8] Docs/mm/damon/index: mention DAMOS on the intro
` [PATCH 4/8] Docs/admin-guide/mm/damon/usage: update DAMOS actions/filters supports of each DAMON operations set
` [PATCH 5/8] Docs/mm/damon: add a maintainer-profile for DAMON
` [PATCH 6/8] MAINTAINERS/DAMON: link maintainer profile, git trees, and website
` [PATCH 7/8] selftests/damon/sysfs: hide expected write failures
` [PATCH 8/8] selftests/damon/debugfs_rm_non_contexts: hide expected write error messages

[PATCH 0/6] mm/damon/{v,p}addr: misc fixups for folio usage
 2023-01-09 21:33 UTC  (7+ messages)
` [PATCH 1/6] mm/damon/vaddr: rename 'damon_young_walk_private->page_sz' to 'folio_sz'
` [PATCH 2/6] mm/damon/vaddr: support folio of neither HPAGE_PMD_SIZE nor PAGE_SIZE
` [PATCH 3/6] mm/damon/vaddr: record appropriate folio size when the access is not found
` [PATCH 4/6] mm/damon/paddr: rename 'damon_pa_access_chk_result->page_sz' to 'folio_sz'
` [PATCH 5/6] mm/damon/paddr: remove folio_sz field from damon_pa_access_chk_result
` [PATCH 6/6] mm/damon/paddr: remove damon_pa_access_chk_result struct

[PATCH linux-next] mm/damon/sysfs-schemes: use strscpy() to instead of strncpy()
 2023-01-09 18:30 UTC  (2+ messages)

[RFC PLAN] Some humble ideas for DAMON future works
 2023-01-05 22:11 UTC 

[PATCH v2 26/44] mm/damon: Stop using vma_mas_store() for maple tree store
 2023-01-05 20:16 UTC  (4+ messages)

[driver-core:debugfs_lookup_fix] [mm/damon/dbgfs] ff25f87cfc: kernel_BUG_at_lib/list_debug.c
 2023-01-05 16:54 UTC  (4+ messages)

[PATCH -next v4 0/8] mm: convert page_idle/damon to use folios
 2022-12-30  7:08 UTC  (9+ messages)
` [PATCH -next v4 1/8] mm: memcg: Add folio_memcg_check()
` [PATCH -next v4 2/8] mm: page_idle: convert page idle to use a folio
` [PATCH -next v4 3/8] mm/damon: introduce damon_get_folio()
` [PATCH -next v4 4/8] mm/damon: convert damon_ptep/pmdp_mkold() to use a folio
` [PATCH -next v4 5/8] mm/damon/paddr: convert damon_pa_*() "
` [PATCH -next v4 6/8] mm/damon/vaddr: convert damon_young_pmd_entry() "
` [PATCH -next v4 7/8] mm/damon: remove unneeded damon_get_page()
` [PATCH -next v4 8/8] mm/damon/vaddr: convert hugetlb related functions to use a folio

[PATCH -next v3 0/7] mm: convert page_idle/damon to use folios
 2022-12-30  6:40 UTC  (19+ messages)
` [PATCH -next v3 1/7] mm: page_idle: convert page idle "
` [PATCH -next v3 2/7] mm/damon: introduce damon_get_folio()
` [PATCH -next v3 3/7] mm/damon: convert damon_ptep/pmdp_mkold() to use folios
` [PATCH -next v3 4/7] mm/damon/paddr: convert damon_pa_*() "
` [PATCH -next v3 5/7] mm/damon/vaddr: convert damon_young_pmd_entry() to use folio
` [PATCH -next v3 6/7] mm/damon: remove unneed damon_get_page()
` [PATCH -next v3 7/7] mm/damon/vaddr: convert hugetlb related function to use folios

Looking back DAMON development in 2022
 2022-12-29 17:12 UTC 

[PATCH -next v2 0/7] mm: convert page_idle/damon to use folios
 2022-12-28  2:06 UTC  (16+ messages)
` [PATCH -next v2 1/7] mm: page_idle: Convert page idle "
` [PATCH -next v2 2/7] mm: damon: introduce damon_get_folio()
` [PATCH -next v2 3/7] mm: damon: convert damon_ptep/pmdp_mkold() to use folios
` [PATCH -next v2 4/7] mm: damon: paddr: convert damon_pa_*() "
` [PATCH -next v2 5/7] mm: damon: vaddr: convert damon_young_pmd_entry() to use folio
` [PATCH -next v2 6/7] mm: damon: remove unneed damon_get_page()
` [PATCH -next v2 7/7] mm: damon: vaddr: convert hugetlb related function to use folios


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).