DAMON development mailing list
 help / color / mirror / Atom feed
 messages from 2022-05-03 15:52:51 to 2022-07-14 06:53:31 UTC [more...]

[PATCH] mm/damon/reclaim: fix potential memory leak in damon_reclaim_init()
 2022-07-14  6:37 UTC 

[PATCH v10 00/69] Introducing the Maple Tree
 2022-07-14  0:47 UTC  (85+ messages)
` [PATCH v10 01/69] Maple Tree: add new data structure
` [PATCH v10 03/69] radix tree test suite: add kmem_cache_set_non_kernel()
` [PATCH v10 04/69] radix tree test suite: add allocation counts and size to kmem_cache
` [PATCH v10 02/69] radix tree test suite: add pr_err define
` [PATCH v10 05/69] radix tree test suite: add support for slab bulk APIs
` [PATCH v10 06/69] radix tree test suite: add lockdep_is_held to header
` [PATCH v10 07/69] lib/test_maple_tree: add testing for maple tree
` [PATCH v10 08/69] mm: start tracking VMAs with "
` [PATCH v10 09/69] mm: add VMA iterator
` [PATCH v10 10/69] mmap: use the VMA iterator in count_vma_pages_range()
` [PATCH v10 11/69] mm/mmap: use the maple tree in find_vma() instead of the rbtree
` [PATCH v10 14/69] kernel/fork: use maple tree for dup_mmap() during forking
` [PATCH v10 12/69] mm/mmap: use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v10 13/69] mm/mmap: use maple tree for unmapped_area{_topdown}
` [PATCH v10 16/69] proc: remove VMA rbtree use from nommu
` [PATCH v10 15/69] damon: convert __damon_va_three_regions to use the VMA iterator
` [PATCH v10 17/69] mm: remove rb tree
` [PATCH v10 19/69] xen: use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v10 20/69] mm: optimize find_exact_vma() to use vma_lookup()
` [PATCH v10 18/69] mmap: change zeroing of maple tree in __vma_adjust()
` [PATCH v10 23/69] mm: use maple tree operations for find_vma_intersection()
` [PATCH v10 22/69] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v10 21/69] mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v10 25/69] mm: remove vmacache
` [PATCH v10 26/69] mm: convert vma_lookup() to use mtree_load()
` [PATCH v10 24/69] mm/mmap: use advanced maple tree API for mmap_region()
` [PATCH v10 27/69] mm/mmap: move mmap_region() below do_munmap()
` [PATCH v10 28/69] mm/mmap: reorganize munmap to use maple states
` [PATCH v10 30/69] arm64: remove mmap linked list from vdso
` [PATCH v10 29/69] mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v10 31/69] arm64: Change elfcore for_each_mte_vma() to use VMA iterator
` [PATCH v10 35/69] x86: remove vma linked list walks
` [PATCH v10 32/69] parisc: remove mmap linked list from cache handling
` [PATCH v10 34/69] s390: remove vma linked list walks
` [PATCH v10 33/69] powerpc: remove mmap "
` [PATCH v10 38/69] optee: remove vma linked list walk
` [PATCH v10 37/69] cxl: "
` [PATCH v10 39/69] um: "
` [PATCH v10 36/69] xtensa: remove vma linked list walks
` [PATCH v10 40/69] coredump: remove vma linked list walk
` [PATCH v10 41/69] exec: use VMA iterator instead of linked list
` [PATCH v10 42/69] fs/proc/base: use maple tree iterators in place "
` [PATCH v10 43/69] fs/proc/task_mmu: stop using linked list and highest_vm_end
` [PATCH v10 44/69] userfaultfd: use maple tree iterator to iterate VMAs
` [PATCH v10 45/69] ipc/shm: use VMA iterator instead of linked list
` [PATCH v10 47/69] perf: use VMA iterator
` [PATCH v10 48/69] sched: use maple tree iterator to walk VMAs
` [PATCH v10 46/69] acct: use VMA iterator instead of linked list
` [PATCH v10 49/69] fork: use VMA iterator
` [PATCH v10 52/69] mm/khugepaged: stop using vma linked list
` [PATCH v10 51/69] mm/gup: use maple tree navigation instead of "
` [PATCH v10 50/69] bpf: remove VMA "
` [PATCH v10 54/69] mm/madvise: use vma_find() instead of vma "
` [PATCH v10 55/69] mm/memcontrol: stop using mm->highest_vm_end
` [PATCH v10 53/69] mm/ksm: use vma iterators instead of vma linked list
` [PATCH v10 59/69] mm/mremap: use vma_find_intersection() "
` [PATCH v10 57/69] mm/mlock: use vma iterator and maple state "
` [PATCH v10 58/69] mm/mprotect: use maple tree navigation "
` [PATCH v10 56/69] mm/mempolicy: use vma iterator & maple state "
` [PATCH v10 60/69] mm/msync: use vma_find() "
` [PATCH v10 62/69] mm/pagewalk: "
` [PATCH v10 63/69] mm/swapfile: use vma iterator "
` [PATCH v10 61/69] mm/oom_kill: use maple tree iterators "
` [PATCH v10 65/69] nommu: remove uses of VMA "
` [PATCH v10 64/69] i915: use the VMA iterator
` [PATCH v10 66/69] riscv: use vma iterator for vdso
` [PATCH v10 67/69] mm: remove the vma linked list
` [PATCH v10 68/69] mm/mmap: drop range_has_overlap() function
` [PATCH v10 69/69] mm/mmap.c: pass in mapping to __vma_link_file()

