summaryrefslogtreecommitdiff
path: root/mm/zsmalloc.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-22zsmalloc: replace get_cpu_var with local_lockMike Galbraith1-3/+8
2022-01-22zsmalloc: replace per zpage lock with pool->migrate_lockMinchan Kim1-109/+96
2022-01-22zsmalloc: remove zspage isolation for migrationMinchan Kim1-149/+8
2022-01-22zsmalloc: move huge compressed obj from page to zspageMinchan Kim1-24/+26
2022-01-22zsmalloc: introduce obj_allocatedMinchan Kim1-17/+16
2022-01-22zsmalloc: decouple class actions from zspage worksMinchan Kim1-10/+13
2022-01-22zsmalloc: rename zs_stat_type to class_stat_typeMinchan Kim1-12/+12
2022-01-22zsmalloc: introduce some helper functionsMinchan Kim1-31/+23
2022-01-06zsmalloc: Stop using slab fields in struct pageMatthew Wilcox (Oracle)1-9/+9
2021-11-06mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi...Miaohe Lin1-3/+4
2021-07-01mm/zsmalloc.c: improve readability for async_free_zspage()Miaohe Lin1-1/+1
2021-07-01mm/zsmalloc.c: remove confusing code in obj_free()Miaohe Lin1-1/+0
2021-05-07mm: fix typos in commentsIngo Molnar1-1/+1
2021-05-07mm: fix some typos and code style problemsShijie Luo1-2/+2
2021-05-05mm/zsmalloc: use BUG_ON instead of if condition followed by BUG.zhouchuangao1-4/+2
2021-02-26mm/zsmalloc.c: use page_private() to access page->privateMiaohe Lin1-1/+1
2021-02-26zsmalloc: account the number of compacted pages correctlyRokudo Yan1-6/+11
2021-02-26mm/zsmalloc.c: convert to use kmem_cache_zalloc in cache_alloc_zspage()Miaohe Lin1-2/+1
2020-12-15mm/zsmalloc.c: rework the list_add code in insert_zspage()Miaohe Lin1-7/+4