linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-03 10:14:56 to 2022-06-06 11:42:11 UTC [more...]

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-06-06 11:42 UTC  (4+ messages)
` [PATCH Part2 RFC v4 04/40] x86/sev: Add the host SEV-SNP initialization support

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

[PATCH v3 1/4] cpumask: Fix invalid uniprocessor mask assumption
 2022-06-06 10:40 UTC  (2+ messages)

RFC: Memory Tiering Kernel Interfaces (v3)
 2022-06-06 10:16 UTC  (30+ 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 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 v3 0/3] a few cleanup and bugfixes about shmem
 2022-06-06  9:39 UTC  (6+ 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 v11 00/14] Multi-Gen LRU Framework
 2022-06-06  9:25 UTC  (3+ messages)
` [PATCH v11 07/14] mm: multi-gen LRU: exploit locality in rmap

[PATCH] mm/memory-failure: don't allow to unpoison hw corrupted page
 2022-06-06  9:15 UTC  (6+ messages)
  `  "
      `  "

[PATCH 0/5] Cleanup patches of vmalloc
 2022-06-06  8:39 UTC  (6+ messages)
` [PATCH 1/5] mm/vmalloc: remove the unnecessary type check
` [PATCH 2/5] mm/vmalloc: remove the redundant boundary check
` [PATCH 3/5] mm/vmalloc: fix typo in local variable name
` [PATCH 4/5] mm/vmalloc: Add code comment for find_vmap_area_exceed_addr()
` [PATCH 5/5] mm: ioremap: rename ioremap_page_range() to ioremap_range()

[PATCH v5 0/9] mm/demotion: Memory tiers and demotion
 2022-06-06  8:33 UTC  (15+ 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] mm/demotion: Add sysfs ABI documentation

[PATCH] mm/oom_kill: break evaluation when a task has been selected
 2022-06-06  8:33 UTC  (3+ messages)

[PATCH v4 0/6] arm64: Cleanup ioremap() and support ioremap_prot()
 2022-06-06  7:54 UTC  (11+ messages)
` [PATCH v4 1/6] ARM: mm: kill unused runtime hook arch_iounmap()
` [PATCH v4 2/6] mm: ioremap: Use more sensibly name in ioremap_prot()
` [PATCH v4 3/6] mm: ioremap: Setup phys_addr of struct vm_struct
` [PATCH v4 4/6] mm: ioremap: Add ioremap/iounmap_allowed()
` [PATCH v4 5/6] arm64: mm: Convert to GENERIC_IOREMAP
` [PATCH v4 6/6] arm64: Add HAVE_IOREMAP_PROT support

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

[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  (5+ messages)

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

[GIT PULL] final non-MM work 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 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  (4+ 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 0/4] mm: kmemleak: store objects allocated with physical address separately and check when scan
 2022-06-04  3:01 UTC  (3+ messages)

[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  (8+ messages)
` [PATCH v7 10/15] fs: Add async write file modification handling

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


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