Linux Kernel Memory Management
[Prev Page][Next Page]
- [RFC PATCH v2 01/21] mm/zsmalloc: create new struct zsdesc, (continued)
- [RFC PATCH v2 01/21] mm/zsmalloc: create new struct zsdesc, Hyeonggon Yoo
- [RFC PATCH v2 02/21] mm/zsmalloc: add utility functions for zsdesc, Hyeonggon Yoo
- [RFC PATCH v2 03/21] mm/zsmalloc: replace first_page to first_zsdesc in struct zspage, Hyeonggon Yoo
- [RFC PATCH v2 04/21] mm/zsmalloc: add alternatives of frequently used helper functions, Hyeonggon Yoo
- [RFC PATCH v2 05/21] mm/zsmalloc: convert {try,}lock_zspage() to use zsdesc, Hyeonggon Yoo
- [RFC PATCH v2 06/21] mm/zsmalloc: convert __zs_{map,unmap}_object() to use zsdesc, Hyeonggon Yoo
- [RFC PATCH v2 07/21] mm/zsmalloc: convert obj_to_location() and its users to use zsdesc, Hyeonggon Yoo
- [RFC PATCH v2 08/21] mm/zsmalloc: convert obj_malloc() to use zsdesc, Hyeonggon Yoo
- [RFC PATCH v2 09/21] mm/zsmalloc: convert create_page_chain() and its user to use zsdesc, Hyeonggon Yoo
- [RFC PATCH v2 10/21] mm/zsmalloc: convert obj_allocated() and related helpers to use zsdesc, Hyeonggon Yoo
- [RFC PATCH v2 11/21] mm/zsmalloc: convert init_zspage() to use zsdesc, Hyeonggon Yoo
- [RFC PATCH v2 12/21] mm/zsmalloc: convert obj_to_page() and zs_free() to use zsdesc, Hyeonggon Yoo
- [RFC PATCH v2 13/21] mm/zsmalloc: convert reset_page() to reset_zsdesc(), Hyeonggon Yoo
- [RFC PATCH v2 14/21] mm/zsmalloc: convert zs_page_{isolate,migrate,putback} to use zsdesc, Hyeonggon Yoo
- [RFC PATCH v2 15/21] mm/zsmalloc: convert __free_zspage() to use zsdesc, Hyeonggon Yoo
- [RFC PATCH v2 16/21] mm/zsmalloc: convert location_to_obj() to use zsdesc, Hyeonggon Yoo
- [RFC PATCH v2 17/21] mm/zsmalloc: convert migrate_zspage() to use zsdesc, Hyeonggon Yoo
- [RFC PATCH v2 18/21] mm/zsmalloc: convert get_zspage() to take zsdesc, Hyeonggon Yoo
- [RFC PATCH v2 19/21] mm/zsmalloc: convert SetZsPageMovable() to use zsdesc, Hyeonggon Yoo
- [RFC PATCH v2 20/21] mm/zsmalloc: remove now unused helper functions, Hyeonggon Yoo
- [RFC PATCH v2 21/21] mm/zsmalloc: convert {get,set}_first_obj_offset() to use zsdesc, Hyeonggon Yoo
- Re: [RFC PATCH v2 00/21] mm/zsmalloc: Split zsdesc from struct page, Sergey Senozhatsky
- [akpm-mm:mm-unstable 93/173] drivers/clk/clk-fixed-mmio.c:33:2: error: call to undeclared function 'iounmap'; ISO C99 and later do not support implicit function declarations,
kernel test robot
- [PATCH v4 0/4] Improve hugetlbfs read on HWPOISON hugepages,
Jiaqi Yan
- [PATCH 1/1] mm: fix a lockdep issue in vma_assert_write_locked,
Suren Baghdasaryan
- [PATCH] selftests/riscv: fix potential build failure during the "emit_tests" step,
John Hubbard
- [PATCH] btrfs: disable slab merging in debug build,
David Sterba
- [PATCH 1/2] maple_tree: Fix 32 bit mas_next testing,
Liam R. Howlett
- Re: [PATCH v2 0/6] btrfs: preparation patches for the incoming metadata folio conversion,
Christoph Hellwig
- [linux-next:master] BUILD REGRESSION 40b055fe7f276cf2c1da47316c52f2ff9255a68a, kernel test robot
- [RFC] mm: compaction: suitable_migration_target checks for higher order buddies,
James Gowans
- Re: Maple Tree Work,
Liam R. Howlett
- [PATCH 0/5] mm: convert to vma_is_heap/stack(),
Kefeng Wang
- [PATCH][next] selftests/mm: mkdirty: Fix incorrect position of #endif,
Colin Ian King
- [PATCH v2] mm: kfence: allocate kfence_metadata at runtime,
Peng Zhang
- [PATCH 0/4] memory tiering: calculate abstract distance based on ACPI HMAT,
Huang Ying
- [PATCH v3] dma-contiguous: support numa CMA for specified node,
Yajun Deng
- [RFC PATCH v2 0/3] support large folio for mlock,
Yin Fengwei
- [PATCH v3 00/13] mm: free retracted page table by RCU,
Hugh Dickins
[PATCH v3 05/13] powerpc: add pte_free_defer() for pgtables sharing page, Hugh Dickins
[PATCH v3 06/13] sparc: add pte_free_defer() for pte_t *pgtable_t, Hugh Dickins
[PATCH v3 07/13] s390: add pte_free_defer() for pgtables sharing page, Hugh Dickins
[PATCH v3 08/13] mm/pgtable: add pte_free_defer() for pgtable as page, Hugh Dickins
[PATCH v3 09/13] mm/khugepaged: retract_page_tables() without mmap or vma lock, Hugh Dickins
[PATCH v3 10/13] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock(), Hugh Dickins
[PATCH v3 11/13] mm/khugepaged: delete khugepaged_collapse_pte_mapped_thps(), Hugh Dickins
[PATCH v3 12/13] mm: delete mmap_write_trylock() and vma_try_start_write(), Hugh Dickins
[PATCH v3 13/13] mm/pgtable: notes on pte_offset_map[_lock](), Hugh Dickins
[PATCH 0/3] LoongArch: mm: Code cleanup with populate pte,
Bibo Mao
lockdep issue with per-vma locking,
Liam R. Howlett
[PATCH mm-unstable fix] mm: userfaultfd: add new UFFDIO_POISON ioctl: fix,
Hugh Dickins
Re: [PATCH V2] arm64: properly define SOFT_DIRTY functionality, kernel test robot
[PATCH 0/2] Fix hugetlb free path race with memory errors,
Mike Kravetz
[PATCH v2 0/9] Avoid the mmap lock for fault-around,
Matthew Wilcox (Oracle)
Clarification on anon and anon_thp meanings from memory.stat in cgroup v2,
Caden Ellis
[PATCH] mm/mlock: Fix vma iterator conversion of apply_vma_lock_flags(),
Liam R. Howlett
[PATCH v1] mm/memory_hotplug: document the signal_pending() check in offline_pages(),
David Hildenbrand
[linux-next:master] BUILD REGRESSION 8e4b7f2f3d6071665b1dfd70786229c8a5d6c256, kernel test robot
Re: [PATCH v4 18/49] mlock: Convert mlock to vma iterator,
Ryan Roberts
[linux-next:master 754/1391] /bin/bash: line 1: 50431 Segmentation fault LLVM_OBJCOPY="llvm-objcopy" pahole -J --btf_gen_floats -j --lang_exclude=rust --skip_encoding_btf_inconsistent_proto --btf_gen_optimized --btf_base vmlinux drivers/pcmcia/pcmcia_core.ko,
kernel test robot
[PATCH 1/2] mm/slub: remove redundant kasan_reset_tag() from freelist_ptr calculations,
Vlastimil Babka
[PATCH] fs: binfmt_elf_efpic: fix personality for fdpic ELF,
Greg Ungerer
[PATCH v2 0/2] riscv: support ELF format binaries in nommu mode,
Greg Ungerer
[PATCH v24 0/5] Implement IOCTL to get and optionally clear info about PTEs,
Muhammad Usama Anjum
[PATCH RESEND net-next 1/2] net-memcg: Scopify the indicators of sockmem pressure,
Abel Wu
[linux-next:pending-fixes] BUILD SUCCESS 920076ec8e23cfc65583baab127a8cb151bb908e, kernel test robot
[PATCH v2] dma-contiguous: support numa CMA for specified node, Yajun Deng
Re: [PATCH v4 00/33] Per-VMA locks,
Leon Romanovsky
[PATCH 0/4] riscv: tlb flush improvements,
Alexandre Ghiti
[bug report] mm/pgtable: allow pte_offset_map[_lock]() to fail,
Dan Carpenter
[bug report] mm: replace vma->vm_flags direct modifications with modifier calls,
Dan Carpenter
[akpm-mm:mm-nonmm-unstable 7/20] kernel/signal.c: linux/file.h is included more than once., kernel test robot
[linux-next:master 1208/1391] arch/s390/include/asm/io.h:29:17: error: implicit declaration of function 'iounmap'; did you mean 'vunmap'?,
kernel test robot
[PATCH v2 0/8] A few fixup and cleanup patches for memory-failure,
Miaohe Lin
[PATCH] mm/memory: pass folio into do_page_mkwrite(), Sidhartha Kumar
[PATCH v3 0/7] Add support for memmap on memory feature on ppc64,
Aneesh Kumar K.V
[linux-next:master 698/1391] drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:868:1: error: the frame size of 1168 bytes is larger than 1024 bytes, kernel test robot
[PATCH v2 0/8] Improve the validation for maple tree and some cleanup,
Peng Zhang
[Invitation] Linux MM Alignment Session on mshare on Wednesday, David Rientjes
[PATCH] selftests/arm64: fix build failure during the "emit_tests" step,
John Hubbard
[PATCH v2 0/1] change ->index to PAGE_SIZE for hugetlb pages,
Sidhartha Kumar
[PATCH 0/3] zram: use frontswap for zram swap usecase,
Minchan Kim
[akpm-mm:mm-unstable 86/125] drivers/irqchip/irq-al-fic.c:281:2: error: call to undeclared function 'iounmap'; ISO C99 and later do not support implicit function declarations,
kernel test robot
[PATCH v5 00/38] New page table range API,
Matthew Wilcox (Oracle)
- [PATCH v5 07/38] alpha: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 11/38] csky: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 10/38] arm64: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 13/38] ia64: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 08/38] arc: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 09/38] arm: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 18/38] nios2: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 17/38] mips: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 04/38] mm: Add folio_flush_mapping(), Matthew Wilcox (Oracle)
- [PATCH v5 14/38] loongarch: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 23/38] s390: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 20/38] parisc: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 31/38] mm: Rationalise flush_icache_pages() and flush_icache_page(), Matthew Wilcox (Oracle)
- [PATCH v5 22/38] riscv: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 33/38] mm: Use flush_icache_pages() in do_set_pmd(), Matthew Wilcox (Oracle)
- [PATCH v5 38/38] mm: Call update_mmu_cache_range() in more page fault handling paths, Matthew Wilcox (Oracle)
- [PATCH v5 27/38] um: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 15/38] m68k: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 21/38] powerpc: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 24/38] sh: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 03/38] mm: Add generic flush_icache_pages() and documentation, Matthew Wilcox (Oracle)
- [PATCH v5 25/38] sparc32: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 29/38] xtensa: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 16/38] microblaze: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 34/38] filemap: Add filemap_map_folio_range(), Matthew Wilcox (Oracle)
- [PATCH v5 37/38] filemap: Batch PTE mappings, Matthew Wilcox (Oracle)
- [PATCH v5 26/38] sparc64: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 01/38] minmax: Add in_range() macro, Matthew Wilcox (Oracle)
- [PATCH v5 06/38] mm: Add default definition of set_ptes(), Matthew Wilcox (Oracle)
- [PATCH v5 30/38] mm: Remove page_mapping_file(), Matthew Wilcox (Oracle)
- [PATCH v5 36/38] mm: Convert do_set_pte() to set_pte_range(), Matthew Wilcox (Oracle)
- [PATCH v5 32/38] mm: Tidy up set_ptes definition, Matthew Wilcox (Oracle)
- [PATCH v5 35/38] rmap: add folio_add_file_rmap_range(), Matthew Wilcox (Oracle)
- [PATCH v5 05/38] mm: Remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO, Matthew Wilcox (Oracle)
- [PATCH v5 28/38] x86: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 19/38] openrisc: Implement the new page table range API, Matthew Wilcox (Oracle)
- [PATCH v5 02/38] mm: Convert page_table_check_pte_set() to page_table_check_ptes_set(), Matthew Wilcox (Oracle)
- [PATCH v5 12/38] hexagon: Implement the new page table range API, Matthew Wilcox (Oracle)
- Re: [PATCH v5 00/38] New page table range API, Christian Borntraeger
Re: [PATCH v4 20/36] powerpc: Implement the new page table range API,
Matthew Wilcox
[PATCH v4 00/13] Add support for DAX vmemmap optimization for ppc64,
Aneesh Kumar K.V
- [PATCH v4 01/13] mm/hugepage pud: Allow arch-specific helper function to check huge page pud support, Aneesh Kumar K.V
- [PATCH v4 02/13] mm: Change pudp_huge_get_and_clear_full take vm_area_struct as arg, Aneesh Kumar K.V
- [PATCH v4 03/13] mm/vmemmap: Improve vmemmap_can_optimize and allow architectures to override, Aneesh Kumar K.V
- [PATCH v4 04/13] mm/vmemmap: Allow architectures to override how vmemmap optimization works, Aneesh Kumar K.V
- [PATCH v4 05/13] mm: Add __HAVE_ARCH_PUD_SAME similar to __HAVE_ARCH_P4D_SAME, Aneesh Kumar K.V
- [PATCH v4 06/13] mm/huge pud: Use transparent huge pud helpers only with CONFIG_TRANSPARENT_HUGEPAGE, Aneesh Kumar K.V
- [PATCH v4 07/13] mm/vmemmap optimization: Split hugetlb and devdax vmemmap optimization, Aneesh Kumar K.V
- [PATCH v4 08/13] powerpc/mm/trace: Convert trace event to trace event class, Aneesh Kumar K.V
- [PATCH v4 09/13] powerpc/book3s64/mm: Enable transparent pud hugepage, Aneesh Kumar K.V
- [PATCH v4 10/13] powerpc/book3s64/vmemmap: Switch radix to use a different vmemmap handling function, Aneesh Kumar K.V
- [PATCH v4 11/13] powerpc/book3s64/radix: Add support for vmemmap optimization for radix, Aneesh Kumar K.V
- [PATCH v4 12/13] powerpc/book3s64/radix: Remove mmu_vmemmap_psize, Aneesh Kumar K.V
- [PATCH v4 13/13] powerpc/book3s64/radix: Add debug message to give more details of vmemmap allocation, Aneesh Kumar K.V
[linux-next:master] BUILD REGRESSION fe57d0d86f03a8b2afe2869a95477d0ed1824c96, kernel test robot
[PATCH V3] [PATCH V3] NUMA:Improve the efficiency of calculating pages loss,
Liam Ni
[syzbot] Monthly mm report (Jul 2023), syzbot
[linux-next:pending-fixes] BUILD SUCCESS 2654f2b00aa02e6a02f1012e265883eb8aca290d, kernel test robot
[PATCH v2] scripts/gdb: fix 'lx-lsmod' show the wrong size,
Kuan-Ying Lee
[PATCH] mm/mm_init.c: mark check_for_memory() as __init,
Haifeng Xu
[PATCH v10 0/4] arm64: support batched/deferred tlb shootdown during page reclamation/migration,
Yicong Yang
[PATCH] hugetlbfs: Fix integer overflow check in hugetlbfs_file_mmap(),
Linke Li
[PATCH] dma-contiguous: support numa CMA for specified node,
Yajun Deng
[syzbot] [mm?] KASAN: slab-use-after-free Read in move_to_new_folio, syzbot
[RFC 0/2] mm: PCP high auto-tuning,
Huang Ying
[PATCH] mm: kfence: allocate kfence_metadata at runtime,
Peng Zhang
[PATCH] acct: Replace all non-returning strlcpy with strscpy, Azeem Shaikh
[BUG]: bad usercopy in kvm_stats_read in mm/usercopy.c,
Zheng Zhang
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]