[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] "

[PATCH] mm/damon: Use set_huge_pte_at() to make huge pte old
 2022-06-22  3:09 UTC  (5+ messages)

about DAMON lru_sort
 2022-06-20  2:08 UTC  (9+ messages)

[TECH TOPIC] Current Status and Future Plans of DAMON
 2022-06-16 22:43 UTC 

[PATCH 0/8] Extend DAMOS for Proactive LRU-lists Sorting
 2022-06-13 19:23 UTC  (10+ messages)
` [PATCH 1/8] mm/damon/dbgfs: add and use mappings between 'schemes' action inputs and 'damos_action' values
` [PATCH 1/8] mm/damon/dbgfs: add mappings between 'schemes' file's "
` [PATCH 2/8] mm/damon/paddr: use a separate function for 'DAMOS_PAGEOUT' handling
` [PATCH 3/8] mm/damon/schemes: add 'LRU_PRIO' DAMOS action
` [PATCH 4/8] Docs/admin-guide/damon/sysfs: document 'LRU_PRIO' scheme action
` [PATCH 5/8] mm/damon/schemes: add 'LRU_DEPRIO' action
` [PATCH 6/8] Docs/admin-guide/damon/sysfs: document 'LRU_DEPRIO' scheme action
` [PATCH 7/8] mm/damon: introduce DAMON-based LRU-lists Sorting
` [PATCH 8/8] Docs/admin-guide/damon: add a document for DAMON_LRU_SORT

[PATCH 0/6] mm/damon: trivial cleanups
 2022-06-06 18:23 UTC  (7+ messages)
` [PATCH 1/6] Docs/admin-guide/damon/reclaim: remove a paragraph that been obsolete due to online tuning support
` [PATCH 2/6] mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.h
` [PATCH 3/6] mm/damon/reclaim: deduplicate 'commit_inputs' handling
` [PATCH 4/6] mm/damon/sysfs: deduplicate inputs applying
` [PATCH 5/6] mm/damon/reclaim: make 'enabled' checking timer simpler
` [PATCH 6/6] mm/damon/reclaim: add 'damon_reclaim_' prefix to 'enabled_store()'

[RFC] A few plans for DAMON sysfs extensions
 2022-06-06 17:29 UTC  (3+ messages)

[Bug 216072] New: regression: ccccccgcdkgekhjervgbdfbhdjugcjkfdhiegeuugugtHang at boot when DAMON is enabled
 2022-06-04 19:50 UTC  (2+ messages)
  ` [PATCH] mm/damon/reclaim: schedule 'damon_reclaim_timer' only after 'system_wq' is initialized

[PATCH] mm/damon: remove obsolete comments of kdamond_stop
 2022-05-31  2:29 UTC  (3+ messages)

[PATCH v2] mm/damon: remove obsolete comments of kdamond_stop
 2022-05-31  2:04 UTC 

DAMON VA regions don't split on an large Android APP
 2022-05-30  5:04 UTC  (2+ messages)

[PATCH] mm/daemon: describe NR_DAMON_OPS in damon_ops_id
 2022-05-23 21:12 UTC  (2+ messages)

[PATCH] mm: damon: Use HPAGE_PMD_SIZE
 2022-05-17 15:44 UTC  (2+ messages)

[RFC PATCH 0/3] mm/damon/schemes: Extend DAMOS for Proactive LRU-lists Sorting
 2022-05-13 15:00 UTC  (4+ messages)
` [RFC PATCH 1/3] mm/damon/paddr: move DAMOS_PAGEOUT handling to a separate function
` [RFC PATCH 2/3] mm/damon/schemes: Support 'hot' action
` [RFC PATCH 3/3] mm/damon/paddr: Support DAMOS_COLD

[PATCH v9 15/69] damon: Convert __damon_va_three_regions to use the VMA iterator
 2022-05-10 19:13 UTC  (4+ messages)

[PATCH] mm/damon/reclaim: Use resource_size function on resource object
 2022-05-09 10:13 UTC  (2+ messages)

[PATCH] Add documentation for Enum value 'NR_DAMON_OPS' in enum 'damon_ops_id'
 2022-05-07 15:52 UTC 

[PATCH v8 16/70] damon: Convert __damon_va_three_regions to use the VMA iterator
 2022-05-03 23:40 UTC 

[PATCH] mm/damon/sysfs: fix pid leak under fvaddr ops use case
 2022-05-03 22:05 UTC 

[PATCH] MAINTAINERS: Add a mailing list for DAMON development
 2022-05-03 18:07 UTC 

Test Mail for Damon
 2022-05-03 15:52 UTC 


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