1. cde7014 mm/gup: Overload get_user_pages() functions by Dave Hansen · 8 years ago
  2. 65376df proc: revert /proc/<pid>/maps [stack:TID] annotation by Johannes Weiner · 8 years ago
  3. a3b609e proc read mm's {arg,env}_{start,end} with mmap semaphore taken. by Mateusz Guzik · 8 years ago
  4. b20ce5e mm: prepare page_referenced() and page_idle to new THP refcounting by Kirill A. Shutemov · 8 years ago
  5. 1c290f6 mm: sanitize page->mapping for tail pages by Kirill A. Shutemov · 8 years ago
  6. e9d408e new helper: memdup_user_nul() by Al Viro · 8 years ago
  7. ea53cde mm/util: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  8. e39155e mm: uninline and cleanup page-mapping related helpers by Kirill A. Shutemov · 9 years ago
  9. a4bb1e4 mm/util: add kstrdup_const by Andrzej Hajda · 9 years ago
  10. a7b7807 mm: gup: use get_user_pages_unlocked within get_user_pages_fast by Andrea Arcangeli · 9 years ago
  11. 58cb654 proc/maps: make vm_is_stack() logic namespace-friendly by Oleg Nesterov · 10 years ago
  12. 4449a51 vm_is_stack: use for_each_thread() rather then buggy while_each_thread() by Oleg Nesterov · 10 years ago
  13. 928cec9 mm: move slab related stuff from util.c to slab_common.c by Andrey Ryabinin · 10 years ago
  14. 39f1f78 nick kvfree() from apparmor by Al Viro · 10 years ago
  15. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  16. 3b32123 mm: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 10 years ago
  17. a909025 mm: Create utility function for accessing a tasks commandline value by William Roberts · 10 years ago
  18. 49f0ce5 mm: add overcommit_kbytes sysctl variable by Jerome Marchand · 10 years ago
  19. 03e5ac2 mm: fix crash when using XFS on loopback by Mikulas Patocka · 10 years ago
  20. 00619bc mm: factor commit limit calculation by Jerome Marchand · 11 years ago
  21. d2cf5ad swap: clean-up #ifdef in page_mapping() by Joonsoo Kim · 11 years ago
  22. 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 11 years ago
  23. 33806f0 swap: make each swap partition have one address_space by Shaohua Li · 11 years ago
  24. 9800339 mm: don't inline page_mapping() by Shaohua Li · 11 years ago
  25. 41badc1 mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool by Michel Lespinasse · 11 years ago
  26. bebeb3d mm: introduce mm_populate() for populating new vmas by Michel Lespinasse · 11 years ago
  27. 3bd7bf1 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  28. 0db10c8 krealloc: Fix kernel-doc comment by Borislav Petkov · 12 years ago
  29. e21827a mm: Use __do_krealloc to do the krealloc job by Ezequiel Garcia · 12 years ago
  30. eb36c58 new helper: vm_mmap_pgoff() by Al Viro · 12 years ago
  31. b764375 procfs: mark thread stack correctly in proc/<pid>/maps by Siddhesh Poyarekar · 12 years ago
  32. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  33. 6038def mm: nommu: sort mm->mmap list properly by Namhyung Kim · 13 years ago
  34. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  35. ccd35fb kernel: kmem_ptr_validate considered harmful by Nick Piggin · 13 years ago
  36. 45888a0 export __get_user_pages_fast() function by Xiao Guangrong · 14 years ago
  37. 90d7404 mm: use memdup_user by Julia Lawall · 14 years ago
  38. fc1c183 slab: Generify kernel pointer validation by Pekka Enberg · 14 years ago
  39. efc1a3b nommu: don't need get_unmapped_area() for NOMMU by David Howells · 14 years ago
  40. 66f0dc4 mm: move sys_mmap_pgoff from util.c by Hugh Dickins · 14 years ago
  41. 8c7b49b fix a struct file leak in do_mmap_pgoff() by Al Viro · 15 years ago
  42. f8b7256 Unify sys_mmap* by Al Viro · 15 years ago
  43. e03ab9d Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/fixes' into for-linus by Pekka Enberg · 15 years ago
  44. d2bf6be mm: clean up get_user_pages_fast() documentation by Nick Piggin · 15 years ago
  45. a234bdc slab: document kzfree() zeroing behavior by Pekka Enberg · 15 years ago
  46. 44347d9 Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  47. ad8d75f tracing/events: move trace point headers into include/trace/events by Steven Rostedt · 15 years ago
  48. a8d154b tracing: create automated trace defines by Steven Rostedt · 15 years ago
  49. 9de100d mm: document get_user_pages_fast() by Andy Grover · 15 years ago
  50. ca2b84cb kmemtrace: use tracepoints by Eduard - Gabriel Munteanu · 15 years ago
  51. 610a77e memdup_user(): introduce by Li Zefan · 15 years ago
  52. 3ef0e5b slab: introduce kzfree() by Johannes Weiner · 15 years ago
  53. 912985d mm: Make generic weak get_user_pages_fast and EXPORT_GPL it by Rusty Russell · 16 years ago
  54. 2284284 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  55. 3b8f14b mm/util.c must #include <linux/sched.h> by Adrian Bunk · 16 years ago
  56. 93bc4e8 netfilter: fix double-free and use-after free by Pekka Enberg · 16 years ago
  57. 16d6926 uninline arch_pick_mmap_layout() by Andrew Morton · 16 years ago
  58. be21f0a fix mm/util.c:krealloc() by Adrian Bunk · 17 years ago
  59. ef8b452 Slab allocators: fail if ksize is called with a NULL parameter by Christoph Lameter · 17 years ago
  60. 1e66df3 add kstrndup by Jeremy Fitzhardinge · 17 years ago
  61. 81cda66 Slab allocators: Cleanup zeroing allocations by Christoph Lameter · 17 years ago
  62. 6cb8f91 Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics by Christoph Lameter · 17 years ago
  63. ef2ad80 Slab allocators: consolidate code for krealloc in mm/util.c by Christoph Lameter · 17 years ago
  64. 1d2c8ee [PATCH] slab: clean up leak tracking ifdefs a little bit by Christoph Hellwig · 18 years ago
  65. 1a2f67b [PATCH] kmemdup: introduce by Alexey Dobriyan · 18 years ago
  66. 40c07ae [PATCH] slab: optimize constant-size kzalloc calls by Pekka Enberg · 18 years ago
  67. 871751e [PATCH] slab: implement /proc/slab_allocators by Al Viro · 18 years ago
  68. 96840aa [PATCH] strndup_user() by Davi Arnaut · 18 years ago
  69. 30992c9 [PATCH] slob: introduce mm/util.c for shared functions by Matt Mackall · 18 years ago