summaryrefslogtreecommitdiff
path: root/mm/zsmalloc.c
AgeCommit message (Expand)Author
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
2023-06-19mm: zswap: remove page reclaim logic from zsmallocDomenico Cerasuolo
2023-06-09mm/zsmalloc: get rid of PAGE_MASKAlexey Romanov
2023-05-17zsmalloc: move LRU update from zs_map_object() to zs_malloc()Nhat Pham
2023-04-21zsmalloc: allow only one active pool compaction contextSergey Senozhatsky
2023-04-18zsmalloc: reset compaction source zspage pointer after putback_zspage()Sergey Senozhatsky
2023-03-28zsmalloc: show per fullness group class statsSergey Senozhatsky
2023-03-28zsmalloc: rework compaction algorithmSergey Senozhatsky
2023-03-28zsmalloc: fine-grained inuse ratio based fullness groupingSergey Senozhatsky
2023-03-28zsmalloc: remove insert_zspage() ->inuse optimizationSergey Senozhatsky
2023-02-02zsmalloc: make zspage chain size configurableSergey Senozhatsky
2023-02-02zsmalloc: skip chain size calculation for pow_of_2 classesSergey Senozhatsky
2023-02-02zsmalloc: rework zspage chain size selectionSergey Senozhatsky
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton
2023-01-31zsmalloc: fix a race with deferred_handles storingNhat Pham
2023-01-18mm: remove PageMovable exportGreg Kroah-Hartman
2022-12-11zsmalloc: implement writeback mechanism for zsmallocNhat Pham
2022-12-11zsmalloc: add zpool_ops field to zs_pool to store evict handlersNhat Pham
2022-12-11zsmalloc: add a LRU to zs_pool to keep track of zspages in LRU orderNhat Pham
2022-12-11zsmalloc: consolidate zs_pool's migrate_lock and size_class's locksNhat Pham
2022-11-30zram: add size class equals check into recompressionAlexey Romanov
2022-11-30zsmalloc: replace IS_ERR() with IS_ERR_VALUE()Deming Wang
2022-10-20zsmalloc: zs_destroy_pool: add size_class NULL checkAlexey Romanov
2022-10-03zsmalloc: use correct types in _first_obj_offset functionsAlexey Romanov
2022-09-11zsmalloc: zs_object_copy: replace email link to docAlexey Romanov