summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | mm/vmalloc.c: use helper function va_size()ZhangPeng2024-09-101-9/+8
| * | | | | | mm: replace xa_get_order with xas_get_order where appropriateShakeel Butt2024-09-102-4/+4
| * | | | | | mm: clean up mem_cgroup_iter()Kinsey Ho2024-09-101-20/+12
| * | | | | | mm: restart if multiple traversals racedKinsey Ho2024-09-101-9/+17
| * | | | | | mm: increment gen # before restarting traversalKinsey Ho2024-09-101-10/+12
| * | | | | | mm: don't hold css->refcnt during traversalKinsey Ho2024-09-101-17/+1
| * | | | | | mm/page_alloc: fix build with CONFIG_UNACCEPTED_MEMORY=nAndrew Morton2024-09-101-11/+5
| * | | | | | mm: migrate: remove unused includesKefeng Wang2024-09-101-7/+0
| * | | | | | mm: thp: simplify split_huge_pages_pid()Nanyong Sun2024-09-101-6/+1
| * | | | | | mm: migrate: simplify find_mm_struct()Nanyong Sun2024-09-101-7/+1
| * | | | | | mm/damon/tests/core-kunit: skip damon_test_nr_accesses_to_accesses_bp() if ag...SeongJae Park2024-09-102-1/+19
| * | | | | | mm: page_alloc: fix missed updates of PGFREE in free_unref_{page/folios}Yosry Ahmed2024-09-101-6/+4
| * | | | | | mm: care about shadow stack guard gap when getting an unmapped areaMark Brown2024-09-101-0/+14
| * | | | | | mm: pass vm_flags to generic_get_unmapped_area()Mark Brown2024-09-101-4/+6
| * | | | | | mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown2024-09-101-24/+7
| * | | | | | mm/damon/tests/vaddr-kunit: init maple tree without MT_FLAGS_LOCK_EXTERNSeongJae Park2024-09-101-1/+1
| * | | | | | mm: Kconfig: fixup zsmalloc configurationSergey Senozhatsky2024-09-101-1/+1
| * | | | | | filemap: fix the last_index of mm_filemap_get_pagesTakaya Saeki2024-09-101-1/+1
| * | | | | | mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel2024-09-104-31/+34
| * | | | | | mm: page_alloc: simpify page del and expandHuan Yang2024-09-101-10/+25
| * | | | | | mm/vmalloc.c: make use of the helper macro LIST_HEAD()Hongbo Li2024-09-101-8/+3
| * | | | | | mm: add sysfs entry to disable splitting underused THPsUsama Arif2024-09-101-0/+26
| * | | | | | mm: split underused THPsUsama Arif2024-09-103-3/+61
| * | | | | | mm: introduce a pageflag for partially mapped foliosUsama Arif2024-09-106-18/+42
| * | | | | | mm: remap unused subpages to shared zeropage when splitting isolated thpYu Zhao2024-09-103-15/+69
| * | | | | | mm: warn about illegal __GFP_NOFAIL usage in a more appropriate location and ...Barry Song2024-09-101-25/+25
| * | | | | | mm/hugetlb: sort out global lock annotationsMateusz Guzik2024-09-101-3/+3
| * | | | | | mm: shmem: extend shmem_unused_huge_shrink() to all sizesHugh Dickins2024-09-101-25/+20
| * | | | | | mm: shmem: fix minor off-by-one in shrinkable calculationHugh Dickins2024-09-101-1/+1
| * | | | | | Revert "mm/damon/lru_sort: adjust local variable to dynamic allocation"SeongJae Park2024-09-101-11/+4
| * | | | | | mm/damon/core: replace per-quota regions priority histogram buffer usage with...SeongJae Park2024-09-101-3/+6
| * | | | | | mm/damon/core: introduce per-context region priorities histogram bufferSeongJae Park2024-09-101-0/+5
| * | | | | | mm: remove putback_lru_page()Kefeng Wang2024-09-102-6/+0
| * | | | | | mm: remove isolate_lru_page()Kefeng Wang2024-09-106-17/+9
| * | | | | | mm: migrate_device: use more folio in migrate_device_finalize()Kefeng Wang2024-09-101-19/+22
| * | | | | | mm: migrate_device: use more folio in migrate_device_unmap()Kefeng Wang2024-09-101-10/+10
| * | | | | | mm: migrate_device: use a folio in migrate_device_range()Kefeng Wang2024-09-101-4/+5
| * | | | | | mm: migrate_device: convert to migrate_device_coherent_folio()Kefeng Wang2024-09-103-17/+17
| * | | | | | swap: convert swapon() to use a folioMatthew Wilcox (Oracle)2024-09-101-9/+7
| * | | | | | mm: count the number of partially mapped anonymous THPs per sizeBarry Song2024-09-101-0/+6
| * | | | | | mm: count the number of anonymous THPs per sizeBarry Song2024-09-104-4/+19
| * | | | | | mm: tidy up shmem mTHP controls and statsRyan Roberts2024-09-101-28/+112
| * | | | | | mm: cleanup count_mthp_stat() definitionRyan Roberts2024-09-102-8/+0
| * | | | | | mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio isolationKefeng Wang2024-09-041-28/+15
| * | | | | | mm: migrate: add isolate_folio_to_list()Kefeng Wang2024-09-042-35/+39
| * | | | | | mm: memory_hotplug: check hwpoisoned page firstly in do_migrate_range()Kefeng Wang2024-09-041-10/+10
| * | | | | | mm: memory-failure: add unmap_poisoned_folio()Kefeng Wang2024-09-042-17/+35
| * | | | | | mm: memory_hotplug: remove head variable in do_migrate_range()Kefeng Wang2024-09-041-8/+14
| * | | | | | mm/damon/tests: add .kunitconfig file for DAMON kunit testsSeongJae Park2024-09-041-0/+22
| * | | | | | mm/damon: move kunit tests to tests/ subdirectory with _kunit suffixSeongJae Park2024-09-048-4/+4