Age | Commit message (Expand) | Author |
2025-01-25 | mm/huge_memory: convert has_hwpoisoned into a pure folio flag | David Hildenbrand |
2025-01-25 | mm/damon/paddr: improve readability of damon_pa_stat | Joshua Hahn |
2025-01-25 | mm/damon/paddr: increment pa_stat damon address range by folio size | Usama Arif |
2025-01-25 | kasan: use correct kernel-doc format | Randy Dunlap |
2025-01-25 | ksm: add ksm involvement information for each process | xu xin |
2025-01-25 | mm/memfd: use strncpy_from_user() to read memfd name | Isaac J. Manjarres |
2025-01-25 | mm/memfd: refactor and cleanup the logic in memfd_create() | Isaac J. Manjarres |
2025-01-25 | mm/mglru: fix PTE-mapped large folios | Yu Zhao |
2025-01-25 | mm/mglru: rework workingset protection | Yu Zhao |
2025-01-25 | mm/mglru: rework refault detection | Yu Zhao |
2025-01-25 | mm/mglru: rework type selection | Yu Zhao |
2025-01-25 | mm/mglru: rework aging feedback | Yu Zhao |
2025-01-25 | mm/mglru: optimize deactivation | Yu Zhao |
2025-01-25 | mm/mglru: clean up workingset | Yu Zhao |
2025-01-25 | mm/memblock: add memblock_alloc_or_panic interface | Guo Weikang |
2025-01-25 | mm: make mmap_region() internal | Lorenzo Stoakes |
2025-01-25 | mm, swap_slots: remove slot cache for freeing path | Kairui Song |
2025-01-25 | mm, swap: use a global swap cluster for non-rotation devices | Kairui Song |
2025-01-25 | mm, swap: introduce a helper for retrieving cluster from offset | Kairui Song |
2025-01-25 | mm, swap: simplify percpu cluster updating | Kairui Song |
2025-01-25 | mm, swap: reduce contention on device lock | Kairui Song |
2025-01-25 | mm, swap: use an enum to define all cluster flags and wrap flags changes | Kairui Song |
2025-01-25 | mm, swap: hold a reference during scan and cleanup flag usage | Kairui Song |
2025-01-25 | mm, swap: clean up plist removal and adding | Kairui Song |
2025-01-25 | mm, swap: clean up device availability check | Kairui Song |
2025-01-25 | mm, swap: use cluster lock for HDD | Kairui Song |
2025-01-25 | mm, swap: remove old allocation path for HDD | Kairui Song |
2025-01-25 | mm, swap: fold swap_info_get_cont in the only caller | Kairui Song |
2025-01-25 | mm, swap: minor clean up for swap entry allocation | Kairui Song |
2025-01-25 | memcg: fix soft lockup in the OOM process | Chen Ridong |
2025-01-25 | mm/zsmalloc: introduce __zpdesc_clear/set_zsmalloc() | Alex Shi |
2025-01-25 | mm/zsmalloc: convert get/set_first_obj_offset() to take zpdesc | Alex Shi |
2025-01-25 | mm/zsmalloc: convert SetZsPageMovable and remove unused funcs | Alex Shi |
2025-01-25 | mm/zsmalloc: convert get_zspage() to take zpdesc | Hyeonggon Yoo |
2025-01-25 | mm/zsmalloc: convert migrate_zspage() to use zpdesc | Hyeonggon Yoo |
2025-01-25 | mm/zsmalloc: convert location_to_obj() to take zpdesc | Hyeonggon Yoo |
2025-01-25 | mm/zsmalloc: convert __free_zspage() to use zpdesc | Hyeonggon Yoo |
2025-01-25 | mm/zsmalloc: convert reset_page to reset_zpdesc | Alex Shi |
2025-01-25 | mm/zsmalloc: add two helpers for zs_page_migrate() and make it use zpdesc | Hyeonggon Yoo |
2025-01-25 | mm/zsmalloc: convert obj_to_page() and zs_free() to use zpdesc | Hyeonggon Yoo |
2025-01-25 | mm/zsmalloc: convert init_zspage() to use zpdesc | Hyeonggon Yoo |
2025-01-25 | mm/zsmalloc: convert obj_allocated() and related helpers to use zpdesc | Hyeonggon Yoo |
2025-01-25 | mm/zsmalloc: convert create_page_chain() and its users to use zpdesc | Alex Shi |
2025-01-25 | mm/zsmalloc: convert obj_malloc() to use zpdesc | Hyeonggon Yoo |
2025-01-25 | mm/zsmalloc: add and use pfn/zpdesc seeking funcs | Hyeonggon Yoo |
2025-01-25 | mm/zsmalloc: convert __zs_map_object/__zs_unmap_object to use zpdesc | Hyeonggon Yoo |
2025-01-25 | mm/zsmalloc: use zpdesc in trylock_zspage()/lock_zspage() | Alex Shi |
2025-01-25 | mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool | Alex Shi |
2025-01-25 | mm/damon/sysfs-schemes: add a file for setting damos_filter->allow | SeongJae Park |
2025-01-25 | mm/damon: add 'allow' argument to damos_new_filter() | SeongJae Park |