summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-07-09mm/hugetlb: make hugetlb_reserve_pages() return nr of entries updatedVivek Kasireddy-11/+18
2025-07-09codetag: avoid unused alloc_tags sections/symbolsPetr Pavlu-2/+8
2025-07-09mm/damon: fix minor typos in damon headerNathan Gao-2/+2
2025-07-09mm: update architecture and driver code to use vm_flags_tLorenzo Stoakes-20/+20
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes-270/+270
2025-07-09mm: change vm_get_page_prot() to accept vm_flags_t argumentLorenzo Stoakes-9/+9
2025-07-09Revert "mm: make alloc_demote_folio externally invokable for migration"SeongJae Park-2/+2
2025-07-09Revert "mm: rename alloc_demote_folio to alloc_migrate_folio"SeongJae Park-3/+3
2025-07-09mm/damon/paddr: use alloc_migartion_target() with no migration fallback nodemaskSeongJae Park-3/+1
2025-07-09tools/testing/radix-tree: test maple tree chaining mas_preallocate() callsLiam R. Howlett-0/+12
2025-07-09testing/radix-tree/maple: increase readers and reduce delay for faster machinesLiam R. Howlett-3/+4
2025-07-09mm: huge_memory: fix the check for allowed huge orders in shmemBaolin Wang-1/+1
2025-07-09selftest/mm: skip if fallocate() is unsupported in gup_longtermMark Brown-1/+9
2025-07-09mm/vma: use vmg->target to specify target VMA for new VMA mergeLorenzo Stoakes-21/+23
2025-07-09highmem: remove a use of folio->pageMatthew Wilcox (Oracle)-1/+1
2025-07-09secretmem: remove uses of struct pageMatthew Wilcox (Oracle)-9/+7
2025-07-09mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pud()David Hildenbrand-24/+47
2025-07-09mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pmd()David Hildenbrand-19/+40
2025-07-09mm/huge_memory: don't ignore queried cachemode in vmf_insert_pfn_pud()David Hildenbrand-4/+3
2025-07-09selftests: mm: add shmem collapse as a default test itemBaolin Wang-0/+4
2025-07-09selftests: khugepaged: fix the shmem collapse failureBaolin Wang-2/+0
2025-07-09mm: remove zero_user()Matthew Wilcox (Oracle)-6/+0
2025-07-09ceph: convert ceph_zero_partial_page() to use a folioMatthew Wilcox (Oracle)-11/+11
2025-07-09direct-io: use memzero_page()Matthew Wilcox (Oracle)-1/+1
2025-07-09null_blk: use memzero_page()Matthew Wilcox (Oracle)-1/+1
2025-07-09bio: use memzero_page() in bio_truncate()Matthew Wilcox (Oracle)-2/+2
2025-07-09mm: use folio_expected_ref_count() helper for reference countingShivank Garg-4/+2
2025-07-09selftests/mm: use generic read_sysfs in thuge-gen testPu Lehui-28/+10
2025-07-09mm: madvise: use per_vma lock for MADV_FREEBarry Song-7/+25
2025-07-09mm: optimize mremap() by PTE batchingDev Jain-7/+32
2025-07-09mm: call pointers to ptes as ptepDev Jain-15/+16
2025-07-09mm/memory-tier: fix abstract distance calculation overflowLi Zhijian-1/+1
2025-07-09alloc_tag: keep codetag iterator active between read()David Wang-19/+10
2025-07-09alloc_tag: add sequence number for module and iteratorDavid Wang-3/+15
2025-07-09gup: optimize longterm pin_user_pages() for large folioLi Zhe-8/+30
2025-07-09mm/pagewalk: split walk_page_range_novma() into kernel/user partsLorenzo Stoakes-35/+71
2025-07-09mm/memfd: clarify error handling labels in memfd_create()Ye Liu-4/+4
2025-07-09lib/test_hmm: reduce stack usageArnd Bergmann-7/+7
2025-07-09selftests/mm: check for YAMA ptrace_scope configuraiton before modifying itMark Brown-1/+3
2025-07-09selftests/mm: add messages about test errors to the cow testsMark Brown-8/+20
2025-07-09selftests/mm: don't compare return values to in cowMark Brown-3/+3
2025-07-09selftests/mm: convert some cow error reports to ksft_perror()Mark Brown-3/+3
2025-07-09kselftest/mm: clarify errors for pipe()Mark Brown-2/+2
2025-07-09alloc_tag: remove empty module tag sectionCasey Chen-11/+0
2025-07-09mm/filemap: allow arch to request folio size for exec memoryRyan Roberts-9/+58
2025-07-09mm/readahead: store folio order in struct file_ra_stateRyan Roberts-12/+20
2025-07-09mm/readahead: make space in struct file_ra_stateRyan Roberts-6/+7
2025-07-09mm/readahead: terminate async readahead on natural boundaryRyan Roberts-3/+7
2025-07-09mm/readahead: honour new_order in page_cache_ra_order()Ryan Roberts-9/+2
2025-07-09mm/mempolicy: skip unnecessary synchronize_rcu()Joshua Hahn-8/+5