summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-01-25mm/huge_memory: convert has_hwpoisoned into a pure folio flagDavid Hildenbrand
2025-01-25mm/damon/paddr: improve readability of damon_pa_statJoshua Hahn
2025-01-25mm/damon/paddr: increment pa_stat damon address range by folio sizeUsama Arif
2025-01-25kasan: use correct kernel-doc formatRandy Dunlap
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/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-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-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-25mm/damon/sysfs-schemes: add a file for setting damos_filter->allowSeongJae Park
2025-01-25mm/damon: add 'allow' argument to damos_new_filter()SeongJae Park