1. 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
  2. b25d1dc Merge branch 'simplify-do_wp_page' by Linus Torvalds · 4 years, 4 months ago
  3. 798a6b8 mm: Add PGREUSE counter by Peter Xu · 4 years, 5 months ago
  4. a308c71 mm/gup: Remove enfornced COW mechanism by Peter Xu · 4 years, 5 months ago
  5. 1a0cf26 mm/ksm: Remove reuse_ksm_page() by Peter Xu · 4 years, 5 months ago
  6. 09854ba mm: do_wp_page() simplification by Linus Torvalds · 4 years, 5 months ago
  7. 8381979 Merge branch 'gate-page-refcount' (patches from Dave Hansen) by Linus Torvalds · 4 years, 4 months ago
  8. 9fa2dd9 mm: fix pin vs. gup mismatch with gate pages by Dave Hansen · 4 years, 4 months ago
  9. 150f29f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 4 months ago
  10. 8bb5021 Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 4 months ago
  11. 76cd617 mm/error_inject: Fix allow_error_inject function signatures. by Alexei Starovoitov · 4 years, 4 months ago
  12. 1256448 Revert "powerpc/64s: Remove PROT_SAO support" by Shawn Anastasio · 4 years, 5 months ago
  13. 88e8ac1 mm, page_alloc: fix core hung in free_pcppages_bulk() by Charan Teja Reddy · 4 years, 5 months ago
  14. e08d3fd mm: include CMA pages in lowmem_reserve at boot by Doug Berger · 4 years, 5 months ago
  15. 86f54bb mm/rodata_test.c: fix missing function declaration by Leon Romanovsky · 4 years, 5 months ago
  16. e47110e mm/vunmap: add cond_resched() in vunmap_pmd_range by Aneesh Kumar K.V · 4 years, 5 months ago
  17. f3f99d6 khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter() by Hugh Dickins · 4 years, 5 months ago
  18. d5a1695 hugetlb_cgroup: convert comma to semicolon by Xu Wang · 4 years, 5 months ago
  19. b7333b5 mm/memory.c: skip spurious TLB flush for retried page fault by Yang Shi · 4 years, 5 months ago
  20. 18737f4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  21. 7e0cc01 mm/swap.c: annotate data races for lru_rotate_pvecs by Qian Cai · 4 years, 5 months ago
  22. 9c1177b mm/rmap: annotate a data race at tlb_flush_batched by Qian Cai · 4 years, 5 months ago
  23. abe1de4 mm/mempool: fix a data race in mempool_free() by Qian Cai · 4 years, 5 months ago
  24. a1f4593 mm/list_lru: fix a data race in list_lru_count_one by Qian Cai · 4 years, 5 months ago
  25. 6e4bd50 mm/page_counter: fix various data races at memsw by Qian Cai · 4 years, 5 months ago
  26. a449bf5 mm/swapfile: fix and annotate various data races by Qian Cai · 4 years, 5 months ago
  27. e630bfa mm/filemap.c: fix a data race in filemap_fault() by Kirill A. Shutemov · 4 years, 5 months ago
  28. b96a3db mm/swap_state: mark various intentional data races by Qian Cai · 4 years, 5 months ago
  29. 7b37e22 mm/page_io: mark various intentional data races by Qian Cai · 4 years, 5 months ago
  30. 96bdd2b mm/frontswap: mark various intentional data races by Qian Cai · 4 years, 5 months ago
  31. 69d0b54 mm/kmemleak: silence KCSAN splats in checksum by Qian Cai · 4 years, 5 months ago
  32. 6c35784 mm: replace hpage_nr_pages with thp_nr_pages by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  33. af3bbc1 mm: add thp_size by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  34. 1378a5e mm: store compound_nr as well as compound_order by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  35. a8a4b7a Revert "mm/vmstat.c: do not show lowmem reserve protection information of empty zone" by Baoquan He · 4 years, 5 months ago
  36. 5848dc5 dma-debug: remove debug_dma_assert_idle() function by Linus Torvalds · 4 years, 5 months ago
  37. 9f45717 mm: memcontrol: fix warning when allocating the root cgroup by Johannes Weiner · 4 years, 5 months ago
  38. 64019a2 mm/gup: remove task_struct pointer for all gup code by Peter Xu · 4 years, 5 months ago
  39. a2beb5f mm: clean up the last pieces of page fault accountings by Peter Xu · 4 years, 5 months ago
  40. bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
  41. ed03d92 mm/gup: use a standard migration target allocation callback by Joonsoo Kim · 4 years, 5 months ago
  42. bbe8875 mm/hugetlb: make hugetlb migration callback CMA aware by Joonsoo Kim · 4 years, 5 months ago
  43. 41b4dc1 mm/gup: restrict CMA region by using allocation scope API by Joonsoo Kim · 4 years, 5 months ago
  44. 8b94e0b mm/page_alloc: remove a wrapper for alloc_migration_target() by Joonsoo Kim · 4 years, 5 months ago
  45. a097631 mm/mempolicy: use a standard migration target allocation callback by Joonsoo Kim · 4 years, 5 months ago
  46. 19fc7be mm/migrate: introduce a standard migration target allocation function by Joonsoo Kim · 4 years, 5 months ago
  47. 9933a0c mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent with regular THP allocations by Joonsoo Kim · 4 years, 5 months ago
  48. d92bbc2 mm/hugetlb: unify migration callbacks by Joonsoo Kim · 4 years, 5 months ago
  49. b4b3822 mm/migrate: move migration helper from .h to .c by Joonsoo Kim · 4 years, 5 months ago
  50. c7073ba mm/page_isolation: prefer the node of the source page by Joonsoo Kim · 4 years, 5 months ago
  51. 3d13f31 uaccess: add force_uaccess_{begin,end} helpers by Christoph Hellwig · 4 years, 5 months ago
  52. b956b5a mm/zsmalloc.c: fix duplicated words by Randy Dunlap · 4 years, 5 months ago
  53. b6aa2c8 mm/zpool.c: delete duplicated word and fix grammar by Randy Dunlap · 4 years, 5 months ago
  54. 1eba09c mm/vmscan.c: delete or fix duplicated words by Randy Dunlap · 4 years, 5 months ago
  55. 5ce1be0 mm/usercopy.c: delete duplicated word by Randy Dunlap · 4 years, 5 months ago
  56. 081a06f mm/slab_common.c: delete duplicated word by Randy Dunlap · 4 years, 5 months ago
  57. af44c12 mm/shmem.c: delete duplicated word by Randy Dunlap · 4 years, 5 months ago
  58. 047b996 mm/page_alloc.c: delete or fix duplicated words by Randy Dunlap · 4 years, 5 months ago
  59. c08b342 mm/nommu.c: delete duplicated words by Randy Dunlap · 4 years, 5 months ago
  60. eaf444d mm/migrate.c: delete duplicated word by Randy Dunlap · 4 years, 5 months ago
  61. a1a0aea mm/memory.c: delete duplicated words by Randy Dunlap · 4 years, 5 months ago
  62. ac5ddd0 mm/memcontrol.c: delete duplicated words by Randy Dunlap · 4 years, 5 months ago
  63. 9e7ee40 mm/hugetlb.c: delete duplicated words by Randy Dunlap · 4 years, 5 months ago
  64. 0cb80a2 mm/hmm.c: delete duplicated word by Randy Dunlap · 4 years, 5 months ago
  65. ce89fddf mm/filemap.c: delete duplicated word by Randy Dunlap · 4 years, 5 months ago
  66. a1c1dbe mm/compaction.c: delete duplicated word by Randy Dunlap · 4 years, 5 months ago
  67. de1193f mm, memory_hotplug: update pcp lists everytime onlining a memory block by Charan Teja Reddy · 4 years, 5 months ago
  68. b4223a5 mm/memory_hotplug: fix unpaired mem_hotplug_begin/done by Jia He · 4 years, 5 months ago
  69. d622ece mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid() by Jia He · 4 years, 5 months ago
  70. d49653f mm: mmu_notifier: fix and extend kerneldoc by Krzysztof Kozlowski · 4 years, 5 months ago
  71. 3a5139f cma: don't quit at first error when activating reserved areas by Mike Kravetz · 4 years, 5 months ago
  72. 29d0f41 mm: hugetlb: fix the name of hugetlb CMA by Barry Song · 4 years, 5 months ago
  73. 18e98e5 mm: cma: fix the name of CMA areas by Barry Song · 4 years, 5 months ago
  74. 835832b mm/cma.c: fix NULL pointer dereference when cma could not be activated by Jianqun Xu · 4 years, 5 months ago
  75. 1a5bae2 mm/vmstat: add events for THP migration without split by Anshuman Khandual · 4 years, 5 months ago
  76. 4958e4d mm: thp: remove debug_cow switch by Yang Shi · 4 years, 5 months ago
  77. 0744f28 mm/migrate: optimize migrate_vma_setup() for holes by Ralph Campbell · 4 years, 5 months ago
  78. 34ae204 hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsem by Mike Kravetz · 4 years, 5 months ago
  79. 619b5b4 mm, oom: show process exiting information in __oom_kill_process() by Yafang Shao · 4 years, 5 months ago
  80. 9066e5c mm, oom: make the calculation of oom badness more accurate by Yafang Shao · 4 years, 5 months ago
  81. 4605f05 mm/mempolicy.c: check parameters first in kernel_get_mempolicy by Wenchao Hao · 4 years, 5 months ago
  82. f6e92f4 mm: mempolicy: fix kerneldoc of numa_map_to_online_node() by Krzysztof Kozlowski · 4 years, 5 months ago
  83. 860b327 mm/compaction: correct the comments of compact_defer_shift by Alex Shi · 4 years, 5 months ago
  84. d34c0a7 mm: use unsigned types for fragmentation score by Nitin Gupta · 4 years, 5 months ago
  85. 2578873 mm: fix compile error due to COMPACTION_HPAGE_ORDER by Nitin Gupta · 4 years, 5 months ago
  86. facdaa9 mm: proactive compaction by Nitin Gupta · 4 years, 5 months ago
  87. 4002570 mm/vmscan: restore active/inactive ratio for anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
  88. aae466b mm/swap: implement workingset detection for anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
  89. 3852f67 mm/swapcache: support to handle the shadow entries by Joonsoo Kim · 4 years, 5 months ago
  90. 170b04b7 mm/workingset: prepare the workingset detection infrastructure for anon LRU by Joonsoo Kim · 4 years, 5 months ago
  91. b518154 mm/vmscan: protect the workingset on anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
  92. ccc5dc67 mm/vmscan: make active/inactive ratio as 1:1 for anon lru by Joonsoo Kim · 4 years, 5 months ago
  93. 8ca39e6 mm/hugetlb: add mempolicy check in the reservation routine by Muchun Song · 4 years, 5 months ago
  94. 3e38e0a mm: memcg: charge memcg percpu memory to the parent cgroup by Roman Gushchin · 4 years, 5 months ago
  95. 772616b mm: memcg/percpu: per-memcg percpu memory statistics by Roman Gushchin · 4 years, 5 months ago
  96. 3c7be18 mm: memcg/percpu: account percpu memory to memory cgroups by Roman Gushchin · 4 years, 5 months ago
  97. 5b32af9 percpu: return number of released bytes from pcpu_free_area() by Roman Gushchin · 4 years, 5 months ago
  98. fc80c51 Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 5 months ago
  99. 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  100. 912c057 mm: vmscan: consistent update to pgrefill by Shakeel Butt · 4 years, 5 months ago