1. 3c0b9de vm: add no-mmu vm_iomap_memory() stub by Linus Torvalds · 11 years ago
  2. d72515b mm/vmscan: fix error return in kswapd_run() by Xishi Qiu · 11 years ago
  3. 9cc3a5b hugetlbfs: add swap entry check in follow_hugetlb_page() by Naoya Horiguchi · 11 years ago
  4. b4cbb19 vm: add vm_iomap_memory() helper function by Linus Torvalds · 11 years ago
  5. 1de14c3 x86-32: Fix possible incomplete TLB invalidate with PAE pagetables by Dave Hansen · 11 years ago
  6. b6a9b7f mm: prevent mmap_cache race in find_vma() by Jan Stancek · 11 years ago
  7. 09a9f1d Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace programs" by Michel Lespinasse · 11 years ago
  8. ca4b3f3 mm/hotplug: only free wait_table if it's allocated by vmalloc by Jianguo Wu · 11 years ago
  9. d002858 mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit accouting by Wanpeng Li · 11 years ago
  10. a2362d2 mm/fremap.c: fix possible oops on error path by Michel Lespinasse · 11 years ago
  11. 6d7825b mm/fremap.c: fix oops on error path by Andrew Morton · 11 years ago
  12. f874945 mm: remove_memory(): fix end_pfn setting by Toshi Kani · 11 years ago
  13. 4febd95 Select VIRT_TO_BUS directly where needed by Stephen Rothwell · 11 years ago
  14. 8aec0f5 Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys by Mathieu Desnoyers · 11 years ago
  15. 15cf17d memcg: initialize kmem-cache destroying work earlier by Konstantin Khlebnikov · 11 years ago
  16. d8fc16a ksm: fix m68k build: only NUMA needs pfn_to_nid by Hugh Dickins · 11 years ago
  17. 7880639 mm/mempolicy.c: fix sp_node_init() argument ordering by KOSAKI Motohiro · 11 years ago
  18. 5ca3957 mm/mempolicy.c: fix wrong sp_node insertion by Hillf Danton · 11 years ago
  19. 56a79b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  20. 20e6926 x86, ACPI, mm: Revert movablemem_map support by Yinghai Lu · 11 years ago
  21. 26567cd fix nommu breakage in shmem.c by Al Viro · 11 years ago
  22. de1a226 Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 11 years ago
  23. ee89f81 Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  24. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  25. 887cbce0 arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUS by Stephen Rothwell · 11 years ago
  26. ff6a6da mm: accelerate munlock() treatment of THP pages by Michel Lespinasse · 11 years ago
  27. 0988496 mm: do not grow the stack vma just because of an overrun on preceding vma by Linus Torvalds · 11 years ago
  28. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  29. 94e07a75 fs: encode_fh: return FILEID_INVALID if invalid fid_type by Namjae Jeon · 11 years ago
  30. 3451538 shmem_setup_file(): use d_alloc_pseudo() instead of d_alloc() by Al Viro · 11 years ago
  31. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  32. 9043a26 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  33. ef53d16c ksm: allocate roots when needed by Hugh Dickins · 11 years ago
  34. 56f3180 mm: cleanup "swapcache" in do_swap_page by Hugh Dickins · 11 years ago
  35. 9e16b7f mm,ksm: swapoff might need to copy by Hugh Dickins · 11 years ago
  36. 5117b3b mm,ksm: FOLL_MIGRATION do migration_entry_wait by Hugh Dickins · 11 years ago
  37. bc56620 ksm: shrink 32-bit rmap_item back to 32 bytes by Hugh Dickins · 11 years ago
  38. b599cbd ksm: treat unstable nid like in stable tree by Hugh Dickins · 11 years ago
  39. 8fdb3db ksm: add some comments by Hugh Dickins · 11 years ago
  40. 49cd0a5 tmpfs: fix mempolicy object leaks by Greg Thelen · 11 years ago
  41. 5f00110 tmpfs: fix use-after-free of mempolicy object by Greg Thelen · 11 years ago
  42. 67d46b2 mm/fadvise.c: drain all pagevecs if POSIX_FADV_DONTNEED fails to discard all pages by Mel Gorman · 11 years ago
  43. fa79419 mm: export mmu notifier invalidates by Cliff Wickman · 11 years ago
  44. 240aade mm: accelerate mm_populate() treatment of THP pages by Michel Lespinasse · 11 years ago
  45. 28a3571 mm: use long type for page counts in mm_populate() and get_user_pages() by Michel Lespinasse · 11 years ago
  46. e0fb581 mm: accurately document nr_free_*_pages functions with code comments by Zhang Yanfei · 11 years ago
  47. 5f4b9fc HWPOISON: change order of error_states[]'s elements by Naoya Horiguchi · 11 years ago
  48. 524fca1 HWPOISON: fix misjudgement of page_action() for errors on mlocked pages by Naoya Horiguchi · 11 years ago
  49. 6d043990 memcg: stop warning on memcg_propagate_kmem by Hugh Dickins · 11 years ago
  50. b21e0b9 vmscan: change type of vm_total_pages to unsigned long by Zhang Yanfei · 11 years ago
  51. ebec386 mm: fix return type for functions nr_free_*_pages by Zhang Yanfei · 11 years ago
  52. 1081312 memcg: cleanup mem_cgroup_init comment by Michal Hocko · 11 years ago
  53. e477749 memcg: move memcg_stock initialization to mem_cgroup_init by Michal Hocko · 11 years ago
  54. 8787a1d memcg: move mem_cgroup_soft_limit_tree_init to mem_cgroup_init by Michal Hocko · 11 years ago
  55. 0e50ce3 mm: use up free swap space before reaching OOM kill by Minchan Kim · 11 years ago
  56. 00ef2d2 mm: use NUMA_NO_NODE by David Rientjes · 11 years ago
  57. 751efd8 mmu_notifier_unregister NULL Pointer deref and multiple ->release() callouts by Robin Holt · 11 years ago
  58. c1f1949 mm/memory_hotplug: use pgdat_end_pfn() instead of open coding the same. by Cody P Schafer · 11 years ago
  59. 64dd1b2 mm/memory_hotplug: use ensure_zone_is_initialized() by Cody P Schafer · 11 years ago
  60. f6bbb78 mm: add helper ensure_zone_is_initialized() by Cody P Schafer · 11 years ago
  61. b5e6a5a mm/page_alloc: add informative debugging message in page_outside_zone_boundaries() by Cody P Schafer · 11 years ago
  62. d29bb97 mm/page_alloc: add a VM_BUG in __free_one_page() if the zone is uninitialized. by Cody P Schafer · 11 years ago
  63. 108bcc9 mm: add & use zone_end_pfn() and zone_spans_pfn() by Cody P Schafer · 11 years ago
  64. 4805b02 mm/mlock.c: document scary-looking stack expansion mlock chain by Johannes Weiner · 11 years ago
  65. e379014 mm: refactor inactive_file_is_low() to use get_lru_size() by Johannes Weiner · 11 years ago
  66. 860f275 mm: shmem: use new radix tree iterator by Johannes Weiner · 11 years ago
  67. ef4d43a ksm: stop hotremove lockdep warning by Hugh Dickins · 11 years ago
  68. 9c620e2 mm: remove offlining arg to migrate_pages by Hugh Dickins · 11 years ago
  69. b79bc0a ksm: enable KSM page migration by Hugh Dickins · 11 years ago
  70. 4146d2d ksm: make !merge_across_nodes migration safe by Hugh Dickins · 11 years ago
  71. c8d6553 ksm: make KSM page migration possible by Hugh Dickins · 11 years ago
  72. cbf86cf ksm: remove old stable nodes more thoroughly by Hugh Dickins · 11 years ago
  73. 8aafa6a ksm: get_ksm_page locked by Hugh Dickins · 11 years ago
  74. ee0ea59 ksm: reorganize ksm_check_stable_tree by Hugh Dickins · 11 years ago
  75. e850dcf ksm: trivial tidyups by Hugh Dickins · 11 years ago
  76. 90bd6fd ksm: allow trees per NUMA node by Petr Holasek · 11 years ago
  77. 22b751c mm: rename page struct field helpers by Mel Gorman · 11 years ago
  78. e4715f0 memcg: avoid dangling reference count in creation failure. by Glauber Costa · 11 years ago
  79. 692e89a memcg: increment static branch right after limit set by Glauber Costa · 11 years ago
  80. 0999821 memcg: replace cgroup_lock with memcg specific memcg_lock by Glauber Costa · 11 years ago
  81. b5f99b5 memcg: fast hierarchy-aware child test by Glauber Costa · 11 years ago
  82. d142e3e memcg: split part of memcg creation to css_online by Glauber Costa · 11 years ago
  83. ee5e847 memcg: prevent changes to move_charge_at_immigrate during task attach by Glauber Costa · 11 years ago
  84. 45cf7eb memcg: reduce the size of struct memcg 244-fold. by Glauber Costa · 11 years ago
  85. a4e1b4c mm: init: report on last-nid information stored in page->flags by Mel Gorman · 11 years ago
  86. 4468b8f mm: uninline page_xchg_last_nid() by Mel Gorman · 11 years ago
  87. 6acc8b0 memcg: clean up swap accounting initialization code by Michal Hocko · 11 years ago
  88. 2d11085 memcg: do not create memsw files if swap accounting is disabled by Michal Hocko · 11 years ago
  89. 75f7ad8 page-writeback.c: subtract min_free_kbytes from dirtyable memory by Paul Szabo · 11 years ago
  90. 08b5270 mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write() by Konstantin Khlebnikov · 11 years ago
  91. ec8acf2 swap: add per-partition lock for swapfile by Shaohua Li · 11 years ago
  92. 33806f0 swap: make each swap partition have one address_space by Shaohua Li · 11 years ago
  93. 9800339 mm: don't inline page_mapping() by Shaohua Li · 11 years ago
  94. 340ef39 mm: numa: cleanup flow of transhuge page migration by Hugh Dickins · 11 years ago
  95. 75980e9 mm: fold page->_last_nid into page->flags where possible by Peter Zijlstra · 11 years ago
  96. 3abef4e mm: numa: take THP into account when migrating pages for NUMA balancing by Mel Gorman · 11 years ago
  97. 21caf2f mm: teach mm by current context info to not do I/O during memory allocation by Ming Lei · 11 years ago
  98. 258401a mm: don't wait on congested zones in balance_pgdat() by Zlatko Calusic · 11 years ago
  99. 4db0e95 mm/memory-failure.c: fix wrong num_poisoned_pages in handling memory error on thp by Naoya Horiguchi · 11 years ago
  100. af8fae7 mm/memory-failure.c: clean up soft_offline_page() by Naoya Horiguchi · 11 years ago