Linux Kernel Memory Management
[Prev Page][Next Page]
- [PATCH v7 08/12] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc(), (continued)
- [PATCH v3 0/3] hugetlbfs: close race between MADV_DONTNEED and page fault,
riel
- [PATCH v2] debugobjects: stop accessing objects after releasing spinlock,
Andrzej Hajda
- [PATCH v3 5/9] maple_tree: Update the documentation of maple tree,
Peng Zhang
- [PATCH] debugobjects: stop accessing objects after releasing spinlock, Andrzej Hajda
- [PATCH v3 9/9] fork: Use __mt_dup() to duplicate maple tree in dup_mmap(),
Peng Zhang
- [PATCH v3 1/9] maple_tree: Add mt_free_one() and mt_attr() helpers, Peng Zhang
- [PATCH] uapi: increase MAX_ARG_STRLEN from 128K to 6M,
Sergei Trofimovich
- [PATCH v2 0/2] mm: Don't set and reset page count in MEMINIT_EARLY,
Yajun Deng
- [PATCH v3 4/9] maple_tree: Add test for mtree_dup(), Peng Zhang
- [PATCH 00/12] mempolicy: cleanups leading to NUMA mpol without vma,
Hugh Dickins
- [PATCH 06/12] mempolicy trivia: use pgoff_t in shared mempolicy tree, Hugh Dickins
- [PATCH 11/12] mempolicy: mmap_lock is not needed while migrating folios, Hugh Dickins
- [PATCH 08/12] mempolicy: remove confusing MPOL_MF_LAZY dead code, Hugh Dickins
- [PATCH 09/12] mm: add page_rmappable_folio() wrapper, Hugh Dickins
- [PATCH 05/12] mempolicy trivia: slightly more consistent naming, Hugh Dickins
- [PATCH 12/12] mempolicy: migration attempt to match interleave nodes, Hugh Dickins
- [PATCH 07/12] mempolicy: mpol_shared_policy_init() without pseudo-vma, Hugh Dickins
- [PATCH 01/12] hugetlbfs: drop shared NUMA mempolicy pretence, Hugh Dickins
- [PATCH 02/12] kernfs: drop shared NUMA mempolicy hooks, Hugh Dickins
- [PATCH 10/12] mempolicy: alloc_pages_mpol() for NUMA policy without vma, Hugh Dickins
- [PATCH 03/12] mempolicy: fix migrate_pages(2) syscall return nr_failed, Hugh Dickins
- [PATCH 04/12] mempolicy trivia: delete those ancient pr_debug()s, Hugh Dickins
- [linux-next:master] [wifi] 97c19e42b2: hwsim.dpp_test_vector_p_256_b.fail, kernel test robot
- [PATCH] mm/damon/vaddr-test: Fix memory leak in damon_do_test_apply_three_regions(),
Jinjie Ruan
- [PATCH v3 7/9] maple_tree: Update check_forking() and bench_forking(), Peng Zhang
- [PATCH v3 6/9] maple_tree: Skip other tests when BENCH is enabled, Peng Zhang
- [PATCH v3 8/9] maple_tree: Preserve the tree attributes when destroying maple tree, Peng Zhang
- [PATCH v3 3/9] maple_tree: Introduce interfaces __mt_dup() and mtree_dup(),
Peng Zhang
- [PATCH v5 0/8] Batch hugetlb vmemmap modification operations,
Mike Kravetz
- [PATCH v3] vmscan: add trace events for lru_gen,
Jaewon Kim
[linus:master] [maple_tree] 52ae298e3e: stress-ng.madvise.ops_per_sec 3.5% improvement, kernel test robot
[linux-next:master] [maple_tree] 2041864a22: BUG:sleeping_function_called_from_invalid_context_at_include/linux/sched/mm.h,
kernel test robot
[PATCH RESEND] memcg, oom: unmark under_oom after the oom killer is done, Haifeng Xu
[GIT PULL] hotfixes for 6.6-rc3,
Andrew Morton
[PATCH] mm: zswap: fix potential memory corruption on duplicate store,
Domenico Cerasuolo
[PATCH v2 0/3] userfaultfd remap option,
Suren Baghdasaryan
Re: [PATCH v2 2/3] userfaultfd: UFFDIO_REMAP uABI, Suren Baghdasaryan
Re: [PATCH v2 2/3] userfaultfd: UFFDIO_REMAP uABI, Peter Xu
Re: [PATCH v2 2/3] userfaultfd: UFFDIO_REMAP uABI, Peter Xu
[PATCH v2 3/3] selftests/mm: add UFFDIO_REMAP ioctl test, Suren Baghdasaryan
[PATCH v2 1/3] userfaultfd: UFFDIO_REMAP: rmap preparation, Suren Baghdasaryan
[RFC PATCH 0/2] Remove compound_pagelist from khugepaged,
Vishal Moola (Oracle)
[PATCH v3 0/8] Add printf attribute to kselftest functions,
Maciej Wieczor-Retman
Re: [syzbot] [mm?] linux-next test error: WARNING in page_add_anon_rmap,
Andrew Morton
[PATCH v4 0/2] mm/ksm: add fork-exec support for prctl,
Stefan Roesch
[PATCH 0/2] mm: memcg: fix tracking of pending stats updates values,
Yosry Ahmed
[PATCH v2 0/3] hugetlbfs: close race between MADV_DONTNEED and page fault,
riel
[PATCH v2 0/2] mm: memcg: fix tracking of pending stats updates values,
Yosry Ahmed
[PATCH v2 0/2] maple_tree: Fix mas_prev() state regression.,
Liam R. Howlett
[PATCH v6 00/13] iov_iter: Convert the iterator macros into inline funcs,
David Howells
- [PATCH v6 05/13] iov_iter: Renumber ITER_* constants, David Howells
- [PATCH v6 04/13] infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVEC, David Howells
- [PATCH v6 11/13] iov_iter, net: Fold in csum_and_memcpy(), David Howells
- [PATCH v6 10/13] iov_iter, net: Move csum_and_copy_to/from_iter() to net/, David Howells
- [PATCH v6 02/13] iov_iter: Be consistent about the __user tag on copy_mc_to_user(), David Howells
- [PATCH v6 09/13] iov_iter: Add a kernel-type iterator-only iteration function, David Howells
- [PATCH v6 01/13] iov_iter: Remove last_offset from iov_iter as it was for ITER_PIPE, David Howells
- [PATCH v6 06/13] iov_iter: Derive user-backedness from the iterator type, David Howells
- [PATCH v6 07/13] iov_iter: Convert iterate*() to inline funcs, David Howells
- [PATCH v6 13/13] iov_iter, net: Move hash_and_copy_to_iter() to net/, David Howells
- [PATCH v6 03/13] sound: Fix snd_pcm_readv()/writev() to use iov access functions, David Howells
- [PATCH v6 12/13] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together, David Howells
- [PATCH v6 08/13] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc(), David Howells
[PATCH 1/2] memcg, oom: unmark under_oom after the oom killer is done,
Haifeng Xu
[PATCH v2 0/2] Fix set_huge_pte_at() panic on arm64,
Ryan Roberts
[linux-next:master 6443/6975] htmldocs: Documentation/gpu/amdgpu/thermal:43: ./drivers/gpu/drm/amd/pm/amdgpu_pm.c:988: WARNING: Unexpected indentation., kernel test robot
[PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests,
David Howells
- [PATCH v3 04/10] iov_iter: Consolidate bvec pattern checking, David Howells
- [PATCH v3 05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests, David Howells
- [PATCH v3 10/10] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC, David Howells
- [PATCH v3 08/10] iov_iter: Add benchmarking kunit tests, David Howells
- [PATCH v3 01/10] iov_iter: Fix some checkpatch complaints in kunit tests, David Howells
- [PATCH v3 02/10] iov_iter: Consolidate some of the repeated code into helpers, David Howells
- [PATCH v3 06/10] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC, David Howells
- [PATCH v3 09/10] iov_iter: Add kunit to benchmark decanting of xarray to bvec, David Howells
- [PATCH v3 03/10] iov_iter: Consolidate the test vector struct in the kunit tests, David Howells
- [PATCH v3 07/10] iov_iter: Add extract kunit tests for ITER_UBUF and ITER_IOVEC, David Howells
- <Possible follow-ups>
- [PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests, David Howells
- [PATCH v3 06/10] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC, David Howells
- [PATCH v3 08/10] iov_iter: Add benchmarking kunit tests, David Howells
- [PATCH v3 03/10] iov_iter: Consolidate the test vector struct in the kunit tests, David Howells
- Re: [PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests, Linus Torvalds
- [PATCH v3 07/10] iov_iter: Add extract kunit tests for ITER_UBUF and ITER_IOVEC, David Howells
- [PATCH v3 01/10] iov_iter: Fix some checkpatch complaints in kunit tests, David Howells
- [PATCH v3 05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests, David Howells
- [PATCH v3 09/10] iov_iter: Add kunit to benchmark decanting of xarray to bvec, David Howells
- [PATCH v3 02/10] iov_iter: Consolidate some of the repeated code into helpers, David Howells
- [PATCH v3 10/10] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC, David Howells
- [PATCH v3 04/10] iov_iter: Consolidate bvec pattern checking, David Howells
[linux-next:master 5393/6975] drivers/accel/habanalabs/common/habanalabs_ioctl.c:323:30: error: implicit declaration of function 'rdtsc', kernel test robot
[PATCH] mm/list_lru: Remove unused function,
Jiapeng Chong
[Resend PATCH] arch: arm: remove redundant clear_page when CONFIG_INIT_ON_ALLOC_DEFAULT_ON is on, zhaoyang.huang
[PATCH net-next v10 1/6] page_pool: fragment API support for 32-bit arch with 64-bit DMA,
Yunsheng Lin
Message not available
[PATCH 2/2] memcg, oom: do not wake up memcg_oom_waitq if waitqueue is empty,
Haifeng Xu
[PATCH] mm: vmscan: fix the kcompactd order wakeuped by kswapd, Zhiguo Jiang
[linux-next:pending-fixes] BUILD SUCCESS 1785a80001120a6d3c04ded80f1f06c116d684e4, kernel test robot
[linux-next:master] BUILD REGRESSION 940fcc189c51032dd0282cbee4497542c982ac59, kernel test robot
[PATCH] mm/vmalloc: Remove WARN_ON_ONCE related to adjust_va_to_fit_type,
Jaeseon Sim
Re: [PATCH] mm/vmalloc: Remove WARN_ON_ONCE related to adjust_va_to_fit_type, Uladzislau Rezki
Re: [PATCH v1] mm/filemap: increase usage of folio_next_index() helper,
Matthew Wilcox
[PATCH 0/4] mm: Don't set and reset page count in MEMINIT_EARLY,
Yajun Deng
[linux-next:master 5197/6975] kernel/bpf/helpers.c:2476:18: warning: no previous declaration for 'bpf_throw', kernel test robot
[PATCH] memory-hotplug.rst: fix wrong /sys/device/ path,
Wang Jinchao
[linux-next:master 1536/6975] fs/bcachefs/replicas.c:25:52: error: builtin functions must be directly called, kernel test robot
[linux-next:master 4198/6975] fs/bcachefs/snapshot.c:989:41: sparse: sparse: cast to restricted __le32, kernel test robot
[PATCH 0/5] mm: memcg: subtree stats flushing and thresholds,
Yosry Ahmed
[linux-next:master 4164/6975] fs/bcachefs/fs-io-pagecache.c:25:35: sparse: sparse: invalid assignment: &=, kernel test robot
[linux-next:master 1482/6975] drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c:491 dcn32_auto_dpm_test_log() warn: inconsistent indenting, kernel test robot
[PATCH 0/2] maple_tree: Fix mas_prev() state regression.,
Liam R. Howlett
[PATCH 2/2] maple_tree: Add MAS_UNDERFLOW and MAS_OVERFLOW states, Liam R. Howlett
[PATCH 1/2] maple_tree: Add mas_active() to detect in-tree walks, Liam R. Howlett
BUG: maple_tree: KCSAN: data-race in mas_topiary_replace / mtree_range_walk,
Mirsad Todorovac
[RFC PATCH v2 0/9] iov_iter: kunit: Cleanup, abstraction and more tests,
David Howells
- [RFC PATCH v2 8/9] iov_iter: Add benchmarking kunit tests, David Howells
- [RFC PATCH v2 6/9] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC, David Howells
- [RFC PATCH v2 1/9] iov_iter: Fix some checkpatch complaints in kunit tests, David Howells
- [RFC PATCH v2 2/9] iov_iter: Consolidate some of the repeated code into helpers, David Howells
- Re: [RFC PATCH v2 0/9] iov_iter: kunit: Cleanup, abstraction and more tests, David Howells
- Re: [RFC PATCH v2 5/9] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests, David Howells
- [RFC PATCH v2 5/9] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests, David Howells
- [RFC PATCH v2 9/9] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC, David Howells
- [RFC PATCH v2 4/9] iov_iter: Consolidate bvec pattern checking, David Howells
- [RFC PATCH v2 7/9] iov_iter: Add extract kunit tests for ITER_UBUF and ITER_IOVEC, David Howells
- [RFC PATCH v2 3/9] iov_iter: Consolidate the test vector struct in the kunit tests, David Howells
[PATCH v2] vmscan: add trace events for lru_gen,
Jaewon Kim
[syzbot] [mm?] possible deadlock in free_pcppages_bulk,
syzbot
[PATCH v3 0/2] mm/ksm: add fork-exec support for prctl,
Stefan Roesch
Re: [PATCH] mm: hugetlb: kill set_huge_swap_pte_at(), Ryan Roberts
[PATCH v1 0/8] Fix set_huge_pte_at() panic on arm64,
Ryan Roberts
[PATCH v5 0/4] arch/*/io.h: remove ioremap_uc in some architectures,
Baoquan He
[PATCH v2 0/1] mm/madvise: add cond_resched() in madvise_cold_or_pageout_pte_range(),
Jiexun Wang
[PATCH v3 00/15] futex: More futex2 bits,
peterz
- [PATCH v3 12/15] futex: Implement FUTEX2_NUMA, peterz
- [PATCH v3 03/15] futex: Flag conversion, peterz
- [PATCH v3 13/15] futex: Propagate flags into futex_get_value_locked(), peterz
- [PATCH v3 09/15] futex: Add flags2 argument to futex_requeue(), peterz
- [PATCH v3 02/15] futex: Extend the FUTEX2 flags, peterz
- [PATCH v3 06/15] futex: FLAGS_STRICT, peterz
- [PATCH v3 14/15] futex: Enable FUTEX2_{8,16}, peterz
- [PATCH v3 10/15] futex: Add sys_futex_requeue(), peterz
- [PATCH v3 15/15] futex,selftests: Extend the futex selftests, peterz
- [PATCH v3 11/15] mm: Add vmalloc_huge_node(), peterz
- [PATCH v3 07/15] futex: Add sys_futex_wait(), peterz
- [PATCH v3 04/15] futex: Validate futex value against futex size, peterz
- [PATCH v3 01/15] futex: Clarify FUTEX2 flags, peterz
- [PATCH v3 05/15] futex: Add sys_futex_wake(), peterz
- [PATCH v3 08/15] futex: Propagate flags into get_futex_key(), peterz
- futex2 numa stuff, Peter Zijlstra
[linux-next:master 5896/6975] drivers/accel/habanalabs/common/device.c:209:37: error: 'struct scatterlist' has no member named 'dma_length'; did you mean 'length'?, kernel test robot
[PATCH v2 0/6] mm: convert numa balancing functions to use a folio,
Kefeng Wang
[GIT PULL] memblock test: compilation fixes, Mike Rapoport
[linus:master] [mm/mmap] 6852c46c78: stress-ng.spawn.ops_per_sec 2.9% improvement, kernel test robot
[PATCH v5 00/11] iov_iter: Convert the iterator macros into inline funcs,
David Howells
- [PATCH v5 08/11] iov_iter, net: Move csum_and_copy_to/from_iter() to net/, David Howells
- [PATCH v5 04/11] iov_iter: Derive user-backedness from the iterator type, David Howells
- [PATCH v5 03/11] iov_iter: Renumber ITER_* constants, David Howells
- [PATCH v5 11/11] iov_iter, net: Move hash_and_copy_to_iter() to net/, David Howells
- [PATCH v5 09/11] iov_iter, net: Fold in csum_and_memcpy(), David Howells
- [PATCH v5 10/11] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together, David Howells
- RE: [PATCH v5 00/11] iov_iter: Convert the iterator macros into inline funcs, David Laight
- [PATCH v5 07/11] iov_iter: Add a kernel-type iterator-only iteration function, David Howells
- [PATCH v5 02/11] infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVEC, David Howells
- [PATCH v5 01/11] sound: Fix snd_pcm_readv()/writev() to use iov access functions, David Howells
- Re: [PATCH v5 00/11] iov_iter: Convert the iterator macros into inline funcs, David Howells
- [PATCH v5 05/11] iov_iter: Convert iterate*() to inline funcs, David Howells
[syzbot] [mm?] possible deadlock in console_flush_all,
syzbot
[RFC PATCH v3 2/6] workingset: move refault distance checking into to a helper, Kairui Song
[RFC PATCH v3 3/6] workignset: simplify the initilization code, Kairui Song
[PATCH v2] tmpfs.5: extend with new noswap documentation,
Luis Chamberlain
[PATCH v1 0/4] mm: Implement ECC handling for pfn with no struct page,
ankita
[PATCH] mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are specified,
Yang Shi
[RFC PATCH v3 6/6] workingset, lru_gen: apply refault-distance based re-activation, Kairui Song
[RFC PATCH v3 1/6] workingset: simplify and use a more intuitive model, Kairui Song
[RFC PATCH v3 5/6] mm, lru_gen: convert avg_total and avg_refaulted to atomic, Kairui Song
[RFC PATCH v3 4/6] workingset: simplify lru_gen_test_recent, Kairui Song
[PATCH v2 0/2] mm/ksm: add fork-exec support for prctl,
Stefan Roesch
[PATCH] mm: slab: Do not create kmalloc caches smaller than arch_slab_minalign(),
Catalin Marinas
[linux-next:pending-fixes] BUILD SUCCESS 51a4070c505b5b958250e95ce78e9c58c7043200, kernel test robot
[linux-next:master 5739/6619] lib/kunit/kunit-test.c:565:25: warning: cast from 'void (*)(const void *)' to 'kunit_action_t *' (aka 'void (*)(void *)') converts to incompatible function type, kernel test robot
[PATCH net-next v9 1/6] page_pool: frag API support for 32-bit arch with 64-bit DMA, Yunsheng Lin
[linux-next:master 5670/6619] kernel/printk/printk.c:2871:24: warning: array subscript 0 is outside array bounds of 'char[0]',
kernel test robot
[PATCH 06/10] ioctl_userfaultfd.2: describe missing UFFDIO_API feature flags,
Axel Rasmussen
[PATCH 00/10] mm: PCP high auto-tuning,
Huang Ying
- [PATCH 02/10] cacheinfo: calculate per-CPU data cache size, Huang Ying
- [PATCH 04/10] mm: restrict the pcp batch scale factor to avoid too long latency, Huang Ying
- [PATCH 05/10] mm, page_alloc: scale the number of pages that are batch allocated, Huang Ying
- [PATCH 08/10] mm, pcp: decrease PCP high if free pages < high watermark, Huang Ying
- [PATCH 07/10] mm: tune PCP high automatically, Huang Ying
- [PATCH 03/10] mm, pcp: reduce lock contention for draining high-order pages, Huang Ying
- [PATCH 09/10] mm, pcp: avoid to reduce PCP high unnecessarily, Huang Ying
[PATCH 10/10] mm, pcp: reduce detecting time of consecutive high order page freeing, Huang Ying
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]