summaryrefslogtreecommitdiff
path: root/mm/zsmalloc.c
AgeCommit message (Expand)Author
2024-01-05mm: zsmalloc: return -ENOSPC rather than -EINVAL in zs_malloc while size is t...Barry Song
2023-10-18zsmalloc: use copy_page for full page copyMark-PK Tsai
2023-10-04zsmalloc: dynamically allocate the mm-zspool shrinkerQi Zheng
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-18zsmalloc: remove obj_tagged()Sergey Senozhatsky
2023-08-18zsmalloc: remove zs_compact_controlMinchan Kim
2023-08-18zsmalloc: move migration destination zspage inuse checkSergey Senozhatsky
2023-08-18zsmalloc: do not scan for allocated objects in empty zspageSergey Senozhatsky
2023-08-04zsmalloc: fix races between modifications of fullness and isolatedAndrew Yang
2023-06-19mm: zswap: remove shrink from zpool interfaceDomenico Cerasuolo
2023-06-19mm: zswap: remove page reclaim logic from zsmallocDomenico Cerasuolo
2023-06-09mm/zsmalloc: get rid of PAGE_MASKAlexey Romanov
2023-05-17zsmalloc: move LRU update from zs_map_object() to zs_malloc()Nhat Pham
2023-04-21zsmalloc: allow only one active pool compaction contextSergey Senozhatsky
2023-04-18zsmalloc: reset compaction source zspage pointer after putback_zspage()Sergey Senozhatsky
2023-03-28zsmalloc: show per fullness group class statsSergey Senozhatsky
2023-03-28zsmalloc: rework compaction algorithmSergey Senozhatsky
2023-03-28zsmalloc: fine-grained inuse ratio based fullness groupingSergey Senozhatsky
2023-03-28zsmalloc: remove insert_zspage() ->inuse optimizationSergey Senozhatsky
2023-02-02zsmalloc: make zspage chain size configurableSergey Senozhatsky
2023-02-02zsmalloc: skip chain size calculation for pow_of_2 classesSergey Senozhatsky
2023-02-02zsmalloc: rework zspage chain size selectionSergey Senozhatsky
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton
2023-01-31zsmalloc: fix a race with deferred_handles storingNhat Pham
2023-01-18mm: remove PageMovable exportGreg Kroah-Hartman
2022-12-11zsmalloc: implement writeback mechanism for zsmallocNhat Pham
2022-12-11zsmalloc: add zpool_ops field to zs_pool to store evict handlersNhat Pham
2022-12-11zsmalloc: add a LRU to zs_pool to keep track of zspages in LRU orderNhat Pham
2022-12-11zsmalloc: consolidate zs_pool's migrate_lock and size_class's locksNhat Pham
2022-11-30zram: add size class equals check into recompressionAlexey Romanov
2022-11-30zsmalloc: replace IS_ERR() with IS_ERR_VALUE()Deming Wang
2022-10-20zsmalloc: zs_destroy_pool: add size_class NULL checkAlexey Romanov
2022-10-03zsmalloc: use correct types in _first_obj_offset functionsAlexey Romanov
2022-09-11zsmalloc: zs_object_copy: replace email link to docAlexey Romanov
2022-09-11zsmalloc: remove unnecessary size_class NULL checkAlexey Romanov
2022-09-11zsmalloc: zs_object_copy: add clarifying commentAlexey Romanov
2022-08-28mm/zsmalloc: do not attempt to free IS_ERR handleSergey Senozhatsky
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)
2022-07-29zsmalloc: zs_malloc: return ERR_PTR on failureHui Zhu
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-05-13zsmalloc: fix races between asynchronous zspage free and page migrationSultan Alsawaf
2022-01-22zsmalloc: replace get_cpu_var with local_lockMike Galbraith
2022-01-22zsmalloc: replace per zpage lock with pool->migrate_lockMinchan Kim
2022-01-22zsmalloc: remove zspage isolation for migrationMinchan Kim
2022-01-22zsmalloc: move huge compressed obj from page to zspageMinchan Kim
2022-01-22zsmalloc: introduce obj_allocatedMinchan Kim
2022-01-22zsmalloc: decouple class actions from zspage worksMinchan Kim
2022-01-22zsmalloc: rename zs_stat_type to class_stat_typeMinchan Kim
2022-01-22zsmalloc: introduce some helper functionsMinchan Kim