1. 7290840 mm: remove follow_page() by David Hildenbrand · 7 months ago
  2. 3ddc2fe mm: vmalloc: implement vrealloc() by Danilo Krummrich · 8 months ago
  3. 61307b7 Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 10 months ago
  4. cb10c28 mm: remove follow_pfn by Christoph Hellwig · 12 months ago
  5. 88ae5fb mm: vmalloc: enable memory allocation profiling by Kent Overstreet · 12 months ago
  6. 62346c6 mm: add nommu variant of vm_insert_pages() by Jens Axboe · 12 months ago
  7. 55c49fe mm/vmalloc: remove vmap_area_list by Baoquan He · 1 year, 2 months ago
  8. ecae0bd Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 4 months ago
  9. adb20b0 mm: make vma_merge() and split_vma() internal by Lorenzo Stoakes · 1 year, 5 months ago
  10. c43cfa4 mm: make __access_remote_vm() static by Lorenzo Stoakes · 1 year, 5 months ago
  11. 2632bb8 mm: Remove unused vm_brk() by Kees Cook · 1 year, 5 months ago
  12. df57721 Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 6 months ago
  13. d5a6474 mm/nommu.c: use helper macro K() by ZhangPeng · 1 year, 7 months ago
  14. b5df092 mm: set up vma iterator for vma_iter_prealloc() calls by Liam R. Howlett · 1 year, 8 months ago
  15. f72cf24 mm: use vma_iter_clear_gfp() in nommu by Liam R. Howlett · 1 year, 8 months ago
  16. 1279aa0 mm: make show_free_areas() static by Kefeng Wang · 1 year, 8 months ago
  17. 592b5fa mm: Re-introduce vm_flags to do_mmap() by Yu-cheng Yu · 1 year, 9 months ago
  18. 03f8893 xtensa: fix lock_mm_and_find_vma in case VMA not found by Max Filippov · 1 year, 8 months ago
  19. d85a143 xtensa: fix NOMMU build with lock_mm_and_find_vma() conversion by Linus Torvalds · 1 year, 8 months ago
  20. 8d7071a mm: always expand the stack with the mmap write lock held by Linus Torvalds · 1 year, 9 months ago
  21. f440fa1 mm: make find_extend_vma() fail if write lock not held by Liam R. Howlett · 1 year, 9 months ago
  22. 4c91c07 mm: vmalloc: convert vread() to vread_iter() by Lorenzo Stoakes · 2 years ago
  23. 1c71222 mm: replace vma->vm_flags direct modifications with modifier calls by Suren Baghdasaryan · 2 years, 1 month ago
  24. 9760ebf mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator by Liam R. Howlett · 2 years, 2 months ago
  25. 07f1bc5 nommu: pass through vma iterator to shrink_vma() by Liam R. Howlett · 2 years, 2 months ago
  26. 47d9644 nommu: convert nommu to using the vma iterator by Liam R. Howlett · 2 years, 2 months ago
  27. c5d5546 maple_tree: remove the parameter entry of mas_preallocate by Vernon Yang · 2 years, 2 months ago
  28. b6b7a8f mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings by David Hildenbrand · 2 years, 2 months ago
  29. fc4f4be mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_mapping() by David Hildenbrand · 2 years, 2 months ago
  30. fd9edbd nommu: fix split_vma() map_count error by Liam Howlett · 2 years, 2 months ago
  31. 80be727 nommu: fix do_munmap() error path by Liam Howlett · 2 years, 2 months ago
  32. 7f31cce nommu: fix memory leak in do_mmap() error path by Liam Howlett · 2 years, 2 months ago
  33. 763ecb0 mm: remove the vma linked list by Liam R. Howlett · 2 years, 6 months ago
  34. 8220543d nommu: remove uses of VMA linked list by Matthew Wilcox (Oracle) · 2 years, 6 months ago
  35. 7964cf8 mm: remove vmacache by Liam R. Howlett · 2 years, 6 months ago
  36. abdba2d mm: use maple tree operations for find_vma_intersection() by Liam R. Howlett · 2 years, 6 months ago
  37. 524e00b mm: remove rb tree. by Liam R. Howlett · 2 years, 6 months ago
  38. d4af56c mm: start tracking VMAs with maple tree by Liam R. Howlett · 2 years, 6 months ago
  39. 9330723 mm: nommu: pass a pointer to virt_to_page() by Linus Walleij · 2 years, 8 months ago
  40. 0fc74d8 no-MMU: expose vmalloc_huge() for alloc_large_system_hash() by Linus Torvalds · 2 years, 11 months ago
  41. 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  42. 916caa12 mm: nommu: kill arch_get_unmapped_area() by Kefeng Wang · 3 years, 4 months ago
  43. 518d550 mm: remove spurious blkdev.h includes by Christoph Hellwig · 3 years, 6 months ago
  44. 49624ef Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux by Linus Torvalds · 3 years, 6 months ago
  45. 6128b3a mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff() by David Hildenbrand · 3 years, 11 months ago
  46. f7e33bd fs: remove mandatory file locking support by Jeff Layton · 3 years, 7 months ago
  47. db1d915 mm/nommu: unexport do_munmap() by Liam Howlett · 3 years, 8 months ago
  48. 176056f nommu: remove __GFP_HIGHMEM in vmalloc/vzalloc by Chen Li · 3 years, 8 months ago
  49. 3b8db39 mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff() by David Hildenbrand · 3 years, 8 months ago
  50. f7c8ce4 mm/vmalloc: remove vwrite() by David Hildenbrand · 3 years, 10 months ago
  51. 3f98a28 mm/nommu: Fix return type of filemap_map_pages() by Geert Uytterhoeven · 4 years, 1 month ago
  52. d3f5ffc mm: cleanup: remove unused tsk arg from __access_remote_vm by John Hubbard · 4 years, 3 months ago
  53. 301fa9f mm: remove alloc_vm_area by Christoph Hellwig · 4 years, 5 months ago
  54. dd19d29 Fix references to nommu-mmap.rst by Stephen Kitt · 4 years, 7 months ago
  55. c08b342 mm/nommu.c: delete duplicated words by Randy Dunlap · 4 years, 7 months ago
  56. 45e5530 mm: remove unnecessary wrapper function do_mmap_pgoff() by Peter Collingbourne · 4 years, 7 months ago
  57. 2324d50 Merge tag 'docs-5.9' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
  58. 800c02f docs: move nommu-mmap.txt to admin-guide and rename to ReST by Mauro Carvalho Chehab · 4 years, 9 months ago
  59. 7a0e27b mm: remove vmalloc_exec by Christoph Hellwig · 4 years, 8 months ago
  60. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 9 months ago
  61. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 9 months ago
  62. a75a2df nommu: use flush_icache_user_range in brk and mmap by Christoph Hellwig · 4 years, 9 months ago
  63. 73f693c mm: remove vmalloc_sync_(un)mappings() by Joerg Roedel · 4 years, 9 months ago
  64. 041de93 mm: remove vmalloc_user_node_flags by Christoph Hellwig · 4 years, 9 months ago
  65. 2b90594 mm: remove __vmalloc_node_flags_caller by Christoph Hellwig · 4 years, 9 months ago
  66. 4d39d72 mm: remove both instances of __vmalloc_node_flags by Christoph Hellwig · 4 years, 9 months ago
  67. 88dca4c mm: remove the pgprot argument to __vmalloc by Christoph Hellwig · 4 years, 9 months ago
  68. d4efd79 mm: remove the prot argument from vm_map_ram by Christoph Hellwig · 4 years, 9 months ago
  69. 763802b5 x86/mm: split vmalloc_sync_all() by Joerg Roedel · 5 years ago
  70. aba6dfb mm/mmap.c: rb_parent is not necessary in __vma_link_list() by Wei Yang · 5 years ago
  71. 1b9fc5b2 mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list() by Wei Yang · 5 years ago
  72. ed81745 mm: Implement no-MMU variant of vmalloc_user_node_flags by Andrii Nakryiko · 5 years ago
  73. a50b854 mm: introduce page_size() by Matthew Wilcox (Oracle) · 5 years ago
  74. 0bf5f94 mm: fix the MAP_UNINITIALIZED flag by Christoph Hellwig · 6 years ago
  75. 1e426fe mm: use down_read_killable for locking mmap_sem in access_remote_vm by Konstantin Khlebnikov · 6 years ago
  76. 050a9ad mm: consolidate the get_user_pages* implementations by Christoph Hellwig · 6 years ago
  77. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  78. a667d74 mm: introduce new vm_map_pages() and vm_map_pages_zero() API by Souptick Joarder · 6 years ago
  79. df06b37 mm/gup: cache dev_pagemap while pinning pages by Keith Busch · 6 years ago
  80. 1a9b4b3 mm: provide a fallback for PAGE_KERNEL_EXEC for architectures by Luis R. Rodriguez · 7 years ago
  81. bfd40ea mm: fix vma_is_anonymous() false-positives by Kirill A. Shutemov · 7 years ago
  82. 490fc05 mm: make vm_area_alloc() initialize core fields by Linus Torvalds · 7 years ago
  83. 95faf69 mm: make vm_area_dup() actually copy the old vma data by Linus Torvalds · 7 years ago
  84. 3928d4f mm: use helper functions for allocating and freeing vm_area structs by Linus Torvalds · 7 years ago
  85. 2bcd645 mm: use new return type vm_fault_t by Souptick Joarder · 7 years ago
  86. e48e3c5 mm/nommu: remove description of alloc_vm_area by Mike Rapoport · 7 years ago
  87. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
  88. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
  89. 1a84291 mm: remove blackfin MPU support by Arnd Bergmann · 7 years ago
  90. b7701a5 mm: docs: fixup punctuation by Mike Rapoport · 7 years ago
  91. 977fbdc mm: add unmap_mapping_pages() by Matthew Wilcox · 7 years ago
  92. 581bfce9 Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  93. c41f012 mm: rename global_page_state to global_zone_page_state by Michal Hocko · 8 years ago
  94. b4bf802 mm/nommu: switch do_mmap_private to kernel_read by Christoph Hellwig · 8 years ago
  95. 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 8 years ago
  96. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 8 years ago
  97. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  98. 94e877d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  99. 653a774 Merge remote-tracking branch 'ovl/for-viro' into for-linus by Al Viro · 8 years ago
  100. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago