summaryrefslogtreecommitdiffstats
path: root/mm/zsmalloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: zpool: return pool size in pagesJohannes Weiner2024-04-261-3/+3
* mm/zsmalloc: don't need to reserve LSB in handleChengming Zhou2024-03-051-4/+1
* mm/zsmalloc: remove get_zspage_mapping()Chengming Zhou2024-02-241-24/+4
* mm/zsmalloc: remove_zspage() don't need fullness parameterChengming Zhou2024-02-241-7/+7
* mm/zsmalloc: remove set_zspage_mapping()Chengming Zhou2024-02-241-11/+2
* mm/zsmalloc: remove unused zspage->isolatedChengming Zhou2024-02-241-32/+0
* mm/zsmalloc: remove migrate_write_lock_nested()Chengming Zhou2024-02-241-17/+5
* mm/zsmalloc: fix migrate_write_lock() when !CONFIG_COMPACTIONChengming Zhou2024-02-241-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-201-3/+1
* mm: zswap: remove page reclaim logic from zsmallocDomenico Cerasuolo2023-06-201-380/+12
* mm/zsmalloc: get rid of PAGE_MASKAlexey Romanov2023-06-101-6/+6
* zsmalloc: move LRU update from zs_map_object() to zs_malloc()Nhat Pham2023-05-181-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-191-1/+1
* zsmalloc: show per fullness group class statsSergey Senozhatsky2023-03-291-30/+23
* zsmalloc: rework compaction algorithmSergey Senozhatsky2023-03-291-42/+36
* zsmalloc: fine-grained inuse ratio based fullness groupingSergey Senozhatsky2023-03-291-118/+130
* zsmalloc: remove insert_zspage() ->inuse optimizationSergey Senozhatsky2023-03-291-12/+1
* zsmalloc: make zspage chain size configurableSergey Senozhatsky2023-02-031-8/+4
* zsmalloc: skip chain size calculation for pow_of_2 classesSergey Senozhatsky2023-02-031-0/+3
* zsmalloc: rework zspage chain size selectionSergey Senozhatsky2023-02-031-37/+19
* Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton2023-02-011-32/+205
|\
| * zsmalloc: fix a race with deferred_handles storingNhat Pham2023-02-011-32/+205
* | mm: remove PageMovable exportGreg Kroah-Hartman2023-01-191-3/+0
|/
* zsmalloc: implement writeback mechanism for zsmallocNhat Pham2022-12-121-11/+183
* zsmalloc: add zpool_ops field to zs_pool to store evict handlersNhat Pham2022-12-121-1/+10
* zsmalloc: add a LRU to zs_pool to keep track of zspages in LRU orderNhat Pham2022-12-121-0/+50
* zsmalloc: consolidate zs_pool's migrate_lock and size_class's locksNhat Pham2022-12-121-50/+37
* zram: add size class equals check into recompressionAlexey Romanov2022-12-011-0/+21
* zsmalloc: replace IS_ERR() with IS_ERR_VALUE()Deming Wang2022-12-011-1/+1
* zsmalloc: zs_destroy_pool: add size_class NULL checkAlexey Romanov2022-10-211-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-121-2/+2
* zsmalloc: remove unnecessary size_class NULL checkAlexey Romanov2022-09-121-7/+0
* zsmalloc: zs_object_copy: add clarifying commentAlexey Romanov2022-09-121-0/+7
* mm/zsmalloc: do not attempt to free IS_ERR handleSergey Senozhatsky2022-08-281-1/+1
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-061-6/+10
|\
| * zsmalloc: zs_malloc: return ERR_PTR on failureHui Zhu2022-07-301-5/+8
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-041-1/+2
* | mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)2022-08-021-80/+22
|/
* zsmalloc: fix races between asynchronous zspage free and page migrationSultan Alsawaf2022-05-141-4/+33