1. 46b76f2 mm/zswap.c: fix two bugs in zswap_writeback_entry() by Miaohe Lin · 3 years, 6 months ago
  2. ae34af1 mm/zswap.c: avoid unnecessary copy-in at map time by Miaohe Lin · 3 years, 6 months ago
  3. 2c1e9a2 mm/zswap.c: remove unused function zswap_debugfs_exit() by Miaohe Lin · 3 years, 6 months ago
  4. 79cd420 mm/zswap.c: switch from strlcpy to strscpy by Zhiyuan Dai · 3 years, 8 months ago
  5. fc6697a mm/zswap: add the flag can_sleep_mapped by Tian Tao · 3 years, 10 months ago
  6. c0c641d mm: zswap: clean up confusing comment by Randy Dunlap · 3 years, 10 months ago
  7. 1ec3b5f mm/zswap: move to use crypto_acomp API for hardware acceleration by Barry Song · 4 years ago
  8. 42a4470 mm/zswap: fix passing zero to 'PTR_ERR' warning by YueHaibing · 4 years ago
  9. 83aed6c mm/zswap: make struct kernel_param_ops definitions const by Joe Perches · 4 years ago
  10. bb8b93b mm/zswap: allow setting default status, compressor and allocator in Kconfig by Maciej S. Szmigiero · 4 years, 9 months ago
  11. 38aeb07 zswap: potential NULL dereference on error in init_zswap() by Dan Carpenter · 5 years ago
  12. 45190f0 mm/zswap.c: add allocation hysteresis if pool limit is hit by Vitaly Wool · 5 years ago
  13. 068619e zswap: do not map same object twice by Vitaly Wool · 5 years ago
  14. d2fcd82 zswap: use movable memory if zpool support allocate movable memory by Hui Zhu · 5 years ago
  15. de2fadf5 zswap: ignore debugfs_create_dir() return value by Greg Kroah-Hartman · 6 years ago
  16. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  17. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  18. 16e536e zswap: re-check zswap_is_full() after do zswap_shrink() by Li Wang · 6 years ago
  19. 0825a6f mm: use octal not symbolic permissions by Joe Perches · 7 years ago
  20. 7ba7166 mm, swap, frontswap: fix THP swap if frontswap enabled by Huang Ying · 7 years ago
  21. 9c3760e zswap: only save zswap header when necessary by Yu Zhao · 7 years ago
  22. a85f878 zswap: same-filled pages handling by Srividya Desireddy · 7 years ago
  23. 2b2695f mm/zswap.c: delete an error message for a failed memory allocation in zswap_dstmem_prepare() by Markus Elfring · 7 years ago
  24. 9cd1f70 mm/zswap.c: improve a size determination in zswap_frontswap_init() by Markus Elfring · 7 years ago
  25. f4ae0ce mm/zswap.c: delete an error message for a failed memory allocation in zswap_pool_create() by Markus Elfring · 7 years ago
  26. fd5bb66 zswap: don't param_set_charp while holding spinlock by Dan Streetman · 8 years ago
  27. bae21db zswap: clear compressor or zpool param if invalid at init by Dan Streetman · 8 years ago
  28. ae3d89a zswap: allow initialization at boot without pool by Dan Streetman · 8 years ago
  29. d7b028f zswap: disable changing params if init fails by Dan Streetman · 8 years ago
  30. cab7a7e mm/zswap: Convert pool to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  31. ad7ed77 mm/zswap: Convert dst-mem to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  32. 200867a mm/zswap: use workqueue to destroy pool by Dan Streetman · 9 years ago
  33. 32a4e169 mm/zswap: provide unique zpool name by Dan Streetman · 9 years ago
  34. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  35. 8bc8b22 mm/zswap: change incorrect strncmp use to strcmp by Dan Streetman · 9 years ago
  36. c99b42c zswap: use charp for zswap param strings by Dan Streetman · 9 years ago
  37. b0c9865 mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get() by Alexey Klimov · 9 years ago
  38. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  39. 90b0fc2 zswap: change zpool/compressor at runtime by Dan Streetman · 9 years ago
  40. f1c5484 zswap: dynamic pool creation by Dan Streetman · 9 years ago
  41. 7867277 mm: zpool: constify the zpool_ops by Krzysztof Kozlowski · 9 years ago
  42. 5b999aa mm: swap: zswap: maybe_preload & refactoring by Dmitry Safonov · 9 years ago
  43. c00ed16 zswap: runtime enable/disable by Dan Streetman · 10 years ago
  44. 3eba0c6 mm/zpool: add name argument to create zpool by Ganesh Mahendran · 10 years ago
  45. 442cc43 mm/zswap: delete unnecessary check before calling free_percpu() by Markus Elfring · 10 years ago
  46. dd01d7d mm/zswap: add __init to some functions in zswap by Mahendran Ganesh · 10 years ago
  47. a020010 Merge Linus' tree to be be to apply submitted patches to newer code than by Jiri Kosina · 10 years ago
  48. 68386da zbud, zswap: change module author email by Seth Jennings · 10 years ago
  49. c119239 mm/zswap.c: add __init to zswap_entry_cache_destroy() by Fabian Frederick · 10 years ago
  50. 0a31bc9 mm: memcontrol: rewrite uncharge API by Johannes Weiner · 10 years ago
  51. 12d79d6 mm/zpool: update zswap to use zpool by Dan Streetman · 10 years ago
  52. 72d0963 mm/zswap: NUMA aware allocation for zswap_dstmem by Eric Dumazet · 11 years ago
  53. 26c12d9 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  54. 5d2d42d mm/zswap.c: remove unnecessary parentheses by SeongJae Park · 11 years ago
  55. 60105e1 mm/zswap: support multiple swap devices by Minchan Kim · 11 years ago
  56. 6335b19 mm/zswap.c: update zsmalloc in comment to zbud by SeongJae Park · 11 years ago
  57. 6b45251 mm/zswap.c: fix trivial typo and arrange indentation by SeongJae Park · 11 years ago
  58. 5763782 mm, zswap: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 11 years ago
  59. 12ab028 mm/zswap.c: change params from hidden to ro by Dan Streetman · 11 years ago
  60. 0ab0abc mm/zswap: refactor the get/put routines by Weijie Yang · 11 years ago
  61. 67d13fe mm/zswap: bugfix: memory leak when invalidate and reclaim occur concurrently by Weijie Yang · 11 years ago
  62. b349acc mm/zswap: avoid unnecessary page scanning by Weijie Yang · 11 years ago
  63. aa9bca0 mm/zswap: bugfix: memory leak when re-swapon by Weijie Yang · 11 years ago
  64. 0bd4213 mm/zswap: use postorder iteration when destroying rbtree by Cody P Schafer · 11 years ago
  65. 822518d mm/zswap.c: get swapper address_space by using macro by Sunghan Suh · 11 years ago
  66. 2b28111 zswap: add to mm/ by Seth Jennings · 11 years ago