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