1. 36abe72 mm/hwpoison: fix wrong num_poisoned_pages accounting by Minchan Kim · 9 years ago
  2. 87c855f mm: vmscan: reclaim highmem zone if buffer_heads is over limit by Minchan Kim · 9 years ago
  3. e513b90 numa: fix /proc/<pid>/numa_maps for THP by Gerald Schaefer · 9 years ago
  4. be591a6 mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA check by Konstantin Khlebnikov · 9 years ago
  5. 5252607 memcg: relocate charge moving from ->attach to ->post_attach by Tejun Heo · 9 years ago
  6. a4e25ff slub: clean up code for kmem cgroup support to kmem_cache_free_bulk by Jesper Dangaard Brouer · 9 years ago
  7. fb4cfc6 mm: fix invalid node in alloc_migrate_target() by Xishi Qiu · 9 years ago
  8. 5dc7e93 mm/page_alloc: prevent merging between isolated and other pageblocks by Vlastimil Babka · 9 years ago
  9. 0ccab5b mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage by Johannes Weiner · 9 years ago
  10. 8b42fc4 mm: memcontrol: reclaim when shrinking memory.high below usage by Johannes Weiner · 9 years ago
  11. bcb1875 make sure that freeing shmem fast symlinks is RCU-delayed by Al Viro · 9 years ago
  12. afb0299 virtio_balloon: fix race between migration and ballooning by Minchan Kim · 9 years ago
  13. 18b75e0 mm: numa: quickly fail allocations for NUMA balancing on full nodes by Mel Gorman · 9 years ago
  14. 915d024 mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED by Andrea Arcangeli · 9 years ago
  15. edfde26 mm,thp: khugepaged: call pte flush at the time of collapse by Vineet Gupta · 9 years ago
  16. ececa3e memcg: only free spare array when readers are done by Martijn Coenen · 9 years ago
  17. d1f8217 mm: fix regression in remap_file_pages() emulation by Kirill A. Shutemov · 9 years ago
  18. 413aab1 mm: replace vma_lock_anon_vma with anon_vma_lock_read/write by Konstantin Khlebnikov · 9 years ago
  19. 918a2c3 mm: fix mlock accouting by Kirill A. Shutemov · 9 years ago
  20. bd55913 mm: soft-offline: check return value in second __get_any_page() call by Naoya Horiguchi · 9 years ago
  21. 969624b ptrace: use fsuid, fsgid, effective creds for fs access checks by Jann Horn · 9 years ago
  22. fe5c164 mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progress by Tetsuo Handa · 9 years ago
  23. bddaf79 zsmalloc: fix migrate_zspage-zs_free race condition by Junil Lee · 9 years ago
  24. 751e5f5 vmstat: allocate vmstat_wq before it is used by Michal Hocko · 9 years ago
  25. 6cdb18a mm/vmstat: fix overflow in mod_zone_page_state() by Heiko Carstens · 9 years ago
  26. 5f0f288 mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone() by Andrew Banman · 9 years ago
  27. 6df3868 mm: memcontrol: fix possible memcg leak due to interrupted reclaim by Vladimir Davydov · 9 years ago
  28. 8bc8b22 mm/zswap: change incorrect strncmp use to strcmp by Dan Streetman · 9 years ago
  29. a2b829d mm/oom_kill.c: avoid attempting to kill init sharing same memory by Chen Jie · 9 years ago
  30. 267a4c7 tmpfs: fix shmem_evict_inode() warnings on i_blocks by Hugh Dickins · 9 years ago
  31. dbe409e mm/hugetlb.c: fix resv map memory leak for placeholder entries by Mike Kravetz · 9 years ago
  32. 0d777df mm: hugetlb: call huge_pte_alloc() only if ptep is null by Naoya Horiguchi · 9 years ago
  33. 25be6a6 mm: fix kerneldoc on mem_cgroup_replace_page by Hugh Dickins · 9 years ago
  34. 373ccbe mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any progress by Michal Hocko · 9 years ago
  35. 475a2f9 mm: fix swapped Movable and Reclaimable in /proc/pagetypeinfo by Vlastimil Babka · 9 years ago
  36. 9516a18 memcg: fix memory.high target by Vladimir Davydov · 9 years ago
  37. a88c769 mm: hugetlb: fix hugepage memory leak caused by wrong reserve count by Naoya Horiguchi · 9 years ago
  38. 5406812 Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  39. 0b98f0c Merge branch 'master' into for-4.4-fixes by Tejun Heo · 9 years ago
  40. 1f7dd3e5 cgroup: fix handling of multi-destination migration from subtree_control enabling by Tejun Heo · 9 years ago
  41. 90eec10 treewide: Remove old email address by Peter Zijlstra · 9 years ago
  42. 104e2a6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  43. 865762a slab/slub: adjust kmem_cache_alloc_bulk API by Jesper Dangaard Brouer · 9 years ago
  44. 0337451 slub: add missing kmem cgroup support to kmem_cache_free_bulk by Jesper Dangaard Brouer · 9 years ago
  45. 03ec0ed slub: fix kmem cgroup bug in kmem_cache_alloc_bulk by Jesper Dangaard Brouer · 9 years ago
  46. d0ecd89 slub: optimize bulk slowpath free by detached freelist by Jesper Dangaard Brouer · 9 years ago
  47. 8108465 slub: support for bulk free with SLUB freelists by Jesper Dangaard Brouer · 9 years ago
  48. 3ad5d7e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  49. b4a6471 slub: mark the dangling ifdef #else of CONFIG_SLUB_DEBUG by Jesper Dangaard Brouer · 9 years ago
  50. 8709837 slub: avoid irqoff/on in bulk allocation by Christoph Lameter · 9 years ago
  51. a380a3c slub: create new ___slab_alloc function that can be called with irqs disabled by Christoph Lameter · 9 years ago
  52. 4593725 kasan: fix kmemleak false-positive in kasan_module_alloc() by Andrey Ryabinin · 9 years ago
  53. 50e55bf mm/page-writeback.c: initialize m_dirty to avoid compile warning by Yang Shi · 9 years ago
  54. 1a76361 mm: loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390 by Jason J. Herne · 9 years ago
  55. 7511c3e mm: vmalloc: don't remove inexistent guard hole in remove_vm_area() by Jerome Marchand · 9 years ago
  56. 0df9d41 mm, dax: fix DAX deadlocks (COW fault) by Yigal Korman · 9 years ago
  57. c5a3788 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  58. d15c7c0 hugetlb: trivial comment fix by Naoya Horiguchi · 9 years ago
  59. b0aeba7 Fix alloc_node_mem_map() to work on ia64 again by Tony Luck · 9 years ago
  60. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  61. 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  62. d00181b mm: use 'unsigned int' for page order by Kirill A. Shutemov · 9 years ago
  63. 1d798ca mm: make compound_head() robust by Kirill A. Shutemov · 9 years ago
  64. f1e6155 mm: pack compound_dtor and compound_order into one word in struct page by Kirill A. Shutemov · 9 years ago
  65. 32e7ba1 zsmalloc: use page->private instead of page->first_page by Kirill A. Shutemov · 9 years ago
  66. bc4f610 slab, slub: use page->rcu_head instead of page->lru plus cast by Kirill A. Shutemov · 9 years ago
  67. 6fe5186 zsmalloc: reduce size_class memory usage by Sergey Senozhatsky · 9 years ago
  68. 6f0b227 mm/zsmalloc.c: remove useless line in obj_free() by Hui Zhu · 9 years ago
  69. 2c35169 zsmalloc: don't test shrinker_enabled in zs_shrinker_count() by Sergey Senozhatsky · 9 years ago
  70. 759b26b zsmalloc: use preempt.h for in_interrupt() by Sergey Senozhatsky · 9 years ago
  71. 12a7bfa zsmalloc: fix obj_to_head use page_private(page) as value but not pointer by Hui Zhu · 9 years ago
  72. 8f958c9 zsmalloc: add comments for ->inuse to zspage by Hui Zhu · 9 years ago
  73. 6f3526d mm: zsmalloc: constify struct zs_pool name by Sergey SENOZHATSKY · 9 years ago
  74. 69e18f4 zpool: remove redundant zpool->type string, const-ify zpool_get_type by Dan Streetman · 9 years ago
  75. c99b42c zswap: use charp for zswap param strings by Dan Streetman · 9 years ago
  76. b0c9865 mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get() by Alexey Klimov · 9 years ago
  77. 6f64615 mm/memcontrol.c: uninline mem_cgroup_usage by Andrew Morton · 9 years ago
  78. d6669d6 thp: remove unused vma parameter from khugepaged_alloc_page by Aaron Tomlin · 9 years ago
  79. c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
  80. dd56b04 mm: page_alloc: hide some GFP internals and document the bits and flag combinations by Mel Gorman · 9 years ago
  81. 97a16fc mm, page_alloc: only enforce watermarks for order-0 allocations by Mel Gorman · 9 years ago
  82. 0aaa29a mm, page_alloc: reserve pageblocks for high-order atomic allocations on demand by Mel Gorman · 9 years ago
  83. 974a786 mm, page_alloc: remove MIGRATE_RESERVE by Mel Gorman · 9 years ago
  84. f77cf4e mm, page_alloc: delete the zonelist_cache by Mel Gorman · 9 years ago
  85. 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
  86. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  87. c9ab0c4 mm, page_alloc: remove unnecessary recalculations for dirty zone balancing by Mel Gorman · 9 years ago
  88. e2b1919 mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safe by Mel Gorman · 9 years ago
  89. db2a0dd mm/oom_kill.c: introduce is_sysrq_oom helper by Yaowei Bai · 9 years ago
  90. 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  91. b0f205c mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage by Eric B Munson · 9 years ago
  92. de60f5f mm: introduce VM_LOCKONFAULT by Eric B Munson · 9 years ago
  93. a8ca5d0 mm: mlock: add new mlock system call by Eric B Munson · 9 years ago
  94. 1aab92e mm: mlock: refactor mlock, munlock, and munlockall code by Eric B Munson · 9 years ago
  95. eb06f43 kasan: always taint kernel on report by Andrey Ryabinin · 9 years ago
  96. 89d3c87 mm, slub, kasan: enable user tracking by default with KASAN=y by Andrey Ryabinin · 9 years ago
  97. 10f7026 kasan: use IS_ALIGNED in memory_is_poisoned_8() by Xishi Qiu · 9 years ago
  98. e0d5771 kasan: Fix a type conversion error by Wang Long · 9 years ago
  99. 5d0926e kasan: update reference to kasan prototype repo by Andrey Konovalov · 9 years ago
  100. 25add7e kasan: update log messages by Andrey Konovalov · 9 years ago