1. a8e025e mm, compaction: add the ultimate direct compaction priority by Vlastimil Babka · 8 years ago
  2. 7ceb009 mm, compaction: don't recheck watermarks after COMPACT_SUCCESS by Vlastimil Babka · 8 years ago
  3. cf37831 mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESS by Vlastimil Babka · 8 years ago
  4. 791cae9 mm, compaction: cleanup unused functions by Vlastimil Babka · 8 years ago
  5. 06ed299 mm, compaction: make whole_zone flag ignore cached scanner positions by Vlastimil Babka · 8 years ago
  6. 5870c2e mm/oom_kill.c: fix task_will_free_mem() comment by Michal Hocko · 8 years ago
  7. 58fa2a5 mm: memcontrol: add sanity checks for memcg->id.ref on get/put by Vladimir Davydov · 8 years ago
  8. 252e5c6 mm/vmalloc.c: fix align value calculation error by zijun_hu · 8 years ago
  9. 7c5f64f mm: oom: deduplicate victim selection code for memcg and global oom by Vladimir Davydov · 8 years ago
  10. 8d37059 Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  11. 3ddf40e mm: filemap: fix mapping->nrpages double accounting in fuse by Johannes Weiner · 8 years ago
  12. d3798ae mm: filemap: don't plant shadow entries without radix tree node by Johannes Weiner · 8 years ago
  13. 597f03f Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  14. 8e4ef63 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  15. af79ad2 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  16. 72ec945 Merge tag 'pm-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  17. 7af8a0f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  18. 0d5b0cf fs: update atime before I/O in generic_file_read_iter by Christoph Hellwig · 8 years ago
  19. 993eb0a Merge branches 'pm-devfreq' and 'pm-sleep' by Rafael J. Wysocki · 8 years ago
  20. 22f2ac5 mm: workingset: fix crash in shadow node shrinker caused by replace_page_cache_page() by Johannes Weiner · 8 years ago
  21. 536e0e8 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  22. 231e97e mem-hotplug: use nodes that contain memory as mask in new_node_page() by Li Zhong · 8 years ago
  23. 5b398e4 mm,ksm: fix endless looping in allocating memory when ksm enable by zhong jiang · 8 years ago
  24. 38e0885 mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing by Lorenzo Stoakes · 8 years ago
  25. 0f26574 Merge branch 'hughd-fixes' (patches from Hugh Dickins) by Linus Torvalds · 8 years ago
  26. b385d21 mm: delete unnecessary and unsafe init_tlb_ubc() by Hugh Dickins · 8 years ago
  27. 7166466 huge tmpfs: fix Committed_AS leak by Hugh Dickins · 8 years ago
  28. 3089bf6 shmem: fix tmpfs to handle the huge= option properly by Toshi Kani · 8 years ago
  29. 5079785 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  30. aa4f060 mm: usercopy: Check for module addresses by Laura Abbott · 8 years ago
  31. db2ba40 mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accounting by Johannes Weiner · 8 years ago
  32. c8de641b mm: fix the page_swap_info() BUG_ON check by Santosh Shilimkar · 8 years ago
  33. 4d35427 mm: avoid endless recursion in dump_page() by Kirill A. Shutemov · 8 years ago
  34. 982785c mm, thp: fix leaking mapped pte in __collapse_huge_page_swapin() by Ebru Akagunduz · 8 years ago
  35. c131f75 khugepaged: fix use-after-free in collapse_huge_page() by Kirill A. Shutemov · 8 years ago
  36. 9bb627b mem-hotplug: don't clear the only node in new_node_page() by Li Zhong · 8 years ago
  37. 2eefd87 x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_* by Dmitry Safonov · 8 years ago
  38. d59dc7b sched/numa, mm: Revert to checking pmd/pte_write instead of VMA flags by Rik van Riel · 8 years ago
  39. 1ad1410 PM / Hibernate: allow hibernation with PAGE_POISONING_ZERO by Anisse Astier · 8 years ago
  40. 98ac9a6 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  41. ca120cf mm: fix show_smap() for zone_device-pmd ranges by Dan Williams · 8 years ago
  42. 8e1f74e usercopy: remove page-spanning test for now by Kees Cook · 8 years ago
  43. 1d7ac6a mm/writeback: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  44. a96a87b slub: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  45. 6731d4f slab: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  46. c11600e mm, mempolicy: task->mempolicy must be NULL before dropping final reference by David Rientjes · 8 years ago
  47. 6aa303d mm, vmscan: only allocate and reclaim from zones with pages managed by the buddy allocator by Mel Gorman · 8 years ago
  48. 6b4e318 mm, oom: prevent premature OOM killer invocation for high order request by Michal Hocko · 8 years ago
  49. 11bd969 mm: silently skip readahead for DAX inodes by Ross Zwisler · 8 years ago
  50. 358c07f mm: memcontrol: avoid unused function warning by Arnd Bergmann · 8 years ago
  51. b32eaf7 mm: clarify COMPACTION Kconfig text by Michal Hocko · 8 years ago
  52. 804dd15 soft_dirty: fix soft_dirty during THP split by Andrea Arcangeli · 8 years ago
  53. cab15ce arm64: Introduce execute-only page access permissions by Catalin Marinas · 8 years ago
  54. 94cd97a usercopy: fix overlap check for kernel text by Josh Poimboeuf · 8 years ago
  55. 7329a65 usercopy: avoid potentially undefined behavior in pointer math by Eric Biggers · 8 years ago
  56. 5830169 mm/memory_hotplug.c: initialize per_cpu_nodestats for hotadded pgdats by Reza Arbab · 8 years ago
  57. f33e6f0 mm, oom: fix uninitialized ret in task_will_free_mem() by Geert Uytterhoeven · 8 years ago
  58. bcbf0d5 kasan: remove the unnecessary WARN_ONCE from quarantine.c by Alexander Potapenko · 8 years ago
  59. 615d66c mm: memcontrol: fix memcg id ref counter on swap charge move by Vladimir Davydov · 8 years ago
  60. 1f47b61 mm: memcontrol: fix swap counter leak on swapout from offline cgroup by Vladimir Davydov · 8 years ago
  61. 2f95ff9 proc, meminfo: use correct helpers for calculating LRU sizes in meminfo by Mel Gorman · 8 years ago
  62. c1470b3 mm/hugetlb: fix incorrect hugepages count during mem hotplug by zhong jiang · 8 years ago
  63. 6039892 mm/slub.c: run free_partial() outside of the kmem_cache_node->list_lock by Chris Wilson · 8 years ago
  64. 57dea93 rmap: fix compound check logic in page_remove_file_rmap by Steve Capper · 8 years ago
  65. c8efc39 mm, rmap: fix false positive VM_BUG() in page_add_file_rmap() by Kirill A. Shutemov · 8 years ago
  66. 6423aa8 mm/page_alloc.c: recalculate some of node threshold when on/offline memory by Joonsoo Kim · 8 years ago
  67. 81cbcbc mm/page_alloc.c: fix wrong initialization when sysctl_min_unmapped_ratio changes by Joonsoo Kim · 8 years ago
  68. 3b33719 thp: move shmem_huge_enabled() outside of SYSFS ifdef by Arnd Bergmann · 8 years ago
  69. c4159a7 mm: memcontrol: only mark charged pages with PageKmemcg by Vladimir Davydov · 8 years ago
  70. 1eccfa0 Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  71. ba13e83 mm: make __swap_writepage() use bio_set_op_attrs() by Jens Axboe · 8 years ago
  72. c11f0c0 block/mm: make bdev_ops->rw_page() take a bool for read/write by Jens Axboe · 8 years ago
  73. fff648d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  74. 2cfd716 Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  75. e47608a mm/memblock.c: fix NULL dereference error by zijun_hu · 8 years ago
  76. 117d54d slub: drop bogus inline for fixup_red_left() by Geert Uytterhoeven · 8 years ago
  77. b4911ea mm: initialise per_cpu_nodestats for all online pgdats at boot by Mel Gorman · 8 years ago
  78. 412d000 mm/memblock: fix a typo in a comment by Alexander Kuleshov · 8 years ago
  79. 1e18573 mm: disable CONFIG_MEMORY_HOTPLUG when KASAN is enabled by zhong jiang · 8 years ago
  80. abf5454 mm/block: convert rw_page users to bio op use by Mike Christie · 8 years ago
  81. df08c32 block: fix bdi vs gendisk lifetime mismatch by Dan Williams · 8 years ago
  82. 4620a06 shmem: Fix link error if huge pages support is disabled by Geert Uytterhoeven · 8 years ago
  83. d52bd54 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  84. ba093a6 mm: refuse wrapped vm_brk requests by Kees Cook · 8 years ago
  85. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  86. b5afba2 mm: vmscan: fix memcg-aware shrinkers not called on global reclaim by Vladimir Davydov · 8 years ago
  87. c3cee37 kasan: avoid overflowing quarantine size on low memory systems by Alexander Potapenko · 8 years ago
  88. 7e08897 kasan: improve double-free reports by Andrey Ryabinin · 8 years ago
  89. b3cbd9b mm/kasan: get rid of ->state in struct kasan_alloc_meta by Andrey Ryabinin · 8 years ago
  90. 47b5c2a mm/kasan: get rid of ->alloc_size in struct kasan_alloc_meta by Andrey Ryabinin · 8 years ago
  91. f7376ae mm/kasan, slub: don't disable interrupts when object leaves quarantine by Andrey Ryabinin · 8 years ago
  92. 4b3ec5a mm/kasan: don't reduce quarantine in atomic contexts by Andrey Ryabinin · 8 years ago
  93. 4a3d308 mm/kasan: fix corruptions and false positive reports by Andrey Ryabinin · 8 years ago
  94. d6507ff memcg: put soft limit reclaim out of way if the excess tree is empty by Michal Hocko · 8 years ago
  95. 4e66631 mm, hugetlb: fix huge_pte_alloc BUG_ON by Michal Hocko · 8 years ago
  96. 649920c mm/hugetlb: avoid soft lockup in set_max_huge_pages() by Jia He · 8 years ago
  97. 1a8018f mm: move swap-in anonymous page into active list by Minchan Kim · 8 years ago
  98. c5f88bd mm: fail prefaulting if page table allocation fails by Vegard Nossum · 8 years ago
  99. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  100. 5491ae7 powerpc/mm/hugetlb: Add flush_hugetlb_tlb_range by Aneesh Kumar K.V · 8 years ago