linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
RFC: Memory Tiering Kernel Interfaces (v3)
 2022-06-06  3:56 UTC  (18+ messages)
` [RFC PATCH v4 0/7] mm/demotion: Memory tiers and demotion
  ` [RFC PATCH v4 1/7] mm/demotion: Add support for explicit memory tiers
  ` [RFC PATCH v4 2/7] mm/demotion: Expose per node memory tier to sysfs
  ` [RFC PATCH v4 4/7] mm/demotion/dax/kmem: Set node's memory tier to MEMORY_TIER_PMEM
  ` [RFC PATCH v4 7/7] mm/demotion: Demote pages according to allocation fallback order

[PATCH v4 0/3] Implement readahead for squashfs
 2022-06-06  3:54 UTC  (10+ messages)
` [PATCH v4 3/3] squashfs: implement readahead

[PATCH v5 0/9] mm/demotion: Memory tiers and demotion
 2022-06-06  3:52 UTC  (12+ messages)
` [PATCH v5 1/9] mm/demotion: Add support for explicit memory tiers
` [PATCH v5 2/9] mm/demotion: Expose per node memory tier to sysfs
` [PATCH v5 3/9] mm/demotion: Move memory demotion related code
` [PATCH v5 4/9] mm/demotion: Build demotion targets based on explicit memory tiers
` [PATCH v5 5/9] mm/demotion/dax/kmem: Set node's memory tier to MEMORY_TIER_PMEM
` [PATCH v5 6/9] mm/demotion: Add support for removing node from demotion memory tiers
` [PATCH v5 7/9] mm/demotion: Demote pages according to allocation fallback order
` [PATCH v5 8/9] mm/demotion: Add documentation for memory tiering
` [PATCH v5 9/9] mm/demotion: Update node_is_toptier to work with memory tiers

[PATCH v3 0/3] a few cleanup and bugfixes about shmem
 2022-06-06  3:45 UTC  (4+ messages)
` [PATCH v3 1/3] mm/shmem: check return value of shmem_init_inodecache
` [PATCH v3 2/3] mm/shmem: return error code directly for invalid addr
` [PATCH v3 3/3] mm/shmem: rework calculation of inflated_addr in shmem_get_unmapped_area

[PATCH] mm: add a new emergency page migratetype
 2022-06-06  3:27 UTC 

[PATCH 0/3] A few fixup patches for swap
 2022-06-06  3:14 UTC  (10+ messages)
` [PATCH 2/3] mm/swapfile: avoid confusing swap cache statistics

[PATCH v1] mm,hwpoison: set PG_hwpoison for busy hugetlb pages
 2022-06-06  3:12 UTC  (6+ messages)

[PATCH v2 0/3] a few cleanup and bugfixes about shmem
 2022-06-06  2:58 UTC  (8+ messages)
` [PATCH v2 1/3] mm/shmem: check return value of shmem_init_inodecache
` [PATCH v2 2/3] mm/shmem: return error code directly for invalid addr
` [PATCH v2 3/3] mm/shmem: rework calculation of inflated_addr in shmem_get_unmapped_area

[PATCH v6 00/15] mm: userspace hugepage collapse
 2022-06-06  2:41 UTC  (17+ messages)
