1. a864b9d mm: memory_hotplug: no need to check res twice in add_memory by Sasha Levin · 12 years ago
  2. 41badc1 mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool by Michel Lespinasse · 12 years ago
  3. 1869305 mm: introduce VM_POPULATE flag to better deal with racy userspace programs by Michel Lespinasse · 12 years ago
  4. cea10a1 mm: directly use __mlock_vma_pages_range() in find_extend_vma() by Michel Lespinasse · 12 years ago
  5. c22c0d6 mm: remove flags argument to mmap_region by Michel Lespinasse · 12 years ago
  6. 81909b8 mm: use mm_populate() for mremap() of VM_LOCKED vmas by Michel Lespinasse · 12 years ago
  7. 128557f mm: use mm_populate() when adjusting brk with MCL_FUTURE in effect by Michel Lespinasse · 12 years ago
  8. a1ea954 mm: use mm_populate() for blocking remap_file_pages() by Michel Lespinasse · 12 years ago
  9. bebeb3d mm: introduce mm_populate() for populating new vmas by Michel Lespinasse · 12 years ago
  10. 940e7da mm: remap_file_pages() fixes by Michel Lespinasse · 12 years ago
  11. dafcb73 mm: avoid calling pgdat_balanced() needlessly by Zlatko Calusic · 12 years ago
  12. 7103f16 mm: compaction: make __compact_pgdat() and compact_pgdat() return void by Andrew Morton · 12 years ago
  13. 1998cc0 mm: make madvise(MADV_WILLNEED) support swap file prefetch by Shaohua Li · 12 years ago
  14. a394cb8 memcg,vmscan: do not break out targeted reclaim without reclaimed pages by Michal Hocko · 12 years ago
  15. 4ca3a69 mm/ksm.c: use new hashtable implementation by Sasha Levin · 12 years ago
  16. 43b5fbb mm/huge_memory.c: use new hashtable implementation by Sasha Levin · 12 years ago
  17. a9aacbc mm: compaction: do not accidentally skip pageblocks in the migrate scanner by Mel Gorman · 12 years ago
  18. 62b726c mm/vmscan.c:__zone_reclaim(): replace max_t() with max() by Andrew Morton · 12 years ago
  19. 90ae8d6 mm/page_alloc.c:__setup_per_zone_wmarks: make min_pages unsigned long by Andrew Morton · 12 years ago
  20. af34770 mm: reduce rmap overhead for ex-KSM page copies created on swap faults by Johannes Weiner · 12 years ago
  21. 9b4f98c mm: vmscan: compaction works against zones, not lruvecs by Johannes Weiner · 12 years ago
  22. 9a26511 mm: vmscan: clean up get_scan_count() by Johannes Weiner · 12 years ago
  23. 11d16c2 mm: vmscan: improve comment on low-page cache handling by Johannes Weiner · 12 years ago
  24. 10316b3 mm: vmscan: clarify how swappiness, highest priority, memcg interact by Johannes Weiner · 12 years ago
  25. d778df5 mm: vmscan: save work scanning (almost) empty LRU lists by Johannes Weiner · 12 years ago
  26. 7c5bd70 mm: memcg: only evict file pages when we have plenty by Johannes Weiner · 12 years ago
  27. 2a6f512 CMA: make putback_lru_pages() call conditional by Srinivas Pandruvada · 12 years ago
  28. ffb22af mm/hugetlb.c: convert to pr_foo() by Andrew Morton · 12 years ago
  29. d045197 mm/memcontrol.c: convert printk(KERN_FOO) to pr_foo() by Andrew Morton · 12 years ago
  30. 58cf188 memcg, oom: provide more precise dump info while memcg oom happening by Sha Zhengju · 12 years ago
  31. 2ef14f4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  32. 81ec44a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  33. 7c2db36 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 12 years ago
  34. ffecfd1 block: optionally snapshot page contents to provide stable pages during write by Darrick J. Wong · 12 years ago
  35. 1d1d1a7 mm: only enforce stable page writes if the backing device requires it by Darrick J. Wong · 12 years ago
  36. 7d311cd bdi: allow block devices to say that they require stable page writes by Darrick J. Wong · 12 years ago
  37. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  38. c4bc705 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 12 years ago
  39. d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  40. 7c45512 mm: fix pageblock bitmap allocation by Linus Torvalds · 12 years ago
  41. abf09be s390/mm: implement software dirty bits by Martin Schwidefsky · 12 years ago
  42. 41a7973 mm: cma: fix accounting of CMA pages placed in high memory by Marek Szyprowski · 12 years ago
  43. 4ba902b memcg: fix kmemcg registration for late caches by Glauber Costa · 12 years ago
  44. 9977f0f mm: don't overwrite mm->def_flags in do_mlockall() by Gerald Schaefer · 12 years ago
  45. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 12 years ago
  46. cf4aebc2 sched: Move sched.h sysctl bits into separate header by Clark Williams · 12 years ago
  47. 631b0cf mm: fix wrong comments about anon_vma lock by Yuanhan Liu · 12 years ago
  48. be7517d mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration_pte by Tony Lu · 12 years ago
  49. 85facf2 thp: avoid dumping huge zero page by Kirill A. Shutemov · 12 years ago
  50. 38fa417 mm: Add alloc_bootmem_low_pages_nopanic() by Yinghai Lu · 12 years ago
  51. 595ad9a memblock: Add memblock_mem_size() by Yinghai Lu · 12 years ago
  52. de65d81 Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 by H. Peter Anvin · 12 years ago
  53. d28574e mm: minor cleanup of iov_iter_single_seg_count() by Maxim Patlasov · 12 years ago
  54. ed408f7 Merge 3.9-rc4 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  55. a8826ee mm: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  56. 8fb74b9 mm: compaction: partially revert capture of suitable high-order page by Mel Gorman · 12 years ago
  57. 062f1af mm: thp: acquire the anon_vma rwsem for write during split by Mel Gorman · 12 years ago
  58. 572043c mm: mmap: annotate vm_lock_anon_vma locking properly for lockdep by Jiri Kosina · 12 years ago
  59. 10d73e6 mm: bootmem: fix free_all_bootmem_core() with odd bitmap alignment by Max Filippov · 12 years ago
  60. c060f94 mm: use aligned zone start for pfn_to_bitidx calculation by Laura Abbott · 12 years ago
  61. 7964c06 mm: compaction: fix echo 1 > compact_memory return error issue by Jason Liu · 12 years ago
  62. c0232ae mm: memblock: fix wrong memmove size in memblock_merge_regions() by Lin Feng · 12 years ago
  63. 04fa5d6 mm: migrate: check page_count of THP before migrating by Mel Gorman · 12 years ago
  64. e53289c mm: reinstante dropped pmd_trans_splitting() check by Linus Torvalds · 12 years ago
  65. 53a59fc mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPT by Michal Hocko · 12 years ago
  66. a458431 mm: fix zone_watermark_ok_safe() accounting of isolated pages by Bartlomiej Zolnierkiewicz · 12 years ago
  67. fcb35a9 MM: vmscan: remove __devinit attribute. by Greg Kroah-Hartman · 12 years ago
  68. 42288fe mm: mempolicy: Convert shared_policy mutex to spinlock by Mel Gorman · 12 years ago
  69. a7a88b2 mempolicy: remove arg from mpol_parse_str, mpol_to_str by Hugh Dickins · 12 years ago
  70. f2a07f4 tmpfs mempolicy: fix /proc/mounts corrupting memory by Hugh Dickins · 12 years ago
  71. ecccd12 mm: fix null pointer dereference in wait_iff_congested() by Zlatko Calusic · 12 years ago
  72. 4ae0a48 mm: modify pgdat_balanced() so that it also handles order-0 by Zlatko Calusic · 12 years ago
  73. 4c9a44a Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  74. 154b454 memcg: don't register hotcpu notifier from ->css_alloc() by Tejun Heo · 12 years ago
  75. 2c79737 mm: clean up transparent hugepage sysfs error messages by Jeremy Eder · 12 years ago
  76. bcc2b02 mm: cma: WARN if freed memory is still in use by Marek Szyprowski · 12 years ago
  77. c8b74c2f mm: fix calculation of dirtyable memory by Sonny Rao · 12 years ago
  78. 010fc29 compaction: fix build error in CMA && !COMPACTION by Minchan Kim · 12 years ago
  79. 21e89c0 Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into for-linus by Al Viro · 12 years ago
  80. 7898575 mm: drop vmtruncate by Marco Stornelli · 12 years ago
  81. b7dfde9 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  82. b6b19f2 ksm: make rmap walks more scalable by Hugh Dickins · 12 years ago
  83. cda73a1 mm: do not sleep in balance_pgdat if there's no i/o congestion by Zlatko Calusic · 12 years ago
  84. 3cf2384 mm/vmscan.c: avoid possible deadlock caused by too_many_isolated() by Fengguang Wu · 12 years ago
  85. d37dd5d vmscan: comment too_many_isolated() by Fengguang Wu · 12 years ago
  86. dc05373 mm/kmemleak.c: remove obsolete simple_strtoul by Abhijit Pawar · 12 years ago
  87. 79a4dce mm/memory_hotplug.c: improve comments by Tang Chen · 12 years ago
  88. 7179e7b mm/hugetlb: create hugetlb cgroup file in hugetlb_init by Jianguo Wu · 12 years ago
  89. 7d12efa mm/mprotect.c: coding-style cleanups by Andrew Morton · 12 years ago
  90. 5413dfb slub: drop mutex before deleting sysfs entry by Glauber Costa · 12 years ago
  91. ebe945c memcg: add comments clarifying aspects of cache attribute propagation by Glauber Costa · 12 years ago
  92. 107dab5 slub: slub-specific propagation changes by Glauber Costa · 12 years ago
  93. 943a451 slab: propagate tunable values by Glauber Costa · 12 years ago
  94. 749c541 memcg: aggregate memcg cache values in slabinfo by Glauber Costa · 12 years ago
  95. 2293315 memcg/sl[au]b: shrink dead caches by Glauber Costa · 12 years ago
  96. 7cf2798 memcg/sl[au]b: track all the memcg children of a kmem_cache by Glauber Costa · 12 years ago
  97. 1f458cb memcg: destroy memcg caches by Glauber Costa · 12 years ago
  98. d79923f sl[au]b: allocate objects from memcg cache by Glauber Costa · 12 years ago
  99. b9ce5ef sl[au]b: always get the cache from its page in kmem_cache_free() by Glauber Costa · 12 years ago
  100. 0e9d92f memcg: skip memcg kmem allocations in specified code regions by Glauber Costa · 12 years ago