Linux Kernel Memory Management
[Prev Page][Next Page]
- [PATCH v2 0/2] mm: zswap: simplify zswap_swapoff(),
Yosry Ahmed
- Re: [PATCH RFC 0/2] btrfs: defrag: further preparation for multi-page sector size,
Qu Wenruo
- [PATCH v2] mm/mmap: introduce vma_set_range(),
Yajun Deng
- [linux-next:master] BUILD REGRESSION 774551425799cb5bbac94e1768fd69eec4f78dd4, kernel test robot
- [PATCH v2 1/3] mm: make vm_area_struct anon_name field RCU-safe,
Suren Baghdasaryan
- [PATCH v3] Hugetlb pages should not be reserved by shmat() if SHM_NORESERVE,
Prakash Sangappa
- [PATCH v3 0/3] mm, lru_gen: batch update pages when aging,
Kairui Song
- [PATCH] blk-wbt: Fix detection of dirty-throttled tasks,
Jan Kara
- [linux-next:master 865/1400] drivers/regulator/qcom_smd-regulator.c:14:21: sparse: sparse: symbol 'smd_vreg_rpm' was not declared. Should it be static?, kernel test robot
- fb_defio and page->mapping,
Matthew Wilcox
- [PATCH v1] mm: thp_get_unmapped_area must honour topdown preference,
Ryan Roberts
- [PATCH v2] readahead: Avoid multiple marked readahead pages, Jan Kara
- [PATCH v1] mm/userfaultfd: UFFDIO_MOVE implementation should use ptep_get(),
Ryan Roberts
- Purpose of maple_node objects to be its size aligned,
Charan Teja Kalla
- [PATCH net-next v3 3/5] net: introduce page_frag_cache_drain(), Yunsheng Lin
- [PATCH net-next v3 2/5] page_frag: unify gfp bits for order 3 page allocation, Yunsheng Lin
- [PATCH net-next v3 1/5] mm/page_alloc: modify page_frag_alloc_align() to accept align as an argument, Yunsheng Lin
- [PATCH 0/5] Fix and cleanups to page-writeback,
Kemeng Shi
- [PATCH v2 0/3] mm/slub: some minor optimization and cleanup,
Chengming Zhou
- [linux-next:master 939/1400] drivers/dma/at_hdmac.c:255: warning: Enum value 'ATC_IS_PAUSED' not described in enum 'atc_status', kernel test robot
- [PATCH v2 1/2] selftests/mm: run_vmtests.sh: add missing tests,
Muhammad Usama Anjum
- [PATCH v2 0/3] Enable >0 order folio memory compaction,
Zi Yan
- [PATCH v2] Hugetlb pages should not be reserved by shmat() if SHM_NORESERVE, Prakash Sangappa
- [linux-next:master] BUILD REGRESSION 319fbd8fc6d339e0a1c7b067eed870c518a13a02, kernel test robot
- [PATCH 33/82] mm/vmalloc: Refactor intentional wrap-around calculation,
Kees Cook
- [PATCH 55/82] kasan: Refactor intentional wrap-around test,
Kees Cook
- [PATCH 56/82] usercopy: Refactor intentional wrap-around test, Kees Cook
- [PATCH 78/82] mm/vmalloc: Refactor intentional wrap-around test,
Kees Cook
- [PATCH 63/82] mm: Refactor intentional wrap-around test, Kees Cook
- [PATCH v2 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes,
David Howells
- [PATCH v2 01/10] netfs: Don't use certain unnecessary folio_*() functions, David Howells
- [PATCH v2 07/10] afs: Hide silly-rename files from userspace, David Howells
- [PATCH v2 10/10] afs: Fix missing/incorrect unlocking of RCU read lock, David Howells
- [PATCH v2 09/10] afs: Remove afs_dynroot_d_revalidate() as it is redundant, David Howells
- [PATCH v2 02/10] afs: Don't use certain unnecessary folio_*() functions, David Howells
- [PATCH v2 04/10] netfs, fscache: Prevent Oops in fscache_put_cache(), David Howells
- [PATCH v2 08/10] afs: Fix error handling with lookup via FS.InlineBulkStatus, David Howells
- [PATCH v2 03/10] cifs: Don't use certain unnecessary folio_*() functions, David Howells
- [PATCH v2 05/10] netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write(), David Howells
- [PATCH v2 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode, David Howells
- [linux-next:pending-fixes] BUILD SUCCESS cbba68b0eb60974be6fa2552800d549defb0adeb, kernel test robot
- [PATCH v1 00/11] mm/memory: optimize fork() with PTE-mapped THP,
David Hildenbrand
- [PATCH v1 01/11] arm/pgtable: define PFN_PTE_SHIFT on arm and arm64, David Hildenbrand
- [PATCH v1 06/11] sparc/pgtable: define PFN_PTE_SHIFT, David Hildenbrand
- [PATCH v1 09/11] mm/memory: optimize fork() with PTE-mapped THP, David Hildenbrand
- [PATCH v1 10/11] mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch(), David Hildenbrand
- [PATCH v1 04/11] risc: pgtable: define PFN_PTE_SHIFT, David Hildenbrand
- [PATCH v1 05/11] s390/pgtable: define PFN_PTE_SHIFT, David Hildenbrand
- [PATCH v1 11/11] mm/memory: ignore writable bit in folio_pte_batch(), David Hildenbrand
- [PATCH v1 08/11] mm/memory: pass PTE to copy_present_pte(), David Hildenbrand
- [PATCH v1 03/11] powerpc/pgtable: define PFN_PTE_SHIFT, David Hildenbrand
- [PATCH v1 02/11] nios2/pgtable: define PFN_PTE_SHIFT, David Hildenbrand
- [PATCH v1 07/11] mm/memory: factor out copying the actual PTE in copy_present_pte(), David Hildenbrand
- Re: [PATCH v1 00/11] mm/memory: optimize fork() with PTE-mapped THP, Ryan Roberts
- [PATCH v1] mm/memory: fix folio_set_dirty() vs. folio_mark_dirty() in zap_pte_range(),
David Hildenbrand
- [RFC PATCH] stackdepot: use variable size records for non-evictable entries,
Marco Elver
- [PATCH v1] mm/huge_memory: fix folio_set_dirty() vs. folio_mark_dirty(), David Hildenbrand
- [PATCH v7 0/4] Introduce mseal(),
jeffxu
- Project: Improving the PCP allocator,
Matthew Wilcox
- [PATCH 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes,
David Howells
- [PATCH 05/10] netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write(), David Howells
- [PATCH 10/10] afs: Fix missing/incorrect unlocking of RCU read lock, David Howells
- [PATCH 08/10] afs: Fix error handling with lookup via FS.InlineBulkStatus, David Howells
- [PATCH 07/10] afs: Hide silly-rename files from userspace, David Howells
- [PATCH 06/10] cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode, David Howells
- [PATCH 04/10] netfs, fscache: Prevent Oops in fscache_put_cache(), David Howells
- [PATCH 02/10] afs: Don't use certain internal folio_*() functions, David Howells
- [PATCH 09/10] afs: Remove afs_dynroot_d_revalidate() as it is redundant, David Howells
- [PATCH 03/10] cifs: Don't use certain internal folio_*() functions, David Howells
- [PATCH 01/10] netfs: Don't use certain internal folio_*() functions, David Howells
- Re: [PATCH 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes, Christian Brauner
- Re: [PATCH 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes, Jeff Layton
- [PATCH 1/2] mm: compaction: limit the suitable target page order to be less than cc->order,
Baolin Wang
- [linux-next:master 139/1036] drivers/gpu/drm/etnaviv/etnaviv_drv.c:614:3-14: ERROR: probable double put. (fwd),
Julia Lawall
- [PATCH v1] selftests/mm: ksm_tests should only MADV_HUGEPAGE valid memory, Ryan Roberts
- [PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records,
David Howells
- Recent-ish changes in binfmt_elf made my program segfault,
Jan Bujak
- [PATCH] maple_tree: avoid duplicate variable init in mast_spanning_rebalance(),
Lukas Bulwahn
- [PATCH] mempolicy: clean up minor dead code in queue_pages_test_walk(), Lukas Bulwahn
- [linus:master] [mm] 8d59d2214c: vm-scalability.throughput -36.6% regression,
kernel test robot
- Re: [PATCH] mm: Remove double faults once write a device pfn,
Christian König
- [PATCH] percpu: improve percpu_alloc_percpu_fail event trace,
George Guo
- [PATCH 1/3] mm: make vm_area_struct anon_name field RCU-safe,
Suren Baghdasaryan
- [PATCH] mm/compaction: add check mechanism to avoid cma alloc fail,
Haiqiang Gong
- [PATCH v3] mm: memory: move mem_cgroup_charge() into alloc_anon_folio(), Kefeng Wang
- [PATCH v7 0/8] Reduce TLB flushes by 94% by improving folio migration,
Byungchul Park
- [PATCH v7 1/8] x86/tlb: Add APIs manipulating tlb batch's arch data, Byungchul Park
- [PATCH v7 2/8] arm64: tlbflush: Add APIs manipulating tlb batch's arch data, Byungchul Park
- [PATCH v7 3/8] mm/rmap: Recognize read-only TLB entries during batched TLB flush, Byungchul Park
- [PATCH v7 4/8] x86/tlb, mm/rmap: Separate arch_tlbbatch_clear() out of arch_tlbbatch_flush(), Byungchul Park
- [PATCH v7 5/8] mm: Separate move/undo doing on folio list from migrate_pages_batch(), Byungchul Park
- [PATCH v7 6/8] mm: Add APIs to free a folio directly to the buddy bypassing pcp, Byungchul Park
- [PATCH v7 7/8] mm: Defer TLB flush by keeping both src and dst folios at migration, Byungchul Park
- [PATCH v7 8/8] mm: Pause migrc mechanism at high memory pressure, Byungchul Park
- Re: [PATCH v7 0/8] Reduce TLB flushes by 94% by improving folio migration, Byungchul Park
- [PATCH] Revert "mm:vmscan: fix inaccurate reclaim during proactive reclaim",
T.J. Mercier
- [PATCH v2 0/3] RISC-V: mm: do not treat hint addr on mmap as the upper bound to search,
Yangyu Chen
- [PATCH] mm/memory-failure: fix crash in split_huge_page_to_list from soft_offline_page,
Miaohe Lin
- [linux-next:master] BUILD REGRESSION ad5c60d66016e544c51ed98635a74073f761f45d, kernel test robot
- [linux-next:pending-fixes] BUILD SUCCESS 865a3df089bf2466078a6c4b444961f6de827c9c, kernel test robot
- [PATCH 0/2] mm: zswap: simplify zswap_swapoff(),
Yosry Ahmed
- [PATCH] Hugetlb pages should not be reserved by shmat() if SHM_NORESERVE,
Prakash Sangappa
- [PATCH] selftests/mm: Update va_high_addr_switch.sh to check CPU for la57 flag,
Audra Mitchell
- [no subject], yosryahmed
- [PATCH v2 0/3] mm/mempolicy: weighted interleave mempolicy and sysfs extension,
Gregory Price
[LSF/MM/BPF TOPIC] Enhancements to RCU-protected VMA walks,
Liam R. Howlett
[linux-next:master 13664/13959] lib/checksum_kunit.c:616:17: sparse: sparse: incorrect type in argument 5 (different base types),
kernel test robot
[linux-next:master 13664/13959] ld.lld: error: undefined symbol: csum_ipv6_magic,
kernel test robot
[PATCH v2] selftests: mm: fix map_hugetlb failure on 64K page size systems,
Nico Pache
[PATCH] selftests: mm: fix map_hugetlb failure on 64K page size systems,
Nico Pache
[linux-next:master 13664/13959] checksum_kunit.c:undefined reference to `csum_ipv6_magic', kernel test robot
regression/bisected commit 773688a6cb24b0b3c2ba40354d883348a2befa38 make my system completely unusable under high load,
Mikhail Gavrilov
[PATCH v3 1/1] mm/madvise: add MADV_F_COLLAPSE_LIGHT flag to process_madvise(),
Lance Yang
[PATCH v2 0/2] mm/zswap: optimize the scalability of zswap rb-tree,
Chengming Zhou
[RFC PATCH] filemap: add mapping_mapped check in filemap_unaccount_folio(),
Peng Zhang
[RFC] [PATCH 0/3] xfs: use large folios for buffers,
Dave Chinner
The buddy allocator in a memdesc world, Matthew Wilcox
[PATCH] mm: huge_memory: don't force huge page alignment on 32 bit,
Yang Shi
[linux-next:master 13015/13783] drivers/net/virtio_net.c:4340:35: error: '%u' directive writing between 1 and 10 bytes into a region of size 9,
kernel test robot
[akpm-mm:mm-unstable 77/88] mm/mempolicy.c:3141:17: sparse: sparse: incorrect type in argument 1 (different address spaces), kernel test robot
[PATCH] mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again,
Zach O'Keefe
[PATCH] mm: writeback: ratelimit stat flush from mem_cgroup_wb_stats,
Shakeel Butt
[PATCH] fs: binfmt_elf_efpic: don't use missing interpreter's properties,
Max Filippov
[linux-next:master 13537/13783] arch/parisc/kernel/smp.c:369:17: sparse: sparse: cast truncates bits from constant value (aabbccdd11223344 becomes 11223344), kernel test robot
[RFC 0/2] kasan: introduce mem track feature,
lizhe . 67
[RESEND PATCH v4 0/7] hugetlb: parallelize hugetlb page init on boot,
Gang Li
[PATCH] writeback: move wb_wakeup_delayed defination to fs-writeback.c,
Kemeng Shi
[PATCH] writeback: avoid to move skipped wb in offline_cgwbs list, Kemeng Shi
[PATCH] flex_proportions: remove unused fprop_local_single,
Kemeng Shi
[PATCH v2 1/1] mm/madvise: add MADV_F_COLLAPSE_LIGHT to process_madvise(),
Lance Yang
[PATCH] mm, kmsan: fix infinite recursion due to RCU critical section,
Marco Elver
[PATCH 1/2] stackdepot: add stats counters exported via debugfs,
Marco Elver
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]