` [PATCH v6 01/15] mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMA
` [PATCH v6 02/15] mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds THP
` [PATCH v6 03/15] mm/khugepaged: add struct collapse_control
` [PATCH v6 04/15] mm/khugepaged: dedup and simplify hugepage alloc and charging
` [PATCH v6 05/15] mm/khugepaged: make allocation semantics context-specific
` [PATCH v6 06/15] mm/khugepaged: pipe enum scan_result codes back to callers
` [PATCH v6 07/15] mm/khugepaged: add flag to ignore khugepaged heuristics
` [PATCH v6 08/15] mm/khugepaged: add flag to ignore THP sysfs enabled
` [PATCH v6 09/15] mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse
` [PATCH v6 10/15] mm/khugepaged: rename prefix of shared collapse functions
` [PATCH v6 11/15] mm/madvise: add MADV_COLLAPSE to process_madvise()
` [PATCH v6 12/15] selftests/vm: modularize collapse selftests
` [PATCH v6 13/15] selftests/vm: add MADV_COLLAPSE collapse context to selftests
` [PATCH v6 14/15] selftests/vm: add selftest to verify recollapse of THPs
` [PATCH v6 15/15] tools headers uapi: add MADV_COLLAPSE madvise mode to tools

[PATCH -next] mm/filemap: fix that first page is not mark accessed in filemap_read()
 2022-06-06  1:11 UTC  (6+ messages)

[PATCH v3 1/4] cpumask: Fix invalid uniprocessor mask assumption
 2022-06-06  0:48 UTC 

[GIT PULL] final non-MM work for 5.19-rc1
 2022-06-06  0:23 UTC  (2+ messages)

[GIT PULL] hotfixes for 5.19-rc1
 2022-06-06  0:23 UTC  (2+ messages)

[PATCH v1 1/1] kernel.h: Move sysfs related macro to sysfs.h
 2022-06-05 22:13 UTC  (3+ messages)

[PATCH 00/10] Convert to filemap_get_folios()
 2022-06-05 19:38 UTC  (11+ messages)
` [PATCH 01/10] filemap: Add filemap_get_folios()
` [PATCH 02/10] buffer: Convert clean_bdev_aliases() to use filemap_get_folios()
` [PATCH 03/10] ext4: Convert mpage_release_unused_pages() "
` [PATCH 04/10] ext4: Convert mpage_map_and_submit_buffers() "
` [PATCH 05/10] f2fs: Convert f2fs_invalidate_compress_pages() "
` [PATCH 06/10] hugetlbfs: Convert remove_inode_hugepages() "
` [PATCH 07/10] nilfs2: Convert nilfs_copy_back_pages() "
` [PATCH 08/10] vmscan: Add check_move_unevictable_folios()
` [PATCH 09/10] shmem: Convert shmem_unlock_mapping() to use filemap_get_folios()
` [PATCH 10/10] filemap: Remove find_get_pages_range() and associated functions

[PATCH 1/3] mm/page_alloc: use might_alloc()
 2022-06-05 15:25 UTC  (3+ messages)
` [PATCH 2/3] mm/slab: delete cache_alloc_debugcheck_before()
` [PATCH 3/3] mm/mempool: use might_alloc()

[mm] 5a32db2a9f: WARNING:at_mm/slub.c:#kmem_cache_free_bulk
 2022-06-05 15:12 UTC 

[PATCH 0/6] mm/mmap: Enable more platforms with ARCH_HAS_VM_GET_PAGE_PROT
 2022-06-05 10:19 UTC  (15+ messages)
` [PATCH 1/6] mm/mmap: Restrict generic protection_map[] array visibility
` [PATCH 2/6] s390/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH 3/6] mips/mm: "
` [PATCH 4/6] csky/mm: "
` [PATCH 5/6] nios2/mm: "
` [PATCH 6/6] openrisc/mm: "

[PATCH v2] mm/slub: Simplify __kmem_cache_alias()
 2022-06-05  7:04 UTC  (3+ messages)

[PATCH] mm/memory-failure: don't allow to unpoison hw corrupted page
 2022-06-05  4:24 UTC  (3+ messages)
  `  "

[PATCH 0/4] a few cleanup and bugfixes about shmem
 2022-06-05  2:05 UTC  (5+ messages)
` [PATCH 2/4] mm/shmem: return -EINVAL for addr not PAGE_SIZE aligned

[PATCH] mm: userfaultfd: fix UFFDIO_CONTINUE on fallocated shmem pages
 2022-06-05  1:37 UTC  (2+ messages)

drivers/input/touchscreen/sun4i-ts.c:392:34: warning: unused variable 'sun4i_ts_of_match'
 2022-06-04 20:58 UTC 

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

drivers/pci/controller/dwc/pcie-spear13xx.c:252:34: warning: unused variable 'spear13xx_pcie_of_match'
 2022-06-04 19:43 UTC 

[akpm-mm:mm-unstable 179/180] fs/xfs/xfs_file.c:1273:1: warning: no previous prototype for 'xfs_dax_fault'
 2022-06-04 18:48 UTC  (2+ messages)

[akpm-mm:mm-unstable 168/180] mm/memory-failure.c:1740:7: error: call to undeclared function 'mf_generic_kill_procs'; ISO C99 and later do not support implicit function declarations
 2022-06-04 18:32 UTC  (2+ messages)

[linux-next:master 14460/14806] arch/powerpc/kernel/head_book3s_32.S:843:15: error: invalid operand for instruction
 2022-06-04 13:14 UTC 

[PATCH 1/3] mm/slub: fix the race between validate_slab and slab_free
 2022-06-04 11:05 UTC  (7+ messages)

[PATCH] mm/oom_kill: break evaluation when a task has been selected
 2022-06-04 10:35 UTC  (2+ messages)

[akpm-mm:mm-unstable 179/180] fs/xfs/xfs_file.c:1273:1: warning: no previous prototype for function 'xfs_dax_fault'
 2022-06-04  8:25 UTC 

[PATCH v2] mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of cgroup v2
 2022-06-04  8:22 UTC 

[PATCH v2 0/4] mm: kmemleak: store objects allocated with physical address separately and check when scan
 2022-06-04  3:01 UTC  (7+ messages)
` [PATCH v2 1/4] mm: kmemleak: add OBJECT_PHYS flag for objects allocated with physical address
` [PATCH v2 2/4] mm: kmemleak: add rbtree "
` [PATCH v2 3/4] mm: kmemleak: handle address stored in object based on its type
` [PATCH v2 4/4] mm: kmemleak: kmemleak_*_phys() set address type and check PA when scan

