1. 110a5c8 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  2. 6e8b09e mm: fix NULL ptr dereference in move_pages by Sasha Levin · 12 years ago
  3. f2a9ef8 mm: fix NULL ptr dereference in migrate_pages by Sasha Levin · 12 years ago
  4. 904249a mm: fix up the vmscan stat in vmstat by Ying Han · 12 years ago
  5. b1c12cb mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vma by Konstantin Khlebnikov · 12 years ago
  6. ce587e6 mm: memcg: move pc lookup point to commit_charge() by Johannes Weiner · 12 years ago
  7. 4e1c2b2 mm: nobootmem: Correct alloc_bootmem semantics. by David Miller · 12 years ago
  8. aca50bd mm: fix s390 BUG by __set_page_dirty_no_writeback on swap by Hugh Dickins · 12 years ago
  9. bfce281 kill mm argument of vm_munmap() by Al Viro · 12 years ago
  10. 6be5ceb VM: add "vm_mmap()" helper function by Linus Torvalds · 12 years ago
  11. a46ef99 VM: add "vm_munmap()" helper function by Linus Torvalds · 12 years ago
  12. e4eb1ff VM: add "vm_brk()" helper function by Linus Torvalds · 12 years ago
  13. b3dc627 memblock: memblock should be able to handle zero length operations by Tejun Heo · 12 years ago
  14. 9b7f43a memcg: fix Bad page state after replace_page_cache by Hugh Dickins · 12 years ago
  15. 41c9308 Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()" by Ying Han · 12 years ago
  16. 66aebce hugetlb: fix race condition in hugetlb_fault() by Chris Metcalf · 12 years ago
  17. 569530f memcg: do not open code accesses to res_counter members by Glauber Costa · 12 years ago
  18. d833049 memcg: fix broken boolen expression by Kirill A. Shutemov · 12 years ago
  19. 532bfc8 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  20. 0fc9d10 radix-tree: use iterators in find_get_pages* functions by Konstantin Khlebnikov · 12 years ago
  21. 7404649 mm: only IPI CPUs to drain local pages if they exist by Gilad Ben-Yossef · 12 years ago
  22. a8364d5 slub: only IPI CPUs that have per cpu obj to flush by Gilad Ben-Yossef · 12 years ago
  23. d15cab9 swapon: check validity of swap_flags by Hugh Dickins · 12 years ago
  24. 29fd66d mm, coredump: fail allocations when coredumping instead of oom killing by David Rientjes · 12 years ago
  25. 45f83ce mm: thp: fix up pmd_trans_unstable() locations by Andrea Arcangeli · 12 years ago
  26. 623e3db mm for fs: add truncate_pagecache_range() by Hugh Dickins · 12 years ago
  27. 0c9aac0 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
  28. 69e1aad Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  29. 496b919 Fix potential endless loop in kswapd when compaction is not enabled by Rik van Riel · 12 years ago
  30. accb61f coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP by Jason Baron · 12 years ago
  31. 909af76 coredump: remove VM_ALWAYSDUMP flag by Jason Baron · 12 years ago
  32. d2d3930 signal: oom_kill_task: use SEND_SIG_FORCED instead of force_sig() by Oleg Nesterov · 12 years ago
  33. 6629326 mm: hugetlb: cleanup duplicated code in unmapping vm range by Hillf Danton · 12 years ago
  34. 643ac9f mm: fix testorder interaction between two kswapd patches by Hugh Dickins · 12 years ago
  35. aab008d Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm by Linus Torvalds · 12 years ago
  36. 754b980 Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  37. 9521127 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  38. 91913a2 mm: export dirty_writeback_interval by Artem Bityutskiy · 12 years ago
  39. 1272485 memcg: avoid THP split in task migration by Naoya Horiguchi · 12 years ago
  40. d8c37c4 thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGE by Naoya Horiguchi · 12 years ago
  41. 8d32ff8 memcg: clean up existing move charge code by Naoya Horiguchi · 12 years ago
  42. a488428 mm/memcontrol.c: remove unnecessary 'break' in mem_cgroup_read() by Jeff Liu · 12 years ago
  43. 45f3e38 mm/memcontrol.c: remove redundant BUG_ON() in mem_cgroup_usage_unregister_event() by Anton Vorontsov · 12 years ago
  44. 13fd1dd9 mm/memcontrol.c: s/stealed/stolen/ by Andrew Morton · 12 years ago
  45. 4331f7d memcg: fix performance of mem_cgroup_begin_update_page_stat() by KAMEZAWA Hiroyuki · 12 years ago
  46. 2ff76f1 memcg: remove PCG_FILE_MAPPED by KAMEZAWA Hiroyuki · 12 years ago
  47. 89c06bd memcg: use new logic for page stat accounting by KAMEZAWA Hiroyuki · 12 years ago
  48. 312734c0 memcg: remove PCG_MOVE_LOCK flag from page_cgroup by KAMEZAWA Hiroyuki · 12 years ago
  49. 619d094 memcg: simplify move_account() check by KAMEZAWA Hiroyuki · 12 years ago
  50. 9e33579 memcg: remove EXPORT_SYMBOL(mem_cgroup_update_page_stat) by KAMEZAWA Hiroyuki · 12 years ago
  51. b2402857 memcg: remove PCG_CACHE page_cgroup flag by KAMEZAWA Hiroyuki · 12 years ago
  52. 0e79ded memcg: remove unnecessary thp check in page stat accounting by KAMEZAWA Hiroyuki · 12 years ago
  53. 1f2b71f memcg: remove redundant returns by Hugh Dickins · 12 years ago
  54. f156ab93 memcg: enum lru_list lru by Hugh Dickins · 12 years ago
  55. 1eb4927 memcg: lru_size instead of MEM_CGROUP_ZSTAT by Hugh Dickins · 12 years ago
  56. d79154b memcg: replace mem and mem_cont stragglers by Hugh Dickins · 12 years ago
  57. 052b198 swap: don't do discard if no discard option added by Shaohua Li · 12 years ago
  58. 1480de0 mm: forbid lumpy-reclaim in shrink_active_list() by Konstantin Khlebnikov · 12 years ago
  59. 88f6b4c mmap.c: fix comment for __insert_vm_struct() by Kautuk Consul · 12 years ago
  60. b224ef8 page_alloc: remove unused find_zone_movable_pfns_for_nodes() argument by Kautuk Consul · 12 years ago
  61. 8d13bdd page_alloc.c: remove add_from_early_node_map() by Kautuk Consul · 12 years ago
  62. 40716e2 hugetlbfs: fix alignment of huge page requests by Steven Truelove · 12 years ago
  63. ea48cf7 mm, counters: fold __sync_task_rss_stat() into sync_mm_rss() by David Rientjes · 12 years ago
  64. 05af2e1 mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat() by David Rientjes · 12 years ago
  65. 9048162 hugepages: fix use after free bug in "quota" handling by David Gibson · 12 years ago
  66. ef69422 ksm: cleanup: introduce find_mergeable_vma() by Bob Liu · 12 years ago
  67. cc9a6c8 cpuset: mm: reduce large amounts of memory barrier related damage v3 by Mel Gorman · 12 years ago
  68. e845e19 mm, memcg: pass charge order to oom killer by David Rientjes · 12 years ago
  69. c7cfa37 mm/vmscan.c: fix spelling error by Copot Alexandru · 12 years ago
  70. 9a3c531 mm: update stale lock ordering comment for memory-failure.c by Andi Kleen · 12 years ago
  71. 47a1333 mm: use global_dirty_limit in throttle_vm_writeout() by Fengguang Wu · 12 years ago
  72. 1010bb1 mm: don't set __GFP_WRITE on ramfs/sysfs writes by Fengguang Wu · 12 years ago
  73. f5bf18f bootmem/sparsemem: remove limit constraint in alloc_bootmem_section by Nishanth Aravamudan · 12 years ago
  74. f0cb3c7 mm: drain percpu lru add/rotate page-vectors on cpu hot-unplug by Konstantin Khlebnikov · 12 years ago
  75. 3268c63 mm: fix move/migrate_pages() race on task struct by Christoph Lameter · 12 years ago
  76. 385de35 thp: allow a hwpoisoned head page to be put back to LRU by Dean Nelson · 12 years ago
  77. 6d9d88d tmpfs: security xattr setting on inode creation by Jarkko Sakkinen · 12 years ago
  78. 08ab9b1 mm, oom: force oom kill on sysrq+f by David Rientjes · 12 years ago
  79. b764375 procfs: mark thread stack correctly in proc/<pid>/maps by Siddhesh Poyarekar · 12 years ago
  80. 9e81130 mm: hugetlb: bail out unmapping after serving reference page by Hillf Danton · 12 years ago
  81. d563c05 vmscan: handle isolated pages with lru lock released by Hillf Danton · 12 years ago
  82. 6583a84 rmap: anon_vma_prepare: Reduce code duplication by calling anon_vma_chain_link by Kautuk Consul · 12 years ago
  83. 28073b0 mm: hugetlb: defer freeing pages when gathering surplus pages by Hillf Danton · 12 years ago
  84. cc715d9 mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning highmem by Mel Gorman · 12 years ago
  85. ce1744f mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION) by Konstantin Khlebnikov · 12 years ago
  86. 025c5b2 thp: optimize away unnecessary page table locking by Naoya Horiguchi · 12 years ago
  87. b716ad9 mm: search from free_area_cache for the bigger size by Xiao Guangrong · 12 years ago
  88. f44d219 mm: do not reset cached_hole_size when vma is unmapped by Xiao Guangrong · 12 years ago
  89. aad6ec3 mm: compaction: make compact_control order signed by Dan Carpenter · 12 years ago
  90. 8575ec2 compact_pgdat: workaround lockdep warning in kswapd by Hugh Dickins · 12 years ago
  91. aff6224 vmscan: only defer compaction for failed order and higher by Rik van Riel · 12 years ago
  92. 7be62de vmscan: kswapd carefully call compaction by Rik van Riel · 12 years ago
  93. fe2c2a1 vmscan: reclaim at order 0 when compaction is enabled by Rik van Riel · 12 years ago
  94. 67f96aa mm: make swapin readahead skip over holes by Rik van Riel · 12 years ago
  95. c38446c mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone() by Hillf Danton · 12 years ago
  96. 69c9782 mm: make get_mm_counter static-inline by Konstantin Khlebnikov · 12 years ago
  97. 6131728 mm/vmscan.c: cleanup with s/reclaim_mode/isolate_mode/ by Hillf Danton · 12 years ago
  98. dc3f21e mm, oom: introduce independent oom killer ratelimit state by David Rientjes · 12 years ago
  99. 8447d95 mm, oom: do not emit oom killer warning if chosen thread is already exiting by David Rientjes · 12 years ago
  100. 647f2bd mm, oom: fold oom_kill_task() into oom_kill_process() by David Rientjes · 12 years ago