summaryrefslogtreecommitdiffstats
path: root/mm/zsmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds2024-07-281-2/+0
* zsmalloc: rename class stat mutatorsSergey Senozhatsky2024-07-121-19/+19
* mm/zsmalloc: move record_obj() into obj_malloc()Chengming Zhou2024-07-121-9/+6
* mm/zsmalloc: clarify class per-fullness zspage countsChengming Zhou2024-07-121-0/+1
* mm/zsmalloc: change back to per-size_class lockChengming Zhou2024-07-121-35/+50
* mm/zsmalloc: use a proper page typeDavid Hildenbrand2024-07-031-4/+25
* mm: remove MIGRATE_SYNC_NO_COPY modeKefeng Wang2024-07-031-8/+0
* mm/zsmalloc: add MODULE_DESCRIPTION()Jeff Johnson2024-07-031-0/+1
* mm: zpool: return pool size in pagesJohannes Weiner2024-04-251-3/+3
* mm/zsmalloc: don't need to reserve LSB in handleChengming Zhou2024-03-041-4/+1
* mm/zsmalloc: remove get_zspage_mapping()Chengming Zhou2024-02-231-24/+4
* mm/zsmalloc: remove_zspage() don't need fullness parameterChengming Zhou2024-02-231-7/+7
* mm/zsmalloc: remove set_zspage_mapping()Chengming Zhou2024-02-231-11/+2
* mm/zsmalloc: remove unused zspage->isolatedChengming Zhou2024-02-231-32/+0
* mm/zsmalloc: remove migrate_write_lock_nested()Chengming Zhou2024-02-231-17/+5
* mm/zsmalloc: fix migrate_write_lock() when !CONFIG_COMPACTIONChengming Zhou2024-02-231-6/+3
* mm: zsmalloc: return -ENOSPC rather than -EINVAL in zs_malloc while size is t...Barry Song2024-01-051-1/+4
* zsmalloc: use copy_page for full page copyMark-PK Tsai2023-10-181-1/+1
* zsmalloc: dynamically allocate the mm-zspool shrinkerQi Zheng2023-10-041-12/+15
* merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-211-5/+9
|\
| * zsmalloc: fix races between modifications of fullness and isolatedAndrew Yang2023-08-041-5/+9
* | zsmalloc: remove obj_tagged()Sergey Senozhatsky2023-08-181-22/+7
* | zsmalloc: remove zs_compact_controlMinchan Kim2023-08-181-28/+9
* | zsmalloc: move migration destination zspage inuse checkSergey Senozhatsky2023-08-181-4/+4
* | zsmalloc: do not scan for allocated objects in empty zspageSergey Senozhatsky2023-08-181-0/+9
|/
* mm: zswap: remove shrink from zpool interfaceDomenico Cerasuolo2023-06-191-3/+1
* mm: zswap: remove page reclaim logic from zsmallocDomenico Cerasuolo2023-06-191-380/+12
* mm/zsmalloc: get rid of PAGE_MASKAlexey Romanov2023-06-091-6/+6
* zsmalloc: move LRU update from zs_map_object() to zs_malloc()Nhat Pham2023-05-171-27/+9
* zsmalloc: allow only one active pool compaction contextSergey Senozhatsky2023-04-211-0/+12
* zsmalloc: reset compaction source zspage pointer after putback_zspage()Sergey Senozhatsky2023-04-181-1/+1
* zsmalloc: show per fullness group class statsSergey Senozhatsky2023-03-281-30/+23
* zsmalloc: rework compaction algorithmSergey Senozhatsky2023-03-281-42/+36
* zsmalloc: fine-grained inuse ratio based fullness groupingSergey Senozhatsky2023-03-281-118/+130
* zsmalloc: remove insert_zspage() ->inuse optimizationSergey Senozhatsky2023-03-281-12/+1
* zsmalloc: make zspage chain size configurableSergey Senozhatsky2023-02-021-8/+4
* zsmalloc: skip chain size calculation for pow_of_2 classesSergey Senozhatsky2023-02-021-0/+3
* zsmalloc: rework zspage chain size selectionSergey Senozhatsky2023-02-021-37/+19
* Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton2023-01-311-32/+205
|\
| * zsmalloc: fix a race with deferred_handles storingNhat Pham2023-01-311-32/+205
* | mm: remove PageMovable exportGreg Kroah-Hartman2023-01-181-3/+0
|/
* zsmalloc: implement writeback mechanism for zsmallocNhat Pham2022-12-111-11/+183
* zsmalloc: add zpool_ops field to zs_pool to store evict handlersNhat Pham2022-12-111-1/+10
* zsmalloc: add a LRU to zs_pool to keep track of zspages in LRU orderNhat Pham2022-12-111-0/+50
* zsmalloc: consolidate zs_pool's migrate_lock and size_class's locksNhat Pham2022-12-111-50/+37
* zram: add size class equals check into recompressionAlexey Romanov2022-11-301-0/+21
* zsmalloc: replace IS_ERR() with IS_ERR_VALUE()Deming Wang2022-11-301-1/+1
* zsmalloc: zs_destroy_pool: add size_class NULL checkAlexey Romanov2022-10-201-0/+3
* zsmalloc: use correct types in _first_obj_offset functionsAlexey Romanov2022-10-031-4/+4
* zsmalloc: zs_object_copy: replace email link to docAlexey Romanov2022-09-111-2/+2