1. 385de35 thp: allow a hwpoisoned head page to be put back to LRU by Dean Nelson · 13 years ago
  2. 6d9d88d tmpfs: security xattr setting on inode creation by Jarkko Sakkinen · 13 years ago
  3. 08ab9b1 mm, oom: force oom kill on sysrq+f by David Rientjes · 13 years ago
  4. b764375 procfs: mark thread stack correctly in proc/<pid>/maps by Siddhesh Poyarekar · 13 years ago
  5. 9e81130 mm: hugetlb: bail out unmapping after serving reference page by Hillf Danton · 13 years ago
  6. d563c05 vmscan: handle isolated pages with lru lock released by Hillf Danton · 13 years ago
  7. 6583a84 rmap: anon_vma_prepare: Reduce code duplication by calling anon_vma_chain_link by Kautuk Consul · 13 years ago
  8. 28073b0 mm: hugetlb: defer freeing pages when gathering surplus pages by Hillf Danton · 13 years ago
  9. cc715d9 mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning highmem by Mel Gorman · 13 years ago
  10. ce1744f mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION) by Konstantin Khlebnikov · 13 years ago
  11. 025c5b2 thp: optimize away unnecessary page table locking by Naoya Horiguchi · 13 years ago
  12. b716ad9 mm: search from free_area_cache for the bigger size by Xiao Guangrong · 13 years ago
  13. f44d219 mm: do not reset cached_hole_size when vma is unmapped by Xiao Guangrong · 13 years ago
  14. aad6ec3 mm: compaction: make compact_control order signed by Dan Carpenter · 13 years ago
  15. 8575ec2 compact_pgdat: workaround lockdep warning in kswapd by Hugh Dickins · 13 years ago
  16. aff6224 vmscan: only defer compaction for failed order and higher by Rik van Riel · 13 years ago
  17. 7be62de vmscan: kswapd carefully call compaction by Rik van Riel · 13 years ago
  18. fe2c2a1 vmscan: reclaim at order 0 when compaction is enabled by Rik van Riel · 13 years ago
  19. 67f96aa mm: make swapin readahead skip over holes by Rik van Riel · 13 years ago
  20. c38446c mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone() by Hillf Danton · 13 years ago
  21. 69c9782 mm: make get_mm_counter static-inline by Konstantin Khlebnikov · 13 years ago
  22. 6131728 mm/vmscan.c: cleanup with s/reclaim_mode/isolate_mode/ by Hillf Danton · 13 years ago
  23. dc3f21e mm, oom: introduce independent oom killer ratelimit state by David Rientjes · 13 years ago
  24. 8447d95 mm, oom: do not emit oom killer warning if chosen thread is already exiting by David Rientjes · 13 years ago
  25. 647f2bd mm, oom: fold oom_kill_task() into oom_kill_process() by David Rientjes · 13 years ago
  26. 2a1c9b1 mm, oom: avoid looping when chosen thread detaches its mm by David Rientjes · 13 years ago
  27. 1a5a990 mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode by Andrea Arcangeli · 13 years ago
  28. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  29. 3a990a5 Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  30. 3556485 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 13 years ago
  31. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 13 years ago
  32. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  33. f5cc4ee VM: make zap_page_range() callers that act on a single VMA use separate helper by Al Viro · 13 years ago
  34. 6e8bb01 VM: make unmap_vmas() return void by Al Viro · 13 years ago
  35. 853f5e2 VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap() by Al Viro · 13 years ago
  36. 14f5ff5 VM: make zap_page_range() return void by Al Viro · 13 years ago
  37. 8b2a123 VM: can't go through the inner loop in unmap_vmas() more than once... by Al Viro · 13 years ago
  38. 038c7aa VM: unmap_page_range() can return void by Al Viro · 13 years ago
  39. 318ceed tidy up after d_make_root() conversion by Al Viro · 13 years ago
  40. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  41. 0d9cabd Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 13 years ago
  42. 9b04c5f mm: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  43. 16c0cfa Merge branch 'stable/cleancache.v13' into linux-next by Konrad Rzeszutek Wilk · 13 years ago
  44. 59927fb memcg: free mem_cgroup by RCU to fix oops by Hugh Dickins · 13 years ago
  45. cd593ac Merge tag 'v3.3-rc7' into x86/mce by Ingo Molnar · 13 years ago
  46. 8bdec19 mm: SLAB Out-of-memory diagnostics by Rafael Aquini · 13 years ago
  47. be22aec memcg: revert fix to mapcount check for this release by Hugh Dickins · 13 years ago
  48. 097d591 vm: avoid using find_vma_prev() unnecessarily by Linus Torvalds · 13 years ago
  49. 83cd904 mm: fix find_vma_prev by Mikulas Patocka · 13 years ago
  50. ce8fea7 mmap: EINVAL not ENOMEM when rejecting VM_GROWS by Hugh Dickins · 13 years ago
  51. c09ff08 page_cgroup: fix horrid swap accounting regression by Hugh Dickins · 13 years ago
  52. 3e85fb9 Merge branch 'akpm' (Andrew's patch bomb) by Linus Torvalds · 13 years ago
  53. e6ca7b8 memcg: fix mapcount check in move charge code for anonymous page by Naoya Horiguchi · 13 years ago
  54. 1c641e8 mm: thp: fix BUG on mm->nr_ptes by Andrea Arcangeli · 13 years ago
  55. 7512102 memcg: fix GPF when cgroup removal races with last exit by Hugh Dickins · 13 years ago
  56. 9ce70c0 memcg: fix deadlock by inverting lrucare nesting by Hugh Dickins · 13 years ago
  57. 789ce9b Merge branch 'for-3.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  58. cd2934a flush_tlb_range() needs ->page_table_lock when ->mmap_sem is not held by Al Viro · 13 years ago
  59. 835ee79 VM_GROWS{UP,DOWN} shouldn't be set on shmem VMAs by Al Viro · 13 years ago
  60. 847854f memblock: Fix size aligning of memblock_alloc_base_nid() by Tejun Heo · 13 years ago
  61. b94cfaf NOMMU: Don't need to clear vm_mm when deleting a VMA by David Howells · 13 years ago
  62. 918e556 NOMMU: Lock i_mmap_mutex for access to the VMA prio list by David Howells · 13 years ago
  63. 371528c mm: memcg: Correct unregistring of events attached to the same eventfd by Anton Vorontsov · 13 years ago
  64. 73c1e20 mm: fix comment typo of truncate_inode_pages_range by Liu Bo · 13 years ago
  65. 8028dce slub: per cpu partial statistics change by Alex Shi · 13 years ago
  66. 074b851 vfs: fix panic in __d_lookup() with high dentry hashtable counts by Dimitri Sivanich · 13 years ago
  67. 4040153 security: trim security.h by Al Viro · 13 years ago
  68. 191c542 mm: collapse security_vm_enough_memory() variants into a single function by Al Viro · 13 years ago
  69. 91b08ca mm: fix UP THP spin_is_locked BUGs by Hugh Dickins · 13 years ago
  70. b913481 mm: compaction: check for overlapping nodes during isolation for migration by Mel Gorman · 13 years ago
  71. 77650df mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block during isolation for migration by Mel Gorman · 13 years ago
  72. c713dec mm/filemap_xip.c: fix race condition in xip_file_fault() by Carsten Otte · 13 years ago
  73. 99067d6 readahead: fix pipeline break caused by block plug by Shaohua Li · 13 years ago
  74. af5feae Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  75. 4de900b slub: include include for prefetch by Christoph Lameter · 13 years ago
  76. b9980cd mm: fix UP THP spin_is_locked BUGs by Hugh Dickins · 13 years ago
  77. dc90860 mm: compaction: check for overlapping nodes during isolation for migration by Mel Gorman · 13 years ago
  78. ae027cb Merge "backing-dev: ensure wakeup_timer is deleted" into msm-3.0 by Linux Build Service Account · 13 years ago
  79. 66c4c35 slub: Do not hold slub_lock when calling sysfs_slab_add() by Christoph Lameter · 13 years ago
  80. 82bdc84 Merge branch 'akpm' by Linus Torvalds · 13 years ago
  81. 0bf380b mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block during isolation for migration by Mel Gorman · 13 years ago
  82. 3deaa71 readahead: fix pipeline break caused by block plug by Shaohua Li · 13 years ago
  83. 99f02ef mm/filemap_xip.c: fix race condition in xip_file_fault() by Carsten Otte · 13 years ago
  84. 82b3f2a mm/memcontrol.c: fix warning with CONFIG_NUMA=n by Andrew Morton · 13 years ago
  85. 35512ec mm: postpone migrated page mapping reset by Konstantin Khlebnikov · 13 years ago
  86. 7c7ed8e Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux by Linus Torvalds · 13 years ago
  87. 8cdb878 Fix race in process_vm_rw_core by Christopher Yeoh · 13 years ago
  88. 761b3ef cgroup: remove cgroup_subsys argument from callbacks by Li Zefan · 13 years ago
  89. 2673b4c backing-dev: fix wakeup timer races with bdi_unregister() by Rabin Vincent · 13 years ago
  90. 2437dcb Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  91. 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 · 13 years ago
  92. bcbef18 mm: fix NULL ptr dereference in __count_immobile_pages by Michal Hocko · 13 years ago
  93. ea1c627 memcg: add mem_cgroup_replace_page_cache() to fix LRU issue by KAMEZAWA Hiroyuki · 13 years ago
  94. 701b259 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  95. 0ad9500 slub: prefetch next freelist pointer in slab_alloc() by Eric Dumazet · 13 years ago
  96. aa7e9de mm: Drain pages after onlining by Jack Cheung · 13 years ago
  97. 072611e mm: cleancache: Use __read_mostly as appropiate. by Dan Magenheimer · 13 years ago
  98. 417fc2c mm: cleancache: report statistics via debugfs instead of sysfs. by Dan Magenheimer · 13 years ago
  99. 91c6cc9 mm: zcache/tmem/cleancache: s/flush/invalidate/ by Dan Magenheimer · 13 years ago
  100. 3167760 mm: cleancache: s/flush/invalidate/ by Dan Magenheimer · 13 years ago