1. deaf386 mm/buddy: cleanup on should_fail_alloc_page by Gavin Shan · 12 years ago
  2. 6a6dccb mm: cma: don't replace lowmem pages with highmem by Rabin Vincent · 12 years ago
  3. 68e3e92 Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks" by Linus Torvalds · 12 years ago
  4. 7f5e86c mm: add link from struct lruvec to struct zone by Konstantin Khlebnikov · 12 years ago
  5. 89abfab mm/memcg: move reclaim_stat into lruvec by Hugh Dickins · 12 years ago
  6. 51300ce mm/page_alloc.c: cleanups by Andrew Morton · 12 years ago
  7. acc50c1 mm: page_alloc: catch out-of-date list of page flag names by Johannes Weiner · 12 years ago
  8. be9cd87 mm/buddy: dump PG_compound_lock page flag by Gavin Shan · 12 years ago
  9. 5ceb9ce mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks by Bartlomiej Zolnierkiewicz · 12 years ago
  10. 955c1cd mm/page_alloc.c: remove pageblock_default_order() by Andrew Morton · 12 years ago
  11. a62e2f4 mm: print physical addresses consistently with other parts of kernel by Bjorn Helgaas · 12 years ago
  12. d484864 Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  13. 28f3d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  14. 31fe62b mm: add a low limit to alloc_large_system_hash by Tim Bird · 12 years ago
  15. 5d4e2d0 Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  16. 58f42fd cma: fix migration mode by Minchan Kim · 12 years ago
  17. 49f223a mm: trigger page reclaim in alloc_contig_range() to stabilise watermarks by Marek Szyprowski · 12 years ago
  18. bba9071 mm: extract reclaim code from __alloc_pages_direct_reclaim() by Marek Szyprowski · 12 years ago
  19. cfd3da1 mm: Serialize access to min_free_kbytes by Mel Gorman · 13 years ago
  20. 0815f3d mm: page_isolation: MIGRATE_CMA isolation functions added by Michal Nazarewicz · 12 years ago
  21. 47118af mm: mmzone: MIGRATE_CMA migration type added by Michal Nazarewicz · 12 years ago
  22. 6d4a491 mm: page_alloc: change fallbacks array handling by Michal Nazarewicz · 12 years ago
  23. 041d3a8 mm: page_alloc: introduce alloc_contig_range() by Michal Nazarewicz · 12 years ago
  24. 5f63b72 mm: page_alloc: remove trailing whitespace by Michal Nazarewicz · 12 years ago
  25. 1b76b02 mm: raise MemFree by reverting percpu_pagelist_fraction to 0 by Hugh Dickins · 12 years ago
  26. 9327881 mm: fix division by 0 in percpu_pagelist_fraction() by Sasha Levin · 12 years ago
  27. 155cbfc mm: use KERN_CONT in printk() continuation lines by Kay Sievers · 12 years ago
  28. 7404649 mm: only IPI CPUs to drain local pages if they exist by Gilad Ben-Yossef · 12 years ago
  29. 29fd66d mm, coredump: fail allocations when coredumping instead of oom killing by David Rientjes · 12 years ago
  30. b224ef8 page_alloc: remove unused find_zone_movable_pfns_for_nodes() argument by Kautuk Consul · 12 years ago
  31. 8d13bdd page_alloc.c: remove add_from_early_node_map() by Kautuk Consul · 12 years ago
  32. cc9a6c8 cpuset: mm: reduce large amounts of memory barrier related damage v3 by Mel Gorman · 12 years ago
  33. f0cb3c7 mm: drain percpu lru add/rotate page-vectors on cpu hot-unplug by Konstantin Khlebnikov · 12 years ago
  34. 08ab9b1 mm, oom: force oom kill on sysrq+f by David Rientjes · 12 years ago
  35. aff6224 vmscan: only defer compaction for failed order and higher by Rik van Riel · 12 years ago
  36. 074b851 vfs: fix panic in __d_lookup() with high dentry hashtable counts by Dimitri Sivanich · 12 years ago
  37. 656a070 mm: __count_immobile_pages(): make sure the node is online by Michal Hocko · 12 years ago
  38. 687875f mm: fix NULL ptr dereference in __count_immobile_pages by Michal Hocko · 12 years ago
  39. 4111304 mm: enum lru_list lru by Hugh Dickins · 12 years ago
  40. 6619971 mm: page allocator: do not call direct reclaim for THP allocations while compaction is deferred by Mel Gorman · 12 years ago
  41. d0048b0 page_alloc: break early in check_for_regular_memory() by Bob Liu · 12 years ago
  42. 6290df5 mm: collect LRU list heads into struct lruvec by Johannes Weiner · 12 years ago
  43. c399307 mm: page_alloc: generalize order handling in __free_pages_bootmem() by Johannes Weiner · 12 years ago
  44. df0a6da mm: fix off-by-two in __zone_watermark_ok() by Michal Hocko · 12 years ago
  45. a756cf5 mm: try to distribute dirty pages fairly across zones by Johannes Weiner · 12 years ago
  46. ab8fabd mm: exclude reserved pages from dirtyable memory by Johannes Weiner · 12 years ago
  47. c0a32fc5 mm: more intensive memory corruption debugging by Stanislaw Gruszka · 12 years ago
  48. f90ac39 mm: avoid livelock on !__GFP_FS allocations by Mel Gorman · 12 years ago
  49. 938929f mm: reduce the amount of work done when updating min_free_kbytes by Mel Gorman · 12 years ago
  50. b413d48 mm-tracepoint: rename page-free events by Konstantin Khlebnikov · 12 years ago
  51. da066ad mm: remove unused pagevec_free by Konstantin Khlebnikov · 12 years ago
  52. cc59850 mm: add free_hot_cold_page_list() helper by Konstantin Khlebnikov · 12 years ago
  53. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  54. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  55. f4ae40a switch debugfs to umode_t by Al Viro · 13 years ago
  56. 45aa066 Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/memblock by Ingo Molnar · 12 years ago
  57. d0215638 mm: Ensure that pfn_valid() is called once per pageblock when reserving pageblocks by Michal Hocko · 13 years ago
  58. 58a84aa thp: set compound tail page _count to zero by Youquan Song · 13 years ago
  59. 0ee332c memblock: Kill early_node_map[] by Tejun Heo · 13 years ago
  60. d4bbf7e Merge branch 'master' into x86/memblock by Tejun Heo · 13 years ago
  61. 6416b9f mm: cleanup the comment for head/tail pages of compound pages in mm/page_alloc.c by Wang Sheng-Hui · 13 years ago
  62. 3ee9a4f mm: neaten warn_alloc_failed by Joe Perches · 13 years ago
  63. 4f31888 mm: output a list of loaded modules when we hit bad_page() by Dave Jones · 13 years ago
  64. dd48c08 fault-injection: add ability to export fault_attr in arbitrary directory by Akinobu Mita · 13 years ago
  65. b2588c4 fail_page_alloc: simplify debugfs initialization by Akinobu Mita · 13 years ago
  66. 7f5ddcc fault-injection: use debugfs_remove_recursive by Akinobu Mita · 13 years ago
  67. 76d3fbf mm: page allocator: reconsider zones for allocation after direct reclaim by Mel Gorman · 13 years ago
  68. cd38b11 mm: page allocator: initialise ZLC for first zone eligible for zone_reclaim by Mel Gorman · 13 years ago
  69. 7c0caeb memblock: Add optional region->nid by Tejun Heo · 13 years ago
  70. eb40c4c memblock, x86: Replace memblock_x86_find_in_range_node() with generic memblock calls by Tejun Heo · 13 years ago
  71. c13291a bootmem: Use for_each_mem_pfn_range() in page_alloc.c by Tejun Heo · 13 years ago
  72. 96e907d bootmem: Reimplement __absent_pages_in_range() using for_each_mem_pfn_range() by Tejun Heo · 13 years ago
  73. 5dfe866 bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range() by Tejun Heo · 13 years ago
  74. 1f5026a memblock: Kill MEMBLOCK_ERROR by Tejun Heo · 13 years ago
  75. 53348f2 bootmem: Fix __free_pages_bootmem() to use @order properly by Tejun Heo · 13 years ago
  76. 1e01979 x86, numa: Implement pfn -> nid mapping granularity check by Tejun Heo · 13 years ago
  77. 1fa7b6a Revert "mm: fail GFP_DMA allocations when ZONE_DMA is not configured" by Linus Torvalds · 13 years ago
  78. 246e87a memcg: fix get_scan_count() for small targets by KAMEZAWA Hiroyuki · 13 years ago
  79. cfa54a0 mm/page_alloc.c: prevent unending loop in __alloc_pages_slowpath() by Andrew Barry · 13 years ago
  80. a197b59 mm: fail GFP_DMA allocations when ZONE_DMA is not configured by David Rientjes · 13 years ago
  81. 6d3163c mm: check if any page in a pageblock is reserved before marking it MIGRATE_RESERVE by Arve Hjønnevåg · 13 years ago
  82. a238ab5 mm: break out page allocation warning code by Dave Hansen · 13 years ago
  83. c6a140b mm/compaction: reverse the change that forbade sync migraton with __GFP_NO_KSWAPD by Andrea Arcangeli · 13 years ago
  84. a6cccdc mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occur by KOSAKI Motohiro · 13 years ago
  85. 1b79acc mm, mem-hotplug: recalculate lowmem_reserve when memory hotplug occurs by KOSAKI Motohiro · 13 years ago
  86. 839a4fc mm, mem-hotplug: fix section mismatch. setup_per_zone_inactive_ratio() should be __meminit. by KOSAKI Motohiro · 13 years ago
  87. ac3bbec mm: remove unused zone_idx variable from set_migratetype_isolate by Sergey Senozhatsky · 13 years ago
  88. 7bf02ea arch, mm: filter disallowed nodes from arch specific show_mem functions by David Rientjes · 13 years ago
  89. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  90. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 13 years ago
  91. b5e6ab5 mm: fix kernel-doc warning in page_alloc.c by Randy Dunlap · 13 years ago
  92. ee85c2e mm: add alloc_pages_exact_nid() by Andi Kleen · 13 years ago
  93. 8f389a99 mm: use alloc_bootmem_node_nopanic() on really needed path by Yinghai Lu · 13 years ago
  94. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  95. 9f6ae44 mm/page_alloc.c: silence build_all_zonelists() section mismatch by Paul Mundt · 13 years ago
  96. 58c2ee4 mm: Fix section mismatch for setup_zone_pageset() by Nikanth Karthikesan · 13 years ago
  97. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  98. b2b755b lib, arch: add filter argument to show_mem and fix private implementations by David Rientjes · 13 years ago
  99. f212ad7 memcg: add memcg sanity checks at allocating and freeing pages by Daisuke Nishimura · 13 years ago
  100. 84be48d mm/page_alloc.c: use list_move() instead of list_del()/list_add() combination by Kirill A. Shutemov · 13 years ago