summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-01-26mm/mglru: optimize deactivationYu Zhao1-7/+41
2025-01-26mm/mglru: clean up workingsetYu Zhao1-12/+11
2025-01-26mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang5-73/+38
2025-01-26mm: make mmap_region() internalLorenzo Stoakes3-61/+61
2025-01-26mm, swap_slots: remove slot cache for freeing pathKairui Song2-123/+44
2025-01-26mm, swap: use a global swap cluster for non-rotation devicesKairui Song1-14/+40
2025-01-26mm, swap: introduce a helper for retrieving cluster from offsetKairui Song1-4/+10
2025-01-26mm, swap: simplify percpu cluster updatingKairui Song1-37/+29
2025-01-26mm, swap: reduce contention on device lockKairui Song1-187/+245
2025-01-26mm, swap: use an enum to define all cluster flags and wrap flags changesKairui Song1-36/+40
2025-01-26mm, swap: hold a reference during scan and cleanup flag usageKairui Song1-33/+57
2025-01-26mm, swap: clean up plist removal and addingKairui Song1-49/+137
2025-01-26mm, swap: clean up device availability checkKairui Song2-31/+8
2025-01-26mm, swap: use cluster lock for HDDKairui Song1-74/+35
2025-01-26mm, swap: remove old allocation path for HDDKairui Song1-226/+9
2025-01-26mm, swap: fold swap_info_get_cont in the only callerKairui Song1-24/+15
2025-01-26mm, swap: minor clean up for swap entry allocationKairui Song1-30/+29
2025-01-26memcg: fix soft lockup in the OOM processChen Ridong2-2/+13
2025-01-26mm/zsmalloc: introduce __zpdesc_clear/set_zsmalloc()Alex Shi2-3/+13
2025-01-26mm/zsmalloc: convert get/set_first_obj_offset() to take zpdescAlex Shi1-12/+12
2025-01-26mm/zsmalloc: convert SetZsPageMovable and remove unused funcsAlex Shi1-28/+5
2025-01-26mm/zsmalloc: convert get_zspage() to take zpdescHyeonggon Yoo1-10/+10
2025-01-26mm/zsmalloc: convert migrate_zspage() to use zpdescHyeonggon Yoo1-4/+4
2025-01-26mm/zsmalloc: convert location_to_obj() to take zpdescHyeonggon Yoo1-7/+6
2025-01-26mm/zsmalloc: convert __free_zspage() to use zpdescHyeonggon Yoo2-10/+14
2025-01-26mm/zsmalloc: convert reset_page to reset_zpdescAlex Shi1-5/+7
2025-01-26mm/zsmalloc: add two helpers for zs_page_migrate() and make it use zpdescHyeonggon Yoo2-14/+27
2025-01-26mm/zsmalloc: convert obj_to_page() and zs_free() to use zpdescHyeonggon Yoo1-5/+5
2025-01-26mm/zsmalloc: convert init_zspage() to use zpdescHyeonggon Yoo1-8/+8
2025-01-26mm/zsmalloc: convert obj_allocated() and related helpers to use zpdescHyeonggon Yoo1-10/+10
2025-01-26mm/zsmalloc: convert create_page_chain() and its users to use zpdescAlex Shi2-39/+76
2025-01-26mm/zsmalloc: convert obj_malloc() to use zpdescHyeonggon Yoo1-8/+8
2025-01-26mm/zsmalloc: add and use pfn/zpdesc seeking funcsHyeonggon Yoo2-37/+52
2025-01-26mm/zsmalloc: convert __zs_map_object/__zs_unmap_object to use zpdescHyeonggon Yoo1-8/+8
2025-01-26mm/zsmalloc: use zpdesc in trylock_zspage()/lock_zspage()Alex Shi2-21/+73
2025-01-26mm/zsmalloc: add zpdesc memory descriptor for zswap.zpoolAlex Shi2-23/+112
2025-01-26mm/damon/sysfs-schemes: add a file for setting damos_filter->allowSeongJae Park1-1/+31
2025-01-26mm/damon: add 'allow' argument to damos_new_filter()SeongJae Park5-8/+10
2025-01-26mm/damon/paddr: support damos_filter->allowSeongJae Park1-3/+3
2025-01-26mm/damon/core: support damos_filter->allowSeongJae Park2-8/+8
2025-01-26mm/damon/core: add damos_filter->allow fieldSeongJae Park1-0/+1
2025-01-26mm: alloc_pages_bulk: rename APILuiz Capitulino2-9/+9
2025-01-26mm: alloc_pages_bulk_noprof: drop page_list argumentLuiz Capitulino2-34/+19
2025-01-26mm/hugetlb: unify restore reserve accounting for new allocationsPeter Xu1-9/+9
2025-01-26mm/hugetlb: drop vma_has_reserves()Peter Xu1-17/+6
2025-01-26mm/hugetlb: simplify vma_has_reserves()Peter Xu1-60/+7
2025-01-26mm/hugetlb: clean up map/global resv accounting when allocatePeter Xu1-33/+77
2025-01-26mm/hugetlb: rename avoid_reserve to cow_from_ownerPeter Xu1-13/+20
2025-01-26mm/hugetlb: stop using avoid_reserve flag in fork()Peter Xu1-1/+1
2025-01-26mm/hugetlb: fix avoid_reserve to allow taking folio from subpoolPeter Xu1-19/+3