linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
 2023-09-25 20:01 UTC 

[linux-next:pending-fixes] BUILD SUCCESS eba2d8a9dfc51f4f4c72ff31e43064a502807453
 2023-09-25 19:47 UTC 

[PATCH v2 0/3] hugetlbfs: close race between MADV_DONTNEED and page fault
 2023-09-25 19:22 UTC  (7+ messages)
` [PATCH 1/3] hugetlbfs: extend hugetlb_vma_lock to private VMAs
` [PATCH 2/3] hugetlbfs: close race between MADV_DONTNEED and page fault
` [PATCH 3/3] hugetlbfs: replace hugetlb_vma_lock with invalidate_lock

[RFC PATCH 0/2] Remove compound_pagelist from khugepaged
 2023-09-25 18:57 UTC  (6+ messages)
` [RFC PATCH 1/2] mm/khugepaged: Convert __collapse_huge_page_isolate() to use folios
` [RFC PATCH 2/2] mm/khugepaged: Remove compound_pagelist

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-25 17:37 UTC  (9+ messages)
` [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes

[PATCH] mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are specified
 2023-09-25 17:16 UTC  (3+ messages)

[PATCH v5 0/8] Batch hugetlb vmemmap modification operations
 2023-09-25 17:12 UTC  (13+ messages)
` [PATCH v5 1/8] hugetlb: optimize update_and_free_pages_bulk to avoid lock cycles
` [PATCH v5 2/8] hugetlb: restructure pool allocations
` [PATCH v5 3/8] hugetlb: perform vmemmap optimization on a list of pages
` [PATCH v5 4/8] hugetlb: perform vmemmap restoration "
` [PATCH v5 5/8] hugetlb: batch freeing of vmemmap pages
` [PATCH v5 6/8] hugetlb: batch PMD split for bulk vmemmap dedup
` [PATCH v5 7/8] hugetlb: batch TLB flushes when freeing vmemmap
` [PATCH v5 8/8] hugetlb: batch TLB flushes when restoring vmemmap

[PATCH v2 0/2] mm: memcg: fix tracking of pending stats updates values
 2023-09-25 17:11 UTC  (5+ messages)
` [PATCH v2 1/2] mm: memcg: refactor page state unit helpers
` [PATCH v2 2/2] mm: memcg: normalize the value passed into memcg_rstat_updated()

[PATCH RFC] binfmt_elf: fully allocate bss pages
 2023-09-25 17:06 UTC  (8+ messages)
      ` [PATCH] binfmt_elf: Support segments with 0 filesz and misaligned starts

[PATCH] mm/damon/vaddr-test: Fix memory leak in damon_do_test_apply_three_regions()
 2023-09-25 16:03 UTC  (3+ messages)

[RFC 0/2] Damos filter cleanup code and implement workingset
 2023-09-25 15:53 UTC  (4+ messages)

[linux-next:master] [maple_tree] 2041864a22: BUG:sleeping_function_called_from_invalid_context_at_include/linux/sched/mm.h
 2023-09-25 15:23 UTC  (4+ messages)

[PATCH v2 0/2] mm: Don't set and reset page count in MEMINIT_EARLY
 2023-09-25 15:10 UTC  (4+ messages)
` [PATCH v2 1/2] mm: pass page count and reserved to __init_single_page
` [PATCH v2 2/2] mm: Init page count in reserve_bootmem_region when MEMINIT_EARLY

[RESEND PATCH v8 1/2] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events
 2023-09-25 15:00 UTC  (4+ messages)
` [RESEND PATCH v8 2/2] ACPI: APEI: handle synchronous exceptions in task work

[PATCH] mm/vmalloc: Remove WARN_ON_ONCE related to adjust_va_to_fit_type
 2023-09-25 13:40 UTC  (5+ messages)

[PATCH v2] debugobjects: stop accessing objects after releasing spinlock
 2023-09-25 13:13 UTC 

[PATCH v2] mm: zswap: fix potential memory corruption on duplicate store
 2023-09-25 13:00 UTC 

[PATCH 1/2] memcg, oom: unmark under_oom after the oom killer is done
 2023-09-25 12:37 UTC  (8+ messages)

[PATCH v1 0/4] mm: Implement ECC handling for pfn with no struct page
 2023-09-25 12:36 UTC  (4+ messages)
` [PATCH v1 1/4] mm: handle poisoning of pfn without struct pages

[PATCH v7 00/12] iov_iter: Convert the iterator macros into inline funcs
 2023-09-25 12:34 UTC  (14+ messages)
` [PATCH v7 01/12] iov_iter: Remove last_offset from iov_iter as it was for ITER_PIPE
` [PATCH v7 02/12] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
` [PATCH v7 03/12] sound: Fix snd_pcm_readv()/writev() to use iov access functions
` [PATCH v7 04/12] infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVEC
` [PATCH v7 05/12] iov_iter: Renumber ITER_* constants
` [PATCH v7 06/12] iov_iter: Derive user-backedness from the iterator type
` [PATCH v7 07/12] iov_iter: Convert iterate*() to inline funcs
` [PATCH v7 08/12] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
` [PATCH v7 09/12] iov_iter, net: Move csum_and_copy_to/from_iter() to net/
` [PATCH v7 10/12] iov_iter, net: Fold in csum_and_memcpy()
` [PATCH v7 11/12] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together
` [PATCH v7 12/12] iov_iter, net: Move hash_and_copy_to_iter() to net/

[PATCH] mm: zswap: fix potential memory corruption on duplicate store
 2023-09-25 12:25 UTC  (5+ messages)

[PATCH net-next v8 1/6] page_pool: frag API support for 32-bit arch with 64-bit DMA
 2023-09-25 11:31 UTC  (4+ messages)

[PATCH] debugobjects: stop accessing objects after releasing spinlock
 2023-09-25  9:16 UTC 

ANON_LARGE_FOLIOS meeting follow-up & refined proposal
 2023-09-25  8:51 UTC  (4+ messages)

[PATCH 00/12] mempolicy: cleanups leading to NUMA mpol without vma
 2023-09-25  8:36 UTC  (13+ messages)
` [PATCH 01/12] hugetlbfs: drop shared NUMA mempolicy pretence
` [PATCH 02/12] kernfs: drop shared NUMA mempolicy hooks
` [PATCH 03/12] mempolicy: fix migrate_pages(2) syscall return nr_failed
` [PATCH 04/12] mempolicy trivia: delete those ancient pr_debug()s
` [PATCH 05/12] mempolicy trivia: slightly more consistent naming
` [PATCH 06/12] mempolicy trivia: use pgoff_t in shared mempolicy tree
` [PATCH 07/12] mempolicy: mpol_shared_policy_init() without pseudo-vma
` [PATCH 08/12] mempolicy: remove confusing MPOL_MF_LAZY dead code
` [PATCH 09/12] mm: add page_rmappable_folio() wrapper
` [PATCH 10/12] mempolicy: alloc_pages_mpol() for NUMA policy without vma
` [PATCH 11/12] mempolicy: mmap_lock is not needed while migrating folios
` [PATCH 12/12] mempolicy: migration attempt to match interleave nodes

[PATCH v2 0/6] Introduce __mt_dup() to improve the performance of fork()
 2023-09-25  8:30 UTC  (6+ messages)
` [PATCH v2 3/6] maple_tree: Add test for mtree_dup()

[linux-next:master] [wifi] 97c19e42b2: hwsim.dpp_test_vector_p_256_b.fail
 2023-09-25  7:59 UTC 

[PATCH] delayacct: add memory reclaim delay in get_page_from_freelist
 2023-09-25  6:43 UTC  (3+ messages)

[PATCH v3 0/9] Introduce __mt_dup() to improve the performance of fork()
 2023-09-25  3:56 UTC  (10+ messages)
` [PATCH v3 1/9] maple_tree: Add mt_free_one() and mt_attr() helpers
` [PATCH v3 2/9] maple_tree: Introduce {mtree,mas}_lock_nested()
` [PATCH v3 3/9] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v3 4/9] maple_tree: Add test for mtree_dup()
` [PATCH v3 5/9] maple_tree: Update the documentation of maple tree
` [PATCH v3 6/9] maple_tree: Skip other tests when BENCH is enabled
` [PATCH v3 7/9] maple_tree: Update check_forking() and bench_forking()
` [PATCH v3 8/9] maple_tree: Preserve the tree attributes when destroying maple tree
` [PATCH v3 9/9] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[PATCH v2 7/9] sched: define TIF_ALLOW_RESCHED
 2023-09-25  0:13 UTC  (20+ messages)

[PATCH] uapi: increase MAX_ARG_STRLEN from 128K to 6M
 2023-09-24 19:30 UTC 

[linus:master] [maple_tree] 52ae298e3e: stress-ng.madvise.ops_per_sec 3.5% improvement
 2023-09-24 14:54 UTC 

[PATCH v3] vmscan: add trace events for lru_gen
 2023-09-24 14:23 UTC 

[PATCH v3 00/13] mm: jit/text allocator
 2023-09-23 22:36 UTC  (20+ messages)
` [PATCH v3 02/13] mm: introduce execmem_text_alloc() and execmem_free()
` [PATCH v3 06/13] mm/execmem: introduce execmem_data_alloc()
` [PATCH v3 08/13] riscv: extend execmem_params for generated code allocations
` [PATCH v3 09/13] powerpc: extend execmem_params for kprobes allocations

[GIT PULL] hotfixes for 6.6-rc3
 2023-09-23 19:08 UTC  (2+ messages)

[PATCH v5 0/4] arch/*/io.h: remove ioremap_uc in some architectures
 2023-09-23 18:53 UTC  (3+ messages)
` [PATCH v5 1/4] video: fbdev: atyfb: only use ioremap_uc() on i386 and ia64

[PATCH v2] vmscan: add trace events for lru_gen
 2023-09-23 15:26 UTC  (5+ messages)

[PATCH v5 00/11] iov_iter: Convert the iterator macros into inline funcs
 2023-09-23 10:31 UTC  (5+ messages)

[PATCH RESEND] memcg, oom: unmark under_oom after the oom killer is done
 2023-09-23  8:17 UTC 

[PATCH 2/2] memcg, oom: do not wake up memcg_oom_waitq if waitqueue is empty
 2023-09-23  8:01 UTC  (3+ messages)

BUG: maple_tree: KCSAN: data-race in mas_topiary_replace / mtree_range_walk
 2023-09-23  7:26 UTC  (3+ messages)

[PATCH v2 0/3] userfaultfd remap option
 2023-09-23  1:31 UTC  (4+ messages)
` [PATCH v2 1/3] userfaultfd: UFFDIO_REMAP: rmap preparation
` [PATCH v2 2/3] userfaultfd: UFFDIO_REMAP uABI
` [PATCH v2 3/3] selftests/mm: add UFFDIO_REMAP ioctl test

[PATCH v2 7/9] sched: define TIF_ALLOW_RESCHED
 2023-09-23  1:11 UTC  (2+ messages)

[PATCH v4 0/2] mm/ksm: add fork-exec support for prctl
 2023-09-22 21:11 UTC  (3+ messages)
` [PATCH v4 1/2] mm/ksm: support fork/exec "
` [PATCH v4 2/2] mm/ksm: Test case for prctl fork/exec workflow

[RFC PATCH 0/4] Convert perf ringbuffer to folios
 2023-09-22 20:19 UTC  (5+ messages)
` [RFC PATCH 1/4] perf: Convert perf_mmap_(alloc,free)_page "

[PATCH v3 00/15] futex: More futex2 bits
 2023-09-22 20:01 UTC  (9+ messages)
` [PATCH v3 10/15] futex: Add sys_futex_requeue()
` futex2 numa stuff
  ` [PATCH 15/15] futex,selftests: Extend the futex selftests
  ` [PATCH 16/15] futex,selftests: Extend the futex selftests for NUMA
  ` [PATCH 17/15] [HACK] futex: Force futex hash collision

[RFC 00/23] Enable block size > page size in XFS
 2023-09-22 19:38 UTC  (8+ messages)

[PATCH v6 00/13] iov_iter: Convert the iterator macros into inline funcs
 2023-09-22 18:51 UTC  (5+ messages)
` [PATCH v6 08/13] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
` [PATCH v6 09/13] iov_iter: Add a kernel-type iterator-only iteration function

[syzbot] [mm?] linux-next test error: WARNING in page_add_anon_rmap
 2023-09-22 18:45 UTC  (3+ messages)

[PATCH 0/2] hugetlbfs: close race between MADV_DONTNEED and page fault
 2023-09-22 18:31 UTC  (7+ messages)
` [PATCH 1/2] hugetlbfs: extend hugetlb_vma_lock to private VMAs

maple tree change made it possible for VMA iteration to see same VMA twice due to late vma_merge() failure
 2023-09-22 18:02 UTC  (7+ messages)

[PATCH 0/2] mm: memcg: fix tracking of pending stats updates values
 2023-09-22 17:59 UTC  (3+ messages)

[PATCH v4 0/8] Batch hugetlb vmemmap modification operations
 2023-09-22 17:28 UTC  (12+ messages)
` [PATCH v4 4/8] hugetlb: perform vmemmap restoration on a list of pages

[PATCH v3] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
 2023-09-22 17:20 UTC  (14+ messages)
      ` [EXTERNAL] "

[PATCH v2 0/2] Fix set_huge_pte_at() panic on arm64
 2023-09-22 17:09 UTC  (8+ messages)
` [PATCH v2 1/2] mm: hugetlb: Add huge page size param to set_huge_pte_at()
` [PATCH v2 2/2] arm64: hugetlb: Fix set_huge_pte_at() to work with all swap entries

'struct dynamic': struct tag leak in UAPI headers
 2023-09-22 17:03 UTC  (4+ messages)
      ` Ping: [PATCH v1] elf, uapi: Remove struct tag 'dynamic'
  `  "

[PATCH v3 0/2] mm/ksm: add fork-exec support for prctl
 2023-09-22 16:08 UTC  (3+ messages)

[PATCH v2 0/2] maple_tree: Fix mas_prev() state regression
 2023-09-22 15:38 UTC  (3+ messages)
` [PATCH v2 1/2] maple_tree: Add mas_is_active() to detect in-tree walks
` [PATCH v2 2/2] maple_tree: Add MAS_UNDERFLOW and MAS_OVERFLOW states

[PATCH v2 0/4] Smart scanning mode for KSM
 2023-09-22 15:38 UTC  (3+ messages)
` [PATCH v2 1/4] mm/ksm: add "smart" page scanning mode

[v4 0/4] mm: hugetlb: Skip initialization of gigantic tail struct pages if freed by HVO
 2023-09-22 14:42 UTC  (2+ messages)

page:  |  | latest

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