summaryrefslogtreecommitdiff
path: root/mm/zsmalloc.c
AgeCommit message (Expand)Author
2025-02-01mm/zsmalloc: add __maybe_unused attribute for is_first_zpdesc()Hyeonggon Yoo
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
2024-11-07mm/zsmalloc: use memcpy_from/to_page whereever possiblePintu Kumar
2024-11-07zsmalloc: replace kmap_atomic with kmap_local_pagePintu Kumar
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-17zsmalloc: use unique zsmalloc caches namesSergey Senozhatsky
2024-09-03zsmalloc: use all available 24 bits of page_typeMatthew Wilcox (Oracle)
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds
2024-07-12zsmalloc: rename class stat mutatorsSergey Senozhatsky
2024-07-12mm/zsmalloc: move record_obj() into obj_malloc()Chengming Zhou
2024-07-12mm/zsmalloc: clarify class per-fullness zspage countsChengming Zhou
2024-07-12mm/zsmalloc: change back to per-size_class lockChengming Zhou
2024-07-03mm/zsmalloc: use a proper page typeDavid Hildenbrand
2024-07-03mm: remove MIGRATE_SYNC_NO_COPY modeKefeng Wang
2024-07-03mm/zsmalloc: add MODULE_DESCRIPTION()Jeff Johnson
2024-04-25mm: zpool: return pool size in pagesJohannes Weiner
2024-03-04mm/zsmalloc: don't need to reserve LSB in handleChengming Zhou
2024-02-23mm/zsmalloc: remove get_zspage_mapping()Chengming Zhou
2024-02-23mm/zsmalloc: remove_zspage() don't need fullness parameterChengming Zhou
2024-02-23mm/zsmalloc: remove set_zspage_mapping()Chengming Zhou
2024-02-23mm/zsmalloc: remove unused zspage->isolatedChengming Zhou
2024-02-23mm/zsmalloc: remove migrate_write_lock_nested()Chengming Zhou
2024-02-23mm/zsmalloc: fix migrate_write_lock() when !CONFIG_COMPACTIONChengming Zhou
2024-01-05mm: zsmalloc: return -ENOSPC rather than -EINVAL in zs_malloc while size is t...Barry Song
2023-10-18zsmalloc: use copy_page for full page copyMark-PK Tsai
2023-10-04zsmalloc: dynamically allocate the mm-zspool shrinkerQi Zheng
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-18zsmalloc: remove obj_tagged()Sergey Senozhatsky
2023-08-18zsmalloc: remove zs_compact_controlMinchan Kim
2023-08-18zsmalloc: move migration destination zspage inuse checkSergey Senozhatsky
2023-08-18zsmalloc: do not scan for allocated objects in empty zspageSergey Senozhatsky
2023-08-04zsmalloc: fix races between modifications of fullness and isolatedAndrew Yang
2023-06-19mm: zswap: remove shrink from zpool interfaceDomenico Cerasuolo