Linux Kernel Memory Management
[Prev Page][Next Page]
- Re: [RFC PATCH] block, fs: use FOLL_LONGTERM as gup_flags for direct IO, (continued)
- [PATCH] mm/vmalloc: Refactoring function __vmalloc_node_range_noprof,
Liu Ye
- [PATCH] mm/vma: Do not register private-anon mappings with khugepaged during mmap,
Dev Jain
- [linux-next:master 7960/8790] mm/mremap.c:910 prep_move_vma() error: uninitialized symbol 'err'.,
Dan Carpenter
- [RFC PATCH 0/4] Kernel daemon for detecting and promoting hot pages,
Bharata B Rao
- [linux-next:master] BUILD REGRESSION 7ec162622e66a4ff886f8f28712ea1b13069e1aa, kernel test robot
- [RFC 00/11] THP support for zone device pages,
Balbir Singh
- [RFC 02/11] mm/migrate_device: flags for selecting device private THP pages, Balbir Singh
- [RFC 07/11] mm/memremap: Add folio_split support, Balbir Singh
- [RFC 09/11] lib/test_hmm: add test case for split pages, Balbir Singh
- [RFC 04/11] mm/migrate_device: THP migration of zone device pages, Balbir Singh
- [RFC 06/11] lib/test_hmm: test cases and support for zone device private THP, Balbir Singh
- [RFC 11/11] gpu/drm/nouveau: Add THP migration support, Balbir Singh
- [RFC 01/11] mm/zone_device: support large zone device private folios, Balbir Singh
- [RFC 03/11] mm/thp: zone_device awareness in THP handling code, Balbir Singh
- [RFC 05/11] mm/memory/fault: Add support for zone device THP fault handling, Balbir Singh
- [RFC 08/11] mm/thp: add split during migration support, Balbir Singh
- [RFC 10/11] selftests/mm/hmm-tests: new tests for zone device THP migration, Balbir Singh
- Re: [RFC 00/11] THP support for zone device pages, Matthew Brost
- [PATCH] mm: zswap: Give non-linear objects to Crypto API, Herbert Xu
- [PATCH v7] mm/mempolicy: Weighted Interleave Auto-tuning,
Joshua Hahn
- Potential Linux Crash: WARNING in __getblk_slow in Linux kernel v6.13-rc5,
Luka
- Potential Linux Crash: WARNING in ext4_dirty_folio in Linux kernel v6.13-rc5,
Luka
- [PATCH] mm: memcontrol: fix swap counter leak from offline cgroup,
Muchun Song
- [PATCH v3 0/3] mm/hwpoison: Fix regressions in memory failure handling,
Shuai Xue
- [PATCH] mm/mremap: fix uninitialized return code,
Arnd Bergmann
- [PATCH v3] mm/migrate: fix shmem xarray update during migration,
Zi Yan
- kernel bug found and suggestions for fixing it,
=?gb18030?b?ZmZoZ2Z2?=
- Camera SoC, Fion
- [PATCH v2] mm/shrinker: fix name consistency issue in shrinker_debugfs_rename(),
Liu Ye
- [PATCH drm-next 0/2] Enhance drm_panic Support for Virtio-GPU,
Ryosuke Yasuoka
Re: [PATCH mm-unstable 0/5] Switch zswap to object read/write APIs, Sergey Senozhatsky
Re: [PATCH mm-unstable 5/5] mm: zpool: Remove zpool_malloc_support_movable(),
Sergey Senozhatsky
Re: [PATCH mm-unstable 1/5] mm: zpool: Add interfaces for object read/write APIs,
Sergey Senozhatsky
Re: [PATCH mm-unstable 3/5] mm: zpool: Remove object mapping APIs,
Sergey Senozhatsky
Re: [PATCH mm-unstable 4/5] mm: zsmalloc: Remove object mapping APIs and per-CPU map areas,
Sergey Senozhatsky
Re: [PATCH mm-unstable 2/5] mm: zswap: Use object read/write APIs instead of object mapping APIs,
Nhat Pham
[PATCH 6.6] mm/mempolicy: fix unbalanced unlock in backported VMA check, Alexey Panov
[PATCH 5.10/5.15] mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM, Alexey Panov
[PATCH 6.1] mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM, Alexey Panov
[PATCH v2 0/3] ACPI: Add support for ACPI RAS2 feature table,
shiju.jose
[QUESTION] Plain dereference and READ_ONCE() in fault handler,
Dev Jain
[PATCH 6.1 143/176] mm: Dont pin ZERO_PAGE in pin_user_pages(), Greg Kroah-Hartman
[RFC PATCH 0/2] mm: introduce anon_vma flags, reduce kernel allocs,
Lorenzo Stoakes
[RFC PATCH 00/16] mm/madvise: batch tlb flushes for MADV_DONTNEED and MADV_FREE,
SeongJae Park
- [RFC PATCH 06/16] mm/madvise: pass madvise_behavior struct to madvise_vma_behavior(), SeongJae Park
- [RFC PATCH 09/16] mm/memory: split non-tlb flushing part from zap_page_range_single(), SeongJae Park
- [RFC PATCH 10/16] mm/madvise: let madvise_dontneed_single_vma() caller batches tlb flushes, SeongJae Park
- [RFC PATCH 13/16] mm/madvise: batch tlb flushes for process_madvise(MADV_FREE), SeongJae Park
- [RFC PATCH 04/16] mm/madvise: remove len parameter of madvise_do_behavior(), SeongJae Park
- [RFC PATCH 01/16] mm/madvise: use is_memory_failure() from madvise_do_behavior(), SeongJae Park
- [RFC PATCH 05/16] mm/madvise: define and use madvise_behavior struct for madvise_do_behavior(), SeongJae Park
- [RFC PATCH 15/16] mm/madvise: remove !tlb support from madvise_dontneed_single_vma(), SeongJae Park
- Re: [RFC PATCH 00/16] mm/madvise: batch tlb flushes for MADV_DONTNEED and MADV_FREE, Matthew Wilcox
- [RFC PATCH 12/16] mm/madvise: batch tlb flushes for process_madvise(MADV_DONTNEED[_LOCKED]), SeongJae Park
- [RFC PATCH 03/16] mm/madvise: deduplicate madvise_do_behavior() skip case handlings, SeongJae Park
- [RFC PATCH 02/16] mm/madvise: split out populate behavior check logic, SeongJae Park
- [RFC PATCH 14/16] mm/madvise: batch tlb flushes for madvise(MADV_{DONTNEED[_LOCKED],FREE}, SeongJae Park
- Re: [RFC PATCH 00/16] mm/madvise: batch tlb flushes for MADV_DONTNEED and MADV_FREE, Shakeel Butt
- [RFC PATCH 07/16] mm/madvise: make madvise_walk_vmas() visit function receives a void pointer, SeongJae Park
- [RFC PATCH 08/16] mm/madvise: pass madvise_behavior struct to madvise_dontneed_free(), SeongJae Park
- [RFC PATCH 11/16] mm/madvise: let madvise_free_single_vma() caller batches tlb flushes, SeongJae Park
- [RFC PATCH 16/16] mm/madvise: remove !caller_tlb case of madvise_free_single_vma(), SeongJae Park
- Re: [RFC PATCH 00/16] mm/madvise: batch tlb flushes for MADV_DONTNEED and MADV_FREE, Nadav Amit
[PATCH mm-unstable] Docs/mm/damon/design: fix a typo on 'intervals auto-tuning' section, SeongJae Park
[syzbot] [mm?] WARNING in depot_fetch_stack, syzbot
[akpm-mm:mm-unstable 400/415] mm/mremap.c:908:7: warning: variable 'err' is used uninitialized whenever 'if' condition is false, kernel test robot
[PATCH v3] mm/hugetlb: update nr_huge_pages and surplus_huge_pages together,
Liu Shixin
[linux-next:master] BUILD REGRESSION 20d5c66e1810e6e8805ec0d01373afb2dba9f51a, kernel test robot
[PATCH v9 0/7] mseal system mappings,
jeffxu
[PATCH v9 2/7] selftests: x86: test_mremap_vdso: skip if vdso is msealed, jeffxu
Message not available
Re: [PATCH v9 0/7] mseal system mappings, Andrew Morton
[PATCH] mm/shrinker_debug: Fix possible memory leak in shrinker_debugfs_rename function.,
Liu Ye
[Patch v2 0/3] maple_tree: Fix the replacement of a root leaf node,
Wei Yang
Global Data Storage Devices Market Research Report 2025-2031, Silver
[PATCH 0/9] mm/damon: make allow filters after reject filters useful and intuitive,
SeongJae Park
next-20250304 build failure,
Konrad Dybcio
circular locking between memory management and network layer (from nfs), Olga Kornievskaia
[PATCH -next v1 0/3] kernel/events/uprobes: uprobe_write_opcode() rewrite,
David Hildenbrand
[PATCH v3 00/11] Perf improvements for hugetlb and vmalloc on arm64,
Ryan Roberts
- [PATCH v3 01/11] arm64: hugetlb: Cleanup huge_pte size discovery mechanisms, Ryan Roberts
- [PATCH v3 02/11] arm64: hugetlb: Refine tlb maintenance scope, Ryan Roberts
- [PATCH v3 03/11] mm/page_table_check: Batch-check pmds/puds just like ptes, Ryan Roberts
- [PATCH v3 04/11] arm64/mm: Refactor __set_ptes() and __ptep_get_and_clear(), Ryan Roberts
- [PATCH v3 05/11] arm64: hugetlb: Use set_ptes_anysz() and ptep_get_and_clear_anysz(), Ryan Roberts
- [PATCH v3 06/11] arm64/mm: Hoist barriers out of set_ptes_anysz() loop, Ryan Roberts
- [PATCH v3 08/11] mm/vmalloc: Gracefully unmap huge ptes, Ryan Roberts
- [PATCH v3 09/11] arm64/mm: Support huge pte-mapped pages in vmap, Ryan Roberts
- [PATCH v3 07/11] mm/vmalloc: Warn on improper use of vunmap_range(), Ryan Roberts
- [PATCH v3 10/11] mm/vmalloc: Enter lazy mmu mode while manipulating vmalloc ptes, Ryan Roberts
- [PATCH v3 11/11] arm64/mm: Batch barriers when updating kernel mappings, Ryan Roberts
The Cost-Effective Solution for Mass Production, Athena Ganger
[PATCH] mm/page_alloc: add dummy in_mem_hotplug() helper, Arnd Bergmann
[PATCH v15 00/11] AMD broadcast TLB invalidation,
Borislav Petkov
- [PATCH v15 01/11] x86/mm: Consolidate full flush threshold decision, Borislav Petkov
- [PATCH v15 02/11] x86/mm: Add INVLPGB feature and Kconfig entry, Borislav Petkov
- [PATCH v15 04/11] x86/mm: Use INVLPGB for kernel TLB flushes, Borislav Petkov
- [PATCH v15 05/11] x86/mm: Use broadcast TLB flushing in page reclaim, Borislav Petkov
- [PATCH v15 06/11] x86/mm: Add global ASID allocation helper functions, Borislav Petkov
- [PATCH v15 08/11] x86/mm: Add global ASID process exit helpers, Borislav Petkov
- [PATCH v15 03/11] x86/mm: Add INVLPGB support code, Borislav Petkov
- [PATCH v15 07/11] x86/mm: Handle global ASID context switch and TLB flush, Borislav Petkov
- [PATCH v15 09/11] x86/mm: Enable broadcast TLB invalidation for multi-threaded processes, Borislav Petkov
- [PATCH v15 11/11] x86/mm: Enable AMD translation cache extensions, Borislav Petkov
- [PATCH v15 10/11] x86/mm: Do targeted broadcast flushing from tlbbatch code, Borislav Petkov
[PATCH v2] mm/hugetlb: fix surplus pages in dissolve_free_huge_page(),
Jinjiang Tu
[PATCH] x86/mm: Always set the ASID valid bit for the INVLPGB instruction,
Borislav Petkov
[Invitation] bi-weekly guest_memfd upstream call on 2025-03-06, David Hildenbrand
selftests: cgroup: Failures – Timeouts & OOM Issues Analysis,
Naresh Kamboju
[PATCH v15 0/9] Rust support for mm_struct, vm_area_struct, and mmap,
Alice Ryhl
[PATCH v2 0/3] Fix calculations in trace_balance_dirty_pages() for cgwb,
Tang Yizhou
[v2 PATCH 0/7] crypto: acomp - Add request chaining and virtual address support,
Herbert Xu
- [v2 PATCH 2/7] crypto: scomp - Remove tfm argument from alloc/free_ctx, Herbert Xu
- [v2 PATCH 3/7] crypto: acomp - Add request chaining and virtual addresses, Herbert Xu
- [v2 PATCH 5/7] crypto: scomp - Remove support for most non-trivial destination SG lists, Herbert Xu
- [v2 PATCH 1/7] crypto: api - Add cra_type->destroy hook, Herbert Xu
- [v2 PATCH 6/7] crypto: scomp - Add chaining and virtual address support, Herbert Xu
- [v2 PATCH 7/7] crypto: acomp - Move stream management into scomp layer, Herbert Xu
- [v2 PATCH 4/7] crypto: testmgr - Remove NULL dst acomp tests, Herbert Xu
- Re: [v2 PATCH 0/7] crypto: acomp - Add request chaining and virtual address support, Jonathan Cameron
- Re: [v2 PATCH 0/7] crypto: acomp - Add request chaining and virtual address support, Cabiddu, Giovanni
- Re: [v2 PATCH 0/7] crypto: acomp - Add request chaining and virtual address support, Ard Biesheuvel
[PATCH] [arm64/tlb] Fix mmu notifiers for range-based invalidates,
Piotr Jaroszynski
Fix mmu notifiers for range-based invalidates, Piotr Jaroszynski
[PATCH v2] mm/hugetlb: update nr_huge_pages and surplus_huge_pages together,
Liu Shixin
[PATCH v9] arm64: mm: Populate vmemmap at the page level if not section aligned,
Zhenhua Huang
[linux-next:master] [mm/page_alloc] b4cfcc26f5: WARNING:at_mm/page_alloc.c:#set_pageblock_migratetype, kernel test robot
[PATCH 0/7] lib/interval_tree: add some test cases and cleanup,
Wei Yang
[linux-next:master] BUILD REGRESSION cd3215bbcb9d4321def93fea6cfad4d5b42b9d1d, kernel test robot
[PATCH 0/8] mm/damon: auto-tune aggregation interval,
SeongJae Park
[PATCH v3] page_io: zswap: do not crash the kernel on decompression failure,
Nhat Pham
Re: NEW GCC EXTENSION for kernel memory management., Kees Cook
[PATCH 0/6] ITER_XARRAY cleanups and consequences,
Matthew Wilcox (Oracle)
[PATCH] slab: Mark large folios for debugging purposes,
Matthew Wilcox (Oracle)
[PATCH v5 0/9] KVM: Mapping guest_memfd backed memory at the host for software protected VMs,
Fuad Tabba
[PATCH v3 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT,
David Hildenbrand
- [PATCH v3 04/20] mm: move hugetlb specific things in folio to page[3], David Hildenbrand
- [PATCH v3 05/20] mm: move _pincount in folio to page[2] on 32bit, David Hildenbrand
- [PATCH v3 06/20] mm: move _entire_mapcount in folio to page[2] on 32bit, David Hildenbrand
- [PATCH v3 08/20] mm/rmap: pass vma to __folio_add_rmap(), David Hildenbrand
- [PATCH v3 03/20] mm: let _folio_nr_pages overlay memcg_data in first tail page, David Hildenbrand
- [PATCH v3 01/20] mm: factor out large folio handling from folio_order() into folio_large_order(), David Hildenbrand
- [PATCH v3 12/20] mm/rmap: basic MM owner tracking for large folios (!hugetlb), David Hildenbrand
- [PATCH v3 02/20] mm: factor out large folio handling from folio_nr_pages() into folio_large_nr_pages(), David Hildenbrand
- [PATCH v3 16/20] fs/proc/page: remove per-page mapcount dependency for /proc/kpagecount (CONFIG_NO_PAGE_MAPCOUNT), David Hildenbrand
- [PATCH v3 17/20] fs/proc/task_mmu: remove per-page mapcount dependency for PM_MMAP_EXCLUSIVE (CONFIG_NO_PAGE_MAPCOUNT), David Hildenbrand
- [PATCH v3 07/20] mm/rmap: pass dst_vma to folio_dup_file_rmap_pte() and friends, David Hildenbrand
- [PATCH v3 11/20] mm/rmap: use folio_large_nr_pages() in add/remove functions, David Hildenbrand
- [PATCH v3 14/20] mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared(), David Hildenbrand
- [PATCH v3 10/20] bit_spinlock: __always_inline (un)lock functions, David Hildenbrand
- [PATCH v3 15/20] mm: CONFIG_NO_PAGE_MAPCOUNT to prepare for not maintain per-page mapcounts in large folios, David Hildenbrand
- [PATCH v3 13/20] mm: Copy-on-Write (COW) reuse support for PTE-mapped THP, David Hildenbrand
- [PATCH v3 19/20] fs/proc/task_mmu: remove per-page mapcount dependency for smaps/smaps_rollup (CONFIG_NO_PAGE_MAPCOUNT), David Hildenbrand
- [PATCH v3 09/20] mm/rmap: abstract large mapcount operations for large folios (!hugetlb), David Hildenbrand
- [PATCH v3 20/20] mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MAPCOUNT), David Hildenbrand
- [PATCH v3 18/20] fs/proc/task_mmu: remove per-page mapcount dependency for "mapmax" (CONFIG_NO_PAGE_MAPCOUNT), David Hildenbrand
- Re: [PATCH v3 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT, Andrew Morton
[PATCH v2 0/5] Fix lazy mmu mode,
Ryan Roberts
[RFC PATCH 0/5] KVM: guest_memfd: support for uffd missing,
Nikita Kalyazin
Re: [PATCH v14 00/13] AMD broadcast TLB invalidation,
Borislav Petkov
[PATCH v2] mm/page_alloc: Add lockdep assertion for pageblock type change,
Brendan Jackman
[PATCH 0/7] refactor mremap and fix bug,
Lorenzo Stoakes
[PATCH RESEND 0/2] Fix calculations in trace_balance_dirty_pages() for cgwb,
Tang Yizhou
[PATCH 0/4] Optimize __vmalloc_node_range_noprof function.,
Liu Ye
[PATCH v8 00/14] zswap IAA compress batching,
Kanchana P Sridhar
- [PATCH v8 01/14] crypto: acomp - Add synchronous/asynchronous acomp request chaining., Kanchana P Sridhar
- [PATCH v8 02/14] crypto: acomp - New interfaces to facilitate batching support in acomp & drivers., Kanchana P Sridhar
- [PATCH v8 03/14] crypto: iaa - Add an acomp_req flag CRYPTO_ACOMP_REQ_POLL to enable async mode., Kanchana P Sridhar
- [PATCH v8 05/14] crypto: iaa - Enable async mode and make it the default., Kanchana P Sridhar
- [PATCH v8 04/14] crypto: iaa - Implement batch compression/decompression with request chaining., Kanchana P Sridhar
- [PATCH v8 06/14] crypto: iaa - Disable iaa_verify_compress by default., Kanchana P Sridhar
- [PATCH v8 07/14] crypto: iaa - Re-organize the iaa_crypto driver code., Kanchana P Sridhar
- [PATCH v8 13/14] mm: zswap: Allocate pool batching resources if the compressor supports batching., Kanchana P Sridhar
- [PATCH v8 10/14] crypto: iaa - Descriptor allocation timeouts with mitigations in iaa_crypto., Kanchana P Sridhar
- [PATCH v8 09/14] crypto: iaa - Distribute compress jobs from all cores to all IAAs on a package., Kanchana P Sridhar
- [PATCH v8 11/14] crypto: iaa - Fix for "deflate_generic_tfm" global being accessed without locks., Kanchana P Sridhar
- [PATCH v8 14/14] mm: zswap: Compress batching with request chaining in zswap_store() of large folios., Kanchana P Sridhar
- [PATCH v8 08/14] crypto: iaa - Map IAA devices/wqs to cores based on packages instead of NUMA., Kanchana P Sridhar
- [PATCH v8 12/14] mm: zswap: Simplify acomp_ctx resource allocation/deletion and mutex lock usage., Kanchana P Sridhar
Re: Kernel oops with 6.14 when enabling TLS,
Hannes Reinecke
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]