summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-25mm/damon/paddr: increment pa_stat damon address range by folio sizeUsama Arif
2025-01-25selftests/mm/cow: modify the incorrect checking parametersHao Ge
2025-01-25kasan: use correct kernel-doc formatRandy Dunlap
2025-01-25selftests/mm: add tests for splitting pmd THPs to all lower ordersZi Yan
2025-01-25selftests/mm: use selftests framework to print test resultZi Yan
2025-01-25Documentation/filesystems/proc.rst: fix possessive form of "process"Andrew Morton
2025-01-25ksm: add ksm involvement information for each processxu xin
2025-01-25mm/memfd: use strncpy_from_user() to read memfd nameIsaac J. Manjarres
2025-01-25mm/memfd: refactor and cleanup the logic in memfd_create()Isaac J. Manjarres
2025-01-25mm/damon: explain "effective quota" on kernel-doc commentSeongJae Park
2025-01-25Docs/admin-guide/mm/damon/start: update snapshot exampleSeongJae Park
2025-01-25Docs/admin-guide/mm/damon/usage: fix and add missing DAMOS filter sysfs files...SeongJae Park
2025-01-25Docs/mm/damon: add an example monitoring intervals tuningSeongJae Park
2025-01-25Docs/mm/damon/design: add monitoring parameters tuning guideSeongJae Park
2025-01-25mm: remove PageTransTail()Matthew Wilcox (Oracle)
2025-01-25mm/mglru: fix PTE-mapped large foliosYu Zhao
2025-01-25mm/mglru: rework workingset protectionYu Zhao
2025-01-25mm/mglru: rework refault detectionYu Zhao
2025-01-25mm/mglru: rework type selectionYu Zhao
2025-01-25mm/mglru: rework aging feedbackYu Zhao
2025-01-25mm/mglru: optimize deactivationYu Zhao
2025-01-25mm/mglru: clean up workingsetYu Zhao
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang
2025-01-25mm: make mmap_region() internalLorenzo Stoakes
2025-01-25mips: vdso: prefer do_mmap() to mmap_region()Lorenzo Stoakes
2025-01-25mm, swap_slots: remove slot cache for freeing pathKairui Song
2025-01-25mm, swap: use a global swap cluster for non-rotation devicesKairui Song
2025-01-25mm, swap: introduce a helper for retrieving cluster from offsetKairui Song
2025-01-25mm, swap: simplify percpu cluster updatingKairui Song
2025-01-25mm, swap: reduce contention on device lockKairui Song
2025-01-25mm, swap: use an enum to define all cluster flags and wrap flags changesKairui Song
2025-01-25mm, swap: hold a reference during scan and cleanup flag usageKairui Song
2025-01-25mm, swap: clean up plist removal and addingKairui Song
2025-01-25mm, swap: clean up device availability checkKairui Song
2025-01-25mm, swap: use cluster lock for HDDKairui Song
2025-01-25mm, swap: remove old allocation path for HDDKairui Song
2025-01-25mm, swap: fold swap_info_get_cont in the only callerKairui Song
2025-01-25mm, swap: minor clean up for swap entry allocationKairui Song
2025-01-25alloc_tag: avoid current->alloc_tag manipulations when profiling is disabledSuren Baghdasaryan
2025-01-25memcg: fix soft lockup in the OOM processChen Ridong
2025-01-25mm/zsmalloc: introduce __zpdesc_clear/set_zsmalloc()Alex Shi
2025-01-25mm/zsmalloc: convert get/set_first_obj_offset() to take zpdescAlex Shi
2025-01-25mm/zsmalloc: convert SetZsPageMovable and remove unused funcsAlex Shi
2025-01-25mm/zsmalloc: convert get_zspage() to take zpdescHyeonggon Yoo
2025-01-25mm/zsmalloc: convert migrate_zspage() to use zpdescHyeonggon Yoo
2025-01-25mm/zsmalloc: convert location_to_obj() to take zpdescHyeonggon Yoo
2025-01-25mm/zsmalloc: convert __free_zspage() to use zpdescHyeonggon Yoo
2025-01-25mm/zsmalloc: convert reset_page to reset_zpdescAlex Shi
2025-01-25mm/zsmalloc: add two helpers for zs_page_migrate() and make it use zpdescHyeonggon Yoo
2025-01-25mm/zsmalloc: convert obj_to_page() and zs_free() to use zpdescHyeonggon Yoo