aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2024-09-09mm: count the number of partially mapped anonymous THPs per sizeBarry Song1-0/+6
2024-09-09mm: count the number of anonymous THPs per sizeBarry Song4-4/+19
2024-09-09mm: tidy up shmem mTHP controls and statsRyan Roberts1-28/+112
2024-09-09mm: cleanup count_mthp_stat() definitionRyan Roberts2-8/+0
2024-09-09mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu r...Liam R. Howlett1-0/+2
2024-09-09mm: vmscan.c: fix OOM on swap stress testChris Li1-1/+1
2024-09-05mm/slab: Optimize the code logic in find_mergeable()Xavier1-3/+4
2024-09-04Merge tag 'vfs-6.11-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-09-04Merge tag 'mm-hotfixes-stable-2024-09-03-20-19' of git://git.kernel.org/pub/s...Linus Torvalds6-40/+43
2024-09-03mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio isolationKefeng Wang1-28/+15