1. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  2. bac65d9 Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  3. 608c1d3 Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  4. a7cbfd0 Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 7 years ago
  5. d34fc1a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  6. d2cd9ed mm,fork: introduce MADV_WIPEONFORK by Rik van Riel · 7 years ago
  7. c79b57e mm: hugetlb: clear target sub-page last when clearing huge page by Huang Ying · 7 years ago
  8. 2129258 mm: oom: let oom_reap_task and exit_mmap run concurrently by Andrea Arcangeli · 7 years ago
  9. a2468cc swap: choose swap device according to numa node by Aaron Lu · 7 years ago
  10. da99ecf mm: replace TIF_MEMDIE checks by tsk_is_oom_victim by Michal Hocko · 7 years ago
  11. cd04ae1 mm, oom: do not rely on TIF_MEMDIE for memory reserves access by Michal Hocko · 7 years ago
  12. d30561c z3fold: use per-cpu unbuddied lists by Vitaly Wool · 7 years ago
  13. 81a0298 mm, swap: don't use VMA based swap readahead if HDD is used as swap by Huang Ying · 7 years ago
  14. d9bfcfd mm, swap: add sysfs interface for VMA based swap readahead by Huang Ying · 7 years ago
  15. ec56017 mm, swap: VMA based swap readahead by Huang Ying · 7 years ago
  16. c4fa630 mm, swap: fix swap readahead marking by Huang Ying · 7 years ago
  17. cbc65df mm, swap: add swap readahead hit statistics by Huang Ying · 7 years ago
  18. 894e58c mm/vmalloc.c: don't reinvent the wheel but use existing llist API by Byungchul Park · 7 years ago
  19. f113e64 mm/vmstat.c: fix wrong comment by SeongJae Park · 7 years ago
  20. 749df87 mm/shmem: add hugetlbfs support to memfd_create() by Mike Kravetz · 7 years ago
  21. ab1b597 mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookups by Dan Williams · 7 years ago
  22. c568da2 mm/vmalloc.c: halve the number of comparisons performed in pcpu_get_vm_areas() by Wei Yang · 7 years ago
  23. 88d6ac4 mm/vmstat: fix divide error at __fragmentation_index by Wen Yang · 7 years ago
  24. 79b63f1 mm, hugetlb: do not allocate non-migrateable gigantic pages from movable zones by Michal Hocko · 7 years ago
  25. 2376dd7 userfaultfd: call userfaultfd_unmap_prep only if __split_vma succeeds by Andrea Arcangeli · 7 years ago
  26. c41f012 mm: rename global_page_state to global_zone_page_state by Michal Hocko · 7 years ago
  27. 8fb44e5 userfaultfd: shmem: wire up shmem_mfill_zeropage_pte by Mike Rapoport · 7 years ago
  28. 3217d3c userfaultfd: mcopy_atomic: introduce mfill_atomic_pte helper by Mike Rapoport · 7 years ago
  29. 8d10396 userfaultfd: shmem: add shmem_mfill_zeropage_pte for userfaultfd support by Mike Rapoport · 7 years ago
  30. 0f07969 shmem: introduce shmem_inode_acct_block by Mike Rapoport · 7 years ago
  31. b1cc94a shmem: shmem_charge: verify max_block is not exceeded before inode update by Mike Rapoport · 7 years ago
  32. fe490cc mm, THP, swap: add THP swapping out fallback counting by Huang Ying · 7 years ago
  33. bd4c82c2 mm, THP, swap: delay splitting THP after swapped out by Huang Ying · 7 years ago
  34. d6810d7 memcg, THP, swap: make mem_cgroup_swapout() support THP by Huang Ying · 7 years ago
  35. abe2895 memcg, THP, swap: avoid to duplicated charge THP in swap cache by Huang Ying · 7 years ago
  36. 3e14a57 memcg, THP, swap: support move mem cgroup charge for THP swapped out by Huang Ying · 7 years ago
  37. 5980768 mm, THP, swap: support splitting THP for THP swap out by Huang Ying · 7 years ago
  38. 225311a mm: test code to write THP to swap device as a whole by Huang Ying · 7 years ago
  39. f0eea18 mm, THP, swap: don't allocate huge cluster for file backed swap device by Huang Ying · 7 years ago
  40. ba3c4ce mm, THP, swap: make reuse_swap_page() works for THP swapped out by Huang Ying · 7 years ago
  41. e070982 mm, THP, swap: support to reclaim swap space for THP swapped out by Huang Ying · 7 years ago
  42. a3aea83 mm, THP, swap: support to clear swap cache flag for THP swapped out by Huang Ying · 7 years ago
  43. 04fecbf mm: memcontrol: use int for event/state parameter in several functions by Matthias Kaehlcke · 7 years ago
  44. 67e5ed9 mm/hugetlb.c: constify attribute_group structures by Arvind Yadav · 7 years ago
  45. 8aa95a2 mm/huge_memory.c: constify attribute_group structures by Arvind Yadav · 7 years ago
  46. fd147cb mm/page_idle.c: constify attribute_group structures by Arvind Yadav · 7 years ago
  47. 1fdaaa2 mm/slub.c: constify attribute_group structures by Arvind Yadav · 7 years ago
  48. f907c26 mm/ksm.c: constify attribute_group structures by Arvind Yadav · 7 years ago
  49. 63677c74 mm, memcg: reset memory.low during memcg offlining by Roman Gushchin · 7 years ago
  50. 397162f mm: remove nr_pages argument from pagevec_lookup{,_range}() by Jan Kara · 7 years ago
  51. f7b6804 mm: use find_get_pages_range() in filemap_range_has_page() by Jan Kara · 7 years ago
  52. b947cee mm: implement find_get_pages_range() by Jan Kara · 7 years ago
  53. d72dc8a mm: make pagevec_lookup() update index by Jan Kara · 7 years ago
  54. db73ee0 mm, vmscan: do not loop on too_many_isolated for ever by Michal Hocko · 7 years ago
  55. 77ff465 zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zspage is not inuse by Hui Zhu · 7 years ago
  56. 4647706 mm: always flush VMA ranges affected by zap_page_range by Mel Gorman · 7 years ago
  57. 9b19df2 mm/hugetlb.c: make huge_pte_offset() consistent and document behaviour by Punit Agrawal · 7 years ago
  58. 09180ca mm/gup: make __gup_device_* require THP by Oliver O'Halloran · 7 years ago
  59. dba58d3 mm/mremap: fail map duplication attempts for private mappings by Mike Kravetz · 7 years ago
  60. 1090302 mm, page_owner: don't grab zone->lock for init_pages_in_zone() by Vlastimil Babka · 7 years ago
  61. 0fc542b mm, page_ext: periodically reschedule during page_ext_init() by Vlastimil Babka · 7 years ago
  62. dab4ead mm, page_owner: make init_pages_in_zone() faster by Vlastimil Babka · 7 years ago
  63. b95046b mm, sparse, page_ext: drop ugly N_HIGH_MEMORY branches for allocations by Michal Hocko · 7 years ago
  64. b93e0f3 mm, memory_hotplug: get rid of zonelists_mutex by Michal Hocko · 7 years ago
  65. 11cd863 mm, page_alloc: remove stop_machine from build_all_zonelists by Michal Hocko · 7 years ago
  66. 9d3be21 mm, page_alloc: simplify zonelist initialization by Michal Hocko · 7 years ago
  67. 34ad129 mm, memory_hotplug: remove explicit build_all_zonelists from try_online_node by Michal Hocko · 7 years ago
  68. 72675e1 mm, memory_hotplug: drop zone from build_all_zonelists by Michal Hocko · 7 years ago
  69. d9c9a0b mm, page_alloc: do not set_cpu_numa_mem on empty nodes initialization by Michal Hocko · 7 years ago
  70. afb6ebb mm, page_alloc: remove boot pageset initialization from memory hotplug by Michal Hocko · 7 years ago
  71. c9bff3e mm, page_alloc: rip out ZONELIST_ORDER_ZONE by Michal Hocko · 7 years ago
  72. c6f03e2 mm, memory_hotplug: remove zone restrictions by Michal Hocko · 7 years ago
  73. e5e6893 mm, memory_hotplug: display allowed zones in the preferred ordering by Michal Hocko · 7 years ago
  74. c115258 mm/memory_hotplug: just build zonelist for newly added node by Wei Yang · 7 years ago
  75. d460acb mm: track actual nr_scanned during shrink_slab() by Chris Wilson · 7 years ago
  76. ce6fa91 mm/slub.c: add a naive detection of double free or corruption by Alexander Popov · 7 years ago
  77. 2482ddec mm: add SLUB free list pointer obfuscation by Kees Cook · 7 years ago
  78. ea37df5 slub: tidy up initialization ordering by Alexander Potapenko · 7 years ago
  79. d01ad19 dax: remove DAX code from page_cache_tree_insert() by Ross Zwisler · 7 years ago
  80. b2770da6 mm: add vm_insert_mixed_mkwrite() by Ross Zwisler · 7 years ago
  81. ec3604c Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  82. b1b6f83 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  83. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
  84. 1b2614f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  85. c461ad6 mm, madvise: ensure poisoned pages are removed from per-cpu lists by Mel Gorman · 7 years ago
  86. e746bf7 mm,page_alloc: don't call __node_reclaim() with oom_lock held. by Tetsuo Handa · 7 years ago
  87. 5f32b26 mm/mmu_notifier: kill invalidate_page by Jérôme Glisse · 7 years ago
  88. 369ea82 mm/rmap: update to new mmu_notifier semantic v2 by Jérôme Glisse · 7 years ago
  89. a4d1a88 dax: update to new mmu_notifier semantic by Jérôme Glisse · 7 years ago
  90. 785373b Revert "rmap: do not call mmu_notifier_invalidate_page() under ptl" by Linus Torvalds · 7 years ago
  91. 9c3a815 page waitqueue: always add new entries at the end by Linus Torvalds · 7 years ago
  92. a8b169a Avoid page waitqueue race leaving possible page locker waiting by Linus Torvalds · 7 years ago
  93. 3510ca2 Minor page waitqueue cleanups by Linus Torvalds · 7 years ago
  94. 413d63d71b Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts by Ingo Molnar · 7 years ago
  95. 91b540f mm/memblock.c: reversed logic in memblock_discard() by Pavel Tatashin · 7 years ago
  96. 263630e mm/madvise.c: fix freeing of locked page with MADV_FREE by Eric Biggers · 7 years ago
  97. 435c0b87 mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabled by Kirill A. Shutemov · 7 years ago
  98. 556b969 PM/hibernate: touch NMI watchdog when creating snapshot by Chen Yu · 7 years ago
  99. 10c9850 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  100. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago