1. 6e8bb01 VM: make unmap_vmas() return void by Al Viro · 12 years ago
  2. 853f5e2 VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap() by Al Viro · 12 years ago
  3. 14f5ff5 VM: make zap_page_range() return void by Al Viro · 12 years ago
  4. 8b2a123 VM: can't go through the inner loop in unmap_vmas() more than once... by Al Viro · 12 years ago
  5. 038c7aa VM: unmap_page_range() can return void by Al Viro · 12 years ago
  6. 318ceed tidy up after d_make_root() conversion by Al Viro · 12 years ago
  7. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  8. 0d9cabd Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  9. 9b04c5f mm: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  10. 16c0cfa Merge branch 'stable/cleancache.v13' into linux-next by Konrad Rzeszutek Wilk · 12 years ago
  11. 59927fb memcg: free mem_cgroup by RCU to fix oops by Hugh Dickins · 12 years ago
  12. cd593ac Merge tag 'v3.3-rc7' into x86/mce by Ingo Molnar · 12 years ago
  13. 8bdec19 mm: SLAB Out-of-memory diagnostics by Rafael Aquini · 12 years ago
  14. be22aec memcg: revert fix to mapcount check for this release by Hugh Dickins · 12 years ago
  15. 097d591 vm: avoid using find_vma_prev() unnecessarily by Linus Torvalds · 12 years ago
  16. 83cd904 mm: fix find_vma_prev by Mikulas Patocka · 12 years ago
  17. ce8fea7 mmap: EINVAL not ENOMEM when rejecting VM_GROWS by Hugh Dickins · 12 years ago
  18. c09ff08 page_cgroup: fix horrid swap accounting regression by Hugh Dickins · 12 years ago
  19. 3e85fb9 Merge branch 'akpm' (Andrew's patch bomb) by Linus Torvalds · 12 years ago
  20. e6ca7b8 memcg: fix mapcount check in move charge code for anonymous page by Naoya Horiguchi · 12 years ago
  21. 1c641e8 mm: thp: fix BUG on mm->nr_ptes by Andrea Arcangeli · 12 years ago
  22. 7512102 memcg: fix GPF when cgroup removal races with last exit by Hugh Dickins · 12 years ago
  23. 9ce70c0 memcg: fix deadlock by inverting lrucare nesting by Hugh Dickins · 12 years ago
  24. 789ce9b Merge branch 'for-3.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 12 years ago
  25. cd2934a flush_tlb_range() needs ->page_table_lock when ->mmap_sem is not held by Al Viro · 12 years ago
  26. 835ee79 VM_GROWS{UP,DOWN} shouldn't be set on shmem VMAs by Al Viro · 12 years ago
  27. 847854f memblock: Fix size aligning of memblock_alloc_base_nid() by Tejun Heo · 12 years ago
  28. b94cfaf NOMMU: Don't need to clear vm_mm when deleting a VMA by David Howells · 12 years ago
  29. 918e556 NOMMU: Lock i_mmap_mutex for access to the VMA prio list by David Howells · 12 years ago
  30. 371528c mm: memcg: Correct unregistring of events attached to the same eventfd by Anton Vorontsov · 12 years ago
  31. 73c1e20 mm: fix comment typo of truncate_inode_pages_range by Liu Bo · 12 years ago
  32. 8028dce slub: per cpu partial statistics change by Alex Shi · 12 years ago
  33. 074b851 vfs: fix panic in __d_lookup() with high dentry hashtable counts by Dimitri Sivanich · 12 years ago
  34. 4040153 security: trim security.h by Al Viro · 12 years ago
  35. 191c542 mm: collapse security_vm_enough_memory() variants into a single function by Al Viro · 12 years ago
  36. af5feae Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  37. 4de900b slub: include include for prefetch by Christoph Lameter · 12 years ago
  38. b9980cd mm: fix UP THP spin_is_locked BUGs by Hugh Dickins · 12 years ago
  39. dc90860 mm: compaction: check for overlapping nodes during isolation for migration by Mel Gorman · 12 years ago
  40. 66c4c35 slub: Do not hold slub_lock when calling sysfs_slab_add() by Christoph Lameter · 13 years ago
  41. 82bdc84 Merge branch 'akpm' by Linus Torvalds · 12 years ago
  42. 0bf380b mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block during isolation for migration by Mel Gorman · 12 years ago
  43. 3deaa71 readahead: fix pipeline break caused by block plug by Shaohua Li · 12 years ago
  44. 99f02ef mm/filemap_xip.c: fix race condition in xip_file_fault() by Carsten Otte · 12 years ago
  45. 82b3f2a mm/memcontrol.c: fix warning with CONFIG_NUMA=n by Andrew Morton · 12 years ago
  46. 35512ec mm: postpone migrated page mapping reset by Konstantin Khlebnikov · 12 years ago
  47. 7c7ed8e Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux by Linus Torvalds · 12 years ago
  48. 8cdb878 Fix race in process_vm_rw_core by Christopher Yeoh · 12 years ago
  49. 761b3ef cgroup: remove cgroup_subsys argument from callbacks by Li Zefan · 12 years ago
  50. 2673b4c backing-dev: fix wakeup timer races with bdi_unregister() by Rabin Vincent · 12 years ago
  51. 2437dcb Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  52. 4e9f44b Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/mce by Ingo Molnar · 12 years ago
  53. 701b259 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  54. 0ad9500 slub: prefetch next freelist pointer in slab_alloc() by Eric Dumazet · 13 years ago
  55. 072611e mm: cleancache: Use __read_mostly as appropiate. by Dan Magenheimer · 13 years ago
  56. 417fc2c mm: cleancache: report statistics via debugfs instead of sysfs. by Dan Magenheimer · 13 years ago
  57. 91c6cc9 mm: zcache/tmem/cleancache: s/flush/invalidate/ by Dan Magenheimer · 13 years ago
  58. 3167760 mm: cleancache: s/flush/invalidate/ by Dan Magenheimer · 13 years ago
  59. 9f9f1ac mm: fix rss count leakage during migration by Konstantin Khlebnikov · 12 years ago
  60. 2451326 SHM_UNLOCK: fix Unevictable pages stranded after swap by Hugh Dickins · 12 years ago
  61. 85046579 SHM_UNLOCK: fix long unpreemptible section by Hugh Dickins · 12 years ago
  62. 409eb8c mm/hugetlb.c: undo change to page mapcount in fault handler by Hillf Danton · 12 years ago
  63. 6568d4a mm: memcg: update the correct soft limit tree during migration by Johannes Weiner · 12 years ago
  64. 656a070 mm: __count_immobile_pages(): make sure the node is online by Michal Hocko · 12 years ago
  65. 687875f mm: fix NULL ptr dereference in __count_immobile_pages by Michal Hocko · 12 years ago
  66. 42c8c99 slab, cleanup: remove unneeded return by Zhao Jin · 13 years ago
  67. 376be5f net: fix socket memcg build with !CONFIG_NET by Glauber Costa · 12 years ago
  68. 26dd8e0 percpu: use bitmap_clear by Akinobu Mita · 12 years ago
  69. b370d29e kmemleak: Disable early logging when kmemleak is off by default by Catalin Marinas · 12 years ago
  70. b469d43 kmemleak: Only scan non-zero-size areas by Tiejun Chen · 13 years ago
  71. ccb19d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  72. 319d3b9 net: move sock_update_memcg outside of CONFIG_INET by Glauber Costa · 13 years ago
  73. 5d53cb2 memblock: Fix alloc failure due to dumb underflow protection in memblock_find_in_range_node() by Tejun Heo · 13 years ago
  74. 892d208 Merge tag 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux by Linus Torvalds · 13 years ago
  75. f1db7af mm/vmalloc.c: eliminate extra loop in pcpu_get_vm_areas error path by Kautuk Consul · 13 years ago
  76. 3f79768 mm: rearrange putback_inactive_pages by Hugh Dickins · 13 years ago
  77. f626012 mm: remove isolate_pages() by Hugh Dickins · 13 years ago
  78. 1c1c53d mm: remove del_page_from_lru, add page_off_lru by Hugh Dickins · 13 years ago
  79. 4111304 mm: enum lru_list lru by Hugh Dickins · 13 years ago
  80. 4d06f38 mm: no blank line after EXPORT_SYMBOL in swap.c by Hugh Dickins · 13 years ago
  81. 5095ae83 mm: fewer underscores in ____pagevec_lru_add by Hugh Dickins · 13 years ago
  82. 2bcf887 mm: take pagevecs off reclaim stack by Hugh Dickins · 13 years ago
  83. 90b3fea memcg: fix mem_cgroup_print_bad_page by Hugh Dickins · 13 years ago
  84. 12d2710 memcg: fix split_huge_page_refcounts() by Hugh Dickins · 13 years ago
  85. 0cee34f mm: vmscan: check if reclaim should really abort even if compaction_ready() is true for one zone by Mel Gorman · 13 years ago
  86. fe4b1b2 mm: vmscan: when reclaiming for compaction, ensure there are sufficient free pages available by Mel Gorman · 13 years ago
  87. a6bc32b mm: compaction: introduce sync-light migration for use by compaction by Mel Gorman · 13 years ago
  88. 6619971 mm: page allocator: do not call direct reclaim for THP allocations while compaction is deferred by Mel Gorman · 13 years ago
  89. c824493 mm: compaction: make isolate_lru_page() filter-aware again by Mel Gorman · 13 years ago
  90. b969c4a mm: compaction: determine if dirty pages can be migrated without blocking within ->migratepage by Mel Gorman · 13 years ago
  91. 7335084 mm: vmscan: do not OOM if aborting reclaim to start compaction by Mel Gorman · 13 years ago
  92. 5013473 mm: vmscan: check if we isolated a compound page during lumpy scan by Andrea Arcangeli · 13 years ago
  93. b16d3d5 mm: compaction: use synchronous compaction for /proc/sys/vm/compact_memory by Mel Gorman · 13 years ago
  94. a77ebd3 mm: compaction: allow compaction to isolate dirty pages by Mel Gorman · 13 years ago
  95. ea4d349 vmscan/trace: Add 'file' info to trace_mm_vmscan_lru_isolate() by Tao Ma · 13 years ago
  96. 4567688 thp: improve order in lru list for split huge page by Shaohua Li · 13 years ago
  97. f21760b thp: add tlb_remove_pmd_tlb_entry by Shaohua Li · 13 years ago
  98. e559130 thp: remove unnecessary tlb flush for mprotect by Shaohua Li · 13 years ago
  99. 569e559 thp: improve the error code path by Shaohua Li · 13 years ago
  100. 0efc8eb page_cgroup: drop multi CONFIG_MEMORY_HOTPLUG by Bob Liu · 13 years ago