summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-04-25mm/gup: handle huge pmd for follow_pmd_mask()Peter Xu
2024-04-25mm/gup: handle huge pud for follow_pud_mask()Peter Xu
2024-04-25mm/gup: cache *pudp in follow_pud_mask()Peter Xu
2024-04-25mm/gup: handle hugetlb for no_page_table()Peter Xu
2024-04-25mm/gup: refactor record_subpages() to find 1st small pagePeter Xu
2024-04-25mm/gup: drop gup_fast_folio_allowed() in hugepd processingPeter Xu
2024-04-25mm: introduce vma_pgtable_walk_{begin|end}()Peter Xu
2024-04-25mm/hugetlb: declare hugetlbfs_pagecache_present() non-staticPeter Xu
2024-04-25mm/Kconfig: CONFIG_PGTABLE_HAS_HUGE_LEAVESPeter Xu
2024-04-25mm: rename mm_put_huge_zero_page to mm_put_huge_zero_folioMatthew Wilcox (Oracle)
2024-04-25mm: convert do_huge_pmd_anonymous_page to huge_zero_folioMatthew Wilcox (Oracle)
2024-04-25mm: convert huge_zero_page to huge_zero_folioMatthew Wilcox (Oracle)
2024-04-25mm: convert migrate_vma_collect_pmd to use a folioMatthew Wilcox (Oracle)
2024-04-25mm: add pmd_folio()Matthew Wilcox (Oracle)
2024-04-25mm: add is_huge_zero_folio()Matthew Wilcox (Oracle)
2024-04-25zswap: replace RB tree with xarrayChris Li
2024-04-25mm/page_alloc.c: change the array-length to MIGRATE_PCPTYPESBaoquan He
2024-04-25mm/page_alloc.c: don't show protection in zone's ->lowmem_reserve[] for empty...Baoquan He
2024-04-25mm/mm_init.c: remove the outdated code comment above deferred_grow_zone()Baoquan He
2024-04-25mm/page_alloc.c: remove unneeded codes in !NUMA version of build_zonelists()Baoquan He
2024-04-25mm: make __absent_pages_in_range() as staticBaoquan He
2024-04-25mm/init: remove the unnecessary special treatment for memory-less nodeBaoquan He
2024-04-25mm: move array mem_section init code out of memory_present()Baoquan He
2024-04-25mm, slab: move slab_memcg hooks to mm/memcontrol.cVlastimil Babka
2024-04-25mm, slab: move memcg charging to post-alloc hookVlastimil Babka
2024-04-25remove references to page->flags in documentationMatthew Wilcox (Oracle)
2024-04-25slub: remove use of page->flagsMatthew Wilcox (Oracle)
2024-04-25mm: convert arch_clear_hugepage_flags to take a folioMatthew Wilcox (Oracle)
2024-04-25mm: make page_mapped() take a const argumentMatthew Wilcox (Oracle)
2024-04-25mm: make is_free_buddy_page() take a const argumentMatthew Wilcox (Oracle)
2024-04-25mm: make page_ext_get() take a const argumentMatthew Wilcox (Oracle)
2024-04-25mm: merge folio_is_secretmem() and folio_fast_pin_allowed() into gup_fast_fol...David Hildenbrand
2024-04-25mm: move follow_phys to arch/x86/mm/pat/memtype.cChristoph Hellwig
2024-04-25mm: remove follow_pfnChristoph Hellwig
2024-04-25mm: backing-dev: use group allocation/free of per-cpu counters APIKefeng Wang
2024-04-25huge_memory.c: document huge page splitting rules more thoroughlyJohn Hubbard
2024-04-25mm/mmap: convert all mas except mas_detach to vma iteratorYajun Deng
2024-04-25mm/mm_init.c: remove arch_reserved_kernel_pages()Baoquan He
2024-04-25mm/mm_init.c: remove unneeded calc_memmap_size()Baoquan He
2024-04-25mm/mm_init.c: remove meaningless calculation of zone->managed_pages in free_a...Baoquan He
2024-04-25mm/mm_init.c: add new function calc_nr_all_pages()Baoquan He
2024-04-25mm/mm_init.c: remove the useless dma_reserveBaoquan He
2024-04-25mm/filemap: optimize filemap folio addingKairui Song
2024-04-25mm/filemap: clean up hugetlb exclusion codeKairui Song
2024-04-25mm/filemap: return early if failed to allocate memory for splitKairui Song
2024-04-25mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()David Hildenbrand
2024-04-25mm/migrate: split source folio if it is on deferred split listZi Yan
2024-04-25mm: hold PTL from the first PTE while reclaiming a large folioBarry Song
2024-04-25mm/vmalloc.c: optimize to reduce arguments of alloc_vmap_area()Baoquan He
2024-04-25mm/filemap: don't decrease mmap_miss when folio has workingset flagLiu Shixin