1. 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  2. 916caa12 mm: nommu: kill arch_get_unmapped_area() by Kefeng Wang · 3 years, 2 months ago
  3. 518d550 mm: remove spurious blkdev.h includes by Christoph Hellwig · 3 years, 3 months ago
  4. 49624ef Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux by Linus Torvalds · 3 years, 4 months ago
  5. 6128b3a mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff() by David Hildenbrand · 3 years, 8 months ago
  6. f7e33bd fs: remove mandatory file locking support by Jeff Layton · 3 years, 4 months ago
  7. db1d915 mm/nommu: unexport do_munmap() by Liam Howlett · 3 years, 6 months ago
  8. 176056f nommu: remove __GFP_HIGHMEM in vmalloc/vzalloc by Chen Li · 3 years, 6 months ago
  9. 3b8db39 mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff() by David Hildenbrand · 3 years, 6 months ago
  10. f7c8ce4 mm/vmalloc: remove vwrite() by David Hildenbrand · 3 years, 8 months ago
  11. 3f98a28 mm/nommu: Fix return type of filemap_map_pages() by Geert Uytterhoeven · 4 years ago
  12. d3f5ffc mm: cleanup: remove unused tsk arg from __access_remote_vm by John Hubbard · 4 years ago
  13. 301fa9f mm: remove alloc_vm_area by Christoph Hellwig · 4 years, 2 months ago
  14. dd19d29 Fix references to nommu-mmap.rst by Stephen Kitt · 4 years, 5 months ago
  15. c08b342 mm/nommu.c: delete duplicated words by Randy Dunlap · 4 years, 5 months ago
  16. 45e5530 mm: remove unnecessary wrapper function do_mmap_pgoff() by Peter Collingbourne · 4 years, 5 months ago
  17. 2324d50 Merge tag 'docs-5.9' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 5 months ago
  18. 800c02f docs: move nommu-mmap.txt to admin-guide and rename to ReST by Mauro Carvalho Chehab · 4 years, 6 months ago
  19. 7a0e27b mm: remove vmalloc_exec by Christoph Hellwig · 4 years, 6 months ago
  20. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  21. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  22. a75a2df nommu: use flush_icache_user_range in brk and mmap by Christoph Hellwig · 4 years, 7 months ago
  23. 73f693c mm: remove vmalloc_sync_(un)mappings() by Joerg Roedel · 4 years, 7 months ago
  24. 041de93 mm: remove vmalloc_user_node_flags by Christoph Hellwig · 4 years, 7 months ago
  25. 2b90594 mm: remove __vmalloc_node_flags_caller by Christoph Hellwig · 4 years, 7 months ago
  26. 4d39d72 mm: remove both instances of __vmalloc_node_flags by Christoph Hellwig · 4 years, 7 months ago
  27. 88dca4c mm: remove the pgprot argument to __vmalloc by Christoph Hellwig · 4 years, 7 months ago
  28. d4efd79 mm: remove the prot argument from vm_map_ram by Christoph Hellwig · 4 years, 7 months ago
  29. 763802b5 x86/mm: split vmalloc_sync_all() by Joerg Roedel · 4 years, 9 months ago
  30. aba6dfb mm/mmap.c: rb_parent is not necessary in __vma_link_list() by Wei Yang · 5 years ago
  31. 1b9fc5b2 mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list() by Wei Yang · 5 years ago
  32. ed81745 mm: Implement no-MMU variant of vmalloc_user_node_flags by Andrii Nakryiko · 5 years ago
  33. a50b854 mm: introduce page_size() by Matthew Wilcox (Oracle) · 5 years ago
  34. 0bf5f94 mm: fix the MAP_UNINITIALIZED flag by Christoph Hellwig · 5 years ago
  35. 1e426fe mm: use down_read_killable for locking mmap_sem in access_remote_vm by Konstantin Khlebnikov · 5 years ago
  36. 050a9ad mm: consolidate the get_user_pages* implementations by Christoph Hellwig · 5 years ago
  37. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  38. a667d74 mm: introduce new vm_map_pages() and vm_map_pages_zero() API by Souptick Joarder · 6 years ago
  39. df06b37 mm/gup: cache dev_pagemap while pinning pages by Keith Busch · 6 years ago
  40. 1a9b4b3 mm: provide a fallback for PAGE_KERNEL_EXEC for architectures by Luis R. Rodriguez · 6 years ago
  41. bfd40ea mm: fix vma_is_anonymous() false-positives by Kirill A. Shutemov · 6 years ago
  42. 490fc05 mm: make vm_area_alloc() initialize core fields by Linus Torvalds · 6 years ago
  43. 95faf69 mm: make vm_area_dup() actually copy the old vma data by Linus Torvalds · 6 years ago
  44. 3928d4f mm: use helper functions for allocating and freeing vm_area structs by Linus Torvalds · 6 years ago
  45. 2bcd645 mm: use new return type vm_fault_t by Souptick Joarder · 7 years ago
  46. e48e3c5 mm/nommu: remove description of alloc_vm_area by Mike Rapoport · 7 years ago
  47. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
  48. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
  49. 1a84291 mm: remove blackfin MPU support by Arnd Bergmann · 7 years ago
  50. b7701a5 mm: docs: fixup punctuation by Mike Rapoport · 7 years ago
  51. 977fbdc mm: add unmap_mapping_pages() by Matthew Wilcox · 7 years ago
  52. 581bfce9 Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  53. c41f012 mm: rename global_page_state to global_zone_page_state by Michal Hocko · 7 years ago
  54. b4bf802 mm/nommu: switch do_mmap_private to kernel_read by Christoph Hellwig · 7 years ago
  55. 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 8 years ago
  56. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 8 years ago
  57. 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
  58. 94e877d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  59. 653a774 Merge remote-tracking branch 'ovl/for-viro' into for-linus by Al Viro · 8 years ago
  60. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  61. 314ff78 mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <linux/sched.h> to <linux/mm_types> by Ingo Molnar · 8 years ago
  62. 897ab3e userfaultfd: non-cooperative: add event for memory unmaps by Mike Rapoport · 8 years ago
  63. 3edf41d mm: fix comments for mmap_init() by seokhoon.yoon · 8 years ago
  64. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  65. 9af744d lib/show_mem.c: teach show_mem to work with the given nodemask by Michal Hocko · 8 years ago
  66. f74ac01 mm: use helper for calling f_op->mmap() by Miklos Szeredi · 8 years ago
  67. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  68. a57cb1c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  69. 82b0f8c mm: join struct fault_env and vm_fault by Jan Kara · 8 years ago
  70. 8b7457e mm: unexport __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
  71. 412ac77a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  72. 84d77d3 ptrace: Don't allow accessing an undumpable mm by Eric W. Biederman · 8 years ago
  73. fcd3585 lkdtm: Do not use flush_icache_range() on user addresses by Catalin Marinas · 8 years ago
  74. 0d73175 mm: unexport __get_user_pages() by Lorenzo Stoakes · 8 years ago
  75. f307ab6 mm: replace access_process_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  76. 6347e8d mm: replace access_remote_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  77. 442486e mm: replace __access_remote_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  78. 768ae30 mm: replace get_user_pages() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  79. 3b91317 mm: replace get_user_pages_locked() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  80. c164154 mm: replace get_user_pages_unlocked() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  81. d4944b0 mm: remove write/force parameters from __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
  82. bae473a mm: introduce fault_env by Kirill A. Shutemov · 8 years ago
  83. 5d22fc2 mm: remove more IS_ERR_VALUE abuses by Linus Torvalds · 9 years ago
  84. a1f9831 Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  85. c12d2da mm/gup: Remove the macro overload API migration helpers from the get_user*() APIs by Ingo Molnar · 9 years ago
  86. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  87. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  88. 39a1aa8 mm: deduplicate memory overcommitment code by Andrey Ryabinin · 9 years ago
  89. ea606cf mm: move max_map_count bits into mm.h by Andrey Ryabinin · 9 years ago
  90. e6bfb70 mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits() by Dave Hansen · 9 years ago
  91. cde7014 mm/gup: Overload get_user_pages() functions by Dave Hansen · 9 years ago
  92. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  93. c9427bc mm/nommu.c: drop unlikely inside BUG_ON() by Geliang Tang · 9 years ago
  94. 1824cb7 mm/nommu: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  95. 1fcfd8d mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff() by Oleg Nesterov · 9 years ago
  96. 089b669 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  97. e1c0506 treewide: fix typos in comment blocks by Masahiro Yamada · 9 years ago
  98. 90f8572 vfs: Commit to never having exectuables on proc and sysfs. by Eric W. Biederman · 10 years ago
  99. 9d90f03 Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 9 years ago
  100. 22cc877 mm: nommu: refactor debug and warning prints by Leon Romanovsky · 10 years ago