summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-01-25mm/zsmalloc: convert init_zspage() to use zpdescHyeonggon Yoo
2025-01-25mm/zsmalloc: convert obj_allocated() and related helpers to use zpdescHyeonggon Yoo
2025-01-25mm/zsmalloc: convert create_page_chain() and its users to use zpdescAlex Shi
2025-01-25mm/zsmalloc: convert obj_malloc() to use zpdescHyeonggon Yoo
2025-01-25mm/zsmalloc: add and use pfn/zpdesc seeking funcsHyeonggon Yoo
2025-01-25mm/zsmalloc: convert __zs_map_object/__zs_unmap_object to use zpdescHyeonggon Yoo
2025-01-25mm/zsmalloc: use zpdesc in trylock_zspage()/lock_zspage()Alex Shi
2025-01-25mm/zsmalloc: add zpdesc memory descriptor for zswap.zpoolAlex Shi
2025-01-25Docs/admin-guide/mm/damon/usage: document DAMOS filter 'allow' sysfs fileSeongJae Park
2025-01-25Docs/admin-guide/mm/damon/usage: omit DAMOS filter details in favor of design...SeongJae Park