[PATCH] mm: memcontrol: separate {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of cgroup v2
 2022-06-04  2:48 UTC  (6+ messages)

[RFC PATCH 0/3] Add PUD and kernel PTE level pagetable account
 2022-06-04  1:32 UTC  (4+ messages)
` [RFC PATCH 1/3] mm: Factor out the pagetable pages account into new helper function
` [RFC PATCH 2/3] mm: Add PUD level pagetable account
` [RFC PATCH 3/3] mm: Add kernel PTE level pagetable pages account

Finding kernel RAM consumers ?
 2022-06-03 18:11 UTC  (6+ messages)

[PATCH v2] madvise.2: Clarify addr/length and update hugetlb support
 2022-06-03 17:42 UTC  (4+ messages)
  ` man-pages maintainership (was: Re: [PATCH v2] madvise.2: Clarify addr/length and update hugetlb support)

[PATCH v2 0/2] userfaultfd.2: Update to latest
 2022-06-03 17:37 UTC  (3+ messages)
` [PATCH v2 1/2] userfaultfd.2: Add section for UFFD_USER_MODE_ONLY
` [PATCH v2 2/2] userfaultfd.2: Update on write-protection support

[PATCH 0/2] userfaultfd.2: Update to latest
 2022-06-03 17:34 UTC  (6+ messages)
` [PATCH 1/2] userfaultfd.2: Add section for UFFD_USER_MODE_ONLY
` [PATCH 2/2] userfaultfd.2: Update on write-protection support

[PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
 2022-06-03 16:42 UTC  (11+ messages)

[PATCH v4 0/4] A few cleanup and fixup patches for migration
 2022-06-03 16:28 UTC  (9+ messages)
` [PATCH v4 1/4] mm: reduce the rcu lock duration

linux-next: Tree for Jun 3 (mm/memory-failure.c)
 2022-06-03 16:21 UTC 

[PATCH v4 0/2] Refactor of vma_merge and new merge call
 2022-06-03 14:57 UTC  (3+ messages)
` [PATCH v4 1/2] [PATCH 1/2] mm: refactor of vma_merge()
` [PATCH v4 2/2] [PATCH 2/2] mm: add merging after mremap resize

[linux-next:master 14611/14806] mm/mmap.c:3272:11: error: 'struct mm_struct' has no member named 'mmap'
 2022-06-03 14:46 UTC  (2+ messages)

[RFC] mm: MADV_COLLAPSE semantics
 2022-06-03 13:33 UTC  (13+ messages)

[PATCH v7 00/15] io-uring/xfs: support async buffered writes
 2022-06-03 13:04 UTC  (14+ messages)
` [PATCH v7 09/15] fs: Split off inode_needs_update_time and __file_update_time
` [PATCH v7 10/15] fs: Add async write file modification handling
` [PATCH v7 11/15] fs: Optimization for concurrent file time updates

[PATCH] mm/filemap.c: Update comments in filemap_fault()
 2022-06-03 12:55 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 882f1d1979b5857063851707084f28d34d9f9990
 2022-06-03 11:21 UTC 

[PATCH v2] arm64: Expand the static memblock memory table
 2022-06-03 10:54 UTC  (4+ messages)

[PATCH] zram_drv: add __GFP_NOMEMALLOC not to use ALLOC_NO_WATERMARKS
 2022-06-03  5:57 UTC 

[PATCHSETS v2] v14 fsdax-rmap + v11 fsdax-reflink
 2022-06-03  5:37 UTC  (15+ messages)
` [PATCH v2 01/14] dax: Introduce holder for dax_device
` [PATCH v2 02/14] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v2 03/14] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v2 04/14] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v2 05/14] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v2 06/14] xfs: Implement ->notify_failure() for XFS
` [PATCH v2 07/14] fsdax: set a CoW flag when associate reflink mappings
` [PATCH v2 08/14] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH v2 09/14] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v2 10/14] fsdax: Replace mmap entry in case of CoW
` [PATCH v2 11/14] fsdax: Add dax_iomap_cow_copy() for dax zero
` [PATCH v2 12/14] fsdax: Dedup file range to use a compare function
` [PATCH v2 13/14] xfs: support CoW in fsdax mode
` [PATCH v2 14/14] xfs: Add dax dedupe support

[PATCH] memcg: enable accounting in keyctl subsys
 2022-06-03  4:23 UTC  (6+ messages)

[PATCH v5] tracing: add 'accounted' entry into output of allocation tracepoints
 2022-06-03  3:21 UTC  (2+ messages)
` [PATCH mm v6] mm/tracing: "

[akpm-mm:mm-unstable 154/159] mm/memory-failure.c:1538:9: error: implicit declaration of function 'hugetlb_set_page_hwpoison'
 2022-06-03  2:10 UTC  (2+ messages)

[PATCHSETS] v14 fsdax-rmap + v11 fsdax-reflink
 2022-06-03  1:36 UTC  (4+ messages)

[mm-unstable v2 PATCH 0/7] Cleanup transhuge_xxx helpers
 2022-06-02 23:15 UTC  (4+ messages)
` [v2 PATCH 5/7] mm: thp: kill transparent_hugepage_active()

[PATCH v5 0/6] mm: introduce shrinker debugfs interface
 2022-06-02 22:25 UTC  (6+ messages)
` [PATCH v5 6/6] mm: shrinkers: add scan interface for shrinker debugfs

page:  |  | latest

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