1. 24f971a Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  2. b7a9f42 mm, mempolicy: silence gcc warning by David Rientjes · 11 years ago
  3. 27c73ae mm: hugetlbfs: fix hugetlbfs optimization by Andrea Arcangeli · 11 years ago
  4. 30b0a10 mm: thp: give transparent hugepage code a separate copy_page by Dave Hansen · 11 years ago
  5. 8b2e9b7 Revert "mm: create a separate slab for page->ptl allocation" by Linus Torvalds · 11 years ago
  6. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  7. 498d319 kfifo API type safety by Stefani Seibold · 11 years ago
  8. ea1e7ed mm: create a separate slab for page->ptl allocation by Kirill A. Shutemov · 11 years ago
  9. 539edb5 mm: properly separate the bloated ptl from the regular case by Peter Zijlstra · 11 years ago
  10. 49076ec mm: dynamically allocate page->ptl if it cannot be embedded to struct page by Kirill A. Shutemov · 11 years ago
  11. e009bb3 mm: implement split page table lock for PMD level by Kirill A. Shutemov · 11 years ago
  12. c4088eb mm: convert the rest to new page table lock api by Kirill A. Shutemov · 11 years ago
  13. cb900f4 mm, hugetlb: convert hugetlbfs to use split pmd lock by Kirill A. Shutemov · 11 years ago
  14. c389a25 mm, thp: do not access mm->pmd_huge_pte directly by Kirill A. Shutemov · 11 years ago
  15. 117b079 mm, thp: move ptl taking inside page_check_address_pmd() by Kirill A. Shutemov · 11 years ago
  16. bf92915 mm, thp: change pmd_trans_huge_lock() to return taken lock by Kirill A. Shutemov · 11 years ago
  17. e1f56c8 mm: convert mm->nr_ptes to atomic_long_t by Kirill A. Shutemov · 11 years ago
  18. e9bb18c mm: avoid increase sizeof(struct page) due to split page table lock by Kirill A. Shutemov · 11 years ago
  19. b77d88d mm: drop actor argument of do_generic_file_read() by Kirill A. Shutemov · 11 years ago
  20. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  21. 0910c0b Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  22. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  23. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  24. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  25. a998646 Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  26. c08acff Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 11 years ago
  27. 72403b4 mm: numa: return the number of base pages altered by protection changes by Mel Gorman · 11 years ago
  28. 00619bc mm: factor commit limit calculation by Jerome Marchand · 11 years ago
  29. a1aeb65 mm/page_alloc.c: fix comment in zlc_setup() by Zhi Yong Wu · 11 years ago
  30. 0ab0abc mm/zswap: refactor the get/put routines by Weijie Yang · 11 years ago
  31. 67d13fe mm/zswap: bugfix: memory leak when invalidate and reclaim occur concurrently by Weijie Yang · 11 years ago
  32. 7a67d7a memcg, kmem: use cache_from_memcg_idx instead of hard code by Qiang Huang · 11 years ago
  33. 2ade4de memcg, kmem: rename cache_from_memcg to cache_from_memcg_idx by Qiang Huang · 11 years ago
  34. f35c3a8 memcg, kmem: use is_root_cache instead of hard code by Qiang Huang · 11 years ago
  35. 2afc745 mm: ensure get_unmapped_area() returns higher address than mmap_min_addr by Akira Takeuchi · 11 years ago
  36. 0cbef29 mm: __rmqueue_fallback() should respect pageblock type by KOSAKI Motohiro · 11 years ago
  37. 52c8f6a mm: get rid of unnecessary overhead of trace_mm_page_alloc_extfrag() by KOSAKI Motohiro · 11 years ago
  38. 5d0f3f7 mm: fix page_group_by_mobility_disabled breakage by KOSAKI Motohiro · 11 years ago
  39. af248a0 readahead: fix sequential read cache miss detection by Damien Ramonda · 11 years ago
  40. 4a099fb mm/bootmem.c: remove unused local `map' by Daeseok Youn · 11 years ago
  41. 807a1bd mm: clear N_CPU from node_states at CPU offline by Toshi Kani · 11 years ago
  42. d7e0b37 mm: set N_CPU to node_states during boot by Toshi Kani · 11 years ago
  43. c532092 mem-hotplug: introduce movable_node boot option by Tang Chen · 11 years ago
  44. 79442ed mm/memblock.c: introduce bottom-up allocation mode by Tang Chen · 11 years ago
  45. 1402899 mm/memblock.c: factor out of top-down allocation by Tang Chen · 11 years ago
  46. 4e99b02 mmap: arch_get_unmapped_area(): use proper mmap base for bottom up direction by Heiko Carstens · 11 years ago
  47. b349acc mm/zswap: avoid unnecessary page scanning by Weijie Yang · 11 years ago
  48. bfc4f9d mm/page_alloc.c: remove unused marco LONG_ALIGN by Zhang Yanfei · 11 years ago
  49. 58e97ba frontswap: enable call to invalidate area on swapoff by Krzysztof Kozlowski · 11 years ago
  50. 2de1a7e mm/swapfile.c: fix comment typos by Seth Jennings · 11 years ago
  51. 7f88f88 mm: kmemleak: avoid false negatives on vmalloc'ed objects by Catalin Marinas · 11 years ago
  52. 81556b0 mm/sparsemem: fix a bug in free_map_bootmem when CONFIG_SPARSEMEM_VMEMMAP by Zhang Yanfei · 11 years ago
  53. 85b35fe mm/sparsemem: use PAGES_PER_SECTION to remove redundant nr_pages parameter by Zhang Yanfei · 11 years ago
  54. 071aee1 memcg: support hierarchical memory.numa_stats by Ying Han · 11 years ago
  55. 25485de memcg: refactor mem_control_numa_stat_show() by Greg Thelen · 11 years ago
  56. b76ac7e mm/mempolicy: use NUMA_NO_NODE by Jianguo Wu · 11 years ago
  57. 9f1b868 mm: thp: khugepaged: add policy for finding target node by Bob Liu · 11 years ago
  58. 10dc415 mm: thp: cleanup: mv alloc_hugepage to better place by Bob Liu · 11 years ago
  59. b82225f3 revert mm/vmalloc.c: emit the failure message before return by Wanpeng Li · 11 years ago
  60. 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
  61. c2ce8c1 mm/vmalloc: fix show vmap_area information race with vmap_area tear down by Wanpeng Li · 11 years ago
  62. 3722e13 mm/vmalloc: don't set area->caller twice by Wanpeng Li · 11 years ago
  63. 948927e mm, mempolicy: make mpol_to_str robust and always succeed by David Rientjes · 11 years ago
  64. 03b61ff mm/memory-failure.c: move set_migratetype_isolate() outside get_any_page() by Naoya Horiguchi · 11 years ago
  65. 01b0f19 cpu/mem hotplug: add try_online_node() for cpu_up() by Toshi Kani · 11 years ago
  66. 309d0b3 mm/nobootmem.c: have __free_pages_memory() free in larger chunks. by Robin Holt · 11 years ago
  67. b9921ec mm: add a helper function to check may oom condition by Qiang Huang · 11 years ago
  68. 9c2606b mm/memory_hotplug.c: use pfn_to_nid() instead of page_to_nid(pfn_to_page()) by Xishi Qiu · 11 years ago
  69. d6de9d5 mm/memory_hotplug.c: rename the function is_memblock_offlined_cb() by Xishi Qiu · 11 years ago
  70. b38a872 mm: use populated_zone() instead of if(zone->present_pages) by Xishi Qiu · 11 years ago
  71. 83285c7 mm: use pgdat_end_pfn() to simplify the code in others by Xishi Qiu · 11 years ago
  72. 8bfa3f9 mm/huge_memory.c: fix stale comments of transparent_hugepage_flags by Jianguo Wu · 11 years ago
  73. c69ded8 mm: remove obsolete comments about page table lock by Naoya Horiguchi · 11 years ago
  74. 9e4be47 mm/compaction.c: update comment about zone lock in isolate_freepages_block by Jerome Marchand · 11 years ago
  75. 4b90951 mm/vmalloc: use NUMA_NO_NODE by Jianguo Wu · 11 years ago
  76. bafe1e1 ksm: remove redundant __GFP_ZERO from kcalloc by Joe Perches · 11 years ago
  77. 63d0f0a3 mm/readahead.c:do_readhead(): don't check for ->readpage by Andrew Morton · 11 years ago
  78. 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
  79. 721ae22 mm, slub: fix the typo in mm/slub.c by Zhi Yong Wu · 11 years ago
  80. c6f58d9 slub: Handle NULL parameter in kmem_cache_flags by Christoph Lameter · 11 years ago
  81. ea982d9 Merge branch 'slab/struct-page' into slab/next by Pekka Enberg · 11 years ago
  82. 8077c0d bdi: test bdi_init failure by Mikulas Patocka · 11 years ago
  83. 1ca7d67 seqcount: Add lockdep functionality to seqcount/seqlock structures by John Stultz · 11 years ago
  84. c90423d Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ file move by Ingo Molnar · 11 years ago
  85. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  86. 6920a1b memcg: remove incorrect underflow check by Greg Thelen · 11 years ago
  87. fb10d5b Merge branch 'linus' into sched/core by Ingo Molnar · 11 years ago
  88. 4f794ee Merge branch 'akpm' (fixes from Andrew Morton) by Linus Torvalds · 11 years ago
  89. 696ac17 mm: memcg: fix test for child groups by Johannes Weiner · 11 years ago
  90. 0056f4e mm: memcg: lockdep annotation for memcg OOM lock by Johannes Weiner · 11 years ago
  91. 3168ecb mm: memcg: use proper memcg in limit bypass by Johannes Weiner · 11 years ago
  92. 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
  93. 12aee27 Merge branch 'akpm' (fixes from Andrew Morton) by Linus Torvalds · 11 years ago
  94. 5e8cfc3 memcg: use __this_cpu_sub() to dec stats to avoid incorrect subtrahend casting by Greg Thelen · 11 years ago
  95. 3017f07 mm/pagewalk.c: fix walk_page_range() access of wrong PTEs by Chen LinX · 11 years ago
  96. c56b097 mm: list_lru: fix almost infinite loop causing effective livelock by Russell King · 11 years ago
  97. 7e00735 slab: replace non-existing 'struct freelist *' with 'void *' by Joonsoo Kim · 11 years ago
  98. 0172f77 slab: fix to calm down kmemleak warning by Joonsoo Kim · 11 years ago
  99. 0255d49 mm: Account for a THP NUMA hinting update as one PTE update by Mel Gorman · 11 years ago
  100. 3f926ab mm: Close races between THP migration and PMD numa clearing by Mel Gorman · 11 years ago