summaryrefslogtreecommitdiff
path: root/mm/zsmalloc.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26mm: zpool: return pool size in pagesJohannes Weiner1-3/+3
2024-03-05mm/zsmalloc: don't need to reserve LSB in handleChengming Zhou1-4/+1
2024-02-24mm/zsmalloc: remove get_zspage_mapping()Chengming Zhou1-24/+4
2024-02-24mm/zsmalloc: remove_zspage() don't need fullness parameterChengming Zhou1-7/+7
2024-02-24mm/zsmalloc: remove set_zspage_mapping()Chengming Zhou1-11/+2
2024-02-24mm/zsmalloc: remove unused zspage->isolatedChengming Zhou1-32/+0
2024-02-24mm/zsmalloc: remove migrate_write_lock_nested()Chengming Zhou1-17/+5
2024-02-24mm/zsmalloc: fix migrate_write_lock() when !CONFIG_COMPACTIONChengming Zhou1-6/+3
2024-01-05mm: zsmalloc: return -ENOSPC rather than -EINVAL in zs_malloc while size is t...Barry Song1-1/+4
2023-10-19zsmalloc: use copy_page for full page copyMark-PK Tsai1-1/+1
2023-10-04zsmalloc: dynamically allocate the mm-zspool shrinkerQi Zheng1-12/+15
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-5/+9
2023-08-18zsmalloc: remove obj_tagged()Sergey Senozhatsky1-22/+7
2023-08-18zsmalloc: remove zs_compact_controlMinchan Kim1-28/+9
2023-08-18zsmalloc: move migration destination zspage inuse checkSergey Senozhatsky1-4/+4
2023-08-18zsmalloc: do not scan for allocated objects in empty zspageSergey Senozhatsky1-0/+9
2023-08-04zsmalloc: fix races between modifications of fullness and isolatedAndrew Yang1-5/+9
2023-06-20mm: zswap: remove shrink from zpool interfaceDomenico Cerasuolo1-3/+1
2023-06-20mm: zswap: remove page reclaim logic from zsmallocDomenico Cerasuolo1-380/+12
2023-06-10mm/zsmalloc: get rid of PAGE_MASKAlexey Romanov1-6/+6
2023-05-18zsmalloc: move LRU update from zs_map_object() to zs_malloc()Nhat Pham1-27/+9
2023-04-22zsmalloc: allow only one active pool compaction contextSergey Senozhatsky1-0/+12
2023-04-19zsmalloc: reset compaction source zspage pointer after putback_zspage()Sergey Senozhatsky1-1/+1
2023-03-29zsmalloc: show per fullness group class statsSergey Senozhatsky1-30/+23
2023-03-29zsmalloc: rework compaction algorithmSergey Senozhatsky1-42/+36
2023-03-29zsmalloc: fine-grained inuse ratio based fullness groupingSergey Senozhatsky1-118/+130
2023-03-29zsmalloc: remove insert_zspage() ->inuse optimizationSergey Senozhatsky1-12/+1
2023-02-03zsmalloc: make zspage chain size configurableSergey Senozhatsky1-8/+4
2023-02-03zsmalloc: skip chain size calculation for pow_of_2 classesSergey Senozhatsky1-0/+3
2023-02-03zsmalloc: rework zspage chain size selectionSergey Senozhatsky1-37/+19
2023-02-01Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton1-32/+205
2023-02-01zsmalloc: fix a race with deferred_handles storingNhat Pham1-32/+205
2023-01-19mm: remove PageMovable exportGreg Kroah-Hartman1-3/+0
2022-12-12zsmalloc: implement writeback mechanism for zsmallocNhat Pham1-11/+183
2022-12-12zsmalloc: add zpool_ops field to zs_pool to store evict handlersNhat Pham1-1/+10
2022-12-12zsmalloc: add a LRU to zs_pool to keep track of zspages in LRU orderNhat Pham1-0/+50
2022-12-12zsmalloc: consolidate zs_pool's migrate_lock and size_class's locksNhat Pham1-50/+37
2022-12-01zram: add size class equals check into recompressionAlexey Romanov1-0/+21
2022-12-01zsmalloc: replace IS_ERR() with IS_ERR_VALUE()Deming Wang1-1/+1
2022-10-21zsmalloc: zs_destroy_pool: add size_class NULL checkAlexey Romanov1-0/+3
2022-10-04zsmalloc: use correct types in _first_obj_offset functionsAlexey Romanov1-4/+4
2022-09-12zsmalloc: zs_object_copy: replace email link to docAlexey Romanov1-2/+2
2022-09-12zsmalloc: remove unnecessary size_class NULL checkAlexey Romanov1-7/+0
2022-09-12zsmalloc: zs_object_copy: add clarifying commentAlexey Romanov1-0/+7
2022-08-29mm/zsmalloc: do not attempt to free IS_ERR handleSergey Senozhatsky1-1/+1
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+10
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)1-80/+22
2022-07-30zsmalloc: zs_malloc: return ERR_PTR on failureHui Zhu1-5/+8
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+2
2022-05-14zsmalloc: fix races between asynchronous zspage free and page migrationSultan Alsawaf1-4/+33