1. ba53986 mm: nobootmem: unify allocation policy of (non-)panicking node allocations by Johannes Weiner · 12 years ago
  2. 2c478ea mm: nobootmem: panic on node-specific allocation failure by Johannes Weiner · 12 years ago
  3. 421456e mm: bootmem: unify allocation policy of (non-)panicking node allocations by Johannes Weiner · 12 years ago
  4. ab38184 mm: bootmem: allocate in order node+goal, goal, node, anywhere by Johannes Weiner · 12 years ago
  5. c12ab50 mm: bootmem: split out goal-to-node mapping from goal dropping by Johannes Weiner · 12 years ago
  6. c6785b6 mm: bootmem: rename alloc_bootmem_core to alloc_bootmem_bdata by Johannes Weiner · 12 years ago
  7. 549381e mm: bootmem: remove redundant offset check when finally freeing bootmem by Johannes Weiner · 12 years ago
  8. 6dccdcb mm: bootmem: fix checking the bitmap when finally freeing bootmem by Gavin Shan · 12 years ago
  9. 955c1cd mm/page_alloc.c: remove pageblock_default_order() by Andrew Morton · 12 years ago
  10. a62e2f4 mm: print physical addresses consistently with other parts of kernel by Bjorn Helgaas · 12 years ago
  11. 5febcbe Cross Memory Attach: make it Kconfigurable by Christopher Yeoh · 12 years ago
  12. 6f60b69 mm, thp: drop page_table_lock to uncharge memcg pages by David Rientjes · 12 years ago
  13. 096a7cf mm: rename is_mlocked_vma() to mlocked_vma_newpage() by Ying Han · 12 years ago
  14. c3ac9a8 mm: memcg: count pte references from every member of the reclaimed hierarchy by Johannes Weiner · 12 years ago
  15. 91c63734 kernel: cgroup: push rcu read locking from css_is_ancestor() to callsite by Johannes Weiner · 12 years ago
  16. 0ce72d4 mm: do_migrate_pages(): rename arguments by Andrew Morton · 12 years ago
  17. 4a5b18c mm: do_migrate_pages() calls migrate_to_node() even if task is already on a correct node by Larry Woodman · 12 years ago
  18. 1f1d06c thp, memcg: split hugepage for memcg oom on cow by David Rientjes · 12 years ago
  19. bde8bd8 mm/vmstat.c: remove debug fs entries on failure of file creation and made extfrag_debug_root dentry local by Sasikantha babu · 12 years ago
  20. 841e31e mm/mmap.c: find_vma(): remove unnecessary if(mm) check by Rajman Mekaco · 12 years ago
  21. 4d67d86 mm: use kcalloc() instead of kzalloc() to allocate array by Thomas Meyer · 12 years ago
  22. 23b9da5 mm: vmscan: remove reclaim_mode_t by Mel Gorman · 12 years ago
  23. 41ac199 mm: vmscan: do not stall on writeback during memory compaction by Mel Gorman · 12 years ago
  24. c53919a mm: vmscan: remove lumpy reclaim by Mel Gorman · 12 years ago
  25. e709ffd mm: remove swap token code by Rik van Riel · 12 years ago
  26. edad9d2 mm, thp: allow fallback when pte_alloc_one() fails for huge pmd by David Rientjes · 12 years ago
  27. aa2e878 mm, thp: remove unnecessary ret variable by David Rientjes · 12 years ago
  28. f2135a4 mm/hugetlb.c: use long vars instead of int in region_count() by Wang Sheng-Hui · 12 years ago
  29. 89c522c mm/mempolicy.c: use enum value MPOL_REBIND_ONCE in mpol_rebind_policy() by Wang Sheng-Hui · 12 years ago
  30. 71dd0b8 mm/memory_failure: let the compiler add the function name by Borislav Petkov · 12 years ago
  31. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  32. fa2af6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
  33. d9ed9fa mm: add new arch_make_huge_pte() method for tile support by Chris Metcalf · 13 years ago
  34. 73636b1 arch/tile: allow building Linux with transparent huge pages enabled by Chris Metcalf · 13 years ago
  35. d484864 Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  36. 28f3d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  37. 654443e Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  38. 31fe62b mm: add a low limit to alloc_large_system_hash by Tim Bird · 12 years ago
  39. 05f144a mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkages by Mel Gorman · 12 years ago
  40. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  41. 88d6ae8d Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  42. 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
  43. dddbd54 Merge branch 'vm-cleanups' (unmap_vma() interface cleanup) by Linus Torvalds · 12 years ago
  44. 58f42fd cma: fix migration mode by Minchan Kim · 13 years ago
  45. 49f223a mm: trigger page reclaim in alloc_contig_range() to stabilise watermarks by Marek Szyprowski · 13 years ago
  46. bba9071 mm: extract reclaim code from __alloc_pages_direct_reclaim() by Marek Szyprowski · 13 years ago
  47. cfd3da1 mm: Serialize access to min_free_kbytes by Mel Gorman · 14 years ago
  48. 0815f3d mm: page_isolation: MIGRATE_CMA isolation functions added by Michal Nazarewicz · 13 years ago
  49. 47118af mm: mmzone: MIGRATE_CMA migration type added by Michal Nazarewicz · 13 years ago
  50. 6d4a491 mm: page_alloc: change fallbacks array handling by Michal Nazarewicz · 13 years ago
  51. 041d3a8 mm: page_alloc: introduce alloc_contig_range() by Michal Nazarewicz · 13 years ago
  52. ff9543f mm: compaction: export some of the functions by Michal Nazarewicz · 13 years ago
  53. 85aa125 mm: compaction: introduce isolate_freepages_range() by Michal Nazarewicz · 13 years ago
  54. 03d4419 mm: compaction: introduce map_pages() by Michal Nazarewicz · 13 years ago
  55. 2fe86e0 mm: compaction: introduce isolate_migratepages_range() by Michal Nazarewicz · 13 years ago
  56. 5f63b72 mm: page_alloc: remove trailing whitespace by Michal Nazarewicz · 13 years ago
  57. 62ade86 memcg,thp: fix res_counter:96 regression by Hugh Dickins · 13 years ago
  58. c03f94c slub: use __SetPageSlab function to set PG_slab flag by Joonsoo Kim · 13 years ago
  59. 02d7633 slub: fix a memory leak in get_partial_node() by Joonsoo Kim · 13 years ago
  60. 02e1a9c slub: missing test for partial pages flush work in flush_all() by majianpeng · 13 years ago
  61. 4053497 slub: remove unused argument of init_kmem_cache_node() by Joonsoo Kim · 13 years ago
  62. 601d39d slub: fix a possible memory leak by Joonsoo Kim · 13 years ago
  63. b38a86e userns: Convert the move_pages, and migrate_pages permission checks to use uid_eq by Eric W. Biederman · 13 years ago
  64. 8751e03 userns: Convert tmpfs to use kuid and kgid where appropriate by Eric W. Biederman · 13 years ago
  65. 165c8ae frontswap: s/put_page/store/g s/get_page/load by Konrad Rzeszutek Wilk · 13 years ago
  66. 27c6aec mm: frontswap: config and doc files by Dan Magenheimer · 13 years ago
  67. 29f233c mm: frontswap: core frontswap functionality by Dan Magenheimer · 13 years ago
  68. 38b5faf mm: frontswap: core swap subsystem hooks and headers by Dan Magenheimer · 13 years ago
  69. 9cba26e Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/uprobes by Ingo Molnar · 13 years ago
  70. 1b76b02 mm: raise MemFree by reverting percpu_pagelist_fraction to 0 by Hugh Dickins · 13 years ago
  71. 7c28332 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  72. 6bc2e85 mm: nobootmem: fix sign extend problem in __free_pages_memory() by Russ Anderson · 13 years ago
  73. 8c75776 memcg: free spare array to avoid memory leak by Sha Zhengju · 13 years ago
  74. 4998a6c hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow() by Chris Metcalf · 13 years ago
  75. 9327881 mm: fix division by 0 in percpu_pagelist_fraction() by Sasha Levin · 13 years ago
  76. 100d13c kmemleak: Fix the kmemleak tracking of the percpu areas with !SMP by Catalin Marinas · 13 years ago
  77. 42b6428 percpu: pcpu_embed_first_chunk() should free unused parts after all allocs are complete by Tejun Heo · 13 years ago
  78. e9b19cd Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  79. 155cbfc mm: use KERN_CONT in printk() continuation lines by Kay Sievers · 13 years ago
  80. de3ec03 slub: fix incorrect return type of get_any_partial() by Joonsoo Kim · 13 years ago
  81. 4f74d2c vm: remove 'nr_accounted' calculations from the unmap_vmas() interfaces by Linus Torvalds · 13 years ago
  82. 7e027b1 vm: simplify unmap_vmas() calling convention by Linus Torvalds · 13 years ago
  83. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 13 years ago
  84. 68809c7 writeback: initialize global_dirty_limit by Fengguang Wu · 13 years ago
  85. 078de5f userns: Store uid and gid values in struct cred with kuid_t and kgid_t types by Eric W. Biederman · 13 years ago
  86. 110a5c8 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  87. 6e8b09e mm: fix NULL ptr dereference in move_pages by Sasha Levin · 13 years ago
  88. f2a9ef8 mm: fix NULL ptr dereference in migrate_pages by Sasha Levin · 13 years ago
  89. 904249a mm: fix up the vmscan stat in vmstat by Ying Han · 13 years ago
  90. b1c12cb mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vma by Konstantin Khlebnikov · 13 years ago
  91. ce587e6 mm: memcg: move pc lookup point to commit_charge() by Johannes Weiner · 13 years ago
  92. 4e1c2b2 mm: nobootmem: Correct alloc_bootmem semantics. by David Miller · 13 years ago
  93. aca50bd mm: fix s390 BUG by __set_page_dirty_no_writeback on swap by Hugh Dickins · 13 years ago
  94. bfce281 kill mm argument of vm_munmap() by Al Viro · 13 years ago
  95. 6be5ceb VM: add "vm_mmap()" helper function by Linus Torvalds · 13 years ago
  96. a46ef99 VM: add "vm_munmap()" helper function by Linus Torvalds · 13 years ago
  97. e4eb1ff VM: add "vm_brk()" helper function by Linus Torvalds · 13 years ago
  98. b3dc627 memblock: memblock should be able to handle zero length operations by Tejun Heo · 13 years ago
  99. 9b7f43a memcg: fix Bad page state after replace_page_cache by Hugh Dickins · 13 years ago
  100. cbc91f7 uprobes/core: Decrement uprobe count before the pages are unmapped by Srikar Dronamraju · 13 years ago