summaryrefslogtreecommitdiff
path: root/mm/zsmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* zsmalloc: replace per zpage lock with pool->migrate_lockMinchan Kim2022-01-221-109/+96
* zsmalloc: remove zspage isolation for migrationMinchan Kim2022-01-221-149/+8
* zsmalloc: move huge compressed obj from page to zspageMinchan Kim2022-01-221-24/+26
* zsmalloc: introduce obj_allocatedMinchan Kim2022-01-221-17/+16
* zsmalloc: decouple class actions from zspage worksMinchan Kim2022-01-221-10/+13
* zsmalloc: rename zs_stat_type to class_stat_typeMinchan Kim2022-01-221-12/+12
* zsmalloc: introduce some helper functionsMinchan Kim2022-01-221-31/+23
* zsmalloc: Stop using slab fields in struct pageMatthew Wilcox (Oracle)2022-01-061-9/+9
* mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi...Miaohe Lin2021-11-061-3/+4
* mm/zsmalloc.c: improve readability for async_free_zspage()Miaohe Lin2021-07-011-1/+1
* mm/zsmalloc.c: remove confusing code in obj_free()Miaohe Lin2021-07-011-1/+0
* mm: fix typos in commentsIngo Molnar2021-05-071-1/+1
* mm: fix some typos and code style problemsShijie Luo2021-05-071-2/+2
* mm/zsmalloc: use BUG_ON instead of if condition followed by BUG.zhouchuangao2021-05-051-4/+2
* mm/zsmalloc.c: use page_private() to access page->privateMiaohe Lin2021-02-261-1/+1
* zsmalloc: account the number of compacted pages correctlyRokudo Yan2021-02-261-6/+11
* mm/zsmalloc.c: convert to use kmem_cache_zalloc in cache_alloc_zspage()Miaohe Lin2021-02-261-2/+1
* mm/zsmalloc.c: rework the list_add code in insert_zspage()Miaohe Lin2020-12-151-7/+4
* mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPINGMinchan Kim2020-12-061-54/+0
* zsmalloc: switch from alloc_vm_area to get_vm_areaChristoph Hellwig2020-10-181-2/+8