1. 59a2cee Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  2. 51b8c1f vfs: keep inodes with page cache off the inode shrinker LRU by Johannes Weiner · 3 years, 2 months ago
  3. 0995d7e mm/workingset: Convert workingset_refault() to take a folio by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  4. c5ce619 mm/workingset: Convert workingset_activation to take a folio by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  5. b1baabd mm/memcg: Add folio_lruvec() by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  6. 1f82822 memcg: flush lruvec stats in the refault by Shakeel Butt · 3 years, 3 months ago
  7. 560a870 mm/workingset: correct kernel-doc notations by Randy Dunlap · 3 years, 4 months ago
  8. 3ebc57f mm: workingset: define macro WORKINGSET_SHIFT by Miaohe Lin · 3 years, 6 months ago
  9. a984226 mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec by Muchun Song · 3 years, 6 months ago
  10. 46be67b mm: stop accounting shadow entries by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  11. aeddcee mm: workingset: clarify eviction order and distance calculation by Oscar Salvador · 3 years, 10 months ago
  12. 725cac1 mm/workingset.c: avoid unnecessary max_nodes estimation in count_shadow_nodes() by Miaohe Lin · 3 years, 10 months ago
  13. 5b200f5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years ago
  14. 75cc3c9 mm/lru: move lock into lru_note_cost by Alex Shi · 4 years ago
  15. d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years ago
  16. da3ceef mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_state by Muchun Song · 4 years ago
  17. bcfe06b mm: memcontrol: Use helpers to read page's memcg data by Roman Gushchin · 4 years, 1 month ago
  18. c4d6fe7 Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarray by Linus Torvalds · 4 years, 2 months ago
  19. e755f4a mm/workingset.c: fix some doc warnings by Xiaofei Tan · 4 years, 2 months ago
  20. f82cd2f XArray: Add private interface for workingset node deletion by Matthew Wilcox (Oracle) · 4 years, 4 months ago
  21. 6c35784 mm: replace hpage_nr_pages with thp_nr_pages by Matthew Wilcox (Oracle) · 4 years, 4 months ago
  22. aae466b mm/swap: implement workingset detection for anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
  23. 170b04b7 mm/workingset: prepare the workingset detection infrastructure for anon LRU by Joonsoo Kim · 4 years, 5 months ago
  24. d42f324 mm: memcg: convert vmstat slab counters to bytes by Roman Gushchin · 4 years, 5 months ago
  25. 31d8fca mm: workingset: age nonresident information alongside anonymous pages by Johannes Weiner · 4 years, 6 months ago
  26. 96f8bf4 mm: vmscan: reclaim writepage is IO cost by Johannes Weiner · 4 years, 7 months ago
  27. 314b57f mm: balance LRU lists based on relative thrashing by Johannes Weiner · 4 years, 7 months ago
  28. 34e58ca mm: workingset: let cache workingset challenge anon by Johannes Weiner · 4 years, 7 months ago
  29. b910718 mm: vmscan: detect file thrashing at the reclaim root by Johannes Weiner · 5 years ago
  30. 867e5e1 mm: clean up and clarify lruvec lookup procedure by Johannes Weiner · 5 years ago
  31. ec9f023 mm: workingset: fix vmstat counters for shadow nodes by Roman Gushchin · 5 years ago
  32. 205b20c mm: memcontrol: make cgroup stats and events query API explicitly local by Johannes Weiner · 6 years ago
  33. 2b487e5 mm: memcontrol: push down mem_cgroup_node_nr_lru_pages() by Johannes Weiner · 6 years ago
  34. a7ca12f mm/workingset: remove unused @mapping argument in workingset_eviction() by Andrey Ryabinin · 6 years ago
  35. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  36. dad4f14 Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  37. 4b85afb mm: zero-seek shrinkers by Johannes Weiner · 6 years ago
  38. 68d48e6 mm: workingset: add vmstat counter for shadow nodes by Johannes Weiner · 6 years ago
  39. 505802a mm: workingset: use cheaper __inc_lruvec_state in irqsafe node reclaim by Johannes Weiner · 6 years ago
  40. 1899ad1 mm: workingset: tell cache transitions from workingset thrashing by Johannes Weiner · 6 years ago
  41. 95f9ab2 mm: workingset: don't drop refault information prematurely by Johannes Weiner · 6 years ago
  42. a97e790 mm: Convert workingset to XArray by Matthew Wilcox · 7 years ago
  43. 01959df xarray: Define struct xa_node by Matthew Wilcox · 7 years ago
  44. 3159f94 xarray: Replace exceptional entries by Matthew Wilcox · 7 years ago
  45. 6b51e88 mm/list_lru: introduce list_lru_shrink_walk_irq() by Sebastian Andrzej Siewior · 6 years ago
  46. 9b99646 mm: add SHRINK_EMPTY shrinker methods return value by Kirill Tkhai · 6 years ago
  47. c92e8e1 fs: propagate shrinker::id to list_lru by Kirill Tkhai · 6 years ago
  48. 3988765 mm/workingset.c: refactor workingset_init() by Kirill Tkhai · 6 years ago
  49. 6ca342d mm: workingset: make shadow_lru_isolate() use locking suffix by Sebastian Andrzej Siewior · 6 years ago
  50. ae1e16d mm: workingset: remove local_irq_disable() from count_shadow_nodes() by Sebastian Andrzej Siewior · 6 years ago
  51. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  52. c7df8ad mm, truncate: do not check mapping for every page being truncated by Mel Gorman · 7 years ago
  53. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  54. 00f3ca2 mm: memcontrol: per-lruvec stats infrastructure by Johannes Weiner · 7 years ago
  55. ccda7f4 mm: memcontrol: use node page state naming scheme for memcg by Johannes Weiner · 8 years ago
  56. 71cd311 mm: memcontrol: re-use node VM page state enum by Johannes Weiner · 8 years ago
  57. 2a2e488 mm: vmscan: fix IO/refault regression in cache workingset transition by Johannes Weiner · 8 years ago
  58. 0cefabd mm: workingset: fix premature shadow node shrinking with cgroups by Johannes Weiner · 8 years ago
  59. cf39319 Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 8 years ago
  60. 3a4f8a0 mm: remove shmem_mapping() shmem_zero_setup() duplicates by Hugh Dickins · 8 years ago
  61. fd53880 mm, vmscan: cleanup lru size claculations by Michal Hocko · 8 years ago
  62. d58275b radix-tree: Store a pointer to the root in each node by Matthew Wilcox · 8 years ago
  63. ea07b86 mm: workingset: fix use-after-free in shadow node shrinker by Johannes Weiner · 8 years ago
  64. b538899 mm: workingset: update shadow limit to reflect bigger active list by Johannes Weiner · 8 years ago
  65. 14b4687 mm: workingset: move shadow entry tracking to radix tree exceptional tracking by Johannes Weiner · 8 years ago
  66. b936887 mm: workingset: turn shadow node shrinker bugs into warnings by Johannes Weiner · 8 years ago
  67. 20ab67a mm: workingset: fix NULL ptr in count_shadow_nodes by Michal Hocko · 8 years ago
  68. 22f2ac5 mm: workingset: fix crash in shadow node shrinker caused by replace_page_cache_page() by Johannes Weiner · 8 years ago
  69. 1e6b1085 mm, workingset: make working set detection node-aware by Mel Gorman · 8 years ago
  70. ef8f232 mm, memcg: move memcg limit enforcement from zones to nodes by Mel Gorman · 8 years ago
  71. a9dd0a8 mm, vmscan: make shrink_node decisions more node-centric by Mel Gorman · 8 years ago
  72. 599d0c9 mm, vmscan: move LRU lists to node by Mel Gorman · 8 years ago
  73. 75ef718 mm, vmstat: add infrastructure for per-node vmstats by Mel Gorman · 8 years ago
  74. 55779ec mm: fix vm-scalability regression in cgroup-aware workingset code by Johannes Weiner · 8 years ago
  75. d3d36c4 mm: workingset: printk missing log level, use pr_info() by Anton Blanchard · 8 years ago
  76. 0a6b76d mm: workingset: make shadow node shrinker memcg aware by Vladimir Davydov · 9 years ago
  77. cdcbb72 mm: workingset: size shadow nodes lru basing on file cache size by Vladimir Davydov · 9 years ago
  78. 62cccb8 mm: simplify lock_page_memcg() by Johannes Weiner · 9 years ago
  79. 23047a9 mm: workingset: per-cgroup cache thrash detection by Johannes Weiner · 9 years ago
  80. 612e449 mm: workingset: eviction buckets for bigmem/lowbit machines by Johannes Weiner · 9 years ago
  81. 162453b mm: workingset: separate shadow unpacking and refault calculation by Johannes Weiner · 9 years ago
  82. 689c94f mm: workingset: #define radix entry eviction mask by Johannes Weiner · 9 years ago
  83. f9fe48b dax: support dirty DAX entries in radix tree by Ross Zwisler · 9 years ago
  84. 3f97b16 list_lru: add helpers to isolate items by Vladimir Davydov · 10 years ago
  85. 503c358 list_lru: introduce list_lru_shrink_{count,walk} by Vladimir Davydov · 10 years ago
  86. 449dd69 mm: keep page cache radix tree nodes in check by Johannes Weiner · 11 years ago
  87. a528910 mm: thrash detection-based file cache sizing by Johannes Weiner · 11 years ago