1. a42150f mm: provide a saner PTE walking API for modules by Paolo Bonzini · 4 years ago
  2. 6d9c9ec mm: simplify follow_pte{,pmd} by Christoph Hellwig · 4 years, 1 month ago
  3. 98b5768 mm: memmap defer init doesn't work as expected by Baoquan He · 4 years, 1 month ago
  4. f8f6ae5 mm: always have io_remap_pfn_range() set pgprot_decrypted() by Jason Gunthorpe · 4 years, 2 months ago
  5. 0726b01 mm/madvise: pass mm to do_madvise by Minchan Kim · 4 years, 3 months ago
  6. d882c00 mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone() by David Hildenbrand · 4 years, 3 months ago
  7. 5d1fd5d mm,hwpoison: introduce MF_MSG_UNSPLIT_THP by Naoya Horiguchi · 4 years, 3 months ago
  8. dd6e240 mm,hwpoison: kill put_hwpoison_page by Oscar Salvador · 4 years, 3 months ago
  9. 7e27f22 mm,hwpoison: unexport get_hwpoison_page and make it static by Oscar Salvador · 4 years, 3 months ago
  10. c78f463 mm: remove src/dst mm parameter in copy_page_range() by Peter Xu · 4 years, 3 months ago
  11. b2b29d6 mm: account PMD tables like PTE tables by Matthew Wilcox · 4 years, 3 months ago
  12. bac3cf4 mm, dump_page: rename head_mapcount() --> head_compound_mapcount() by John Hubbard · 4 years, 3 months ago
  13. 6734e20 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 3 months ago
  14. 7a4830c mm/fork: Pass new vma pointer into copy_page_range() by Peter Xu · 4 years, 4 months ago
  15. c1d0da8 mm: replace memmap_context by meminit_context by Laurent Dufour · 4 years, 4 months ago
  16. 5ef64cc mm: allow a controlled amount of unfairness in the page lock by Linus Torvalds · 4 years, 4 months ago
  17. 9f34193 arm64: mte: Add PROT_MTE support to mmap() and mprotect() by Catalin Marinas · 5 years ago
  18. 8bb5021 Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 5 months ago
  19. 1256448 Revert "powerpc/64s: Remove PROT_SAO support" by Shawn Anastasio · 4 years, 5 months ago
  20. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  21. c403f6a mm: annotate a data race in page_zonenum() by Qian Cai · 4 years, 5 months ago
  22. ee6c400 mm: introduce offset_in_thp by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  23. 4190156 mm: move page-flags include to top of file by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  24. 1378a5e mm: store compound_nr as well as compound_order by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  25. 64019a2 mm/gup: remove task_struct pointer for all gup code by Peter Xu · 4 years, 5 months ago
  26. bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
  27. 11192337 mm: drop duplicated words in <linux/mm.h> by Randy Dunlap · 4 years, 5 months ago
  28. 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  29. c89ab04 mm/sparse: cleanup the code surrounding memory_present() by Mike Rapoport · 4 years, 5 months ago
  30. 45e5530 mm: remove unnecessary wrapper function do_mmap_pgoff() by Peter Collingbourne · 4 years, 5 months ago
  31. 56993b4 mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf() by Anshuman Khandual · 4 years, 5 months ago
  32. 1d9cfee mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages() by Anshuman Khandual · 4 years, 5 months ago
  33. 56f3547 mm: adjust vm_committed_as_batch according to vm overcommit policy by Feng Tang · 4 years, 5 months ago
  34. 2a681cf mm: move p?d_alloc_track to separate header file by Joerg Roedel · 4 years, 5 months ago
  35. 6dc5ea1 mm, dump_page: do not crash with bad compound_mapcount() by John Hubbard · 4 years, 5 months ago
  36. 5c9fa16 powerpc/64s: Remove PROT_SAO support by Nicholas Piggin · 4 years, 7 months ago
  37. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  38. 9740ca4 mmap locking API: initial implementation as rwsem wrappers by Michel Lespinasse · 4 years, 7 months ago
  39. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  40. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  41. 420c209 mm/gup: introduce pin_user_pages_locked() by John Hubbard · 4 years, 7 months ago
  42. dadbb61 mm/gup.c: convert to use get_user_{page|pages}_fast_only() by Souptick Joarder · 4 years, 7 months ago
  43. 2b78744 include/linux/mm.h: return true in cpupid_pid_unset() by Jason Yan · 4 years, 8 months ago
  44. 57e86fa mm: replace zero-length array with flexible-array member by chenqiwu · 4 years, 8 months ago
  45. d4eaa28 mm: add kvfree_sensitive() for freeing sensitive data objects by Waiman Long · 4 years, 8 months ago
  46. f089dcc mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h by Mike Rapoport · 4 years, 8 months ago
  47. ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 8 months ago
  48. 9d82c69 mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API by Johannes Weiner · 4 years, 8 months ago
  49. ff45fc3 mm: simplify calling a compound page destructor by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  50. ae70edd mm/page_alloc: restrict and formalize compound_page_dtors[] by Anshuman Khandual · 4 years, 8 months ago
  51. 4ca7be2 mm/page_alloc.c: remove unused free_bootmem_with_active_regions by Baoquan He · 4 years, 8 months ago
  52. bc9331a mm: rename free_area_init_node() to free_area_init_memoryless_node() by Mike Rapoport · 4 years, 8 months ago
  53. 51930df mm: free_area_init: allow defining max_zone_pfn in descending order by Mike Rapoport · 4 years, 8 months ago
  54. 9691a07 mm: use free_area_init() instead of free_area_init_nodes() by Mike Rapoport · 4 years, 8 months ago
  55. fa3354e mm: free_area_init: use maximal zone PFNs rather than zone sizes by Mike Rapoport · 4 years, 8 months ago
  56. 3f08a30 mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option by Mike Rapoport · 4 years, 8 months ago
  57. 6f24fbd mm: make early_pfn_to_nid() and related defintions close to each other by Mike Rapoport · 4 years, 8 months ago
  58. 104acc3 mm/gup: introduce pin_user_pages_fast_only() by John Hubbard · 4 years, 8 months ago
  59. 376a34ef mm/gup: refactor and de-duplicate gup_fast() code by John Hubbard · 4 years, 8 months ago
  60. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 8 months ago
  61. 118d6e9 Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 8 months ago
  62. 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 8 months ago
  63. d862613 mm: add functions to track page directory modifications by Joerg Roedel · 4 years, 8 months ago
  64. 9142902 mm/gup: introduce pin_user_pages_unlocked by John Hubbard · 4 years, 8 months ago
  65. cee9a0c mm: move readahead prototypes from mm.h by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  66. b23c477 Merge tag 'docs-5.8' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 8 months ago
  67. 533b220 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 8 months ago
  68. 17e0a7c Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 8 months ago
  69. 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  70. 6988f31 mm: remove VM_BUG_ON(PageSlab()) from page_mapcount() by Konstantin Khlebnikov · 4 years, 8 months ago
  71. 0620223 mm/memory-failure: Add memory_failure_queue_kick() by James Morse · 4 years, 9 months ago
  72. 80e4e56 Merge branch 'for-next/bti-user' into for-next/bti by Will Deacon · 4 years, 9 months ago
  73. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 9 months ago
  74. 2374c09 sysctl: remove all extern declaration from sysctl.c by Christoph Hellwig · 4 years, 9 months ago
  75. 6664876 mm: Remove MPX leftovers by Jimmy Assarsson · 4 years, 10 months ago
  76. 72ef5e5 docs: fix broken references to text files by Mauro Carvalho Chehab · 4 years, 9 months ago
  77. 78e7c5a mm/special: create generic fallbacks for pte_special() and pte_mkspecial() by Anshuman Khandual · 4 years, 9 months ago
  78. 6cb4d9a mm/vma: introduce VM_ACCESS_FLAGS by Anshuman Khandual · 4 years, 9 months ago
  79. c62da0c mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS by Anshuman Khandual · 4 years, 9 months ago
  80. 8cd3984 mm/memory.c: add vm_insert_pages() by Arjun Roy · 4 years, 9 months ago
  81. 292924b userfaultfd: wp: apply _PAGE_UFFD_WP bit by Peter Xu · 4 years, 9 months ago
  82. 5870544 mm: merge parameters for change_protection() by Peter Xu · 4 years, 9 months ago
  83. 3122e80 mm/vma: make vma_is_accessible() available for general use by Anshuman Khandual · 4 years, 9 months ago
  84. ea9448b Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 10 months ago
  85. baceaf1 mmap: remove inline of vm_unmapped_area by Jaewon Kim · 4 years, 10 months ago
  86. 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 10 months ago
  87. c270a7e mm: introduce FAULT_FLAG_INTERRUPTIBLE by Peter Xu · 4 years, 10 months ago
  88. dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 4 years, 10 months ago
  89. 222100e mm/vma: make is_vma_temporary_stack() available for general use by Anshuman Khandual · 4 years, 10 months ago
  90. 7969f22 mm/vma: make vma_is_foreign() available for general use by Anshuman Khandual · 4 years, 10 months ago
  91. b444377 mm/vma: move VM_NO_KHUGEPAGED into generic header by Anshuman Khandual · 4 years, 10 months ago
  92. 47e29d3 mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages by John Hubbard · 4 years, 10 months ago
  93. 3faa52c mm/gup: track FOLL_PIN pages by John Hubbard · 4 years, 10 months ago
  94. 2484ca9 mm: Introduce vma_is_special_huge by Thomas Hellstrom (VMware) · 4 years, 10 months ago
  95. 8ef8f360 arm64: Basic Branch Target Identification support by Dave Martin · 4 years, 10 months ago
  96. c87cbc1 mm, hotplug: fix page online with DEBUG_PAGEALLOC compiled but not enabled by Vlastimil Babka · 4 years, 11 months ago
  97. cc12071 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  98. 9717c1c Merge tag 'drm-next-2020-02-04' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  99. 4b094b7 mm/page_alloc.c: initialize memmap of unavailable memory directly by David Hildenbrand · 5 years ago
  100. ca023a9 include/linux/mm.h: remove dead code totalram_pages_set() by Wei Yang · 5 years ago