1. 8df2a0a Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 9 months ago
  2. 9b06860 Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years, 9 months ago
  3. ae46d2a mm/gup: Let __get_user_pages_locked() return -EINTR for fatal signal by Hillf Danton · 4 years, 9 months ago
  4. c7b6a56 mm/gup: Mark lock taken only after a successful retake by Peter Xu · 4 years, 9 months ago
  5. ba84107 mm/mempolicy: Allow lookup_node() to handle fatal signal by Peter Xu · 4 years, 9 months ago
  6. 1d2252f kasan: unset panic_on_warn before calling panic() by Kees Cook · 4 years, 9 months ago
  7. 505a0ef kasan: stackdepot: move filter_irq_stacks() to stackdepot.c by Alexander Potapenko · 4 years, 9 months ago
  8. d919b33 proc: faster open/read/close with "permanent" files by Alexey Dobriyan · 4 years, 9 months ago
  9. 1386f7a mm/dmapool.c: micro-optimisation remove unnecessary branch by Mateusz Nosek · 4 years, 9 months ago
  10. e4a9bc5 mm: use fallthrough; by Joe Perches · 4 years, 9 months ago
  11. e46b893 mm/mm_init.c: clean code. Use BUILD_BUG_ON when comparing compile time constant by Mateusz Nosek · 4 years, 9 months ago
  12. 552657b mm: fix ambiguous comments for better code readability by chenqiwu · 4 years, 9 months ago
  13. bc22b18 mm/zsmalloc: add missing annotation for unpin_tag() by Jules Irenge · 4 years, 9 months ago
  14. 70c7ec9 mm/zsmalloc: add missing annotation for pin_tag() by Jules Irenge · 4 years, 9 months ago
  15. 8a374cc mm/zsmalloc: add missing annotation for migrate_read_unlock() by Jules Irenge · 4 years, 9 months ago
  16. cfc451cf mm/zsmalloc: add missing annotation for migrate_read_lock() by Jules Irenge · 4 years, 9 months ago
  17. 81aba9e mm/slub: add missing annotation for put_map() by Jules Irenge · 4 years, 9 months ago
  18. 31364c2 mm/slub: add missing annotation for get_map() by Jules Irenge · 4 years, 9 months ago
  19. 959a7e1 mm/mempolicy: add missing annotation for queue_pages_pmd() by Jules Irenge · 4 years, 9 months ago
  20. 1b2a1e7 mm/hugetlb: add missing annotation for gather_surplus_pages() by Jules Irenge · 4 years, 9 months ago
  21. 77337ed mm/compaction: add missing annotation for compact_lock_irqsave by Jules Irenge · 4 years, 9 months ago
  22. bb8b93b mm/zswap: allow setting default status, compressor and allocator in Kconfig by Maciej S. Szmigiero · 4 years, 9 months ago
  23. 4708f31 mm: prevent a warning when casting void* -> enum by Palmer Dabbelt · 4 years, 9 months ago
  24. 71725ed mm: huge tmpfs: try to split_huge_page() when punching hole by Hugh Dickins · 4 years, 9 months ago
  25. 343c3d7 mm/shmem.c: clean code by removing unnecessary assignment by Mateusz Nosek · 4 years, 9 months ago
  26. 27d80fa2 mm/shmem.c: distribute switch variables for initialization by Kees Cook · 4 years, 9 months ago
  27. 1040490 mm/memory_hotplug.c: use __pfn_to_section() instead of open-coding by chenqiwu · 4 years, 9 months ago
  28. 5f47adf mm/memory_hotplug: allow to specify a default online_type by David Hildenbrand · 4 years, 9 months ago
  29. 862919e mm/memory_hotplug: convert memhp_auto_online to store an online_type by David Hildenbrand · 4 years, 9 months ago
  30. 5a04af1 mm/memory_hotplug: unexport memhp_auto_online by David Hildenbrand · 4 years, 9 months ago
  31. 6ecb0fc mm/sparse.c: move subsection_map related functions together by Baoquan He · 4 years, 9 months ago
  32. 95a5a34 mm/sparse.c: add note about only VMEMMAP supporting sub-section hotplug by Baoquan He · 4 years, 9 months ago
  33. 0a9f9f6 mm/sparse.c: only use subsection map in VMEMMAP case by Baoquan He · 4 years, 9 months ago
  34. 37bc150 mm/sparse.c: introduce a new function clear_subsection_map() by Baoquan He · 4 years, 9 months ago
  35. 5d87255 mm/sparse.c: introduce new function fill_subsection_map() by Baoquan He · 4 years, 9 months ago
  36. 6cdd0b3 mm/memory_hotplug.c: cleanup __add_pages() by David Hildenbrand · 4 years, 9 months ago
  37. a11b941 mm/memory_hotplug.c: simplify calculation of number of pages in __remove_pages() by David Hildenbrand · 4 years, 9 months ago
  38. f3cd4c8 mm/memory_hotplug.c: only respect mem= parameter during boot stage by Baoquan He · 4 years, 9 months ago
  39. dccacf8 mm/page_ext.c: drop pfn_present() check when onlining by David Hildenbrand · 4 years, 9 months ago
  40. ffd0579 userfaultfd: wp: support write protection for userfault vma range by Shaohua Li · 4 years, 9 months ago
  41. e1e267c khugepaged: skip collapse if uffd-wp detected by Peter Xu · 4 years, 9 months ago
  42. f45ec5f userfaultfd: wp: support swap and page migration by Peter Xu · 4 years, 9 months ago
  43. b569a17 userfaultfd: wp: drop _PAGE_UFFD_WP properly when fork by Peter Xu · 4 years, 9 months ago
  44. 292924b userfaultfd: wp: apply _PAGE_UFFD_WP bit by Peter Xu · 4 years, 9 months ago
  45. 5870544 mm: merge parameters for change_protection() by Peter Xu · 4 years, 9 months ago
  46. 72981e0 userfaultfd: wp: add UFFDIO_COPY_MODE_WP by Andrea Arcangeli · 4 years, 9 months ago
  47. 529b930 userfaultfd: wp: hook userfault handler to write protection fault by Andrea Arcangeli · 4 years, 9 months ago
  48. 43b76f2 mm/page_reporting: add budget limit on how many pages can be reported per pass by Alexander Duyck · 4 years, 9 months ago
  49. 02cf871 mm/page_reporting: rotate reported pages to the tail of the list by Alexander Duyck · 4 years, 9 months ago
  50. 36e66c5 mm: introduce Reported pages by Alexander Duyck · 4 years, 9 months ago
  51. 624f58d mm: add function __putback_isolated_page by Alexander Duyck · 4 years, 9 months ago
  52. 6ab0136 mm: use zone and order instead of free area in free_list manipulators by Alexander Duyck · 4 years, 9 months ago
  53. a2129f2 mm: adjust shuffle code to allow for future coalescing by Alexander Duyck · 4 years, 9 months ago
  54. 9de4f22 mm: code cleanup for MADV_FREE by Huang Ying · 4 years, 9 months ago
  55. 7a9547f mm/ksm.c: update get_user_pages() argument in comment by Li Chen · 4 years, 9 months ago
  56. 396bcc5 mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHE by Matthew Wilcox (Oracle) · 4 years, 9 months ago
  57. 85b9f46 mm, thp: track fallbacks due to failed memcg charges separately by David Rientjes · 4 years, 9 months ago
  58. dcdf11e mm, shmem: add vmstat for hugepage fallback by David Rientjes · 4 years, 9 months ago
  59. 6aeff24 mm/migrate.c: migrate PG_readahead flag by Yang Shi · 4 years, 9 months ago
  60. d08221a mm/migrate.c: unify "not queued for migration" handling in do_pages_move() by Wei Yang · 4 years, 9 months ago
  61. 5d7ae89 mm/migrate.c: check pagelist in move_pages_and_store_status() by Wei Yang · 4 years, 9 months ago
  62. 7ca8783 mm/migrate.c: wrap do_move_pages_to_node() and store_status() by Wei Yang · 4 years, 9 months ago
  63. 4afdace mm/migrate.c: no need to check for i > start in do_pages_move() by Wei Yang · 4 years, 9 months ago
  64. d8cc323 mm/vmalloc: fix a typo in comment by Qiujun Huang · 4 years, 9 months ago
  65. a0137f1 mm/vma: replace all remaining open encodings with vma_is_anonymous() by Anshuman Khandual · 4 years, 9 months ago
  66. 3122e80 mm/vma: make vma_is_accessible() available for general use by Anshuman Khandual · 4 years, 9 months ago
  67. 23ab76b Revert "mm/rmap.c: reuse mergeable anon_vma as parent when fork" by Li Xinhai · 4 years, 9 months ago
  68. 4bf1730 mm, memcg: bypass high reclaim iteration for cgroup hierarchy root by Chris Down · 4 years, 9 months ago
  69. ea9448b Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 9 months ago
  70. d883600 Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 4 years, 9 months ago
  71. d3b8865 Merge branch 'for-5.7/numa' into libnvdimm-for-next by Dan Williams · 4 years, 9 months ago
  72. 0e7e619 Merge branch 'ttm-transhuge' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 4 years, 9 months ago
  73. ac43877 Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 4 years, 9 months ago
  74. 6cad420c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
  75. d987ca1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 9 months ago
  76. d4af73e mm/hugetlb: remove unnecessary memory fetch in PageHeadHuge() by Vlastimil Babka · 4 years, 9 months ago
  77. 353b2de mm/hugetlb.c: clean code by removing unnecessary initialization by Mateusz Nosek · 4 years, 9 months ago
  78. a9b3f86 hugetlb: support file_region coalescing again by Mina Almasry · 4 years, 9 months ago
  79. 08cf9fa hugetlb_cgroup: support noreserve mappings by Mina Almasry · 4 years, 9 months ago
  80. 075a61d hugetlb_cgroup: add accounting for shared mappings by Mina Almasry · 4 years, 9 months ago
  81. 0db9d74 hugetlb: disable region_add file_region coalescing by Mina Almasry · 4 years, 9 months ago
  82. e9fe92a hugetlb_cgroup: add reservation accounting for private mappings by Mina Almasry · 4 years, 9 months ago
  83. 9808895 mm/hugetlb_cgroup: fix hugetlb_cgroup migration by Mina Almasry · 4 years, 9 months ago
  84. 1adc4d4 hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations by Mina Almasry · 4 years, 9 months ago
  85. cdc2fcf hugetlb_cgroup: add hugetlb_cgroup reservation counter by Mina Almasry · 4 years, 9 months ago
  86. 87bf91d hugetlbfs: Use i_mmap_rwsem to address page fault/truncate race by Mike Kravetz · 4 years, 9 months ago
  87. c0d0381 hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization by Mike Kravetz · 4 years, 9 months ago
  88. 49aef71 mm/memblock.c: remove redundant assignment to variable max_addr by Colin Ian King · 4 years, 9 months ago
  89. aa9f7d5 mm: mempolicy: require at least one nodeid for MPOL_PREFERRED by Randy Dunlap · 4 years, 9 months ago
  90. d888fb2 mm: mempolicy: use VM_BUG_ON_VMA in queue_pages_test_walk() by Yang Shi · 4 years, 9 months ago
  91. 20ca87f mm/mempolicy: check hugepage migration is supported by arch in vma_migratable() by Li Xinhai · 4 years, 9 months ago
  92. dcf1763 mm/mempolicy: support MPOL_MF_STRICT for huge page mapping by Li Xinhai · 4 years, 9 months ago
  93. 250046e mm/compaction.c: clean code by removing unnecessary assignment by Mateusz Nosek · 4 years, 9 months ago
  94. 6923aa0 mm/compaction: Disable compact_unevictable_allowed on RT by Sebastian Andrzej Siewior · 4 years, 9 months ago
  95. 6467552 mm, compaction: fully assume capture is not NULL in compact_zone_order() by Vlastimil Babka · 4 years, 9 months ago
  96. 1da2f32 mm,thp,compaction,cma: allow THP migration for CMA allocations by Rik van Riel · 4 years, 9 months ago
  97. b06eda0 mm,compaction,cma: add alloc_contig flag to compact_control by Rik van Riel · 4 years, 9 months ago
  98. c4ecddf mm/vmscan.c: do_try_to_free_pages(): clean code by removing unnecessary assignment by Mateusz Nosek · 4 years, 9 months ago
  99. 4b79306 mm/vmscan.c: make may_enter_fs bool in shrink_page_list() by Kirill Tkhai · 4 years, 9 months ago
  100. e072bff mm/vmscan.c: clean code by removing unnecessary assignment by Mateusz Nosek · 4 years, 9 months ago