summaryrefslogtreecommitdiffstats
path: root/mm/zsmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* zsmalloc: remove unnecessary size_class NULL checkAlexey Romanov2022-09-111-7/+0
* zsmalloc: zs_object_copy: add clarifying commentAlexey Romanov2022-09-111-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-051-6/+10
|\
| * zsmalloc: zs_malloc: return ERR_PTR on failureHui Zhu2022-07-291-5/+8
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-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-131-4/+33
* zsmalloc: replace get_cpu_var with local_lockMike Galbraith2022-01-221-3/+8