1. cdfd1ec mm: add kvfree_sensitive() for freeing sensitive data objects by Waiman Long · 4 years, 2 months ago
  2. 160f79c mm: page_mapped: don't assume compound page is huge or THP by Jan Stancek · 6 years ago
  3. 04b8e94 mm/util.c: improve kvfree() kerneldoc by Andrew Morton · 6 years ago
  4. ff4dc77 mm/util: add kernel-doc for kvfree by Mike Rapoport · 6 years ago
  5. b86181f mm/util: make strndup_user description a kernel-doc comment by Mike Rapoport · 6 years ago
  6. ce91f6e mm: kvmalloc does not fallback to vmalloc for incompatible gfp flags by Michal Hocko · 6 years ago
  7. 24844fd Merge branch 'mm-rst' into docs-next by Jonathan Corbet · 6 years ago
  8. ad56b73 docs/vm: rename documentation files to .rst by Mike Rapoport · 6 years ago
  9. d081107 mm/gup.c: document return value by Michael S. Tsirkin · 6 years ago
  10. 8f2af15 exec: pass stack rlimit into mm layout functions by Kees Cook · 6 years ago
  11. d79f7aa mm: treat indirectly reclaimable memory as free in overcommit logic by Roman Gushchin · 6 years ago
  12. cb9f753 mm: fix races between swapoff and flush dcache by Huang Ying · 6 years ago
  13. 50fd2f2 new primitive: vmemdup_user() by Al Viro · 7 years ago
  14. 6c2c97a memdup_user(): switch to GFP_USER by Al Viro · 7 years ago
  15. c41f012 mm: rename global_page_state to global_zone_page_state by Michal Hocko · 7 years ago
  16. d507e2e mm: fix global NR_SLAB_.*CLAIMABLE counter reads by Johannes Weiner · 7 years ago
  17. 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  18. cc965a2 mm: kvmalloc support __GFP_RETRY_MAYFAIL for all sizes by Michal Hocko · 7 years ago
  19. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  20. f351574 Provide a function to create a NUL-terminated string from unterminated data by David Howells · 7 years ago
  21. 4f4f2ba mm: clarify why we want kmalloc before falling backto vmallock by Michal Hocko · 7 years ago
  22. 8594a21 mm, vmalloc: fix vmalloc users tracking properly by Michal Hocko · 7 years ago
  23. 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 7 years ago
  24. 6c5ab65 mm: support __GFP_REPEAT in kvmalloc_node for >32kB by Michal Hocko · 7 years ago
  25. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 7 years ago
  26. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 7 years ago
  27. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 7 years ago
  28. 897ab3e userfaultfd: non-cooperative: add event for memory unmaps by Mike Rapoport · 7 years ago
  29. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  30. 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
  31. d17af50 mm: Change vm_is_stack_for_task() to vm_is_stack_for_current() by Andy Lutomirski · 8 years ago
  32. f307ab6 mm: replace access_process_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  33. c164154 mm: replace get_user_pages_unlocked() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  34. 11fb998 mm: move most file-based accounting to the node by Mel Gorman · 8 years ago
  35. dd78fed rmap: support file thp by Kirill A. Shutemov · 8 years ago
  36. bda807d mm: migrate: support non-lru movable page migration by Minchan Kim · 8 years ago
  37. 9fbeb5a mm: make vm_mmap killable by Michal Hocko · 8 years ago
  38. dc0ef0d mm: make mmap_sem for write waits killable for mm syscalls by Michal Hocko · 8 years ago
  39. 1aa8aea mm: uninline page_mapped() by Andrew Morton · 8 years ago
  40. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  41. 39a1aa8 mm: deduplicate memory overcommitment code by Andrey Ryabinin · 8 years ago
  42. cde7014 mm/gup: Overload get_user_pages() functions by Dave Hansen · 8 years ago
  43. 65376df proc: revert /proc/<pid>/maps [stack:TID] annotation by Johannes Weiner · 8 years ago
  44. a3b609e proc read mm's {arg,env}_{start,end} with mmap semaphore taken. by Mateusz Guzik · 9 years ago
  45. b20ce5e mm: prepare page_referenced() and page_idle to new THP refcounting by Kirill A. Shutemov · 9 years ago
  46. 1c290f6 mm: sanitize page->mapping for tail pages by Kirill A. Shutemov · 9 years ago
  47. e9d408e new helper: memdup_user_nul() by Al Viro · 9 years ago
  48. ea53cde mm/util: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  49. e39155e mm: uninline and cleanup page-mapping related helpers by Kirill A. Shutemov · 9 years ago
  50. a4bb1e4 mm/util: add kstrdup_const by Andrzej Hajda · 9 years ago
  51. a7b7807 mm: gup: use get_user_pages_unlocked within get_user_pages_fast by Andrea Arcangeli · 9 years ago
  52. 58cb654 proc/maps: make vm_is_stack() logic namespace-friendly by Oleg Nesterov · 10 years ago
  53. 4449a51 vm_is_stack: use for_each_thread() rather then buggy while_each_thread() by Oleg Nesterov · 10 years ago
  54. 928cec9 mm: move slab related stuff from util.c to slab_common.c by Andrey Ryabinin · 10 years ago
  55. 39f1f78 nick kvfree() from apparmor by Al Viro · 10 years ago
  56. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  57. 3b32123 mm: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 10 years ago
  58. a909025 mm: Create utility function for accessing a tasks commandline value by William Roberts · 10 years ago
  59. 49f0ce5 mm: add overcommit_kbytes sysctl variable by Jerome Marchand · 11 years ago
  60. 03e5ac2 mm: fix crash when using XFS on loopback by Mikulas Patocka · 11 years ago
  61. 00619bc mm: factor commit limit calculation by Jerome Marchand · 11 years ago
  62. d2cf5ad swap: clean-up #ifdef in page_mapping() by Joonsoo Kim · 11 years ago
  63. 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 11 years ago
  64. 33806f0 swap: make each swap partition have one address_space by Shaohua Li · 11 years ago
  65. 9800339 mm: don't inline page_mapping() by Shaohua Li · 11 years ago
  66. 41badc1 mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool by Michel Lespinasse · 11 years ago
  67. bebeb3d mm: introduce mm_populate() for populating new vmas by Michel Lespinasse · 11 years ago
  68. 3bd7bf1 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  69. 0db10c8 krealloc: Fix kernel-doc comment by Borislav Petkov · 12 years ago
  70. e21827a mm: Use __do_krealloc to do the krealloc job by Ezequiel Garcia · 12 years ago
  71. eb36c58 new helper: vm_mmap_pgoff() by Al Viro · 12 years ago
  72. b764375 procfs: mark thread stack correctly in proc/<pid>/maps by Siddhesh Poyarekar · 12 years ago
  73. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  74. 6038def mm: nommu: sort mm->mmap list properly by Namhyung Kim · 13 years ago
  75. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  76. ccd35fb kernel: kmem_ptr_validate considered harmful by Nick Piggin · 14 years ago
  77. 45888a0 export __get_user_pages_fast() function by Xiao Guangrong · 14 years ago
  78. 90d7404 mm: use memdup_user by Julia Lawall · 14 years ago
  79. fc1c183 slab: Generify kernel pointer validation by Pekka Enberg · 14 years ago
  80. efc1a3b nommu: don't need get_unmapped_area() for NOMMU by David Howells · 15 years ago
  81. 66f0dc4 mm: move sys_mmap_pgoff from util.c by Hugh Dickins · 15 years ago
  82. 8c7b49b fix a struct file leak in do_mmap_pgoff() by Al Viro · 15 years ago
  83. f8b7256 Unify sys_mmap* by Al Viro · 15 years ago
  84. e03ab9d Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/fixes' into for-linus by Pekka Enberg · 15 years ago
  85. d2bf6be mm: clean up get_user_pages_fast() documentation by Nick Piggin · 15 years ago
  86. a234bdc slab: document kzfree() zeroing behavior by Pekka Enberg · 15 years ago
  87. 44347d9 Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  88. ad8d75f tracing/events: move trace point headers into include/trace/events by Steven Rostedt · 15 years ago
  89. a8d154b tracing: create automated trace defines by Steven Rostedt · 15 years ago
  90. 9de100d mm: document get_user_pages_fast() by Andy Grover · 15 years ago
  91. ca2b84cb kmemtrace: use tracepoints by Eduard - Gabriel Munteanu · 15 years ago
  92. 610a77e memdup_user(): introduce by Li Zefan · 15 years ago
  93. 3ef0e5b slab: introduce kzfree() by Johannes Weiner · 15 years ago
  94. 912985d mm: Make generic weak get_user_pages_fast and EXPORT_GPL it by Rusty Russell · 16 years ago
  95. 2284284 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  96. 3b8f14b mm/util.c must #include <linux/sched.h> by Adrian Bunk · 16 years ago
  97. 93bc4e8 netfilter: fix double-free and use-after free by Pekka Enberg · 16 years ago
  98. 16d6926 uninline arch_pick_mmap_layout() by Andrew Morton · 16 years ago
  99. be21f0a fix mm/util.c:krealloc() by Adrian Bunk · 17 years ago
  100. ef8b452 Slab allocators: fail if ksize is called with a NULL parameter by Christoph Lameter · 17 years ago