aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-09-17kmsan: fix missed kmsan_handle_dma() signature conversionLeon Romanovsky1-2/+1
2025-09-16slab: mark slab->obj_exts allocation failures unconditionallySuren Baghdasaryan1-2/+1
2025-09-16slab: prevent warnings when slab obj_exts vector allocation failsSuren Baghdasaryan1-2/+6
2025-09-15slab: don't validate slab pointer in free_debug_processing()Vlastimil Babka1-5/+0
2025-09-15slab: validate slab before using it in alloc_single_from_partial()Vlastimil Babka1-8/+12
2025-09-15slab: move validate_slab_ptr() from alloc_consistency_checks() to its callerVlastimil Babka1-16/+14
2025-09-15slab: move validate_slab_ptr() from check_slab() to its callersVlastimil Babka1-5/+20
2025-09-15slab: wrap debug slab validation in validate_slab_ptr()Vlastimil Babka1-3/+12
2025-09-15slab: Remove dead code in free_consistency_checks()Matthew Wilcox (Oracle)1-4/+1
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-09-14memblock: drop for_each_free_mem_pfn_range_in_zone_from()Mike Rapoport (Microsoft)1-64/+0
2025-09-14mm/mm_init: drop deferred_init_maxorder()Mike Rapoport (Microsoft)1-95/+32
2025-09-14mm/mm_init: deferred_init_memmap: use a job per zoneMike Rapoport (Microsoft)1-20/+14
2025-09-14mm/mm_init: use deferred_init_memmap_chunk() in deferred_grow_zone()Mike Rapoport (Microsoft)1-34/+36
2025-09-13mm/page_alloc: find_large_buddy() from start_pfn aligned orderWei Yang1-1/+7
2025-09-13mm/damon: add damon_ctx->min_sz_regionQuanmin Yan5-42/+58
2025-09-13mm/damon/sysfs: implement addr_unit file under context dirSeongJae Park1-0/+33
2025-09-13mm/damon/paddr: support addr_unit for DAMOS_STATSeongJae Park1-6/+7
2025-09-13mm/damon/paddr: support addr_unit for MIGRATE_{HOT,COLD}SeongJae Park1-7/+8
2025-09-13mm/damon/paddr: support addr_unit for DAMOS_LRU_[DE]PRIOSeongJae Park1-12/+17
2025-09-13mm/damon/paddr: support addr_unit for DAMOS_PAGEOUTSeongJae Park1-7/+23
2025-09-13mm/damon/paddr: support addr_unit for access monitoringSeongJae Park1-11/+21
2025-09-13mm/damon/core: add damon_ctx->addr_unitSeongJae Park1-0/+3
2025-09-13mm/pageblock-flags: remove PB_migratetype_bits/PB_migrate_endWei Yang1-2/+2
2025-09-13mm/page_alloc: use xxx_pageblock_isolate() for better readingWei Yang1-4/+3
2025-09-13mm: add vmstat for kernel_file pagesBoris Burkov2-0/+8
2025-09-13mm/filemap: add AS_KERNEL_FILEBoris Burkov1-0/+6
2025-09-13selftests/mm/uffd-stress: make test operate on less hugetlb memoryDev Jain1-0/+5
2025-09-13mm: shmem: drop the unnecessary folio_nr_pages()Baolin Wang1-1/+0
2025-09-13mm: shmem: use 'folio' for shmem_partial_swap_usage()Baolin Wang1-4/+4
2025-09-13mm/page_alloc: harmonize should_compact_retry() typeBrendan Jackman1-1/+1
2025-09-13mm/page-writeback: drop usage of folio_indexKairui Song1-5/+11
2025-09-13mm/khugepaged: use list_xxx() helper to improve readabilityWei Yang1-4/+3
2025-09-13mm/huge_memory: remove enforce_sysfs from __thp_vma_allowable_ordersUsama Arif1-4/+3
2025-09-13mm: remove is_migrate_highatomic()Brendan Jackman2-6/+1
2025-09-13mm/zswap: reduce the size of the compression buffer to a single pageNhat Pham1-7/+2
2025-09-13mm/cma: add 'available count' and 'total count' to trace_cma_alloc_startgaoxiang171-1/+1
2025-09-13mm/rmap: use folio_large_nr_pages() when we are sure it is a large folioWei Yang1-1/+1
2025-09-13mm/rmap: not necessary to mask off FOLIO_PAGES_MAPPEDWei Yang1-1/+1
2025-09-13mm, x86/mm: move creating the tlb_flush event back to x86 codeSteven Rostedt1-1/+0
2025-09-13mm: remove write_cache_pagesChristoph Hellwig1-30/+0
2025-09-13tmpfs: preserve SB_I_VERSION on remountBaokun Li1-1/+4
2025-09-13mm/huge_memory: add new_order and offset to split_huge_pages*() pr_debugZi Yan1-4/+4
2025-09-13mm/hugetlb: early exit from hugetlb_pages_alloc_boot() when max_huge_pages=0Li RongQing1-0/+3
2025-09-13mm/filemap: skip non-uptodate folio if there are available foliosChi Zhiling1-3/+4
2025-09-13mm/filemap: do not use is_partially_uptodate for entire folioChi Zhiling1-0/+3
2025-09-13mm/damon/tests/core-kunit: add damos_commit_filter testSang-Heon Jeon1-0/+17
2025-09-13mm: fix duplicate accounting of free pages in should_reclaim_retry()liuqiqi1-9/+2
2025-09-13mm: add folio_is_pci_p2pdma()Matthew Wilcox (Oracle)1-1/+1
2025-09-13slab: use memdesc_nid()Matthew Wilcox (Oracle)1-2/+2