summaryrefslogtreecommitdiff
path: root/mm/zpdesc.h
AgeCommit message (Expand)AuthorFilesLines
2025-07-14mm: convert "movable" flag in page->mapping to a page flagDavid Hildenbrand1-1/+1
2025-07-14mm: stop storing migration_ops in page->mappingDavid Hildenbrand1-3/+2
2025-07-14mm/zsmalloc: make PageZsmalloc() sticky until the page is freedDavid Hildenbrand1-5/+0
2025-07-14mm/zsmalloc: drop PageIsolated() related VM_BUG_ONsDavid Hildenbrand1-5/+0
2025-06-01mm: rename page->index to page->__folio_indexMatthew Wilcox (Oracle)1-2/+2
2025-05-12zsmalloc: cleanup headers includesSergey Senozhatsky1-0/+3
2025-01-26mm/zsmalloc: introduce __zpdesc_clear/set_zsmalloc()Alex Shi1-0/+10
2025-01-26mm/zsmalloc: convert __free_zspage() to use zpdescHyeonggon Yoo1-0/+4
2025-01-26mm/zsmalloc: add two helpers for zs_page_migrate() and make it use zpdescHyeonggon Yoo1-0/+11
2025-01-26mm/zsmalloc: convert create_page_chain() and its users to use zpdescAlex Shi1-0/+6
2025-01-26mm/zsmalloc: add and use pfn/zpdesc seeking funcsHyeonggon Yoo1-0/+14
2025-01-26mm/zsmalloc: use zpdesc in trylock_zspage()/lock_zspage()Alex Shi1-0/+30
2025-01-26mm/zsmalloc: add zpdesc memory descriptor for zswap.zpoolAlex Shi1-0/+107