1. 3ac38fa mm/slub.c: use register_hotmemory_notifier() by Andrew Morton · 11 years ago
  2. f9872ca page_alloc: make setup_nr_node_ids() usable for arch init code by Cody P Schafer · 11 years ago
  3. 7c243c7 mm: speedup in __early_pfn_to_nid by Russ Anderson · 11 years ago
  4. fed5b64 mm/migrate: fix comment typo syncronous->synchronous by Jianguo Wu · 11 years ago
  5. fed2719 mm: page_alloc: avoid marking zones full prematurely after zone_reclaim() by Mel Gorman · 11 years ago
  6. 0aad818 sparse-vmemmap: specify vmemmap population range in bytes by Johannes Weiner · 11 years ago
  7. 055e4fd mm: try harder to allocate vmemmap blocks by Ben Hutchings · 11 years ago
  8. 949f7ec mm, hugetlb: include hugepages in meminfo by David Rientjes · 11 years ago
  9. 1444f92 mm: merging memory blocks resets mempolicy by Hampson, Steven T · 11 years ago
  10. 6ee8630 mm: allow arch code to control the user page table ceiling by Hugh Dickins · 11 years ago
  11. acb6d55 memcg: do not check for do_swap_account in mem_cgroup_{read,write,reset} by Michal Hocko · 11 years ago
  12. ee5df05 mmap: find_vma: remove the WARN_ON_ONCE(!mm) check by Zhang Yanfei · 11 years ago
  13. 13ba3fc kexec, vmalloc: export additional vmalloc layer information by Atsushi Kumagai · 11 years ago
  14. 4341fa4 mm, vmalloc: remove list management of vmlist after initializing vmalloc by Joonsoo Kim · 11 years ago
  15. f1c4069 mm, vmalloc: export vmap_area_list, instead of vmlist by Joonsoo Kim · 11 years ago
  16. d4033af mm, vmalloc: iterate vmap_area_list, instead of vmlist, in vmallocinfo() by Joonsoo Kim · 11 years ago
  17. f98782d mm, vmalloc: iterate vmap_area_list in get_vmalloc_info() by Joonsoo Kim · 11 years ago
  18. e81ce85 mm, vmalloc: iterate vmap_area_list, instead of vmlist in vread/vwrite() by Joonsoo Kim · 11 years ago
  19. c69480a mm, vmalloc: protect va->vm by vmap_area_lock by Joonsoo Kim · 11 years ago
  20. db3808c mm, vmalloc: move get_vmalloc_info() to vmalloc.c by Joonsoo Kim · 11 years ago
  21. 713685111 mm: make snapshotting pages for stable writes a per-bio operation by Darrick J. Wong · 11 years ago
  22. 106c992 mm/hugetlb: add more arch-defined huge_pte functions by Gerald Schaefer · 11 years ago
  23. 16248d8 memcg: further simplify mem_cgroup_iter by Michal Hocko · 11 years ago
  24. 19f3940 memcg: simplify mem_cgroup_iter by Michal Hocko · 11 years ago
  25. 5f57816 memcg: relax memcg iter caching by Michal Hocko · 11 years ago
  26. 542f85f memcg: rework mem_cgroup_iter to use cgroup iterators by Michal Hocko · 11 years ago
  27. c40046f memcg: keep prev's css alive for the whole mem_cgroup_iter by Michal Hocko · 11 years ago
  28. cfa11e0 mm: introduce free_highmem_page() helper to free highmem pages into buddy system by Jiang Liu · 11 years ago
  29. 69afade mm: introduce common help functions to deal with reserved/managed pages by Jiang Liu · 11 years ago
  30. 2d42a40 mm/vmscan.c: minor cleanup for kswapd by Hillf Danton · 11 years ago
  31. e05c4bb mm: walk_memory_range(): fix typo in comment by Toshi Kani · 11 years ago
  32. 94f3d3a memblock: add assertion for zero allocation alignment by Vineet Gupta · 11 years ago
  33. 369a713 rmap: recompute pgoff for unmapping huge page by Hillf Danton · 11 years ago
  34. 250297e mm/shmem.c: remove an ifdef by Andrew Morton · 11 years ago
  35. 4b59e6c mm, show_mem: suppress page counts in non-blockable contexts by David Rientjes · 11 years ago
  36. fe0bfaa mm: trace filemap add and del by Robert Jarzmik · 11 years ago
  37. e398629 HWPOISON: check dirty flag to match against clean page by Naoya Horiguchi · 11 years ago
  38. 4f567cb Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  39. 3c0b9de vm: add no-mmu vm_iomap_memory() stub by Linus Torvalds · 11 years ago
  40. d72515b mm/vmscan: fix error return in kswapd_run() by Xishi Qiu · 11 years ago
  41. 9cc3a5b hugetlbfs: add swap entry check in follow_hugetlb_page() by Naoya Horiguchi · 11 years ago
  42. b4cbb19 vm: add vm_iomap_memory() helper function by Linus Torvalds · 11 years ago
  43. 2f093e2 Merge 3.9-rc7 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  44. 1de14c3 x86-32: Fix possible incomplete TLB invalidate with PAE pagetables by Dave Hansen · 11 years ago
  45. b6a9b7f mm: prevent mmap_cache race in find_vma() by Jan Stancek · 11 years ago
  46. 9748572 Merge v3.9-rc5 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  47. 5853ff2 mm: export split_page() by K. Y. Srinivasan · 12 years ago
  48. 09a9f1d Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace programs" by Michel Lespinasse · 12 years ago
  49. ca4b3f3 mm/hotplug: only free wait_table if it's allocated by vmalloc by Jianguo Wu · 12 years ago
  50. d002858 mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit accouting by Wanpeng Li · 12 years ago
  51. a2362d2 mm/fremap.c: fix possible oops on error path by Michel Lespinasse · 12 years ago
  52. 6d7825b mm/fremap.c: fix oops on error path by Andrew Morton · 12 years ago
  53. f874945 mm: remove_memory(): fix end_pfn setting by Toshi Kani · 12 years ago
  54. 4febd95 Select VIRT_TO_BUS directly where needed by Stephen Rothwell · 12 years ago
  55. 8aec0f5 Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys by Mathieu Desnoyers · 12 years ago
  56. 15cf17d memcg: initialize kmem-cache destroying work earlier by Konstantin Khlebnikov · 12 years ago
  57. d8fc16a ksm: fix m68k build: only NUMA needs pfn_to_nid by Hugh Dickins · 12 years ago
  58. 7880639 mm/mempolicy.c: fix sp_node_init() argument ordering by KOSAKI Motohiro · 12 years ago
  59. 5ca3957 mm/mempolicy.c: fix wrong sp_node insertion by Hillf Danton · 12 years ago
  60. 56a79b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  61. 20e6926 x86, ACPI, mm: Revert movablemem_map support by Yinghai Lu · 12 years ago
  62. 26567cd fix nommu breakage in shmem.c by Al Viro · 12 years ago
  63. de1a226 Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  64. ee89f81 Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  65. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  66. 887cbce0 arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUS by Stephen Rothwell · 12 years ago
  67. ff6a6da mm: accelerate munlock() treatment of THP pages by Michel Lespinasse · 12 years ago
  68. 0988496 mm: do not grow the stack vma just because of an overrun on preceding vma by Linus Torvalds · 12 years ago
  69. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  70. 94e07a75 fs: encode_fh: return FILEID_INVALID if invalid fid_type by Namjae Jeon · 12 years ago
  71. 3451538 shmem_setup_file(): use d_alloc_pseudo() instead of d_alloc() by Al Viro · 12 years ago
  72. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  73. 9043a26 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  74. ef53d16c ksm: allocate roots when needed by Hugh Dickins · 12 years ago
  75. 56f3180 mm: cleanup "swapcache" in do_swap_page by Hugh Dickins · 12 years ago
  76. 9e16b7f mm,ksm: swapoff might need to copy by Hugh Dickins · 12 years ago
  77. 5117b3b mm,ksm: FOLL_MIGRATION do migration_entry_wait by Hugh Dickins · 12 years ago
  78. bc56620 ksm: shrink 32-bit rmap_item back to 32 bytes by Hugh Dickins · 12 years ago
  79. b599cbd ksm: treat unstable nid like in stable tree by Hugh Dickins · 12 years ago
  80. 8fdb3db ksm: add some comments by Hugh Dickins · 12 years ago
  81. 49cd0a5 tmpfs: fix mempolicy object leaks by Greg Thelen · 12 years ago
  82. 5f00110 tmpfs: fix use-after-free of mempolicy object by Greg Thelen · 12 years ago
  83. 67d46b2 mm/fadvise.c: drain all pagevecs if POSIX_FADV_DONTNEED fails to discard all pages by Mel Gorman · 12 years ago
  84. fa79419 mm: export mmu notifier invalidates by Cliff Wickman · 12 years ago
  85. 240aade mm: accelerate mm_populate() treatment of THP pages by Michel Lespinasse · 12 years ago
  86. 28a3571 mm: use long type for page counts in mm_populate() and get_user_pages() by Michel Lespinasse · 12 years ago
  87. e0fb581 mm: accurately document nr_free_*_pages functions with code comments by Zhang Yanfei · 12 years ago
  88. 5f4b9fc HWPOISON: change order of error_states[]'s elements by Naoya Horiguchi · 12 years ago
  89. 524fca1 HWPOISON: fix misjudgement of page_action() for errors on mlocked pages by Naoya Horiguchi · 12 years ago
  90. 6d043990 memcg: stop warning on memcg_propagate_kmem by Hugh Dickins · 12 years ago
  91. b21e0b9 vmscan: change type of vm_total_pages to unsigned long by Zhang Yanfei · 12 years ago
  92. ebec386 mm: fix return type for functions nr_free_*_pages by Zhang Yanfei · 12 years ago
  93. 1081312 memcg: cleanup mem_cgroup_init comment by Michal Hocko · 12 years ago
  94. e477749 memcg: move memcg_stock initialization to mem_cgroup_init by Michal Hocko · 12 years ago
  95. 8787a1d memcg: move mem_cgroup_soft_limit_tree_init to mem_cgroup_init by Michal Hocko · 12 years ago
  96. 0e50ce3 mm: use up free swap space before reaching OOM kill by Minchan Kim · 12 years ago
  97. 00ef2d2 mm: use NUMA_NO_NODE by David Rientjes · 12 years ago
  98. 751efd8 mmu_notifier_unregister NULL Pointer deref and multiple ->release() callouts by Robin Holt · 12 years ago
  99. c1f1949 mm/memory_hotplug: use pgdat_end_pfn() instead of open coding the same. by Cody P Schafer · 12 years ago
  100. 64dd1b2 mm/memory_hotplug: use ensure_zone_is_initialized() by Cody P Schafer · 12 years ago