1. db71ef7 hugetlb: make free_huge_page irq safe by Mike Kravetz · 3 years, 10 months ago
  2. 10c6ec4 hugetlb: change free_pool_huge_page to remove_pool_huge_page by Mike Kravetz · 3 years, 10 months ago
  3. 1121828 hugetlb: call update_and_free_page without hugetlb_lock by Mike Kravetz · 3 years, 10 months ago
  4. 6eb4e88 hugetlb: create remove_hugetlb_page() to separate functionality by Mike Kravetz · 3 years, 10 months ago
  5. 2938396 hugetlb: add per-hstate mutex to synchronize user adjustments by Mike Kravetz · 3 years, 10 months ago
  6. 262443c hugetlb: no need to drop hugetlb_lock to call cma_release by Mike Kravetz · 3 years, 10 months ago
  7. 0ef7dca mm/cma: change cma mutex to irq safe spinlock by Mike Kravetz · 3 years, 10 months ago
  8. 15b8365 mm/hugetlb: remove unused variable pseudo_vma in remove_inode_hugepages() by Miaohe Lin · 3 years, 10 months ago
  9. da56388 mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts() by Miaohe Lin · 3 years, 10 months ago
  10. dddf31a mm/hugeltb: clarify (chg - freed) won't go negative in hugetlb_unreserve_pages() by Miaohe Lin · 3 years, 10 months ago
  11. bf3d12b mm/hugeltb: simplify the return code of __vma_reservation_common() by Miaohe Lin · 3 years, 10 months ago
  12. f84df0b mm/hugeltb: remove redundant VM_BUG_ON() in region_add() by Miaohe Lin · 3 years, 10 months ago
  13. fbe3750 mm: huge_memory: debugfs for file-backed THP split by Zi Yan · 3 years, 10 months ago
  14. fa6c023 mm: huge_memory: a new debugfs interface for splitting THP tests by Zi Yan · 3 years, 10 months ago
  15. 75f8378 khugepaged: remove meaningless !pte_present() check in khugepaged_scan_pmd() by Miaohe Lin · 3 years, 10 months ago
  16. 18d24a7 khugepaged: remove unnecessary out label in collapse_huge_page() by Miaohe Lin · 3 years, 10 months ago
  17. fef792a khugepaged: use helper function range_in_vma() in collapse_pte_mapped_thp() by Miaohe Lin · 3 years, 10 months ago
  18. 89dc6a9 mm/khugepaged.c: replace barrier() with READ_ONCE() for a selective variable by Yanfei Xu · 3 years, 10 months ago
  19. a44f89d mm/huge_memory.c: use helper function migration_entry_to_page() by Miaohe Lin · 3 years, 10 months ago
  20. d4afd60 mm/huge_memory.c: remove unused macro TRANSPARENT_HUGEPAGE_DEBUG_COW_FLAG by Miaohe Lin · 3 years, 10 months ago
  21. f6004e7 mm/huge_memory.c: remove redundant PageCompound() check by Miaohe Lin · 3 years, 10 months ago
  22. 6beb5e8 mm/huge_memory.c: rework the function do_huge_pmd_numa_page() slightly by Miaohe Lin · 3 years, 10 months ago
  23. aaa9705 mm/huge_memory.c: make get_huge_zero_page() return bool by Miaohe Lin · 3 years, 10 months ago
  24. 71f9e58 mm/huge_memory.c: rework the function vma_adjust_trans_huge() by Miaohe Lin · 3 years, 10 months ago
  25. 8fd5eda mm/huge_memory.c: remove unnecessary local variable ret2 by Miaohe Lin · 3 years, 10 months ago
  26. 74e579b khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate() by Miaohe Lin · 3 years, 10 months ago
  27. 28ff0a3 khugepaged: use helper khugepaged_test_exit() in __khugepaged_enter() by Miaohe Lin · 3 years, 10 months ago
  28. 588d01f khugepaged: reuse the smp_wmb() inside __SetPageUptodate() by Miaohe Lin · 3 years, 10 months ago
  29. 0edf61e khugepaged: remove unneeded return value of khugepaged_collapse_pte_mapped_thps() by Miaohe Lin · 3 years, 10 months ago
  30. d4241a0 mm/hugetlb: avoid calculating fault_mutex_hash in truncate_op case by Miaohe Lin · 3 years, 10 months ago
  31. d83e6c8a mm/hugetlb: simplify the code when alloc_huge_page() failed in hugetlb_no_page() by Miaohe Lin · 3 years, 10 months ago
  32. 5c8ecb1 mm/hugetlb_cgroup: remove unnecessary VM_BUG_ON_PAGE in hugetlb_cgroup_migrate() by Miaohe Lin · 3 years, 10 months ago
  33. 5af1ab1 mm/hugetlb: optimize the surplus state transfer code in move_hugetlb_state() by Miaohe Lin · 3 years, 10 months ago
  34. 04adbc3 mm/hugetlb: use some helper functions to cleanup code by Miaohe Lin · 3 years, 10 months ago
  35. 4bfb68a mm: generalize HUGETLB_PAGE_SIZE_VARIABLE by Anshuman Khandual · 3 years, 10 months ago
  36. 6501fe5 mm/hugetlb: remove redundant reservation check condition in alloc_huge_page() by Miaohe Lin · 3 years, 10 months ago
  37. 6dfeaff hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wp by Peter Xu · 3 years, 10 months ago
  38. 537cf30 mm/hugetlb: move flush_hugetlb_tlb_range() into hugetlb.h by Peter Xu · 3 years, 10 months ago
  39. c1991e0 hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabled by Peter Xu · 3 years, 10 months ago
  40. aec44e0 hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share() by Peter Xu · 3 years, 10 months ago
  41. 786b311 mm: remove nrexceptional from inode: remove BUG_ON by Hugh Dickins · 3 years, 10 months ago
  42. 8bc3c48 mm: remove nrexceptional from inode by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  43. 7f0e07f dax: account DAX entries as nrpages by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  44. 46be67b mm: stop accounting shadow entries by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  45. 7716506 mm: introduce and use mapping_empty() by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  46. 4d75136 mm/memory-failure: unnecessary amount of unmapping by Jane Chu · 3 years, 11 months ago
  47. 198fba4 mm/mmzone.h: fix existing kernel-doc comments and link them to core-api by Mike Rapoport · 3 years, 11 months ago
  48. 9df65f5 mm: page_alloc: ignore init_on_free=1 for debug_pagealloc=1 by Sergei Trofimovich · 3 years, 11 months ago
  49. be5dba2 net: page_pool: use alloc_pages_bulk in refill code path by Jesper Dangaard Brouer · 3 years, 11 months ago
  50. dfa5971 net: page_pool: refactor dma_map into own function page_pool_dma_map by Jesper Dangaard Brouer · 3 years, 11 months ago
  51. f6e70aa SUNRPC: refresh rq_pages using a bulk page allocator by Chuck Lever · 3 years, 11 months ago
  52. ab83626 SUNRPC: set rq_page_end differently by Chuck Lever · 3 years, 11 months ago
  53. 3b82201 mm/page_alloc: inline __rmqueue_pcplist by Jesper Dangaard Brouer · 3 years, 11 months ago
  54. ce76f9a mm/page_alloc: optimize code layout for __alloc_pages_bulk by Jesper Dangaard Brouer · 3 years, 11 months ago
  55. 0f87d9d mm/page_alloc: add an array-based interface to the bulk page allocator by Mel Gorman · 3 years, 11 months ago
  56. 387ba26f mm/page_alloc: add a bulk page allocator by Mel Gorman · 3 years, 11 months ago
  57. cb66bed mm/page_alloc: rename alloced to allocated by Mel Gorman · 3 years, 11 months ago
  58. 8f709db mm/page_alloc: duplicate include linux/vmalloc.h by zhouchuangao · 3 years, 11 months ago
  59. 39ddb99 mm, page_alloc: avoid page_to_pfn() in move_freepages() by Kefeng Wang · 3 years, 11 months ago
  60. d68d015 mm/Kconfig: remove default DISCONTIGMEM_MANUAL by Geert Uytterhoeven · 3 years, 11 months ago
  61. a1394bd mm: page_alloc: dump migrate-failed pages by Minchan Kim · 3 years, 11 months ago
  62. 5f07694 mm/mempolicy: fix mpol_misplaced kernel-doc by Matthew Wilcox (Oracle) · 3 years, 11 months ago
  63. eb35073 mm/mempolicy: rewrite alloc_pages_vma documentation by Matthew Wilcox (Oracle) · 3 years, 11 months ago
  64. 6421ec7 mm/mempolicy: rewrite alloc_pages documentation by Matthew Wilcox (Oracle) · 3 years, 11 months ago
  65. d7f946d mm/mempolicy: rename alloc_pages_current to alloc_pages by Matthew Wilcox (Oracle) · 3 years, 11 months ago
  66. 84172f4 mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemask by Matthew Wilcox (Oracle) · 3 years, 11 months ago
  67. 6e5e0f2 mm/page_alloc: rename gfp_mask to gfp by Matthew Wilcox (Oracle) · 3 years, 11 months ago
  68. 8e6a930 mm/page_alloc: rename alloc_mask to alloc_gfp by Matthew Wilcox (Oracle) · 3 years, 11 months ago
  69. 1587db6 include/linux/page-flags-layout.h: cleanups by Yu Zhao · 3 years, 11 months ago
  70. f73c6c8 include/linux/page-flags-layout.h: correctly determine LAST_CPUPID_WIDTH by Yu Zhao · 3 years, 11 months ago
  71. cef4c7d mm: remove lru_add_drain_all in alloc_contig_range by Minchan Kim · 3 years, 11 months ago
  72. 77febec mm/page_alloc: drop pr_info_ratelimited() in alloc_contig_range() by David Hildenbrand · 3 years, 11 months ago
  73. 1f9d03c mm: move mem_init_print_info() into mm_init() by Kefeng Wang · 3 years, 11 months ago
  74. e2b5bcf irq_work: record irq_work_queue() call stack by Zqiang · 3 years, 11 months ago
  75. 99734b5 kasan: detect false-positives in tests by Andrey Konovalov · 3 years, 11 months ago
  76. 23f61f0 kasan: record task_work_add() call stack by Walter Wu · 3 years, 11 months ago
  77. fc23c07 kasan: docs: update tests section by Andrey Konovalov · 3 years, 11 months ago
  78. fe547fc kasan: docs: update ignoring accesses section by Andrey Konovalov · 3 years, 11 months ago
  79. 67ca1c0 kasan: docs: update shadow memory section by Andrey Konovalov · 3 years, 11 months ago
  80. bb48675 kasan: docs: update HW_TAGS implementation details section by Andrey Konovalov · 3 years, 11 months ago
  81. a6c18d4 kasan: docs: update SW_TAGS implementation details section by Andrey Konovalov · 3 years, 11 months ago
  82. b8191d7 kasan: docs: update GENERIC implementation details section by Andrey Konovalov · 3 years, 11 months ago
  83. f359074 kasan: docs: update boot parameters section by Andrey Konovalov · 3 years, 11 months ago
  84. 836f79a kasan: docs: update error reports section by Andrey Konovalov · 3 years, 11 months ago
  85. 86e6f08 kasan: docs: update usage section by Andrey Konovalov · 3 years, 11 months ago
  86. 3cbc37d kasan: docs: update overview section by Andrey Konovalov · 3 years, 11 months ago
  87. 96d7d14 kasan: docs: clean up sections by Andrey Konovalov · 3 years, 11 months ago
  88. d57a964 kasan, mm: integrate slab init_on_free with HW_TAGS by Andrey Konovalov · 3 years, 11 months ago
  89. da844b7 kasan, mm: integrate slab init_on_alloc with HW_TAGS by Andrey Konovalov · 3 years, 11 months ago
  90. 1bb5eab kasan, mm: integrate page_alloc init with HW_TAGS by Andrey Konovalov · 3 years, 11 months ago
  91. aa5c219 kasan: init memory in kasan_(un)poison for HW_TAGS by Andrey Konovalov · 3 years, 11 months ago
  92. d9b6f90 arm64: kasan: allow to init memory when setting tags by Andrey Konovalov · 3 years, 11 months ago
  93. 2c33568 mm, kasan: don't poison boot memory with tag-based modes by Andrey Konovalov · 3 years, 11 months ago
  94. a064cb0 kasan: initialize shadow to TAG_INVALID for SW_TAGS by Andrey Konovalov · 3 years, 11 months ago
  95. bfcfe37 kasan: fix kasan_byte_accessible() to be consistent with actual checks by Peter Collingbourne · 3 years, 11 months ago
  96. f76e0c4 mm/kasan: switch from strlcpy to strscpy by Zhiyuan Dai · 3 years, 11 months ago
  97. 91ab1a4 pagewalk: prefix struct kernel-doc descriptions by Lukas Bulwahn · 3 years, 11 months ago
  98. a3ddd79 MAINTAINERS: assign pagewalk.h to MEMORY MANAGEMENT by Lukas Bulwahn · 3 years, 11 months ago
  99. a87132a mm/doc: add mm.h and mm_types.h to the mm-api document by Matthew Wilcox (Oracle) · 3 years, 11 months ago
  100. da2f5eb mm/doc: turn fault flags into an enum by Matthew Wilcox (Oracle) · 3 years, 11 months ago