summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-04-26mm/gup: cache *pudp in follow_pud_mask()Peter Xu1-8/+9
2024-04-26mm/gup: handle hugetlb for no_page_table()Peter Xu1-18/+26
2024-04-26mm/gup: refactor record_subpages() to find 1st small pagePeter Xu1-11/+14
2024-04-26mm/gup: drop gup_fast_folio_allowed() in hugepd processingPeter Xu1-5/+8
2024-04-26mm: introduce vma_pgtable_walk_{begin|end}()Peter Xu1-0/+12
2024-04-26mm/hugetlb: declare hugetlbfs_pagecache_present() non-staticPeter Xu1-2/+2
2024-04-26mm/Kconfig: CONFIG_PGTABLE_HAS_HUGE_LEAVESPeter Xu1-0/+6
2024-04-26mm: rename mm_put_huge_zero_page to mm_put_huge_zero_folioMatthew Wilcox (Oracle)1-1/+1
2024-04-26mm: convert do_huge_pmd_anonymous_page to huge_zero_folioMatthew Wilcox (Oracle)1-11/+12
2024-04-26mm: convert huge_zero_page to huge_zero_folioMatthew Wilcox (Oracle)1-14/+14
2024-04-26mm: convert migrate_vma_collect_pmd to use a folioMatthew Wilcox (Oracle)1-8/+8
2024-04-26mm: add pmd_folio()Matthew Wilcox (Oracle)5-7/+7
2024-04-26mm: add is_huge_zero_folio()Matthew Wilcox (Oracle)5-7/+7
2024-04-26zswap: replace RB tree with xarrayChris Li1-126/+57
2024-04-26mm/page_alloc.c: change the array-length to MIGRATE_PCPTYPESBaoquan He1-1/+1
2024-04-26mm/page_alloc.c: don't show protection in zone's ->lowmem_reserve[] for empty...Baoquan He1-2/+3
2024-04-26mm/mm_init.c: remove the outdated code comment above deferred_grow_zone()Baoquan He1-5/+1
2024-04-26mm/page_alloc.c: remove unneeded codes in !NUMA version of build_zonelists()Baoquan He1-24/+0
2024-04-26mm: make __absent_pages_in_range() as staticBaoquan He1-1/+1
2024-04-26mm/init: remove the unnecessary special treatment for memory-less nodeBaoquan He1-16/+11
2024-04-26mm: move array mem_section init code out of memory_present()Baoquan He1-13/+13
2024-04-26mm, slab: move slab_memcg hooks to mm/memcontrol.cVlastimil Babka3-101/+105
2024-04-26mm, slab: move memcg charging to post-alloc hookVlastimil Babka2-104/+78
2024-04-26remove references to page->flags in documentationMatthew Wilcox (Oracle)2-3/+3
2024-04-26slub: remove use of page->flagsMatthew Wilcox (Oracle)1-8/+2
2024-04-26mm: convert arch_clear_hugepage_flags to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-04-26mm: make page_mapped() take a const argumentMatthew Wilcox (Oracle)2-4/+5
2024-04-26mm: make is_free_buddy_page() take a const argumentMatthew Wilcox (Oracle)1-4/+4
2024-04-26mm: make page_ext_get() take a const argumentMatthew Wilcox (Oracle)1-1/+1
2024-04-26mm: merge folio_is_secretmem() and folio_fast_pin_allowed() into gup_fast_fol...David Hildenbrand1-20/+28
2024-04-26mm: move follow_phys to arch/x86/mm/pat/memtype.cChristoph Hellwig1-32/+0
2024-04-26mm: remove follow_pfnChristoph Hellwig2-55/+2
2024-04-26mm: backing-dev: use group allocation/free of per-cpu counters APIKefeng Wang1-18/+5
2024-04-26huge_memory.c: document huge page splitting rules more thoroughlyJohn Hubbard1-15/+27
2024-04-26mm/mmap: convert all mas except mas_detach to vma iteratorYajun Deng2-57/+85
2024-04-26mm/mm_init.c: remove arch_reserved_kernel_pages()Baoquan He1-12/+0
2024-04-26mm/mm_init.c: remove unneeded calc_memmap_size()Baoquan He1-20/+0
2024-04-26mm/mm_init.c: remove meaningless calculation of zone->managed_pages in free_a...Baoquan He1-41/+5
2024-04-26mm/mm_init.c: add new function calc_nr_all_pages()Baoquan He1-0/+24
2024-04-26mm/mm_init.c: remove the useless dma_reserveBaoquan He1-23/+0
2024-04-26mm/filemap: optimize filemap folio addingKairui Song1-15/+41
2024-04-26mm/filemap: clean up hugetlb exclusion codeKairui Song1-13/+8
2024-04-26mm/filemap: return early if failed to allocate memory for splitKairui Song1-1/+4
2024-04-26mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()David Hildenbrand5-17/+15
2024-04-26mm/migrate: split source folio if it is on deferred split listZi Yan1-0/+23
2024-04-26mm: hold PTL from the first PTE while reclaiming a large folioBarry Song1-0/+14
2024-04-26mm/vmalloc.c: optimize to reduce arguments of alloc_vmap_area()Baoquan He1-8/+12
2024-04-26mm/filemap: don't decrease mmap_miss when folio has workingset flagLiu Shixin1-2/+12
2024-04-26mm/readahead: break read-ahead loop if filemap_add_folio return -ENOMEMLiu Shixin1-2/+6
2024-04-26arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song6-5/+19