1. 269fbe7 mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policies by Ben Widawsky · 3 years, 9 months ago
  2. e5947d2 mm: mempolicy: don't have to split pmd for huge zero page by Yang Shi · 3 years, 9 months ago
  3. 9583792 mm/mempolicy: unify the parameter sanity check for mbind and set_mempolicy by Feng Tang · 3 years, 9 months ago
  4. 7858d7b mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policy by Feng Tang · 3 years, 9 months ago
  5. b26e517 mm/mempolicy: cleanup nodemask intersection check for oom by Feng Tang · 3 years, 9 months ago
  6. f19298b mm/vmstat: convert NUMA statistics to basic NUMA counters by Mel Gorman · 3 years, 9 months ago
  7. 33e3575 mm/mempolicy: use vma_lookup() in __access_remote_vm() by Liam Howlett · 3 years, 9 months ago
  8. baf2f90 mm: fix typos in comments by Lu Jialin · 3 years, 10 months ago
  9. f0953a1 mm: fix typos in comments by Ingo Molnar · 3 years, 10 months ago
  10. 68d68ff mm/mempool: minor coding style tweaks by Zhiyuan Dai · 3 years, 10 months ago
  11. 361a2a2 mm: replace migrate_[prep|finish] with lru_cache_[disable|enable] by Minchan Kim · 3 years, 10 months ago
  12. d479960e mm: disable LRU pagevec during the migration temporarily by Minchan Kim · 3 years, 10 months ago
  13. 5f07694 mm/mempolicy: fix mpol_misplaced kernel-doc by Matthew Wilcox (Oracle) · 3 years, 11 months ago
  14. eb35073 mm/mempolicy: rewrite alloc_pages_vma documentation by Matthew Wilcox (Oracle) · 3 years, 11 months ago
  15. 6421ec7 mm/mempolicy: rewrite alloc_pages documentation by Matthew Wilcox (Oracle) · 3 years, 11 months ago
  16. d7f946d mm/mempolicy: rename alloc_pages_current to alloc_pages by Matthew Wilcox (Oracle) · 3 years, 11 months ago
  17. 84172f4 mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemask by Matthew Wilcox (Oracle) · 3 years, 11 months ago
  18. ce33135 mm/mempolicy: use helper range_in_vma() in queue_pages_test_walk() by Miaohe Lin · 4 years, 1 month ago
  19. bda420b numa balancing: migrate on fault among multiple bound nodes by Huang Ying · 4 years, 1 month ago
  20. f555bef mm: migrate: initialize err in do_migrate_pages by Jan Stancek · 4 years, 2 months ago
  21. 236c32e mm: migrate: clean up migrate_prep{_local} by Yang Shi · 4 years, 3 months ago
  22. 3f08842 mm: mempolicy: fix potential pte_unmap_unlock pte error by Shijie Luo · 4 years, 4 months ago
  23. f8fd525 mm: remove unused alloc_page_vma_node() by Wei Yang · 4 years, 5 months ago
  24. 78b132e mm/mempolicy: remove or narrow the lock on current by Wei Yang · 4 years, 5 months ago
  25. 6c35784 mm: replace hpage_nr_pages with thp_nr_pages by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  26. a097631 mm/mempolicy: use a standard migration target allocation callback by Joonsoo Kim · 4 years, 7 months ago
  27. d92bbc2 mm/hugetlb: unify migration callbacks by Joonsoo Kim · 4 years, 7 months ago
  28. 4605f05 mm/mempolicy.c: check parameters first in kernel_get_mempolicy by Wenchao Hao · 4 years, 7 months ago
  29. f6e92f4 mm: mempolicy: fix kerneldoc of numa_map_to_online_node() by Krzysztof Kozlowski · 4 years, 7 months ago
  30. 8ca39e6 mm/hugetlb: add mempolicy check in the reservation routine by Muchun Song · 4 years, 7 months ago
  31. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 9 months ago
  32. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 9 months ago
  33. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 9 months ago
  34. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 9 months ago
  35. 2d3a36a mm, mempolicy: fix up gup usage in lookup_node by Michal Hocko · 4 years, 9 months ago
  36. 9b06860 Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  37. ba84107 mm/mempolicy: Allow lookup_node() to handle fatal signal by Peter Xu · 5 years ago
  38. e4a9bc5 mm: use fallthrough; by Joe Perches · 5 years ago
  39. 959a7e1 mm/mempolicy: add missing annotation for queue_pages_pmd() by Jules Irenge · 5 years ago
  40. 5870544 mm: merge parameters for change_protection() by Peter Xu · 5 years ago
  41. 9de4f22 mm: code cleanup for MADV_FREE by Huang Ying · 5 years ago
  42. 3122e80 mm/vma: make vma_is_accessible() available for general use by Anshuman Khandual · 5 years ago
  43. aa9f7d5 mm: mempolicy: require at least one nodeid for MPOL_PREFERRED by Randy Dunlap · 5 years ago
  44. d888fb2 mm: mempolicy: use VM_BUG_ON_VMA in queue_pages_test_walk() by Yang Shi · 5 years ago
  45. 20ca87f mm/mempolicy: check hugepage migration is supported by arch in vma_migratable() by Li Xinhai · 5 years ago
  46. dcf1763 mm/mempolicy: support MPOL_MF_STRICT for huge page mapping by Li Xinhai · 5 years ago
  47. 4fcbe96 mm/numa: Skip NUMA_NO_NODE and online nodes in numa_map_to_online_node() by Dan Williams · 5 years ago
  48. b2ca916 ACPI: NUMA: Up-level "map to online node" functionality by Dan Williams · 5 years ago
  49. c7a91bc mm/mempolicy.c: fix out of bounds write in mpol_parse_str() by Dan Carpenter · 5 years ago
  50. cc638f3 mm, thp: tweak reclaim/compaction effort of local-only and all-node allocations by Vlastimil Babka · 5 years ago
  51. f18da66 mm/mempolicy.c: fix checking unmapped holes for mbind by Li Xinhai · 5 years ago
  52. a18b3ac2 mm/mempolicy.c: check range first in queue_pages_test_walk by Li Xinhai · 5 years ago
  53. a85dfc3 mm: mempolicy: fix the wrong return value and potential pages leak of mbind by Yang Shi · 5 years ago
  54. edf445a Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes) by Linus Torvalds · 5 years ago
  55. 76e654c mm, page_alloc: allow hugepage fallback to remote nodes when madvised by David Rientjes · 6 years ago
  56. 19deb76 Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask"" by David Rientjes · 6 years ago
  57. ac79f78 Revert "Revert "mm, thp: restore node-local hugepage allocations"" by David Rientjes · 6 years ago
  58. 057d3389 mm: untag user pointers passed to memory syscalls by Andrey Konovalov · 5 years ago
  59. 4406548 mm/mempolicy.c: remove unnecessary nodemask check in kernel_migrate_pages() by Kefeng Wang · 5 years ago
  60. 7b86ac3 pagewalk: separate function pointers from iterator data by Christoph Hellwig · 6 years ago
  61. a520110 mm: split out a new pagewalk.h header from mm.h by Christoph Hellwig · 6 years ago
  62. a828260 Revert "mm, thp: restore node-local hugepage allocations" by Andrea Arcangeli · 6 years ago
  63. 92717d4 Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask"" by Andrea Arcangeli · 6 years ago
  64. a53190a mm: mempolicy: handle vma with unmovable pages mapped correctly in mbind by Yang Shi · 6 years ago
  65. d883544 mm: mempolicy: make the behavior consistent when MPOL_MF_MOVE* and MPOL_MF_STRICT were specified by Yang Shi · 6 years ago
  66. 6926221 mm: export alloc_pages_vma by Christoph Hellwig · 6 years ago
  67. 29b190f mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemask by zhong jiang · 6 years ago
  68. 46aeb7e treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 225 by Thomas Gleixner · 6 years ago
  69. a7f40cf mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specified by Yang Shi · 6 years ago
  70. 2e25644 mm, mempolicy: fix uninit memory access by Vlastimil Babka · 6 years ago
  71. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  72. 050c17f numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODES by Ralph Campbell · 6 years ago
  73. 356ff8a Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask" by David Rientjes · 6 years ago
  74. 2f0799a mm, thp: restore node-local hugepage allocations by David Rientjes · 6 years ago
  75. 89c83fb mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask by Michal Hocko · 6 years ago
  76. ac5b2c1 mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings by Andrea Arcangeli · 6 years ago
  77. dedf2c7 mm/mempolicy.c: use match_string() helper to simplify the code by zhong jiang · 6 years ago
  78. 3b9aadf userfaultfd: allow get_mempolicy(MPOL_F_NODE|MPOL_F_ADDR) to trigger userfaults by Andrea Arcangeli · 6 years ago
  79. c1093b7 mm: access zone->node via zone_to_nid() and zone_set_nid() by Pavel Tatashin · 7 years ago
  80. a670468 mm: zero out the vma in vma_init() by Andrew Morton · 7 years ago
  81. 2c4541e mm: use vma_init() to initialize VMAs on stack and data segments by Kirill A. Shutemov · 7 years ago
  82. 94723aa mm: unclutter THP migration by Michal Hocko · 7 years ago
  83. 666feb2 mm, migrate: remove reason argument from new_page_t by Michal Hocko · 7 years ago
  84. a49bd4d mm, numa: rework do_pages_move by Michal Hocko · 7 years ago
  85. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
  86. af03c4a mm: add kernel_[sg]et_mempolicy() helpers; remove in-kernel calls to syscalls by Dominik Brodowski · 7 years ago
  87. e7dc9ad6 mm: add kernel_mbind() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  88. b6e9b0b mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c by Dominik Brodowski · 7 years ago
  89. 8970a63 mm/mempolicy.c: avoid use uninitialized preferred_node by Yisheng Xie · 7 years ago
  90. 389c817 hugetlb, mbind: fall back to default policy if vma is NULL by Michal Hocko · 7 years ago
  91. ebd6372 hugetlb, mempolicy: fix the mbind hugetlb migration by Michal Hocko · 7 years ago
  92. 0486a38 mm/mempolicy: add nodes_empty check in SYSC_migrate_pages by Yisheng Xie · 7 years ago
  93. 56521e7 mm/mempolicy: fix the check of nodemask from user by Yisheng Xie · 7 years ago
  94. 66f308e mm/mempolicy: remove redundant check in get_nodes by Yisheng Xie · 7 years ago
  95. 4518085 mm, sysctl: make NUMA stats configurable by Kemi Wang · 7 years ago
  96. 3136746 Unify migrate_pages and move_pages access checks by Otto Ebeling · 7 years ago
  97. de55c8b mm/mempolicy: fix NUMA_INTERLEAVE_HIT counter by Andrey Ryabinin · 7 years ago
  98. 149728e mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced() by Anshuman Khandual · 8 years ago
  99. 98c70ba mm: remove useless vma parameter to offset_il_node by Laurent Dufour · 8 years ago
  100. c863379 mm: mempolicy: mbind and migrate_pages support thp migration by Naoya Horiguchi · 8 years ago