damon.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-10 04:48:41 to 2023-06-09 19:16:25 UTC [more...]

[PATCHv2] selftests: damon: add config file
 2023-06-09 19:16 UTC  (3+ 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  (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


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