damon.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-16 22:46:59 to 2023-07-28 08:09:00 UTC [more...]

[PATCH] damon: Use pmdp_get instead of drect dereferencing pmd
 2023-07-28  8:08 UTC  (4+ messages)

[PATCH v2] damon: Use pmdp_get instead of drectly dereferencing pmd
 2023-07-28  6:58 UTC  (3+ messages)

[TECH TOPIC] DAMON: Current Status and Future Plans
 2023-07-26 19:09 UTC 

[PATCH 5.15.y] mm/damon/ops-common: atomically test and clear young on ptes and pmds
 2023-07-21  5:18 UTC  (2+ messages)

[PATCH] mm/damon/core-test: Initialise context before test in damon_test_set_attrs()
 2023-07-19  3:00 UTC  (2+ messages)

[PATCH 1/2] mm/damon/dbgfs: reduce stack usage in str_to_schemes()
 2023-07-17 19:12 UTC  (4+ messages)
` [PATCH 2/2] mm/mm/damon/sysfs-schemes: reduce stack usage in damon_sysfs_mk_scheme()

Issues getting per-numa heatmap via "paddr" tracking
 2023-07-13 17:14 UTC  (2+ messages)

[PATCH 0/7] Docs/{mm,admin-guide}damon: update design and usage docs
 2023-06-16 19:17 UTC  (8+ messages)
` [PATCH 1/7] Docs/mm/damon/design: document 'age' of region
` [PATCH 2/7] Docs/admin-guide/mm/damon/start: update DAMOS example command
` [PATCH 3/7] Docs/admin-guide/mm/damon/usage: fix typos in references and commas
` [PATCH 4/7] Docs/admin-guide/mm/damon/usage: remove unnecessary sentences about supported address spaces
` [PATCH 5/7] Docs/admin-guide/mm/damon/usage: link design document for DAMOS
` [PATCH 6/7] Docs/admin-guide/mm/damon/usage: clarify quotas and watermarks sysfs interface
` [PATCH 7/7] Docs/admin-guide/mm/damon/usage: update the ways for getting monitoring results

DAMON testing and benchmarking
 2023-06-16  6:52 UTC  (3+ messages)

[PATCH] mm/damon/core-test: add a test for damon_set_attrs()
 2023-06-16  1:48 UTC  (2+ messages)

[PATCH v3 0/3] Encapsulate PTE contents from non-arch code
 2023-06-13  8:52 UTC  (9+ messages)
` [PATCH v3 1/3] mm: ptdump should use ptep_get_lockless()
` [PATCH v3 2/3] mm: Move ptep_get() and pmdp_get() helpers
` [PATCH v3 3/3] mm: ptep_get() conversion

[PATCHv2] selftests: damon: add config file
 2023-06-12 22:32 UTC  (4+ messages)

[PATCH v3 0/4] Fixes for pte encapsulation bypasses
 2023-06-03 18:20 UTC  (13+ messages)
` [PATCH v3 1/4] mm: vmalloc must set pte via arch code
` [PATCH v3 2/4] mm/damon/ops-common: atomically test and clear young on ptes and pmds
` [PATCH v3 3/4] mm/damon/ops-common: Refactor to use {pte|pmd}p_clear_young_notify()
` [PATCH v3 4/4] mm: Fix failure to unmap pte on highmem systems

[PATCH v2] mm/damon/core: fix divide error in damon_nr_accesses_to_accesses_bp()
 2023-05-27  3:21 UTC 

[PATCH] mm/damon/core: fix divide error in damon_nr_accesses_to_accesses_bp()
 2023-05-27  2:34 UTC  (3+ messages)

[syzbot] [damon?] divide error in damon_set_attrs
 2023-05-27  2:08 UTC  (8+ messages)

[PATCH 00/10] Docs/mm/damon: Minor fixes and design doc update
 2023-05-26 21:14 UTC  (12+ messages)
` [PATCH 01/10] Docs/mm/damon/faq: remove old questions
` [PATCH 02/10] Docs/mm/damon/maintainer-profile: fix typos and grammar errors
` [PATCH 03/10] Docs/mm/damon/design: add a section for overall architecture
` [PATCH 04/10] Docs/mm/damon/design: update the layout based on the layers
` [PATCH 05/10] Docs/mm/damon/design: rewrite configurable layers
` [PATCH 06/10] Docs/mm/damon/design: add a section for the relation between Core and Modules layer
` [PATCH 07/10] Docs/mm/damon/design: add sections for basic parts of DAMOS
` [PATCH 08/10] Docs/mm/damon/design: add sections for advanced features "
` [PATCH 09/10] Docs/mm/damon/design: add a section for DAMON core API
` [PATCH 10/10] Docs/mm/damon/design: add a section for the modules layer

[PATCH v2 0/5] Encapsulate PTE contents from non-arch code
 2023-05-26  2:02 UTC  (24+ messages)
` [PATCH v2 1/5] mm: vmalloc must set pte via arch code
` [PATCH v2 2/5] mm: damon must atomically clear young on ptes and pmds
` [PATCH v2 3/5] mm: Fix failure to unmap pte on highmem systems
` [PATCH v2 4/5] mm: Add new ptep_deref() helper to fully encapsulate pte_t
` [PATCH v2 5/5] mm: ptep_deref() conversion

DAMON Beer/Coffee/Tea chat series
 2023-05-18 18:53 UTC  (3+ messages)

[RESEND PATCH v1 0/5] Encapsulate PTE contents from non-arch code
 2023-05-17  6:23 UTC  (19+ messages)
` [RESEND PATCH v1 1/5] mm: vmalloc must set pte via arch code
` [RESEND PATCH v1 2/5] mm: damon must atomically clear young on ptes and pmds
` [RESEND PATCH v1 3/5] mm: Fix failure to unmap pte on highmem systems
` [RESEND PATCH v1 4/5] mm: Add new ptep_deref() helper to fully encapsulate pte_t
` [RESEND PATCH v1 5/5] mm: ptep_deref() conversion

[LSF/MM/BPF TOPIC] DAMON Updates and Future Plans
 2023-05-13 14:53 UTC  (5+ messages)

(no subject)
 2023-05-12 10:34 UTC  (13+ messages)
` [PATCH v1 1/5] mm: vmalloc must set pte via arch code
` [PATCH v1 2/5] mm: damon must atomically clear young on ptes and pmds
` [PATCH v1 3/5] mm: Fix failure to unmap pte on highmem systems
` [PATCH v1 4/5] mm: Add new ptep_deref() helper to fully encapsulate pte_t
` [PATCH v1 5/5] mm: ptep_deref() conversion
` 

What kind of memory is DAMON RECLAIM able to free?
 2023-05-04 17:17 UTC  (4+ messages)

[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)

[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  (4+ messages)
` [PATCH v3 4/4] mm: change to return bool for isolate_movable_page()


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 NNTP newsgroup(s).