1. 5a1c84b mm: remove reclaim and compaction retry approximations by Mel Gorman · 8 years ago
  2. bb4cc2b mm, vmscan: remove highmem_file_pages by Mel Gorman · 8 years ago
  3. 71c799f mm: add per-zone lru list stat by Minchan Kim · 8 years ago
  4. 785b99f mm, vmscan: release/reacquire lru_lock on pgdat change by Mel Gorman · 8 years ago
  5. 22fecdf mm, vmscan: remove redundant check in shrink_zones() by Mel Gorman · 8 years ago
  6. 7ee36a1 mm, vmscan: Update all zone LRU sizes before updating memcg by Mel Gorman · 8 years ago
  7. 33e077b mm: show node_pages_scanned per node, not zone by Minchan Kim · 8 years ago
  8. 68eb073 mm, pagevec: release/reacquire lru_lock on pgdat change by Mel Gorman · 8 years ago
  9. 9cb937e mm, page_alloc: fix dirtyable highmem calculation by Minchan Kim · 8 years ago
  10. bca6759 mm, vmstat: remove zone and node double accounting by approximating retries by Mel Gorman · 8 years ago
  11. e2ecc8a mm, vmstat: print node-based stats in zoneinfo file by Mel Gorman · 8 years ago
  12. 7cc30fc mm: vmstat: account per-zone stalls and pages skipped during reclaim by Mel Gorman · 8 years ago
  13. 16709d1 mm: vmstat: replace __count_zone_vm_events with a zone id equivalent by Mel Gorman · 8 years ago
  14. 3b8c0be mm: page_alloc: cache the last node whose dirty limit is reached by Mel Gorman · 8 years ago
  15. e6cbd7f mm, page_alloc: remove fair zone allocation policy by Mel Gorman · 8 years ago
  16. e5146b1 mm, vmscan: add classzone information to tracepoints by Mel Gorman · 8 years ago
  17. 84c7a77 mm, vmscan: Have kswapd reclaim from all zones if reclaiming and buffer_heads_over_limit by Mel Gorman · 8 years ago
  18. d9f21d4 mm, vmscan: avoid passing in `remaining' unnecessarily to prepare_kswapd_sleep() by Mel Gorman · 8 years ago
  19. 4f58833 mm, vmscan: avoid passing in classzone_idx unnecessarily to compaction_ready by Mel Gorman · 8 years ago
  20. 970a39a mm, vmscan: avoid passing in classzone_idx unnecessarily to shrink_node by Mel Gorman · 8 years ago
  21. a5f5f91 mm: convert zone_reclaim to node_reclaim by Mel Gorman · 8 years ago
  22. 52e9f87 mm, page_alloc: wake kswapd based on the highest eligible zone by Mel Gorman · 8 years ago
  23. e1a5563 mm, vmscan: only wakeup kswapd once per node for the requested classzone by Mel Gorman · 8 years ago
  24. c4a2563 mm: move vmscan writes and file write accounting to the node by Mel Gorman · 8 years ago
  25. 11fb998 mm: move most file-based accounting to the node by Mel Gorman · 8 years ago
  26. 4b9d0fa mm: rename NR_ANON_PAGES to NR_ANON_MAPPED by Mel Gorman · 8 years ago
  27. 50658e2 mm: move page mapped accounting to the node by Mel Gorman · 8 years ago
  28. 281e372 mm, page_alloc: consider dirtyable memory in terms of nodes by Mel Gorman · 8 years ago
  29. 1e6b1085 mm, workingset: make working set detection node-aware by Mel Gorman · 8 years ago
  30. ef8f232 mm, memcg: move memcg limit enforcement from zones to nodes by Mel Gorman · 8 years ago
  31. a9dd0a8 mm, vmscan: make shrink_node decisions more node-centric by Mel Gorman · 8 years ago
  32. 86c79f6 mm: vmscan: do not reclaim from kswapd if there is any eligible zone by Mel Gorman · 8 years ago
  33. 6256c6b4 mm, vmscan: remove duplicate logic clearing node congestion and dirty state by Mel Gorman · 8 years ago
  34. 79dafcd mm, vmscan: by default have direct reclaim only shrink once per node by Mel Gorman · 8 years ago
  35. 38087d9 mm, vmscan: simplify the logic deciding whether kswapd sleeps by Mel Gorman · 8 years ago
  36. 31483b6 mm, vmscan: remove balance gap by Mel Gorman · 8 years ago
  37. 1d82de6 mm, vmscan: make kswapd reclaim in terms of nodes by Mel Gorman · 8 years ago
  38. f7b6092 mm, vmscan: have kswapd only scan based on the highest requested zone by Mel Gorman · 8 years ago
  39. b2e1875 mm, vmscan: begin reclaiming pages on a per-node basis by Mel Gorman · 8 years ago
  40. 0f66114 mm, mmzone: clarify the usage of zone padding by Mel Gorman · 8 years ago
  41. 599d0c9 mm, vmscan: move LRU lists to node by Mel Gorman · 8 years ago
  42. a52633d mm, vmscan: move lru_lock to the node by Mel Gorman · 8 years ago
  43. 75ef718 mm, vmstat: add infrastructure for per-node vmstats by Mel Gorman · 8 years ago
  44. a621184 mm, meminit: remove early_page_nid_uninitialised by Mel Gorman · 8 years ago
  45. fec1e5f cpuset, mm: fix TIF_MEMDIE check in cpuset_change_task_nodemask by Michal Hocko · 8 years ago
  46. a34c80a freezer, oom: check TIF_MEMDIE on the correct task by Michal Hocko · 8 years ago
  47. b2b331f mm/compaction: remove unnecessary order check in try_to_compact_pages() by Ganesh Mahendran · 8 years ago
  48. 55779ec mm: fix vm-scalability regression in cgroup-aware workingset code by Johannes Weiner · 8 years ago
  49. 400bc7f mm: update the comment in __isolate_free_page by zhong jiang · 8 years ago
  50. 091f362 mm, oom: tighten task_will_free_mem() locking by Michal Hocko · 8 years ago
  51. a373966 mm, oom: hide mm which is shared with kthread or global init by Michal Hocko · 8 years ago
  52. 11a410d mm, oom_reaper: do not attempt to reap a task more than twice by Michal Hocko · 8 years ago
  53. 696453e mm, oom: task_will_free_mem should skip oom_reaped tasks by Michal Hocko · 8 years ago
  54. 1af8bb4 mm, oom: fortify task_will_free_mem() by Michal Hocko · 8 years ago
  55. 97fd49c mm, oom: kill all tasks sharing the mm by Michal Hocko · 8 years ago
  56. b18dc5f mm, oom: skip vforked tasks from being selected by Michal Hocko · 8 years ago
  57. 44a70ade mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj by Michal Hocko · 8 years ago
  58. 1d5f0ac proc, oom_adj: extract oom_score_adj setting into a helper by Michal Hocko · 8 years ago
  59. f913da5 proc, oom: drop bogus sighand lock by Michal Hocko · 8 years ago
  60. d49fbf7 proc, oom: drop bogus task_lock and mm check by Michal Hocko · 8 years ago
  61. 194dc87 Add braces to avoid "ambiguous ‘else’" compiler warnings by Linus Torvalds · 8 years ago
  62. 124a3d8 Disable "frame-address" warning by Linus Torvalds · 8 years ago
  63. 8448cef Merge tag 'hsi-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi by Linus Torvalds · 8 years ago
  64. 818e607 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 8 years ago
  65. ff9a082 Merge tag 'media/v4.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  66. 6a492b0 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  67. d85486d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  68. 6630420 Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  69. 7ae0ae4 Merge tag 'spi-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 8 years ago
  70. 607e11a Merge tag 'leds_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 8 years ago
  71. 78d51ae Merge tag 'for-linus-4.8' of git://git.code.sf.net/p/openipmi/linux-ipmi by Linus Torvalds · 8 years ago
  72. c79a14d Merge tag 'edac_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 8 years ago
  73. 6e8d666 Disable "maybe-uninitialized" warning globally by Linus Torvalds · 8 years ago
  74. 468fc7e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  75. 08fd8c17 Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  76. e831101 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  77. f9abf53 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 8 years ago
  78. ba4f678 Merge tag 'dlm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 8 years ago
  79. 4fc29c1 Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  80. 0e6acf0 Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  81. b07b58a ipmi: remove trydefaults parameter and default init by Tony Camuso · 8 years ago
  82. 85538b1 Merge branch 'topic/docs-next' into v4l_for_linus by Mauro Carvalho Chehab · 8 years ago
  83. fd6380b arm64: arm: Fix-up the removal of the arm64 regs_query_register_name() prototype by Catalin Marinas · 8 years ago
  84. 3623201 xgene: Fix build warning with ACPI disabled. by David S. Miller · 8 years ago
  85. d348061 be2net: perform temperature query in adapter regardless of its interface state by Guilherme G. Piccoli · 8 years ago
  86. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  87. f7816ad Merge tag 'for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 8 years ago
  88. 6097d55 Merge tag 'regulator-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 8 years ago
  89. ae97999 Merge tag 'regmap-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 8 years ago
  90. 1cd04d2 Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  91. 9c1958f Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  92. 1b3fc0b Merge tag 'pstore-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  93. d31dcd9 Merge tag 'for-linus-4.8-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 8 years ago
  94. 396d109 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  95. 59ebc44 Merge tag 'pnp-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  96. e663107 Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  97. 6453dbd Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  98. 27b7902 Merge tag 'platform-drivers-x86-v4.8-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 8 years ago
  99. f7e6816 Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  100. b9c220b arm64: Only select ARM64_MODULE_PLTS if MODULES=y by Catalin Marinas · 8 years ago