summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/filemap: clean up hugetlb exclusion codeKairui Song2024-04-261-13/+8
* mm/filemap: return early if failed to allocate memory for splitKairui Song2024-04-261-1/+4
* mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()David Hildenbrand2024-04-265-17/+15
* mm/migrate: split source folio if it is on deferred split listZi Yan2024-04-261-0/+23
* mm: hold PTL from the first PTE while reclaiming a large folioBarry Song2024-04-261-0/+14
* mm/vmalloc.c: optimize to reduce arguments of alloc_vmap_area()Baoquan He2024-04-261-8/+12
* mm/filemap: don't decrease mmap_miss when folio has workingset flagLiu Shixin2024-04-261-2/+12
* mm/readahead: break read-ahead loop if filemap_add_folio return -ENOMEMLiu Shixin2024-04-261-2/+6
* arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song2024-04-266-5/+19
* mm: hugetlb: make the hugetlb migration strategy consistentBaolin Wang2024-04-263-4/+16
* mm: record the migration reason for struct migration_target_controlBaolin Wang2024-04-268-1/+9
* mm/vmalloc: eliminated the lock contention from twice to oncerulinhuang2024-04-261-28/+22
* mm/kmemleak: disable KASAN instrumentation in kmemleakWaiman Long2024-04-261-0/+1
* mm/kmemleak: compact kmemleak_object furtherWaiman Long2024-04-261-1/+1
* mm: zswap: remove nr_zswap_stored atomicYosry Ahmed2024-04-261-5/+6
* mm: page_alloc: batch vmstat updates in expand()Johannes Weiner2024-04-261-1/+4
* mm: page_alloc: change move_freepages() to __move_freepages_block()Vlastimil Babka2024-04-261-23/+20
* mm: page_alloc: consolidate free page accountingJohannes Weiner2024-04-263-99/+110
* mm: page_isolation: prepare for hygienic freelistsJohannes Weiner2024-04-263-162/+152
* mm: page_alloc: set migratetype inside move_freepages()Zi Yan2024-04-262-18/+16
* mm: page_alloc: close migratetype race between freeing and stealingJohannes Weiner2024-04-261-33/+19
* mm: page_alloc: fix freelist movement during block conversionJohannes Weiner2024-04-262-76/+120
* mm: page_alloc: fix move_freepages_block() range errorJohannes Weiner2024-04-261-2/+8
* mm: page_alloc: move free pages when converting block during isolationJohannes Weiner2024-04-261-1/+4
* mm: page_alloc: fix up block types when merging compatible blocksJohannes Weiner2024-04-261-4/+11
* mm: page_alloc: optimize free_unref_folios()Johannes Weiner2024-04-261-9/+23
* mm: page_alloc: remove pcppage migratetype cachingJohannes Weiner2024-04-261-52/+14
* hugetlb: remove mention of destructorsMatthew Wilcox (Oracle)2024-04-261-24/+16
* mm: improve dumping of mapcount and page_typeMatthew Wilcox (Oracle)2024-04-261-11/+8
* mm: free up PG_slabMatthew Wilcox (Oracle)2024-04-262-10/+1
* mm: remove folio_prep_large_rmappable()Matthew Wilcox (Oracle)2024-04-262-9/+3
* mm: always initialise folio->_deferred_listMatthew Wilcox (Oracle)2024-04-265-7/+12
* mm/slub: avoid recursive loop with kmemleakKees Cook2024-04-262-3/+3
* codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocationsSuren Baghdasaryan2024-04-261-7/+39
* codetag: debug: mark codetags for reserved pages as emptySuren Baghdasaryan2024-04-261-1/+11
* codetag: debug: skip objext checking when it's for objext itselfSuren Baghdasaryan2024-04-261-0/+33
* lib: add memory allocations report in show_mem()Suren Baghdasaryan2024-04-261-0/+26
* mm: vmalloc: enable memory allocation profilingKent Overstreet2024-04-263-74/+74
* mm: percpu: enable per-cpu allocation taggingSuren Baghdasaryan2024-04-261-56/+6
* mm: percpu: add codetag reference into pcpuobj_extKent Overstreet2024-04-262-2/+35
* mm: percpu: introduce pcpuobj_extKent Overstreet2024-04-262-17/+32
* mempool: hook up to memory allocation profilingKent Overstreet2024-04-261-21/+15
* mm/slab: enable slab allocation tagging for kmalloc and friendsSuren Baghdasaryan2024-04-263-36/+36
* mm/slab: add allocation accounting into slab allocation and free pathsSuren Baghdasaryan2024-04-261-1/+95
* mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=ySuren Baghdasaryan2024-04-261-0/+9
* mm: fix non-compound multi-order memory accounting in __free_pagesSuren Baghdasaryan2024-04-261-1/+4
* mm: create new codetag references during page splittingSuren Baghdasaryan2024-04-262-0/+4
* mm: enable page allocation taggingSuren Baghdasaryan2024-04-264-53/+58
* lib: introduce support for page allocation taggingSuren Baghdasaryan2024-04-263-0/+9
* slab: objext: introduce objext_flags as extension to page_memcg_data_flagsSuren Baghdasaryan2024-04-261-4/+1