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