Linux Kernel Memory Management
[Prev Page][Next Page]
[PATCH v5 0/5] introduce PIDFD_SELF* sentinels,
Lorenzo Stoakes
[PATCH 0/6] futex: The remaining futex2 bits,
Peter Zijlstra
[PATCH] mm: krealloc: Fix MTE false alarm in __do_krealloc,
Qun-Wei Lin
[tip:sched/core] [sched] 7e019dcc47: stress-ng.sigtrap.ops_per_sec 7.6% improvement, kernel test robot
Re: [PATCH bpf-next v2 2/4] bpf: bpf_csum_diff: optimize and homogenize for all archs,
kernel test robot
Re: [PATCH v5 3/7] Change the symbols order when --ffunction-sections is enabled,
kernel test robot
[PATCH v3] mm: shrinker: avoid memleak in alloc_shrinker_info,
Chen Ridong
[PATCH 0/3] mm/vma: miss to restore vmi.index on expansion failure,
Wei Yang
[PATCH] mm: shmem: fallback to page size splice if large folio has poisoned subpages,
Baolin Wang
[PATCH] sched/numa: Fix the potential null pointer dereference in task_numa_work(),
Shawn Wang
[PATCH for-next 3/7] selftests/mm: Add a few missing gitignore files,
Li Zhijian
[PATCH v1 0/6] memcg-v1: fully deprecate charge moving,
Shakeel Butt
[PATCH 0/2] memcg: tracepoint for flushing stats,
JP Kobryn
[PATCH resend 1/2] mm: always use base address when clear gigantic page,
Kefeng Wang
[linux-next:fs-current] BUILD SUCCESS 58930481378687c6d8adaa786bb3da845c478433, kernel test robot
[PATCH 1/2] mm: convert mm_lock_seq to a proper seqcount,
Suren Baghdasaryan
[linux-next:master] BUILD REGRESSION fd21fa4a912ebbf8a6a341c31d8456f61e7d4170, kernel test robot
[PATCH 1/1] mm/codetag: uninline and move pgalloc_tag_copy and pgalloc_tag_split,
Suren Baghdasaryan
[PATCH 00/27] netfs: Read performance improvements and "single-blob" support,
David Howells
- [PATCH 01/27] netfs: Remove call to folio_index(), David Howells
- [PATCH 02/27] netfs: Fix a few minor bugs in netfs_page_mkwrite(), David Howells
- [PATCH 03/27] netfs: Remove unnecessary references to pages, David Howells
- [PATCH 04/27] netfs: Use a folio_queue allocation and free functions, David Howells
- [PATCH 05/27] netfs: Add a tracepoint to log the lifespan of folio_queue structs, David Howells
- [PATCH 06/27] netfs: Abstract out a rolling folio buffer implementation, David Howells
- [PATCH 22/27] afs: Use netfslib for directories, David Howells
- [PATCH 21/27] afs: Make afs_init_request() get a key if not given a file, David Howells
- [PATCH 20/27] netfs: Add support for caching single monolithic objects such as AFS dirs, David Howells
- [PATCH 11/27] netfs: Don't use bh spinlock, David Howells
- [PATCH 12/27] afs: Don't use mutex for I/O operation lock, David Howells
- [PATCH 24/27] afs: Eliminate afs_read, David Howells
- [PATCH 10/27] netfs: Drop the was_async arg from netfs_read_subreq_terminated(), David Howells
- [PATCH 09/27] netfs: Drop the error arg from netfs_read_subreq_terminated(), David Howells
- [PATCH 23/27] afs: Use netfslib for symlinks, allowing them to be cached, David Howells
- [PATCH 07/27] netfs: Make netfs_advance_write() return size_t, David Howells
- [PATCH 27/27] afs: Make afs_mkdir() locally initialise a new directory's content, David Howells
- [PATCH 08/27] netfs: Split retry code out of fs/netfs/write_collect.c, David Howells
- [PATCH 16/27] cachefiles: Add some subrequest tracepoints, David Howells
- [PATCH 13/27] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY, David Howells
- [PATCH 26/27] netfs: Change the read result collector to only use one work item, David Howells
- [PATCH 25/27] afs: Make {Y,}FS.FetchData an asynchronous operation, David Howells
- [PATCH 19/27] netfs: Add functions to build/clean a buffer in a folio_queue, David Howells
- [PATCH 14/27] afs: Fix directory format encoding struct, David Howells
- [PATCH 17/27] cachefiles: Add auxiliary data trace, David Howells
- [PATCH 15/27] netfs: Remove some extraneous directory invalidations, David Howells
- [PATCH 18/27] afs: Add more tracepoints to do with tracking validity, David Howells
[PATCH 6.6 00/28] fix CVE-2024-46701,
Yu Kuai
- [PATCH 6.6 01/28] maple_tree: add mt_free_one() and mt_attr() helpers, Yu Kuai
- [PATCH 6.6 04/28] maple_tree: skip other tests when BENCH is enabled, Yu Kuai
- [PATCH 6.6 02/28] maple_tree: introduce {mtree,mas}_lock_nested(), Yu Kuai
- [PATCH 6.6 05/28] maple_tree: preserve the tree attributes when destroying maple tree, Yu Kuai
- [PATCH 6.6 03/28] maple_tree: introduce interfaces __mt_dup() and mtree_dup(), Yu Kuai
- [PATCH 6.6 06/28] maple_tree: remove unnecessary default labels from switch statements, Yu Kuai
- [PATCH 6.6 07/28] maple_tree: make mas_erase() more robust, Yu Kuai
- [PATCH 6.6 08/28] maple_tree: move debug check to __mas_set_range(), Yu Kuai
- [PATCH 6.6 09/28] maple_tree: add end of node tracking to the maple state, Yu Kuai
- [PATCH 6.6 10/28] maple_tree: use cached node end in mas_next(), Yu Kuai
- [PATCH 6.6 12/28] maple_tree: clean up inlines for some functions, Yu Kuai
- [PATCH 6.6 13/28] maple_tree: add test for mtree_dup(), Yu Kuai
- [PATCH 6.6 11/28] maple_tree: use cached node end in mas_destroy(), Yu Kuai
- [PATCH 6.6 16/28] Revert "maple_tree: correct tree corruption on spanning store", Yu Kuai
- [PATCH 6.6 24/28] libfs: Add simple_offset_empty(), Yu Kuai
- [PATCH 6.6 21/28] maple_tree: avoid checking other gaps after getting the largest gap, Yu Kuai
- [PATCH 6.6 18/28] maple_tree: don't find node end in mtree_lookup_walk(), Yu Kuai
- [PATCH 6.6 27/28] libfs: fix infinite directory reads for offset dir, Yu Kuai
- [PATCH 6.6 26/28] libfs: Convert simple directory offsets to use a Maple Tree, Yu Kuai
- [PATCH 6.6 28/28] maple_tree: correct tree corruption on spanning store, Yu Kuai
- [PATCH 6.6 22/28] libfs: Re-arrange locking in offset_iterate_dir(), Yu Kuai
- [PATCH 6.6 23/28] libfs: Define a minimum directory offset, Yu Kuai
- [PATCH 6.6 19/28] maple_tree: mtree_range_walk() clean up, Yu Kuai
- [PATCH 6.6 17/28] maple_tree: use maple state end for write operations, Yu Kuai
- [PATCH 6.6 25/28] maple_tree: Add mtree_alloc_cyclic(), Yu Kuai
- [PATCH 6.6 20/28] lib/maple_tree.c: fix build error due to hotfix alteration, Yu Kuai
- [PATCH 6.6 14/28] maple_tree: separate ma_state node from status, Yu Kuai
- [PATCH 6.6 15/28] maple_tree: remove mas_searchable(), Yu Kuai
- Re: [PATCH 6.6 00/28] fix CVE-2024-46701, Greg KH
- Re: [PATCH 6.6 00/28] fix CVE-2024-46701, Lorenzo Stoakes
[BUG] ZSwap leaks memory upon being disabled,
Konstantin Kharlamov
Re: [PATCH 1/2] mm: always use base address when clear gigantic page,
Kefeng Wang
[RFC PATCH 01/13] fs: binfmt_elf_efpic: add architecture hook elf_arch_finalize_exec, Hajime Tazaki
[RFC PATCH 02/13] x86/um: nommu: elf loader for fdpic,
Hajime Tazaki
[PATCH v2] mm/vma: the pgoff is correct if can_merge_right,
Wei Yang
[PATCH v1: vfio: avoid unnecessary pin memory when dma map io address space 0/2],
Qinyun Tan
Re: [PATCH net-next v22 00/14] Replace page_frag with page_frag_cache for sk_page_frag(),
Paolo Abeni
[PATCH] mm/vma: the pgoff is correct if can_merge_right,
Wei Yang
[PATCH v2 bpf-next 1/2] bpf: Add open coded version of kmem_cache iterator,
Namhyung Kim
darktable performance regression on AMD systems caused by "mm: align larger anonymous mappings on THP boundaries",
Thorsten Leemhuis
[RFC PATCH 0/3] memcg-v1: fully deprecate charge moving,
Shakeel Butt
[PATCH hotfix 1/2] mm/thp: fix deferred split queue not partially_mapped,
Hugh Dickins
cluster_alloc_swap_entry() may change per-cpu cluster of another CPU randomly,
Huang, Ying
[PATCH -next] mm/ksm: Add missing IS_ERR_OR_NULL check for stable_tree_search(),
Gaosheng Cui
[PATCH] mm: Fix PSWPIN counter for large folios swap-in,
Barry Song
[PATCH v6 bpf-next 06/12] bpf: Add uptr support in the map_value of the task local storage.,
Martin KaFai Lau
[PATCH v3 0/1] mm/migrate: Add migrate_device_pfns,
Matthew Brost
Re: [PATCH] mm/page-writeback: Raise wb_thresh to prevent write blocking with strictlimit,
Andrew Morton
<Possible follow-ups>
Re: [PATCH] mm/page-writeback: Raise wb_thresh to prevent write blocking with strictlimit, Jan Kara
Re: [PATCH v2 1/1] memcg/hugetlb: Adding hugeTLB counters to memcg, Yosry Ahmed
[PATCH v2 0/8] fix error handling in mmap_region() and refactor,
Lorenzo Stoakes
[linux-next:master] BUILD REGRESSION ceab669fdf7b7510b4e4997b33d6f66e433a96db, kernel test robot
[linux-next:fs-next] BUILD SUCCESS 6ce0669dbc0c93d0e072188bc1b4e252ffa200dc, kernel test robot
[PATCH] mm/page_alloc: fix NUMA stats update for cpu-less nodes,
Dongjoo Seo
[PATCH] mm: avoid VM_BUG_ON when try to map an anon large folio to zero page.,
Zi Yan
[PATCH v4 0/6] page allocation tag compression,
Suren Baghdasaryan
[PATCH v7 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
[PATCH v3 0/5] implement lightweight guard pages,
Lorenzo Stoakes
[linux-next:fs-current] BUILD SUCCESS 7458de9f323a5685ebb3831ce613d8b6259ce306, kernel test robot
[linux-next:pending-fixes] BUILD SUCCESS ad023864550daf9a5062e68f7925320146404919, kernel test robot
[PATCH 0/7] kernel/cgroups: Add "dev" memory accounting cgroup.,
Maarten Lankhorst
10月限定!最大10,000円相当のPayPayポイントをゲットするチャンス!, Paypay
[PATCH 00/13] mm, swap: rework of swap allocator locks,
Kairui Song
- [PATCH 08/13] mm, swap: use an enum to define all cluster flags and wrap flags changes, Kairui Song
- [PATCH 07/13] mm, swap: hold a reference of si during scan and clean up flags, Kairui Song
- [PATCH 09/13] mm, swap: reduce contention on device lock, Kairui Song
- [PATCH 06/13] mm, swap: clean up plist removal and adding, Kairui Song
- [PATCH 04/13] mm, swap: use cluster lock for HDD, Kairui Song
- [PATCH 02/13] mm, swap: fold swap_info_get_cont in the only caller, Kairui Song
- [PATCH 05/13] mm, swap: clean up device availability check, Kairui Song
- [PATCH 12/13] mm, swap: use a global swap cluster for non-rotation device, Kairui Song
- [PATCH 03/13] mm, swap: remove old allocation path for HDD, Kairui Song
- [PATCH 10/13] mm, swap: simplify percpu cluster updating, Kairui Song
- Re: [PATCH 00/13] mm, swap: rework of swap allocator locks, Huang, Ying
- [PATCH 11/13] mm, swap: introduce a helper for retrieving cluster from offset, Kairui Song
- [PATCH 13/13] mm, swap_slots: remove slot cache for freeing path, Kairui Song
- [PATCH 01/13] mm, swap: minor clean up for swap entry allocation, Kairui Song
- Re: [PATCH 00/13] mm, swap: rework of swap allocator locks, Andrew Morton
- Re: [PATCH 00/13] mm, swap: rework of swap allocator locks, Yosry Ahmed
[PATCH v2] mm/codetag: fix arg in pgalloc_tag_copy alloc_tag_sub,
Sourav Panda
[PATCH v3 0/3] memory,x86,acpi: hotplug memory alignment advisement,
Gregory Price
[linux-next:master] BUILD REGRESSION 7436324ebd147598f940dde1335b7979dbccc339, kernel test robot
[PATCH] mm/codetag: fix arg in pgalloc_tag_copy alloc_tag_sub,
Sourav Panda
[PATCH hotfix 6.12 0/8] fix error handling in mmap_region() and refactor,
Lorenzo Stoakes
- [PATCH hotfix 6.12 3/8] mm: refactor map_deny_write_exec(), Lorenzo Stoakes
- [PATCH hotfix 6.12 8/8] mm: do not attempt second merge for file-backed VMAs, Lorenzo Stoakes
- [PATCH hotfix 6.12 6/8] mm: insolate mmap internal logic to mm/vma.c, Lorenzo Stoakes
- [PATCH hotfix 6.12 4/8] mm: resolve faulty mmap_region() error path behaviour, Lorenzo Stoakes
- [PATCH hotfix 6.12 5/8] tools: testing: add additional vma_internal.h stubs, Lorenzo Stoakes
- [PATCH hotfix 6.12 1/8] mm: avoid unsafe VMA hook invocation when error arises on mmap hook, Lorenzo Stoakes
- [PATCH hotfix 6.12 2/8] mm: unconditionally close VMAs on error, Lorenzo Stoakes
- Re: [PATCH hotfix 6.12 0/8] fix error handling in mmap_region() and refactor, Lorenzo Stoakes
- [PATCH hotfix 6.12 7/8] mm: refactor __mmap_region(), Lorenzo Stoakes
- Re: [PATCH hotfix 6.12 0/8] fix error handling in mmap_region() and refactor, Vlastimil Babka
- Re: [PATCH hotfix 6.12 0/8] fix error handling in mmap_region() and refactor, Andrew Morton
[PATCH] mm: numa_memblks: Don't skip reserved areas before DRAM, Kyle Meyer
Re: [PATCH bpf-next 2/5] bpf: bpf_csum_diff: optimize and homogenize for all archs, kernel test robot
[PATCH v2] mm, swap: avoid over reclaim of full clusters, Kairui Song
[PATCH] tools/mm: -Werror fixes in page-types/slabinfo,
Wladislav Wiebe
[PATCH] kasan: remove vmalloc_percpu test, andrey . konovalov
[PATCH 0/2] hung_task: add detect count for hung tasks,
Lance Yang
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]