Linux Kernel Memory Management
[Prev Page][Next Page]
- Re: [PATCH] mm, zswap: don't touch the XArray lock if there is no entry to free, (continued)
- [PATCH v4 0/5] refine storing NULL,
Wei Yang
- [PATCH v3 00/12] powerpc/kfence: Improve kfence support (mainly Hash),
Ritesh Harjani (IBM)
- [PATCH v3 03/12] book3s64/hash: Refactor kernel linear map related calls, Ritesh Harjani (IBM)
- [PATCH v3 01/12] powerpc: mm/fault: Fix kfence page fault reporting, Ritesh Harjani (IBM)
- [PATCH v3 05/12] book3s64/hash: Add hash_debug_pagealloc_alloc_slots() function, Ritesh Harjani (IBM)
- [PATCH v3 06/12] book3s64/hash: Refactor hash__kernel_map_pages() function, Ritesh Harjani (IBM)
- [PATCH v3 07/12] book3s64/hash: Make kernel_map_linear_page() generic, Ritesh Harjani (IBM)
- [PATCH v3 04/12] book3s64/hash: Add hash_debug_pagealloc_add_slot() function, Ritesh Harjani (IBM)
- [PATCH v3 10/12] book3s64/radix: Refactoring common kfence related functions, Ritesh Harjani (IBM)
- [PATCH v3 11/12] book3s64/hash: Disable kfence if not early init, Ritesh Harjani (IBM)
- [PATCH v3 08/12] book3s64/hash: Disable debug_pagealloc if it requires more memory, Ritesh Harjani (IBM)
- [PATCH v3 09/12] book3s64/hash: Add kfence functionality, Ritesh Harjani (IBM)
- [PATCH v3 12/12] book3s64/hash: Early detect debug_pagealloc size requirement, Ritesh Harjani (IBM)
- [PATCH v3 02/12] book3s64/hash: Remove kfence support temporarily, Ritesh Harjani (IBM)
- Re: [PATCH v3 00/12] powerpc/kfence: Improve kfence support (mainly Hash), Michael Ellerman
- [PATCH 0/2] mm: multi-gen LRU: Have secondary MMUs participate in MM_WALK,
James Houghton
- [PATCH] mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify(), Yu Zhao
- [PATCH] mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL stats, Yu Zhao
- [PATCH v3] mm/gup: stop leaking pinned pages in low memory conditions,
John Hubbard
- [linux-next:master] BUILD REGRESSION f2493655d2d3d5c6958ed996b043c821c23ae8d3, kernel test robot
- [PATCH v3] mm/kfence: Add a new kunit test test_use_after_free_read_nofault(),
Ritesh Harjani (IBM)
- [PATCH v2 0/2] mm/mremap: Remove extra vma tree walk,
Liam R. Howlett
- [PATCH 0/3] selftests/mm: revert pthread_barrier change and,
Edward Liaw
- [PATCH v4 1/3] powerpc/fadump: Refactor and prepare fadump_cma_init for late init,
Ritesh Harjani (IBM)
- [PATCH v2] mm: Split critical region in remap_file_pages() and invoke LSMs in between,
Roberto Sassu
- [PATCH] mm/codetag: move ref and tag null pointer check to alloc_tag_ref_set,
Hao Ge
- [PATCH] mm: export copy_to_kernel_nofault,
Arnd Bergmann
- [RFC][PATCH] mm: Split locks in remap_file_pages(),
Roberto Sassu
- [PATCH net-next v22 13/14] mm: page_frag: update documentation for page_frag,
Yunsheng Lin
- [PATCH net-next v22 11/14] mm: page_frag: add testing for the newly added prepare API, Yunsheng Lin
- [PATCH net-next v22 10/14] mm: page_frag: introduce prepare/probe/commit API,
Yunsheng Lin
[PATCH net-next v22 08/14] mm: page_frag: use __alloc_pages() to replace alloc_pages_node(), Yunsheng Lin
[PATCH net-next v22 07/14] mm: page_frag: some minor refactoring before adding new API,
Yunsheng Lin
[PATCH net-next v22 06/14] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc',
Yunsheng Lin
[PATCH net-next v22 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly, Yunsheng Lin
[PATCH net-next v22 03/14] mm: page_frag: use initial zero offset for page_frag_alloc_align(), Yunsheng Lin
[PATCH net-next v22 02/14] mm: move the page fragment allocator from page_alloc into its own file, Yunsheng Lin
[PATCH net-next v22 01/14] mm: page_frag: add a test module for page_frag, Yunsheng Lin
[RFC 0/4] mm: zswap: add support for zswapin of large folios,
Usama Arif
[PATCH] mm: Use str_on_off() helper function in report_meminit(),
Thorsten Blum
[PATCH] mm: Remove redundant condition for THP folio,
Dev Jain
[PATCH] mm: Remove unused has_isolate_pageblock,
Luoxi Li
[PATCH v2] mm/kmemleak: fix errors/warnings for coding style, Pintu Kumar
[PATCH linux-mm v2] mm: make pcp_decay_high working better with NOHZ full,
mengensun88
[no subject], Unknown
[RFC PATCH v1 0/7] zswap IAA decompress batching,
Kanchana P Sridhar
[PATCH v4] mm/slub: Avoid list corruption when removing a slab from the full list,
yuan.gao
[RFC PATCH v1 00/13] zswap IAA compress batching,
Kanchana P Sridhar
- [RFC PATCH v1 01/13] crypto: acomp - Add a poll() operation to acomp_alg and acomp_req, Kanchana P Sridhar
- [RFC PATCH v1 02/13] crypto: iaa - Add support for irq-less crypto async interface, Kanchana P Sridhar
- [RFC PATCH v1 04/13] mm: zswap: zswap_compress()/decompress() can submit, then poll an acomp_req., Kanchana P Sridhar
- [RFC PATCH v1 03/13] crypto: testmgr - Add crypto testmgr acomp poll support., Kanchana P Sridhar
- [RFC PATCH v1 06/13] crypto: iaa - Disable iaa_verify_compress by default., Kanchana P Sridhar
- [RFC PATCH v1 07/13] crypto: iaa - Change cpu-to-iaa mappings to evenly balance cores to IAAs., Kanchana P Sridhar
- [RFC PATCH v1 05/13] crypto: iaa - Make async mode the default., Kanchana P Sridhar
- [RFC PATCH v1 13/13] mm: vmscan, swap, zswap: Compress batching of folios in shrink_folio_list()., Kanchana P Sridhar
- [RFC PATCH v1 08/13] crypto: iaa - Distribute compress jobs to all IAA devices on a NUMA node., Kanchana P Sridhar
- [RFC PATCH v1 09/13] mm: zswap: Config variable to enable compress batching in zswap_store()., Kanchana P Sridhar
- [RFC PATCH v1 12/13] mm: zswap: Compress batching with Intel IAA in zswap_store() of large folios., Kanchana P Sridhar
- [RFC PATCH v1 11/13] mm: swap: Add IAA batch compression API swap_crypto_acomp_compress_batch()., Kanchana P Sridhar
- [RFC PATCH v1 10/13] mm: zswap: Create multiple reqs/buffers in crypto_acomp_ctx if platform has IAA., Kanchana P Sridhar
- Re: [RFC PATCH v1 00/13] zswap IAA compress batching, Yosry Ahmed
[PATCH v5] mm/vmscan: wake up flushers conditionally to avoid cgroup OOM,
Jingxiang Zeng
[PATCH] mm/damon/vaddr: Fix issue in damon_va_evenly_split_region(),
Zheng Yejian
[PATCH v2 0/2] Improve the tmpfs large folio read performance,
Baolin Wang
[PATCH v3 0/5] refine storing NULL,
Wei Yang
[PATCH v2 0/2] mm/gup: stop leaking pinned pages in low memory conditions,
John Hubbard
[GIT PULL] hotfixes for 6.12-rc4,
Andrew Morton
[PATCH v7 0/9] tmpfs: Add case-insensitive support for tmpfs,
André Almeida
- [PATCH v7 1/9] libfs: Create the helper function generic_ci_validate_strict_name(), André Almeida
- [PATCH v7 2/9] ext4: Use generic_ci_validate_strict_name helper, André Almeida
- [PATCH v7 3/9] unicode: Export latest available UTF-8 version number, André Almeida
- [PATCH v7 4/9] unicode: Recreate utf8_parse_version(), André Almeida
- [PATCH v7 5/9] libfs: Export generic_ci_ dentry functions, André Almeida
- [PATCH v7 6/9] tmpfs: Add casefold lookup support, André Almeida
- [PATCH v7 7/9] tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirs, André Almeida
- [PATCH v7 8/9] tmpfs: Expose filesystem features via sysfs, André Almeida
- [PATCH v7 9/9] docs: tmpfs: Add casefold options, André Almeida
- Re: [PATCH v7 0/9] tmpfs: Add case-insensitive support for tmpfs, Gabriel Krisman Bertazi
[PATCH v4 0/4] introduce PIDFD_SELF* sentinels,
Lorenzo Stoakes
[PATCH 0/4] implement lightweight guard pages,
Lorenzo Stoakes
[PATCH] mm/mseal: Disallow madvise discard on file-private sealed mappings, Pedro Falcato
[PATCH v2] mm/mglru: reset page lru tier bits when activating,
Wei Xu
[PATCH v3 bpf] lib/buildid: handle memfd_secret() files in build_id_parse(),
Andrii Nakryiko
[PATCH] tools: testing: fix phys_addr_t size on 64-bit systems,
Lorenzo Stoakes
[PATCH 0/1] memcg/hugetlb: Adding hugeTLB counters to memory controller,
Joshua Hahn
[PATCH hotfix 6.12 0/2] introduce VMA merge mode to improve brk() performance,
Lorenzo Stoakes
[PATCH] mm: shmem: avoid repeated flush dcache in shmem_writepage(),
Kefeng Wang
[PATCH v2] mm: huge_memory: move file_thp_enabled() into huge_memory.c,
Kefeng Wang
[PATCH v2 0/5] refine storing NULL,
Wei Yang
[PATCH v1 0/7] synchronously scan and reclaim empty user PTE pages,
Qi Zheng
[linux-next:fs-current] BUILD SUCCESS 6c0f52b60a8fb24b7a6f90fd08c144c8053aad0c, kernel test robot
[PATCH bpf-next 1/2] bpf: Add open coded version of kmem_cache iterator,
Namhyung Kim
[linux-next:master] BUILD REGRESSION 15e7d45e786a62a211dd0098fee7c57f84f8c681, kernel test robot
[PATCH] memblock: Uniform initialization all reserved pages to MIGRATE_MOVABLE,
suhua
[PATCH v2] mm: don't set readahead flag on a folio when lookahead_size > nr_to_read, Pankaj Raghav (Samsung)
Pmemfs/guestmemfs discussion recap and open questions,
David Rientjes
[PATCH] munmap sealed memory cause memory to split (bug),
jeffxu
[PATCH v2 0/2] Following cleanup after introduce mas_wr_store_type(),
Wei Yang
[PATCH v1 0/2] mseal: fixing madvise for file-backed mapping and PROT_NONE,
jeffxu
[PATCH v2 bpf] lib/buildid: handle memfd_secret() files in build_id_parse(),
Andrii Nakryiko
Re: [PATCH v2 bpf] lib/buildid: handle memfd_secret() files in build_id_parse(), kernel test robot
Re: [PATCH v2 bpf] lib/buildid: handle memfd_secret() files in build_id_parse(), kernel test robot
[PATCH RFC/RFT v2 0/2] Converge common flows for cpu assisted shadow stack,
Deepak Gupta
[PATCH] mm/gup: stop leaking pinned pages in low memory conditions,
John Hubbard
[PATCH 0/2] mm/mremap: Remove extra vma tree walk,
Liam R. Howlett
[no subject], Unknown
[PATCH v3 1/2] virt: pvmemcontrol: control guest physical memory properties,
Yuanchu Xie
[PATCH v2 0/3] mm/memblock,x86,acpi: hotplug memory alignment advisement,
Gregory Price
[PATCH v2 0/2] percpu: Add a test case and fix for clang,
Andy Shevchenko
[syzbot] [mm?] INFO: rcu detected stall in seq_read_iter (2), syzbot
[PATCH v3 0/3] mm/slub: Improve data handling of krealloc() when orig_size is enabled,
Feng Tang
[PATCH fix 6.12] mm: mark mas allocation in vms_abort_munmap_vmas as __GFP_NOFAIL,
Jann Horn
[PATCH v3] vmscan: add a vmscan event for reclaim_pages,
Jaewon Kim
[no subject], Unknown
[PATCH] mm: swap: Use str_true_false() helper function, Thorsten Blum
[PATCH v6 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
[PATCH v2] rust: page: add Rust version of PAGE_ALIGN,
Alice Ryhl
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]