1. aabfb57 mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cache by Michal Hocko · 10 years ago
  2. 747db95 mm: memcontrol: use page lists for uncharge batching by Johannes Weiner · 10 years ago
  3. 0a31bc9 mm: memcontrol: rewrite uncharge API by Johannes Weiner · 10 years ago
  4. 00501b5 mm: memcontrol: rewrite charge API by Johannes Weiner · 10 years ago
  5. 24b7e58 mm: pagemap: avoid unnecessary overhead when tracepoints are deactivated by Mel Gorman · 10 years ago
  6. eb39d61 mm: replace init_page_accessed by __SetPageReferenced by Hugh Dickins · 10 years ago
  7. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  8. 6fb81a1 mm: do not use unnecessary atomic operations when adding pages to the LRU by Mel Gorman · 10 years ago
  9. e3741b5 mm: do not use atomic operations when releasing pages by Mel Gorman · 10 years ago
  10. b745bc8 mm: page_alloc: convert hot/cold parameter and immediate callers to bool by Mel Gorman · 10 years ago
  11. d2ee40e mm: introdule compound_head_by_tail() by Jianyu Zhan · 10 years ago
  12. 4bd3e8f mm/swap.c: split put_compound_page() by Jianyu Zhan · 10 years ago
  13. c747ce7 mm/swap.c: introduce put_[un]refcounted_compound_page helpers for splitting put_compound_page() by Jianyu Zhan · 10 years ago
  14. 7c8e018 mm: replace __get_cpu_var uses with this_cpu_ptr by Christoph Lameter · 10 years ago
  15. 2329d37 mm/swap.c: clean up *lru_cache_add* functions by Jianyu Zhan · 10 years ago
  16. a528910 mm: thrash detection-based file cache sizing by Johannes Weiner · 10 years ago
  17. 0cd6144 mm + fs: prepare for non-page entries in page cache radix trees by Johannes Weiner · 10 years ago
  18. 668f9abb mm: close PageTail race by David Rientjes · 10 years ago
  19. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 10 years ago
  20. 26296ad mm/swap.c: reorganize put_compound_page() by Andrew Morton · 10 years ago
  21. 3bfcd13 mm: hugetlbfs: use __compound_tail_refcounted in __get_page_tail too by Andrea Arcangeli · 10 years ago
  22. 44518d2 mm: tail page refcounting optimization for slab and hugetlbfs by Andrea Arcangeli · 10 years ago
  23. ebf360f mm: hugetlbfs: move the put/get_page slab and hugetlbfs optimization in a faster path by Andrea Arcangeli · 10 years ago
  24. 27c73ae mm: hugetlbfs: fix hugetlbfs optimization by Andrea Arcangeli · 11 years ago
  25. 8077c0d bdi: test bdi_init failure by Mikulas Patocka · 11 years ago
  26. 5fbc461 mm: make lru_add_drain_all() selective by Chris Metcalf · 11 years ago
  27. 7cb2ef5 mm: fix aio performance regression for database caused by THP by Khalid Aziz · 11 years ago
  28. e180cf8 thp, mm: avoid PageUnevictable on active/inactive lru lists by Kirill A. Shutemov · 11 years ago
  29. ef2a2cb mm/swap.c: clear PageActive before adding pages onto unevictable list by Naoya Horiguchi · 11 years ago
  30. c53954a mm: remove lru parameter from __lru_cache_add and lru_cache_add_lru by Mel Gorman · 11 years ago
  31. a0b8cab3 mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec API by Mel Gorman · 11 years ago
  32. 059285a mm: activate !PageLRU pages on mark_page_accessed if page is on local pagevec by Mel Gorman · 11 years ago
  33. 13f7f78 mm: pagevec: defer deciding which LRU to add a page to until pagevec drain time by Mel Gorman · 11 years ago
  34. c6286c9 mm: add tracepoints for LRU activation and insertions by Mel Gorman · 11 years ago
  35. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  36. 5bc7b8a mm: thp: add split tail pages to shrink page list in page reclaim by Shaohua Li · 11 years ago
  37. 33806f0 swap: make each swap partition have one address_space by Shaohua Li · 11 years ago
  38. 39b5f29 mm: remove vma arg from page_evictable by Hugh Dickins · 12 years ago
  39. d741c9c mm: fix nonuniform page status when writing new file with small buffer by Robin Dong · 12 years ago
  40. 5a17811 mm: add support for direct_IO to highmem pages by Mel Gorman · 12 years ago
  41. 18022c5 mm: add get_kernel_page[s] for pinning of kernel addresses for I/O by Mel Gorman · 12 years ago
  42. fa9add6 mm/memcg: apply add/del_page to lruvec by Hugh Dickins · 12 years ago
  43. 89abfab mm/memcg: move reclaim_stat into lruvec by Hugh Dickins · 12 years ago
  44. 5bf5f03 mm: fix slab->page flags corruption by Pravin B Shelar · 12 years ago
  45. f0cb3c7 mm: drain percpu lru add/rotate page-vectors on cpu hot-unplug by Konstantin Khlebnikov · 12 years ago
  46. 7512102 memcg: fix GPF when cgroup removal races with last exit by Hugh Dickins · 12 years ago
  47. b9980cd mm: fix UP THP spin_is_locked BUGs by Hugh Dickins · 12 years ago
  48. 1c1c53d mm: remove del_page_from_lru, add page_off_lru by Hugh Dickins · 12 years ago
  49. 4d06f38 mm: no blank line after EXPORT_SYMBOL in swap.c by Hugh Dickins · 12 years ago
  50. 5095ae83 mm: fewer underscores in ____pagevec_lru_add by Hugh Dickins · 12 years ago
  51. 2bcf887 mm: take pagevecs off reclaim stack by Hugh Dickins · 12 years ago
  52. 12d2710 memcg: fix split_huge_page_refcounts() by Hugh Dickins · 12 years ago
  53. 4567688 thp: improve order in lru list for split huge page by Shaohua Li · 12 years ago
  54. 925b767 mm: make per-memcg LRU lists exclusive by Johannes Weiner · 12 years ago
  55. 6290df5 mm: collect LRU list heads into struct lruvec by Johannes Weiner · 12 years ago
  56. cc59850 mm: add free_hot_cold_page_list() helper by Konstantin Khlebnikov · 12 years ago
  57. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  58. 70b50f9 mm: thp: tail page refcounting fix by Andrea Arcangeli · 13 years ago
  59. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  60. eb709b0 mm: batch activate_page() to reduce lock contention by Shaohua Li · 13 years ago
  61. 821ed6b mm: filter unevictable page out in deactivate_page() by Minchan Kim · 13 years ago
  62. bad49d9 mm: check PageUnevictable in lru_deactivate_fn() by Minchan Kim · 13 years ago
  63. 3dd7ae8 mm: simplify code of swap.c by Shaohua Li · 13 years ago
  64. 278df9f mm: reclaim invalidated page ASAP by Minchan Kim · 13 years ago
  65. 3f58a82 memcg: move memcg reclaimable page into tail of inactive list by Minchan Kim · 13 years ago
  66. 3156018 mm: deactivate invalidated pages by Minchan Kim · 13 years ago
  67. 83896fb Revert "mm: simplify code of swap.c" by Linus Torvalds · 13 years ago
  68. 7a60857 Revert "mm: batch activate_page() to reduce lock contention" by Linus Torvalds · 13 years ago
  69. 744ed144 mm: batch activate_page() to reduce lock contention by Shaohua Li · 13 years ago
  70. d8505de mm: simplify code of swap.c by Shaohua Li · 13 years ago
  71. 71e3aac thp: transparent hugepage core by Andrea Arcangeli · 13 years ago
  72. a95a82e thp: put_page: recheck PageHead after releasing the compound_lock by Andrea Arcangeli · 13 years ago
  73. 9180706 thp: alter compound get_page/put_page by Andrea Arcangeli · 13 years ago
  74. 0be8557 fuse: use release_pages() by Miklos Szeredi · 14 years ago
  75. 47846b0 mm: export lru_cache_add_*() to modules by Miklos Szeredi · 14 years ago
  76. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  77. fc91668 mm: remove free_hot_page() by Li Hong · 14 years ago
  78. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  79. 6c0b135 mm: return boolean from page_is_file_cache() by Johannes Weiner · 15 years ago
  80. 401a8e1 mm: introduce page_lru_base_type() by Johannes Weiner · 15 years ago
  81. 00a62ce mm: fix Committed_AS underflow on large NR_CPUS environment by KOSAKI Motohiro · 15 years ago
  82. 266cf65 FS-Cache: Recruit a page flags for cache management by David Howells · 15 years ago
  83. d1d7487 mm: remove pagevec_swap_free() by KOSAKI Motohiro · 15 years ago
  84. 3e2f41f memcg: add zone_reclaim_stat by KOSAKI Motohiro · 15 years ago
  85. 6e90157 mm: introduce zone_reclaim struct by KOSAKI Motohiro · 15 years ago
  86. 08e552c memcg: synchronized LRU by KAMEZAWA Hiroyuki · 15 years ago
  87. a2c43ee mm: try_to_free_swap replaces remove_exclusive_swap_page by Hugh Dickins · 15 years ago
  88. b5934c5 mm: add_active_or_unevictable into rmap by Hugh Dickins · 15 years ago
  89. 1b0bd11 mm: get rid of pagevec_release_nonlru() by KOSAKI Motohiro · 15 years ago
  90. 6841c8e mm: remove UP version of lru_add_drain_all() by KOSAKI Motohiro · 16 years ago
  91. 9ff473b vmscan: evict streaming IO first by Rik van Riel · 16 years ago
  92. 64d6519 swap: cull unevictable pages in fault path by Lee Schermerhorn · 16 years ago
  93. b291f00 mlock: mlocked pages are unevictable by Nick Piggin · 16 years ago
  94. 894bc31 Unevictable LRU Infrastructure by Lee Schermerhorn · 16 years ago
  95. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  96. 68a22394 vmscan: free swap space on swap-in/activation by Rik van Riel · 16 years ago
  97. f04e9eb swap: use an array for the LRU pagevecs by KOSAKI Motohiro · 16 years ago
  98. b69408e vmscan: Use an indexed array for LRU variables by Christoph Lameter · 16 years ago
  99. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  100. ab33dc0 swap: update function comment of release_pages by Fernando Luis Vazquez Cao · 16 years ago