summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-09-17mm: new follow_pfnmap APIPeter Xu1-0/+150
2024-09-17mm/fork: accept huge pfnmap entriesPeter Xu1-3/+26
2024-09-17mm/pagewalk: check pfnmap for folio_walk_start()Peter Xu2-6/+5
2024-09-17mm/gup: detect huge pfnmap entries in gup-fastPeter Xu1-0/+6
2024-09-17mm: allow THP orders for PFNMAPsPeter Xu1-2/+2
2024-09-17mm: mark special bits for huge pfn mappings when injectPeter Xu1-0/+4
2024-09-17mm: drop is_huge_zero_pud()Peter Xu1-12/+1
2024-09-17mm: introduce ARCH_SUPPORTS_HUGE_PFNMAP and special bits to pmd/pudPeter Xu1-0/+13
2024-09-09mm/codetag: add pgalloc_tag_copy()Yu Zhao1-0/+1
2024-09-09mm/codetag: fix pgalloc_tag_split()Yu Zhao3-4/+4
2024-09-09mm/vmalloc.c: use "high-order" in description non 0-order pagesUladzislau Rezki (Sony)1-2/+2
2024-09-09mm/vmalloc.c: use helper function va_size()ZhangPeng1-9/+8
2024-09-09mm: replace xa_get_order with xas_get_order where appropriateShakeel Butt2-4/+4
2024-09-09mm: clean up mem_cgroup_iter()Kinsey Ho1-20/+12
2024-09-09mm: restart if multiple traversals racedKinsey Ho1-9/+17
2024-09-09mm: increment gen # before restarting traversalKinsey Ho1-10/+12
2024-09-09mm: don't hold css->refcnt during traversalKinsey Ho1-17/+1
2024-09-09mm/page_alloc: fix build with CONFIG_UNACCEPTED_MEMORY=nAndrew Morton1-11/+5
2024-09-09mm: migrate: remove unused includesKefeng Wang1-7/+0
2024-09-09mm: thp: simplify split_huge_pages_pid()Nanyong Sun1-6/+1
2024-09-09mm: migrate: simplify find_mm_struct()Nanyong Sun1-7/+1
2024-09-09mm/damon/tests/core-kunit: skip damon_test_nr_accesses_to_accesses_bp() if ag...SeongJae Park2-1/+19
2024-09-09mm: page_alloc: fix missed updates of PGFREE in free_unref_{page/folios}Yosry Ahmed1-6/+4
2024-09-09mm: care about shadow stack guard gap when getting an unmapped areaMark Brown1-0/+14
2024-09-09mm: pass vm_flags to generic_get_unmapped_area()Mark Brown1-4/+6
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown1-24/+7
2024-09-09mm/damon/tests/vaddr-kunit: init maple tree without MT_FLAGS_LOCK_EXTERNSeongJae Park1-1/+1
2024-09-09mm: Kconfig: fixup zsmalloc configurationSergey Senozhatsky1-1/+1
2024-09-09filemap: fix the last_index of mm_filemap_get_pagesTakaya Saeki1-1/+1
2024-09-09mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel4-31/+34
2024-09-09mm: page_alloc: simpify page del and expandHuan Yang1-10/+25
2024-09-09mm/vmalloc.c: make use of the helper macro LIST_HEAD()Hongbo Li1-8/+3
2024-09-09mm: add sysfs entry to disable splitting underused THPsUsama Arif1-0/+26
2024-09-09mm: split underused THPsUsama Arif3-3/+61
2024-09-09mm: introduce a pageflag for partially mapped foliosUsama Arif6-18/+42
2024-09-09mm: remap unused subpages to shared zeropage when splitting isolated thpYu Zhao3-15/+69
2024-09-09mm: warn about illegal __GFP_NOFAIL usage in a more appropriate location and ...Barry Song1-25/+25
2024-09-09mm/hugetlb: sort out global lock annotationsMateusz Guzik1-3/+3
2024-09-09mm: shmem: extend shmem_unused_huge_shrink() to all sizesHugh Dickins1-25/+20
2024-09-09mm: shmem: fix minor off-by-one in shrinkable calculationHugh Dickins1-1/+1
2024-09-09Revert "mm/damon/lru_sort: adjust local variable to dynamic allocation"SeongJae Park1-11/+4
2024-09-09mm/damon/core: replace per-quota regions priority histogram buffer usage with...SeongJae Park1-3/+6
2024-09-09mm/damon/core: introduce per-context region priorities histogram bufferSeongJae Park1-0/+5
2024-09-09mm: remove putback_lru_page()Kefeng Wang2-6/+0
2024-09-09mm: remove isolate_lru_page()Kefeng Wang6-17/+9
2024-09-09mm: migrate_device: use more folio in migrate_device_finalize()Kefeng Wang1-19/+22
2024-09-09mm: migrate_device: use more folio in migrate_device_unmap()Kefeng Wang1-10/+10
2024-09-09mm: migrate_device: use a folio in migrate_device_range()Kefeng Wang1-4/+5
2024-09-09mm: migrate_device: convert to migrate_device_coherent_folio()Kefeng Wang3-17/+17
2024-09-09swap: convert swapon() to use a folioMatthew Wilcox (Oracle)1-9/+7