- 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
- 67f1c9c 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, 5 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
- 8b13601 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
- cf8e0fe 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
- 85d492f zsmalloc: expand class bit by Minchan Kim · 8 years ago
- 50d3439 sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
- b538e42 mm/zsmalloc: fix comment in zsmalloc by Yisheng Xie · 8 years ago
- 22c5cef mm/zsmalloc: remove redundant SetPagePrivate2 in create_page_chain by Yisheng Xie · 8 years ago
- 399d8ee mm: fix some typos in mm/zsmalloc.c by Xishi Qiu · 8 years ago
- 215c89d mm/zsmalloc: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
- c3491ec zsmalloc: Delete an unnecessary check before the function call "iput" by Markus Elfring · 8 years ago
- 18fd06b mm/zsmalloc: use helper to clear page->flags bit by Ganesh Mahendran · 8 years ago
- 35b3445 mm/zsmalloc: add __init,__exit attribute by Ganesh Mahendran · 8 years ago
- fd85446 mm/zsmalloc: keep comments consistent with code by Ganesh Mahendran · 8 years ago
- 64d9046 mm/zsmalloc: avoid calculate max objects of zspage twice by Ganesh Mahendran · 8 years ago
- b4fd07a mm/zsmalloc: use class->objs_per_zspage to get num of max objects by Ganesh Mahendran · 8 years ago
- cf675ac mm/zsmalloc: take obj index back from find_alloced_obj by Ganesh Mahendran · 8 years ago
- 41b88e1 mm/zsmalloc: use obj_index to keep consistent with others by Ganesh Mahendran · 8 years ago
- dd4123f mm: fix build warnings in <linux/compaction.h> by Minchan Kim · 8 years ago
- 91537fe mm: add NR_ZSMALLOC to vmstat by Minchan Kim · 8 years ago
- 3b1d9ca zsmalloc: use OBJ_TAG_BIT for bit shifter by Minchan Kim · 8 years ago
- 48b4800 zsmalloc: page migration support by Minchan Kim · 8 years ago
- bfd093f zsmalloc: use freeobj for index by Minchan Kim · 8 years ago
- 4aa409c zsmalloc: separate free_zspage from putback_zspage by Minchan Kim · 8 years ago
- 3783689 zsmalloc: introduce zspage structure by Minchan Kim · 8 years ago
- bdb0af7 zsmalloc: factor page chain functionality out by Minchan Kim · 8 years ago
- 4f42047 zsmalloc: use accessor by Minchan Kim · 8 years ago
- 1b8320b zsmalloc: use bit_spin_lock by Minchan Kim · 8 years ago
- 1fc6e27 zsmalloc: keep max_object in size_class by Minchan Kim · 8 years ago
- 4abaac9 update "mm/zsmalloc: don't fail if can't create debugfs info" by Dan Streetman · 9 years ago
- d34f615 mm/zsmalloc: don't fail if can't create debugfs info by Dan Streetman · 9 years ago
- d0d8da2 zsmalloc: require GFP in zs_malloc() by Sergey Senozhatsky · 9 years ago
- 1ee4716 zsmalloc: remove unused pool param in obj_free by Minchan Kim · 9 years ago
- 251cbb9 zsmalloc: reorder function parameters by Minchan Kim · 9 years ago
- 830e4bc zsmalloc: clean up many BUG_ON by Minchan Kim · 9 years ago
- a420946 zsmalloc: use first_page rather than page by Minchan Kim · 9 years ago
- 44f43e9 zsmalloc: fix zs_can_compact() integer overflow by Sergey Senozhatsky · 9 years ago
- 1120ed5 mm/zsmalloc: add `freeable' column to pool stat by Sergey Senozhatsky · 9 years ago
- a82cbf0 zsmalloc: drop unused member 'mapping_area->huge' by YiPing Xu · 9 years ago
- c102f07c zsmalloc: fix migrate_zspage-zs_free race condition by Junil Lee · 9 years ago
- 7dfa461 zsmalloc: reorganize struct size_class to pack 4 bytes hole by Weijie Yang · 9 years ago
- 32e7ba1 zsmalloc: use page->private instead of page->first_page by Kirill A. Shutemov · 9 years ago
- 6fe5186 zsmalloc: reduce size_class memory usage by Sergey Senozhatsky · 9 years ago