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