summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-09-11mm: release number of pages of a folioKundan Kumar1-0/+13
2024-09-10slab: make __kmem_cache_create() static inlineChristian Brauner1-38/+0
2024-09-10slab: make kmem_cache_create_usercopy() static inlineChristian Brauner1-45/+0
2024-09-10slab: remove kmem_cache_create_rcu()Christian Brauner1-43/+0
2024-09-10slab: create kmem_cache_create() compatibility layerChristian Brauner1-5/+5
2024-09-10slab: remove rcu_freeptr_offset from struct kmem_cacheChristian Brauner2-20/+7
2024-09-10slab: pass struct kmem_cache_args to do_kmem_cache_create()Christian Brauner3-23/+25
2024-09-10slab: pull kmem_cache_open() into do_kmem_cache_create()Christian Brauner1-70/+62
2024-09-10slab: pass struct kmem_cache_args to create_cache()Christian Brauner1-20/+19
2024-09-10slab: port kmem_cache_create_usercopy() to struct kmem_cache_argsChristian Brauner1-22/+8
2024-09-10slab: port kmem_cache_create_rcu() to struct kmem_cache_argsChristian Brauner1-3/+7
2024-09-10slab: port kmem_cache_create() to struct kmem_cache_argsChristian Brauner1-2/+6
2024-09-10slab: add struct kmem_cache_argsChristian Brauner1-16/+51
2024-09-10slab: s/__kmem_cache_create/do_kmem_cache_create/gChristian Brauner3-4/+4
2024-09-10memcg: add charging of already allocated slab objectsShakeel Butt2-0/+60
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