aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2025-09-13mm: remove is_migrate_highatomic()Brendan Jackman2-6/+1
2025-09-13rust: mm: update ARef and AlwaysRefCounted imports from sync::arefShankari Anand2-2/+3
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_startgaoxiang172-7/+14
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 Rostedt2-1/+1
2025-09-13mm: remove write_cache_pagesChristoph Hellwig2-36/+0
2025-09-13bcachefs: stop using write_cache_pagesChristoph Hellwig1-1/+12
2025-09-13ntfs3: stop using write_cache_pagesChristoph Hellwig1-5/+10
2025-09-13lib/test_hmm: drop redundant conversion to boolXichao Zhao1-1/+1
2025-09-13selftests/mm: test that rmap behaves as expectedWei Yang5-0/+442
2025-09-13selftests/mm: put general ksm operation into vm_utilWei Yang3-118/+154
2025-09-13tmpfs: preserve SB_I_VERSION on remountBaokun Li1-1/+4
2025-09-13selftests/mm: check after-split folio orders in split_huge_page_testZi Yan1-24/+64
2025-09-13selftests/mm: add check_after_split_folio_orders() helperZi Yan1-0/+152
2025-09-13selftests/mm: reimplement is_backed_by_thp() with more precise checkZi Yan3-24/+82
2025-09-13selftests/mm: mark all functions static in split_huge_page_test.cZi Yan1-11/+11
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)2-3/+9
2025-09-13mm: reimplement folio_is_fsdax()Matthew Wilcox (Oracle)1-5/+5
2025-09-13mm: reimplement folio_is_device_coherent()Matthew Wilcox (Oracle)1-5/+5
2025-09-13mm: reimplement folio_is_device_private()Matthew Wilcox (Oracle)1-5/+6
2025-09-13mm: introduce memdesc_is_zone_device()Matthew Wilcox (Oracle)1-7/+12
2025-09-13slab: use memdesc_nid()Matthew Wilcox (Oracle)1-2/+2
2025-09-13slab: use memdesc_flags_tMatthew Wilcox (Oracle)2-10/+10
2025-09-13mm: introduce memdesc_zonenum()Matthew Wilcox (Oracle)1-3/+8
2025-09-13mm: introduce memdesc_nid()Matthew Wilcox (Oracle)2-11/+16
2025-09-13mm: convert page_to_section() to memdesc_section()Matthew Wilcox (Oracle)3-4/+4
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)58-190/+195
2025-09-13mm/damon/Kconfig: make DAMON_STAT_ENABLED_DEFAULT depend on DAMON_STATEnze Li1-1/+1
2025-09-13selftests: prctl: introduce tests for disabling THPs except for madviseUsama Arif1-0/+113
2025-09-13selftests: prctl: introduce tests for disabling THPs completelyUsama Arif5-1/+189
2025-09-13selftest/mm: extract sz2ord function into vm_util.hUsama Arif4-9/+9
2025-09-13docs: transhuge: document process level THP controlsUsama Arif1-0/+36
2025-09-13mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISEDDavid Hildenbrand5-7/+16
2025-09-13mm/huge_memory: convert "tva_flags" to "enum tva_type"David Hildenbrand5-35/+38
2025-09-13prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGEDavid Hildenbrand7-29/+82
2025-09-13mm: readahead: improve mmap_miss heuristic for concurrent faultsRoman Gushchin1-3/+11
2025-09-13selftests/mm: skip hugepage-mremap test if userfaultfd unavailableAboorva Devarajan1-3/+13
2025-09-13selftests/mm: skip thuge-gen test if system is not setup properlyAboorva Devarajan1-4/+7
2025-09-13selftests/mm: fix child process exit codes in ksm_functional_testsAboorva Devarajan1-7/+9
2025-09-13mm/selftests: fix split_huge_page_test failure on systems with 64KB page sizeDonet Tom4-18/+19
2025-09-13selftest/mm: fix ksm_funtional_test failuresDonet Tom1-1/+11
2025-09-13selftests/mm: add support to test 4PB VA on PPC64Donet Tom1-0/+11