1. 7b383be Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 10 years ago
  2. cb8ee1a mm: Fix warning on make htmldocs caused by slab.c by Masanari Iida · 10 years ago
  3. 67b6c90 mm: slub: work around unneeded lockdep warning by Dave Hansen · 10 years ago
  4. 7c094fd memcg: fix mutex not unlocked on memcg_create_kmem_cache fail path by Vladimir Davydov · 10 years ago
  5. 778c14a mm, oom: base root bonus on current usage by David Rientjes · 10 years ago
  6. a032086 mm/slub.c: fix page->_count corruption (again) by Dave Hansen · 10 years ago
  7. 8790c71a mm/mempolicy.c: fix mempolicy printing in numa_maps by David Rientjes · 10 years ago
  8. 31fc00b zsmalloc: add copyright by Minchan Kim · 10 years ago
  9. bcf1647 zsmalloc: move it under mm by Minchan Kim · 10 years ago
  10. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  11. f544e14 memblock: add limit checking to memblock_virt_alloc by Yinghai Lu · 10 years ago
  12. 58d5640 mm/readahead.c: fix do_readahead() for no readpage(s) by Mark Rutland · 10 years ago
  13. a0132ac mm/slub.c: do not VM_BUG_ON_PAGE() for temporary on-stack pages by Dave Hansen · 10 years ago
  14. ba3253c7 slab: fix wrong retval on kmem_cache_create_memcg error path by Dave Jones · 10 years ago
  15. 4a404be mm/mempolicy.c: convert to pr_foo() by Andrew Morton · 10 years ago
  16. c297663 mm: numa: initialise numa balancing after jump label initialisation by Mel Gorman · 10 years ago
  17. a1c3bfb mm/page-writeback.c: do not count anon pages as dirtyable memory by Johannes Weiner · 10 years ago
  18. a804552b mm/page-writeback.c: fix dirty_balance_reserve subtraction from dirtyable memory by Johannes Weiner · 10 years ago
  19. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  20. 54c0a4b Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  21. 1b17366 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  22. d12de1e Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  23. a3978a5 mm/migrate.c: fix setting of cpupid on page migration twice against normal page by Wanpeng Li · 10 years ago
  24. e82cb95 mm: bring back /sys/kernel/mm by Hugh Dickins · 10 years ago
  25. add688f Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}" by malc · 10 years ago
  26. fb5bb60 memblock: don't silently align size in memblock_virt_alloc() by Yinghai Lu · 10 years ago
  27. 9fe55ee Fix race when checking i_size on direct i/o read by Steven Whitehouse · 10 years ago
  28. feda821 fs: remove generic_acl by Christoph Hellwig · 10 years ago
  29. 34228d4 mm: ignore VM_SOFTDIRTY on VMA merging by Cyrill Gorcunov · 10 years ago
  30. 871beb8 mm/rmap: fix coccinelle warnings by Fengguang Wu · 10 years ago
  31. a599806 mm/swapfile.c: do not skip lowest_bit in scan_swap_map() scan loop by Jamie Liu · 10 years ago
  32. 0d8a4a3 memcg: remove unused code from kmem_cache_destroy_work_func by Vladimir Davydov · 10 years ago
  33. 6c14466 mm: improve documentation of page_order by Mel Gorman · 10 years ago
  34. 0eef615 memcg: fix css reference leak and endless loop in mem_cgroup_iter by Michal Hocko · 10 years ago
  35. ecc736f memcg: fix endless loop caused by mem_cgroup_iter by Michal Hocko · 10 years ago
  36. d49ad93 mm, oom: prefer thread group leaders for display purposes by David Rientjes · 10 years ago
  37. d8ad3055 mm/memcg: iteration skip memcgs not yet fully initialized by Hugh Dickins · 10 years ago
  38. d2ab70a mm/memcg: fix last_dead_count memory wastage by Hugh Dickins · 10 years ago
  39. a64fb3c mm: audit/fix non-modular users of module_init in core code by Paul Gortmaker · 10 years ago
  40. da29bd3 mm/mm_init.c: make creation of the mm_kobj happen earlier than device_initcall by Paul Gortmaker · 10 years ago
  41. 42aa83c mm: show message when updating min_free_kbytes in thp by Han Pingtian · 10 years ago
  42. ac13c46 mm/memory_hotplug.c: move register_memory_resource out of the lock_memory_hotplug by Nathan Zimmer · 10 years ago
  43. 354f17e mm/nobootmem: free_all_bootmem again by Philipp Hachtmann · 10 years ago
  44. ec97097 mm: vmscan: call NUMA-unaware shrinkers irrespective of nodemask by Vladimir Davydov · 10 years ago
  45. 0b1fb40 mm: vmscan: shrink all slab objects if tight on memory by Vladimir Davydov · 10 years ago
  46. baae911 sched/numa: fix setting of cpupid on page migration twice by Wanpeng Li · 10 years ago
  47. c980e66 mm: do_mincore() cleanup by Jianguo Wu · 10 years ago
  48. da8c757 mm: prevent setting of a value less than 0 to min_free_kbytes by Han Pingtian · 10 years ago
  49. cc81717 mm: new_vma_page() cannot see NULL vma for hugetlb pages by Michal Hocko · 10 years ago
  50. 54b9dd1 mm/memory-failure.c: shift page lock from head page to tail page after thp split by Naoya Horiguchi · 10 years ago
  51. 54a43d5 numa: add a sysctl for numa_balancing by Andi Kleen · 10 years ago
  52. 5e270e2 mm: free memblock.memory in free_all_bootmem by Philipp Hachtmann · 10 years ago
  53. 87379ec mm/nobootmem.c: add return value check in __alloc_memory_core_early() by Philipp Hachtmann · 10 years ago
  54. d644163 memcg: rework memcg_update_kmem_limit synchronization by Vladimir Davydov · 10 years ago
  55. 6de64be memcg: remove KMEM_ACCOUNTED_ACTIVATED flag by Vladimir Davydov · 10 years ago
  56. f857026 memcg, slab: RCU protect memcg_params for root caches by Vladimir Davydov · 10 years ago
  57. f717eb3a slab: do not panic if we fail to create memcg cache by Vladimir Davydov · 10 years ago
  58. 842e287 memcg: get rid of kmem_cache_dup() by Vladimir Davydov · 10 years ago
  59. 2edefe1 memcg, slab: fix races in per-memcg cache creation/destruction by Vladimir Davydov · 10 years ago
  60. 96403da memcg: fix possible NULL deref while traversing memcg_slab_caches list by Vladimir Davydov · 10 years ago
  61. 959c896 memcg, slab: fix barrier usage when accessing memcg_caches by Vladimir Davydov · 10 years ago
  62. 1aa1325 memcg, slab: clean up memcg cache initialization/destruction by Vladimir Davydov · 10 years ago
  63. 363a044 memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path by Vladimir Davydov · 10 years ago
  64. 3965fc3 slab: clean up kmem_cache_create_memcg() error handling by Vladimir Davydov · 10 years ago
  65. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 10 years ago
  66. 8ff69e2 memcg: do not use vmalloc for mem_cgroup allocations by Vladimir Davydov · 10 years ago
  67. 01cc2e5 mm: munlock: fix potential race with THP page split by Vlastimil Babka · 10 years ago
  68. f0b791a mm: print more details for bad_page() by Dave Hansen · 10 years ago
  69. 12ab028 mm/zswap.c: change params from hidden to ro by Dan Streetman · 10 years ago
  70. df32e43 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  71. f075e0f Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  72. 5cb7398 Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  73. 78d5506 mm/migrate: remove unused function, fail_migrate_page() by Joonsoo Kim · 10 years ago
  74. 59c82b7 mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pages by Joonsoo Kim · 10 years ago
  75. 32665f2 mm/migrate: correct failure handling if !hugepage_migration_support() by Joonsoo Kim · 10 years ago
  76. 354a336 mm/migrate: add comment about permanent failure path by Naoya Horiguchi · 10 years ago
  77. aed0a0e mm, page_alloc: warn for non-blockable __GFP_NOFAIL allocation failure by David Rientjes · 10 years ago
  78. 55b7c4c mm: compaction: reset scanner positions immediately when they meet by Vlastimil Babka · 10 years ago
  79. 50b5b09 mm: compaction: do not mark unmovable pageblocks as skipped in async compaction by Vlastimil Babka · 10 years ago
  80. 7ed695e mm: compaction: detect when scanners meet in isolate_freepages by Vlastimil Babka · 10 years ago
  81. d3132e4 mm: compaction: reset cached scanner pfn's before reading them by Vlastimil Babka · 10 years ago
  82. de6c60a mm: compaction: encapsulate defer reset logic by Vlastimil Babka · 10 years ago
  83. 0eb927c mm: compaction: trace compaction begin and end by Mel Gorman · 10 years ago
  84. 947b3dd memcg, oom: lock mem_cgroup_print_oom_info by Michal Hocko · 10 years ago
  85. 64a9a34 mm: numa: do not automatically migrate KSM pages by Mel Gorman · 10 years ago
  86. af1839d mm: numa: trace tasks that fail migration due to rate limiting by Mel Gorman · 10 years ago
  87. 1c5e9c2 mm: numa: limit scope of lock for NUMA migrate rate limiting by Mel Gorman · 10 years ago
  88. 1c30e01 mm: numa: make NUMA-migrate related functions static by Mel Gorman · 10 years ago
  89. 4883e99 mm/hwpoison: add '#' to hwpoison_inject by Wanpeng Li · 10 years ago
  90. 560dca27 mm/memblock: use WARN_ONCE when MAX_NUMNODES passed as input parameter by Grygorii Strashko · 10 years ago
  91. 9e43aa2 mm/memory_hotplug.c: use memblock apis for early memory allocations by Santosh Shilimkar · 10 years ago
  92. 999c17e mm/percpu.c: use memblock apis for early memory allocations by Santosh Shilimkar · 10 years ago
  93. 0d036e9 mm/page_cgroup.c: use memblock apis for early memory allocations by Grygorii Strashko · 10 years ago
  94. 8b89a11 mm/hugetlb.c: use memblock apis for early memory allocations by Grygorii Strashko · 10 years ago
  95. bb016b8 mm/sparse: use memblock apis for early memory allocations by Santosh Shilimkar · 10 years ago
  96. 6782832 mm/page_alloc.c: use memblock apis for early memory allocations by Santosh Shilimkar · 10 years ago
  97. 26f09e9 mm/memblock: add memblock memory allocation apis by Santosh Shilimkar · 10 years ago
  98. b115423 mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODES by Grygorii Strashko · 10 years ago
  99. 87029ee mm/memblock: reorder parameters of memblock_find_in_range_node by Grygorii Strashko · 10 years ago
  100. 79f40fa mm/memblock: drop WARN and use SMP_CACHE_BYTES as a default alignment by Grygorii Strashko · 10 years ago