linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 0/3] hugetlbfs: close race between MADV_DONTNEED and page fault
 2023-09-26  0:46 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

[PATCH v2 0/2] workload-specific and memory pressure-driven zswap writeback
 2023-09-26  0:43 UTC  (8+ messages)
` [PATCH v2 1/2] zswap: make shrinking memcg-aware
` [PATCH v2 2/2] zswap: shrinks zswap pool based on memory pressure

[PATCH v2] tmpfs.5: extend with new noswap documentation
 2023-09-26  0:20 UTC  (2+ messages)

[PATCH 01/10] userfaultfd.2: briefly mention two-step feature handshake process
 2023-09-25 23:56 UTC  (15+ messages)
` [PATCH 02/10] userfaultfd.2: reword to account for new fault resolution ioctls
` [PATCH 03/10] userfaultfd.2: comment on feature detection in the example program
` [PATCH 05/10] ioctl_userfaultfd.2: describe two-step feature handshake
` [PATCH 06/10] ioctl_userfaultfd.2: describe missing UFFDIO_API feature flags
` [PATCH 07/10] ioctl_userfaultfd.2: correct and update UFFDIO_API ioctl error codes
` [PATCH 08/10] ioctl_userfaultfd.2: clarify the state of the uffdio_api structure on error
  ` [PATCH 04/10] ioctl_userfaultfd.2: fix a few trivial mistakes

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

[PATCH 00/12] mempolicy: cleanups leading to NUMA mpol without vma
 2023-09-25 22:58 UTC  (24+ 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 v5 0/8] Batch hugetlb vmemmap modification operations
 2023-09-25 22:35 UTC  (14+ 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 v3] vmscan: add trace events for lru_gen
 2023-09-25 21:36 UTC  (2+ messages)

[RFC PATCH v2 0/7] Introduce persistent memory pool
 2023-09-25 21:28 UTC  (8+ messages)
` [RFC PATCH v2 1/7] kexec_file: Add fdt modification callback support
` [RFC PATCH v2 2/7] x86: kexec: Transfer existing fdt to the new kernel
` [RFC PATCH v2 3/7] x86: kexec: Enable fdt modification in callbacks
` [RFC PATCH v2 4/7] pmpool: Introduce persistent memory pool
` [RFC PATCH v2 5/7] pmpool: Update device tree on kexec
` [RFC PATCH v2 6/7] pmpool: Restore state from device tree post-kexec
` [RFC PATCH v2 7/7] Drivers: hv: Allocate persistent pages for root partition

[PATCH V2 0/6] mm: page_alloc: freelist migratetype hygiene
 2023-09-25 21:12 UTC  (16+ messages)

[PATCH] selftests/damon: Add executable permission to test scripts
 2023-09-25 20:53 UTC  (2+ messages)

[PATCH 3/3] hugetlbfs: replace hugetlb_vma_lock with invalidate_lock
 2023-09-25 20:11 UTC  (6+ messages)

[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 

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

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-25 17:37 UTC  (6+ messages)
` [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 v2 0/2] mm: memcg: fix tracking of pending stats updates values
 2023-09-25 17:11 UTC  (3+ messages)

[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  (4+ 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 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 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

page:  |  | latest

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