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