1. a1efe48 mm: Remove folio_test_single by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  2. 715cbfd mm/migrate: Add folio_migrate_copy() by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  3. 08b0b00 mm: Add flush_dcache_folio() by Matthew Wilcox (Oracle) · 4 years ago
  4. 6460100 mm: Add folio_raw_mapping() by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  5. dd10ab0 mm: Add folio_mapped() by Matthew Wilcox (Oracle) · 3 years, 9 months ago
  6. 2f52578 mm/util: Add folio_mapping() and folio_file_mapping() by Matthew Wilcox (Oracle) · 4 years, 1 month ago
  7. bcbda81 mm: fix uninitialized use in overcommit_policy_handler by Chen Jun · 3 years, 3 months ago
  8. 7661809 mm: don't allow oversized kvmalloc() calls by Linus Torvalds · 3 years, 6 months ago
  9. de2860f mm: Add kvrealloc() by Dave Chinner · 3 years, 5 months ago
  10. 79789db mm: Make copy_huge_page() always available by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  11. 28e92f9 Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years, 6 months ago
  12. 8284045 mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting PageOffline() by David Hildenbrand · 3 years, 6 months ago
  13. e548eaa mm/slub: Add Support for free path information of an object by Maninder Singh · 3 years, 10 months ago
  14. 3145498 mm/util.c: fix typo by Bhaskar Chowdhury · 3 years, 8 months ago
  15. 2521781 mm/util.c: reduce mem_dump_obj() object size by Joe Perches · 3 years, 8 months ago
  16. 842ca54 mm: move page_mapping_file to pagemap.h by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  17. 0d3dd2c rcutorture: Add crude tests for mem_dump_obj() by Paul E. McKenney · 4 years, 1 month ago
  18. 5bb1bb3 mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernels by Paul E. McKenney · 4 years ago
  19. 98f1808 mm: Make mem_dump_obj() handle vmalloc() memory by Paul E. McKenney · 4 years, 1 month ago
  20. b70fa3b mm: Make mem_dump_obj() handle NULL and zero-sized pointers by Paul E. McKenney · 4 years, 1 month ago
  21. 8e7f37f mm: Add mem_dump_obj() to print source of memory block by Paul E. McKenney · 4 years, 1 month ago
  22. 295992f mm: introduce vma_set_file function v5 by Christian König · 4 years, 3 months ago
  23. 295a173 mm/util.c: update the kerneldoc for kstrdup_const() by Bartosz Golaszewski · 4 years, 2 months ago
  24. 4d1a8a2 arm64: mte: Tags-aware aware memcmp_pages() implementation by Catalin Marinas · 5 years ago
  25. 45e5530 mm: remove unnecessary wrapper function do_mmap_pgoff() by Peter Collingbourne · 4 years, 5 months ago
  26. 56f3547 mm: adjust vm_committed_as_batch according to vm overcommit policy by Feng Tang · 4 years, 5 months ago
  27. 4e2ee51 mm/util.c: make vm_memory_committed() more accurate by Feng Tang · 4 years, 5 months ago
  28. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  29. 42fc541 mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked() by Michel Lespinasse · 4 years, 7 months ago
  30. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  31. d4eaa28 mm: add kvfree_sensitive() for freeing sensitive data objects by Waiman Long · 4 years, 7 months ago
  32. c571686 mm/util.c: remove the VM_WARN_ONCE for vm_committed_as underflow check by Feng Tang · 4 years, 7 months ago
  33. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  34. 2b90594 mm: remove __vmalloc_node_flags_caller by Christoph Hellwig · 4 years, 7 months ago
  35. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
  36. aba6dfb mm/mmap.c: rb_parent is not necessary in __vma_link_list() by Wei Yang · 5 years ago
  37. 1b9fc5b2 mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list() by Wei Yang · 5 years ago
  38. e7142bf arm64, mm: make randomization selected by generic topdown mmap layout by Alexandre Ghiti · 5 years ago
  39. 67f3977 arm64, mm: move generic mmap layout functions to mm by Alexandre Ghiti · 5 years ago
  40. 649775b mm, fs: move randomize_stack_top from fs to mm by Alexandre Ghiti · 5 years ago
  41. 010c164 mm: move memcmp_pages() and pages_identical() by Song Liu · 5 years ago
  42. d8c6546 mm: introduce compound_nr() by Matthew Wilcox (Oracle) · 5 years ago
  43. 79eb597 mm: add account_locked_vm utility function by Daniel Jordan · 5 years ago
  44. 050a9ad mm: consolidate the get_user_pages* implementations by Christoph Hellwig · 5 years ago
  45. bc81426 prctl_set_mm: downgrade mmap_sem to read lock by Michal Koutný · 6 years ago
  46. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  47. 8c7829b mm: fix false-positive OVERCOMMIT_GUESS failures by Johannes Weiner · 6 years ago
  48. 73b0140 mm/gup: change GUP fast to use flags rather than a write 'bool' by Ira Weiny · 6 years ago
  49. e914552 mm/util.c: fix strndup_user() comment by Andrew Morton · 6 years ago
  50. a862f68 docs/core-api/mm: fix return value descriptions in mm/ by Mike Rapoport · 6 years ago
  51. 6c8fcc0 mm: don't let userspace spam allocations warnings by Daniel Vetter · 6 years ago
  52. 8ab88c7 mm: page_mapped: don't assume compound page is huge or THP by Jan Stancek · 6 years ago
  53. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  54. 52414d3 kvfree(): fix misleading comment by Andrey Ryabinin · 6 years ago
  55. b29940c mm: rename and change semantics of nr_indirectly_reclaimable_bytes by Vlastimil Babka · 6 years ago
  56. 59c3f82 mm: move is_kernel_rodata() to asm-generic/sections.h by Bartosz Golaszewski · 6 years ago
  57. 04b8e94 mm/util.c: improve kvfree() kerneldoc by Andrew Morton · 6 years ago
  58. ff4dc77 mm/util: add kernel-doc for kvfree by Mike Rapoport · 6 years ago
  59. b86181f mm/util: make strndup_user description a kernel-doc comment by Mike Rapoport · 6 years ago
  60. ce91f6e mm: kvmalloc does not fallback to vmalloc for incompatible gfp flags by Michal Hocko · 7 years ago
  61. 24844fd Merge branch 'mm-rst' into docs-next by Jonathan Corbet · 7 years ago
  62. ad56b73 docs/vm: rename documentation files to .rst by Mike Rapoport · 7 years ago
  63. d081107 mm/gup.c: document return value by Michael S. Tsirkin · 7 years ago
  64. 8f2af15 exec: pass stack rlimit into mm layout functions by Kees Cook · 7 years ago
  65. d79f7aa mm: treat indirectly reclaimable memory as free in overcommit logic by Roman Gushchin · 7 years ago
  66. cb9f753 mm: fix races between swapoff and flush dcache by Huang Ying · 7 years ago
  67. 50fd2f2 new primitive: vmemdup_user() by Al Viro · 7 years ago
  68. 6c2c97a memdup_user(): switch to GFP_USER by Al Viro · 7 years ago
  69. c41f012 mm: rename global_page_state to global_zone_page_state by Michal Hocko · 7 years ago
  70. d507e2eb mm: fix global NR_SLAB_.*CLAIMABLE counter reads by Johannes Weiner · 7 years ago
  71. 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  72. cc965a2 mm: kvmalloc support __GFP_RETRY_MAYFAIL for all sizes by Michal Hocko · 7 years ago
  73. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  74. f351574 Provide a function to create a NUL-terminated string from unterminated data by David Howells · 7 years ago
  75. 4f4f2ba mm: clarify why we want kmalloc before falling backto vmallock by Michal Hocko · 8 years ago
  76. 8594a21 mm, vmalloc: fix vmalloc users tracking properly by Michal Hocko · 8 years ago
  77. 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 8 years ago
  78. 6c5ab65 mm: support __GFP_REPEAT in kvmalloc_node for >32kB by Michal Hocko · 8 years ago
  79. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 8 years ago
  80. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  81. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  82. 897ab3e userfaultfd: non-cooperative: add event for memory unmaps by Mike Rapoport · 8 years ago
  83. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  84. 86c5bf7 Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  85. d17af50 mm: Change vm_is_stack_for_task() to vm_is_stack_for_current() by Andy Lutomirski · 8 years ago
  86. f307ab6 mm: replace access_process_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  87. c164154 mm: replace get_user_pages_unlocked() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  88. 11fb998 mm: move most file-based accounting to the node by Mel Gorman · 8 years ago
  89. dd78fed rmap: support file thp by Kirill A. Shutemov · 8 years ago
  90. bda807d mm: migrate: support non-lru movable page migration by Minchan Kim · 8 years ago
  91. 9fbeb5a mm: make vm_mmap killable by Michal Hocko · 9 years ago
  92. dc0ef0d mm: make mmap_sem for write waits killable for mm syscalls by Michal Hocko · 9 years ago
  93. 1aa8aea mm: uninline page_mapped() by Andrew Morton · 9 years ago
  94. 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
  95. 39a1aa8 mm: deduplicate memory overcommitment code by Andrey Ryabinin · 9 years ago
  96. cde7014 mm/gup: Overload get_user_pages() functions by Dave Hansen · 9 years ago
  97. 65376df proc: revert /proc/<pid>/maps [stack:TID] annotation by Johannes Weiner · 9 years ago
  98. a3b609e proc read mm's {arg,env}_{start,end} with mmap semaphore taken. by Mateusz Guzik · 9 years ago
  99. b20ce5e mm: prepare page_referenced() and page_idle to new THP refcounting by Kirill A. Shutemov · 9 years ago
  100. 1c290f6 mm: sanitize page->mapping for tail pages by Kirill A. Shutemov · 9 years ago