- 5994eab merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes by Andrew Morton · 1 year, 4 months ago
- f9044f1 zsmalloc: remove obj_tagged() by Sergey Senozhatsky · 1 year, 6 months ago
- ada5cae zsmalloc: remove zs_compact_control by Minchan Kim · 1 year, 6 months ago
- 4ce3658 zsmalloc: move migration destination zspage inuse check by Sergey Senozhatsky · 1 year, 6 months ago
- df9cd3cb zsmalloc: do not scan for allocated objects in empty zspage by Sergey Senozhatsky · 1 year, 6 months ago
- 4b5d1e4 zsmalloc: fix races between modifications of fullness and isolated by Andrew Yang · 1 year, 5 months ago
- 35499e2 mm: zswap: remove shrink from zpool interface by Domenico Cerasuolo · 1 year, 6 months ago
- b306774 mm: zswap: remove page reclaim logic from zsmalloc by Domenico Cerasuolo · 1 year, 6 months ago
- f24f66e mm/zsmalloc: get rid of PAGE_MASK by Alexey Romanov · 1 year, 7 months ago
- d461aac zsmalloc: move LRU update from zs_map_object() to zs_malloc() by Nhat Pham · 1 year, 8 months ago
- d2658f2 zsmalloc: allow only one active pool compaction context by Sergey Senozhatsky · 1 year, 8 months ago
- f7ddb61 zsmalloc: reset compaction source zspage pointer after putback_zspage() by Sergey Senozhatsky · 1 year, 8 months ago
- e1807d5 zsmalloc: show per fullness group class stats by Sergey Senozhatsky · 1 year, 10 months ago
- 5a845e9 zsmalloc: rework compaction algorithm by Sergey Senozhatsky · 1 year, 10 months ago
- 4c7ac972 zsmalloc: fine-grained inuse ratio based fullness grouping by Sergey Senozhatsky · 1 year, 10 months ago
- a40a71e zsmalloc: remove insert_zspage() ->inuse optimization by Sergey Senozhatsky · 1 year, 10 months ago
- 4ff93b2 zsmalloc: make zspage chain size configurable by Sergey Senozhatsky · 1 year, 11 months ago
- e1d1f35 zsmalloc: skip chain size calculation for pow_of_2 classes by Sergey Senozhatsky · 1 year, 11 months ago
- 6260ae3 zsmalloc: rework zspage chain size selection by Sergey Senozhatsky · 1 year, 11 months ago
- 5ab0fc1 Sync mm-stable with mm-hotfixes-stable to pick up dependent patches by Andrew Morton · 1 year, 11 months ago
- 85b3258 zsmalloc: fix a race with deferred_handles storing by Nhat Pham · 2 years ago
- 61d3d51 mm: remove PageMovable export by Greg Kroah-Hartman · 2 years ago
- 9997bc0 zsmalloc: implement writeback mechanism for zsmalloc by Nhat Pham · 2 years, 1 month ago
- bd0fded zsmalloc: add zpool_ops field to zs_pool to store evict handlers by Nhat Pham · 2 years, 1 month ago
- 64f768c zsmalloc: add a LRU to zs_pool to keep track of zspages in LRU order by Nhat Pham · 2 years, 1 month ago
- c0547d0 zsmalloc: consolidate zs_pool's migrate_lock and size_class's locks by Nhat Pham · 2 years, 1 month ago
- 7c2af30 zram: add size class equals check into recompression by Alexey Romanov · 2 years, 1 month ago
- 65917b53 zsmalloc: replace IS_ERR() with IS_ERR_VALUE() by Deming Wang · 2 years, 2 months ago
- 4249a05 zsmalloc: zs_destroy_pool: add size_class NULL check by Alexey Romanov · 2 years, 2 months ago
- 671f2fa zsmalloc: use correct types in _first_obj_offset functions by Alexey Romanov · 2 years, 4 months ago
- 46e8715 zsmalloc: zs_object_copy: replace email link to doc by Alexey Romanov · 2 years, 4 months ago
- f24263a zsmalloc: remove unnecessary size_class NULL check by Alexey Romanov · 2 years, 4 months ago
- 050a388 zsmalloc: zs_object_copy: add clarifying comment by Alexey Romanov · 2 years, 4 months ago
- a5d2172 mm/zsmalloc: do not attempt to free IS_ERR handle by Sergey Senozhatsky · 2 years, 4 months ago
- 6614a3c Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 5 months ago
- 68f2736 mm: Convert all PageMovable users to movable_operations by Matthew Wilcox (Oracle) · 2 years, 7 months ago
- c7e6f17 zsmalloc: zs_malloc: return ERR_PTR on failure by Hui Zhu · 2 years, 5 months ago
- e33c267 mm: shrinkers: provide shrinkers with names by Roman Gushchin · 2 years, 7 months ago
- 2505a98 zsmalloc: fix races between asynchronous zspage free and page migration by Sultan Alsawaf · 2 years, 7 months ago
- a372659 zsmalloc: replace get_cpu_var with local_lock by Mike Galbraith · 3 years ago
- b475d42 zsmalloc: replace per zpage lock with pool->migrate_lock by Minchan Kim · 3 years ago
- c4549b8 zsmalloc: remove zspage isolation for migration by Minchan Kim · 3 years ago
- a41ec88 zsmalloc: move huge compressed obj from page to zspage by Minchan Kim · 3 years ago
- 3ae92ac zsmalloc: introduce obj_allocated by Minchan Kim · 3 years ago
- 0a5f079 zsmalloc: decouple class actions from zspage works by Minchan Kim · 3 years ago
- 3828a76 zsmalloc: rename zs_stat_type to class_stat_type by Minchan Kim · 3 years ago
- 67f1c9cd zsmalloc: introduce some helper functions by Minchan Kim · 3 years ago
- ffedd09 zsmalloc: Stop using slab fields in struct page by Matthew Wilcox (Oracle) · 3 years, 3 months ago
- afe8605 mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregister_migration() by Miaohe Lin · 3 years, 2 months ago
- 3384833 mm/zsmalloc.c: improve readability for async_free_zspage() by Miaohe Lin · 3 years, 6 months ago
- ce8475b mm/zsmalloc.c: remove confusing code in obj_free() by Miaohe Lin · 3 years, 6 months ago
- f0953a1 mm: fix typos in comments by Ingo Molnar · 3 years, 8 months ago
- cb152a1 mm: fix some typos and code style problems by Shijie Luo · 3 years, 8 months ago
- ecfc2bd mm/zsmalloc: use BUG_ON instead of if condition followed by BUG. by zhouchuangao · 3 years, 8 months ago
- a6c5e0f mm/zsmalloc.c: use page_private() to access page->private by Miaohe Lin · 3 years, 10 months ago
- 2395928 zsmalloc: account the number of compacted pages correctly by Rokudo Yan · 3 years, 10 months ago
- f023130 mm/zsmalloc.c: convert to use kmem_cache_zalloc in cache_alloc_zspage() by Miaohe Lin · 3 years, 10 months ago
- 110ceb8 mm/zsmalloc.c: rework the list_add code in insert_zspage() by Miaohe Lin · 4 years ago
- e91d8d7 mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPING by Minchan Kim · 4 years, 1 month ago
- d1b6d2e zsmalloc: switch from alloc_vm_area to get_vm_area by Christoph Hellwig · 4 years, 2 months ago
- b956b5a mm/zsmalloc.c: fix duplicated words by Randy Dunlap · 4 years, 4 months ago
- 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
- ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
- ed1f324 mm: remove map_vm_range by Christoph Hellwig · 4 years, 7 months ago
- 8b136018 mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING by Christoph Hellwig · 4 years, 7 months ago
- e4a9bc5 mm: use fallthrough; by Joe Perches · 4 years, 9 months ago
- bc22b18 mm/zsmalloc: add missing annotation for unpin_tag() by Jules Irenge · 4 years, 9 months ago
- 70c7ec9 mm/zsmalloc: add missing annotation for pin_tag() by Jules Irenge · 4 years, 9 months ago
- 8a374cc mm/zsmalloc: add missing annotation for migrate_read_unlock() by Jules Irenge · 4 years, 9 months ago
- cfc451cf mm/zsmalloc: add missing annotation for migrate_read_lock() by Jules Irenge · 4 years, 9 months ago
- ac8f05d mm/zsmalloc.c: fix the migrated zspage statistics. by Chanho Min · 5 years ago
- 2b38d01 mm/zsmalloc.c: fix a -Wunused-function warning by Qian Cai · 5 years ago
- c165f25 zpool: add malloc_support_movable to zpool_driver by Hui Zhu · 5 years ago
- 441e254 mm/zsmalloc.c: fix build when CONFIG_COMPACTION=n by Andrew Morton · 5 years ago
- 701d678 mm/zsmalloc.c: fix race condition in zs_destroy_pool by Henry Burns · 5 years ago
- 1a87aa0 mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitely by Henry Burns · 5 years ago
- 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- 64ae0e7 mm/zsmalloc.c: remove unused variable by Anders Roxell · 6 years ago
- 4268509 zsmalloc: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
- 8e9231f vfs: Convert zsmalloc to use the new mount API by David Howells · 6 years ago
- 1f58bb1 mount_pseudo(): drop 'name' argument, switch to d_make_root() by Al Viro · 6 years ago
- 48b4875 zsmalloc: don't bother with dentry_operations by Al Viro · 6 years ago
- 61855f0 mm/zsmalloc.c: fix fall-through annotation by Gustavo A. R. Silva · 6 years ago
- 4d0a540 mm/zsmalloc.c: make several functions and a struct static by Colin Ian King · 6 years ago
- 0825a6f mm: use octal not symbolic permissions by Joe Perches · 7 years ago
- e8b098f mm: kernel-doc: add missing parameter descriptions by Mike Rapoport · 7 years ago
- 010b495 zsmalloc: introduce zs_huge_class_size() by Sergey Senozhatsky · 7 years ago
- 5ad3509 mm: reuse DEFINE_SHOW_ATTRIBUTE() macro by Andy Shevchenko · 7 years ago
- 02390b8 mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITS by Kirill A. Shutemov · 7 years ago
- 01a6ad9 zsmalloc: use U suffix for negative literals being shifted by Nick Desaulniers · 7 years ago
- 9c3760e zswap: only save zswap header when necessary by Yu Zhao · 7 years ago
- 93144ca mm/zsmalloc: simplify shrinker init/destroy by Aliaksei Karaliou · 7 years ago
- cdc346b mm/zsmalloc.c: include fs.h by Sergey Senozhatsky · 7 years ago
- 1aedcaf zsmalloc: calling zs_map_object() from irq is a bug by Sergey Senozhatsky · 7 years ago
- 3eb95fe mm/zsmalloc.c: change stat type parameter to int by Matthias Kaehlcke · 7 years ago
- 2916ecc mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY by Jérôme Glisse · 7 years ago
- 77ff465 zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zspage is not inuse by Hui Zhu · 7 years ago
- 3189c82 zram: do not free pool->size_class by Minchan Kim · 7 years ago
- cf8e0fed mm/zsmalloc: simplify zs_max_alloc_size handling by Jerome Marchand · 7 years ago
- 3457f41 mm/zsmalloc.c: fix -Wunneeded-internal-declaration warning by Nick Desaulniers · 7 years ago