1. 4e99b02 mmap: arch_get_unmapped_area(): use proper mmap base for bottom up direction by Heiko Carstens · 11 years ago
  2. b349acc mm/zswap: avoid unnecessary page scanning by Weijie Yang · 11 years ago
  3. bfc4f9d mm/page_alloc.c: remove unused marco LONG_ALIGN by Zhang Yanfei · 11 years ago
  4. 58e97ba frontswap: enable call to invalidate area on swapoff by Krzysztof Kozlowski · 11 years ago
  5. 2de1a7e mm/swapfile.c: fix comment typos by Seth Jennings · 11 years ago
  6. 7f88f88 mm: kmemleak: avoid false negatives on vmalloc'ed objects by Catalin Marinas · 11 years ago
  7. 81556b0 mm/sparsemem: fix a bug in free_map_bootmem when CONFIG_SPARSEMEM_VMEMMAP by Zhang Yanfei · 11 years ago
  8. 85b35fe mm/sparsemem: use PAGES_PER_SECTION to remove redundant nr_pages parameter by Zhang Yanfei · 11 years ago
  9. 071aee1 memcg: support hierarchical memory.numa_stats by Ying Han · 11 years ago
  10. 25485de memcg: refactor mem_control_numa_stat_show() by Greg Thelen · 11 years ago
  11. b76ac7e mm/mempolicy: use NUMA_NO_NODE by Jianguo Wu · 11 years ago
  12. 9f1b868 mm: thp: khugepaged: add policy for finding target node by Bob Liu · 11 years ago
  13. 10dc415 mm: thp: cleanup: mv alloc_hugepage to better place by Bob Liu · 11 years ago
  14. b82225f3 revert mm/vmalloc.c: emit the failure message before return by Wanpeng Li · 11 years ago
  15. af12346 mm/vmalloc: revert "mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show instead of show_numa_info" by Wanpeng Li · 11 years ago
  16. c2ce8c1 mm/vmalloc: fix show vmap_area information race with vmap_area tear down by Wanpeng Li · 11 years ago
  17. 3722e13 mm/vmalloc: don't set area->caller twice by Wanpeng Li · 11 years ago
  18. 948927e mm, mempolicy: make mpol_to_str robust and always succeed by David Rientjes · 11 years ago
  19. 03b61ff mm/memory-failure.c: move set_migratetype_isolate() outside get_any_page() by Naoya Horiguchi · 11 years ago
  20. 01b0f19 cpu/mem hotplug: add try_online_node() for cpu_up() by Toshi Kani · 11 years ago
  21. 309d0b3 mm/nobootmem.c: have __free_pages_memory() free in larger chunks. by Robin Holt · 11 years ago
  22. b9921ec mm: add a helper function to check may oom condition by Qiang Huang · 11 years ago
  23. 9c2606b mm/memory_hotplug.c: use pfn_to_nid() instead of page_to_nid(pfn_to_page()) by Xishi Qiu · 11 years ago
  24. d6de9d5 mm/memory_hotplug.c: rename the function is_memblock_offlined_cb() by Xishi Qiu · 11 years ago
  25. b38a872 mm: use populated_zone() instead of if(zone->present_pages) by Xishi Qiu · 11 years ago
  26. 83285c7 mm: use pgdat_end_pfn() to simplify the code in others by Xishi Qiu · 11 years ago
  27. 8bfa3f9 mm/huge_memory.c: fix stale comments of transparent_hugepage_flags by Jianguo Wu · 11 years ago
  28. c69ded8 mm: remove obsolete comments about page table lock by Naoya Horiguchi · 11 years ago
  29. 9e4be47 mm/compaction.c: update comment about zone lock in isolate_freepages_block by Jerome Marchand · 11 years ago
  30. 4b90951 mm/vmalloc: use NUMA_NO_NODE by Jianguo Wu · 11 years ago
  31. bafe1e1 ksm: remove redundant __GFP_ZERO from kcalloc by Joe Perches · 11 years ago
  32. 63d0f0a3 mm/readahead.c:do_readhead(): don't check for ->readpage by Andrew Morton · 11 years ago
  33. 39cf275 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  34. 721ae22 mm, slub: fix the typo in mm/slub.c by Zhi Yong Wu · 11 years ago
  35. c6f58d9 slub: Handle NULL parameter in kmem_cache_flags by Christoph Lameter · 11 years ago
  36. ea982d9 Merge branch 'slab/struct-page' into slab/next by Pekka Enberg · 11 years ago
  37. 8077c0d bdi: test bdi_init failure by Mikulas Patocka · 11 years ago
  38. 1ca7d67 seqcount: Add lockdep functionality to seqcount/seqlock structures by John Stultz · 11 years ago
  39. c90423d Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ file move by Ingo Molnar · 11 years ago
  40. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  41. 6920a1b memcg: remove incorrect underflow check by Greg Thelen · 11 years ago
  42. fb10d5b Merge branch 'linus' into sched/core by Ingo Molnar · 11 years ago
  43. 4f794ee Merge branch 'akpm' (fixes from Andrew Morton) by Linus Torvalds · 11 years ago
  44. 696ac17 mm: memcg: fix test for child groups by Johannes Weiner · 11 years ago
  45. 0056f4e mm: memcg: lockdep annotation for memcg OOM lock by Johannes Weiner · 11 years ago
  46. 3168ecb mm: memcg: use proper memcg in limit bypass by Johannes Weiner · 11 years ago
  47. 52469b4 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  48. 12aee27 Merge branch 'akpm' (fixes from Andrew Morton) by Linus Torvalds · 11 years ago
  49. 5e8cfc3 memcg: use __this_cpu_sub() to dec stats to avoid incorrect subtrahend casting by Greg Thelen · 11 years ago
  50. 3017f07 mm/pagewalk.c: fix walk_page_range() access of wrong PTEs by Chen LinX · 11 years ago
  51. c56b097 mm: list_lru: fix almost infinite loop causing effective livelock by Russell King · 11 years ago
  52. 7e00735 slab: replace non-existing 'struct freelist *' with 'void *' by Joonsoo Kim · 11 years ago
  53. 0172f77 slab: fix to calm down kmemleak warning by Joonsoo Kim · 11 years ago
  54. 0255d49 mm: Account for a THP NUMA hinting update as one PTE update by Mel Gorman · 11 years ago
  55. 3f926ab mm: Close races between THP migration and PMD numa clearing by Mel Gorman · 11 years ago
  56. c61109e mm: numa: Sanitize task_numa_fault() callsites by Mel Gorman · 11 years ago
  57. 587fe58 mm: Prevent parallel splits during THP migration by Mel Gorman · 11 years ago
  58. 42836f5 mm: Wait for THP migrations to complete during NUMA hinting faults by Mel Gorman · 11 years ago
  59. 1dd49bf mm: numa: Do not account for a hinting fault if we raced by Mel Gorman · 11 years ago
  60. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  61. d56791b slub: proper kmemleak tracking if CONFIG_SLUB_DEBUG disabled by Roman Bobniev · 11 years ago
  62. e7444d9 slab: rename slab_bufctl to slab_freelist by Joonsoo Kim · 11 years ago
  63. 7ecccf9 slab: remove useless statement for checking pfmemalloc by Joonsoo Kim · 11 years ago
  64. 8456a64 slab: use struct page for slab management by Joonsoo Kim · 11 years ago
  65. 106a74e slab: replace free and inuse in struct slab with newly introduced active by Joonsoo Kim · 11 years ago
  66. 45eed50 slab: remove SLAB_LIMIT by Joonsoo Kim · 11 years ago
  67. 1602517 slab: remove kmem_bufctl_t by Joonsoo Kim · 11 years ago
  68. b1cb098 slab: change the management method of free objects of the slab by Joonsoo Kim · 11 years ago
  69. a57a498 slab: use __GFP_COMP flag for allocating slab pages by Joonsoo Kim · 11 years ago
  70. 56f295e slab: use well-defined macro, virt_to_slab() by Joonsoo Kim · 11 years ago
  71. 6812670 slab: overloading the RCU head over the LRU for RCU free by Joonsoo Kim · 11 years ago
  72. 07d417a slab: remove cachep in struct slab_rcu by Joonsoo Kim · 11 years ago
  73. 1ea991b slab: remove nodeid in struct slab by Joonsoo Kim · 11 years ago
  74. ac2b54e slab: remove colouroff in struct slab by Joonsoo Kim · 11 years ago
  75. 0c3aa83 slab: change return type of kmem_getpages() to struct page by Joonsoo Kim · 11 years ago
  76. 73293c2 slab: correct pfmemalloc check by Joonsoo Kim · 11 years ago
  77. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  78. 2e685ca tcp_memcontrol: Kill struct tcp_memcontrol by Eric W. Biederman · 11 years ago
  79. d175617 mm: Fix some trivial typos in comments by Xie XiuQi · 11 years ago
  80. 57a8f0c mm: revert mremap pud_free anti-fix by Hugh Dickins · 11 years ago
  81. 750e816 mm: fix BUG in __split_huge_page_pmd by Hugh Dickins · 11 years ago
  82. 5b808a2 swap: fix set_blocksize race during swapon/swapoff by Krzysztof Kozlowski · 11 years ago
  83. e3b6c65 writeback: fix negative bdi max pause by Fengguang Wu · 11 years ago
  84. 84235de fs: buffer: move allocation failure loop into the allocator by Johannes Weiner · 11 years ago
  85. 4942642 mm: memcg: handle non-error OOM situations more gracefully by Johannes Weiner · 11 years ago
  86. ef5a22b mm: hugetlb: initialize PG_reserved for tail pages of gigantic compound pages by Andrea Arcangeli · 11 years ago
  87. aa9bca0 mm/zswap: bugfix: memory leak when re-swapon by Weijie Yang · 11 years ago
  88. c3d16e1 mm: migration: do not lose soft dirty bit if page is in migration state by Cyrill Gorcunov · 11 years ago
  89. 16c794b mm/hugetlb.c: correct missing private flag clearing by Joonsoo Kim · 11 years ago
  90. ae39332 mm/vmscan.c: don't forget to free shrinker->nr_deferred by Andrew Vagin · 11 years ago
  91. 9c56751 mm, memcg: protect mem_cgroup_read_events for cpu hotplug by David Rientjes · 11 years ago
  92. 4b60667 Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  93. 18f6533 mm/Kconfig: Grammar s/an/a/ by Geert Uytterhoeven · 11 years ago
  94. de1c9ce sched/numa: Skip some page migrations after a shared fault by Rik van Riel · 11 years ago
  95. 1e3646f mm: numa: Revert temporarily disabling of NUMA migration by Rik van Riel · 11 years ago
  96. 04bb2f9 sched/numa: Adjust scan rate in task_numa_placement by Rik van Riel · 11 years ago
  97. dabe1d9 sched/numa: Be more careful about joining numa groups by Rik van Riel · 11 years ago
  98. 0f19c17 mm: numa: Do not batch handle PMD pages by Mel Gorman · 11 years ago
  99. 6688cc0 mm: numa: Do not group on RO pages by Peter Zijlstra · 11 years ago
  100. 7851a45 mm: numa: Copy cpupid on page migration by Rik van Riel · 11 years ago