summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-26sh: remove use of PG_arch_1 on individual pagesMatthew Wilcox (Oracle)1-2/+3
2024-04-26mm: merge folio_is_secretmem() and folio_fast_pin_allowed() into gup_fast_fol...David Hildenbrand2-39/+30
2024-04-26selftests/memfd_secret: add vmsplice() testDavid Hildenbrand1-2/+49
2024-04-26mm: move follow_phys to arch/x86/mm/pat/memtype.cChristoph Hellwig3-35/+28
2024-04-26mm: remove follow_pfnChristoph Hellwig3-57/+2
2024-04-26virt: acrn: stop using follow_pfnChristoph Hellwig1-2/+8
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 He4-24/+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 He2-24/+0
2024-04-26x86: remove unneeded memblock_find_dma_reserve()Baoquan He3-50/+0
2024-04-26mm/filemap: optimize filemap folio addingKairui Song2-15/+100
2024-04-26lib/xarray: introduce a new helper xas_get_orderKairui Song3-18/+71
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 Hildenbrand6-27/+53
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 Song10-35/+67
2024-04-26selftests/mm: parse VMA range in one goDev Jain1-14/+1
2024-04-26docs: hugetlbpage.rst: add hugetlb migration descriptionBaolin Wang1-0/+7
2024-04-26mm: hugetlb: make the hugetlb migration strategy consistentBaolin Wang4-6/+49
2024-04-26mm: record the migration reason for struct migration_target_controlBaolin Wang8-1/+9
2024-04-26mm/vmalloc: eliminated the lock contention from twice to oncerulinhuang1-28/+22
2024-04-26mm/kmemleak: disable KASAN instrumentation in kmemleakWaiman Long1-0/+1
2024-04-26mm/kmemleak: compact kmemleak_object furtherWaiman Long1-1/+1
2024-04-26mm: zswap: remove nr_zswap_stored atomicYosry Ahmed1-5/+6
2024-04-26mm: page_alloc: batch vmstat updates in expand()Johannes Weiner1-1/+4
2024-04-26mm: page_alloc: change move_freepages() to __move_freepages_block()Vlastimil Babka1-23/+20
2024-04-26mm: page_alloc: consolidate free page accountingJohannes Weiner5-117/+118
2024-04-26mm: page_isolation: prepare for hygienic freelistsJohannes Weiner4-163/+155
2024-04-26mm: page_alloc: set migratetype inside move_freepages()Zi Yan2-18/+16
2024-04-26mm: page_alloc: close migratetype race between freeing and stealingJohannes Weiner1-33/+19
2024-04-26mm: page_alloc: fix freelist movement during block conversionJohannes Weiner3-78/+121
2024-04-26mm: page_alloc: fix move_freepages_block() range errorJohannes Weiner1-2/+8
2024-04-26mm: page_alloc: move free pages when converting block during isolationJohannes Weiner1-1/+4
2024-04-26mm: page_alloc: fix up block types when merging compatible blocksJohannes Weiner1-4/+11
2024-04-26mm: page_alloc: optimize free_unref_folios()Johannes Weiner1-9/+23
2024-04-26mm: page_alloc: remove pcppage migratetype cachingJohannes Weiner1-52/+14
2024-04-26selftests/mm: run_vmtests.sh: fix hugetlb mem size calculationPeter Xu1-4/+9
2024-04-26mm/page-flags: make PageMappingFlags return boolHao Ge1-1/+1
2024-04-26mm/page-flags: make __PageMovable return boolHao Ge1-1/+1
2024-04-26selftests/mm: confirm VA exhaustion without reliance on correctness of mmap()Dev Jain1-0/+66