1. 6c1051f x86/mm: split vmalloc_sync_all() by Joerg Roedel · 4 years, 4 months ago
  2. b076872 mm: use down_read_killable for locking mmap_sem in access_remote_vm by Konstantin Khlebnikov · 5 years ago
  3. 1a9b4b3 mm: provide a fallback for PAGE_KERNEL_EXEC for architectures by Luis R. Rodriguez · 6 years ago
  4. bfd40ea mm: fix vma_is_anonymous() false-positives by Kirill A. Shutemov · 6 years ago
  5. 490fc05 mm: make vm_area_alloc() initialize core fields by Linus Torvalds · 6 years ago
  6. 95faf69 mm: make vm_area_dup() actually copy the old vma data by Linus Torvalds · 6 years ago
  7. 3928d4f mm: use helper functions for allocating and freeing vm_area structs by Linus Torvalds · 6 years ago
  8. 2bcd645 mm: use new return type vm_fault_t by Souptick Joarder · 6 years ago
  9. e48e3c5 mm/nommu: remove description of alloc_vm_area by Mike Rapoport · 6 years ago
  10. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 6 years ago
  11. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 6 years ago
  12. 1a84291 mm: remove blackfin MPU support by Arnd Bergmann · 6 years ago
  13. b7701a5 mm: docs: fixup punctuation by Mike Rapoport · 6 years ago
  14. 977fbdc mm: add unmap_mapping_pages() by Matthew Wilcox · 6 years ago
  15. 581bfce Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  16. c41f012 mm: rename global_page_state to global_zone_page_state by Michal Hocko · 7 years ago
  17. b4bf802 mm/nommu: switch do_mmap_private to kernel_read by Christoph Hellwig · 7 years ago
  18. 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 7 years ago
  19. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 7 years ago
  20. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  21. 94e877d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  22. 653a774 Merge remote-tracking branch 'ovl/for-viro' into for-linus by Al Viro · 7 years ago
  23. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 7 years ago
  24. 314ff78 mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <linux/sched.h> to <linux/mm_types> by Ingo Molnar · 7 years ago
  25. 897ab3e userfaultfd: non-cooperative: add event for memory unmaps by Mike Rapoport · 7 years ago
  26. 3edf41d mm: fix comments for mmap_init() by seokhoon.yoon · 7 years ago
  27. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 7 years ago
  28. 9af744d lib/show_mem.c: teach show_mem to work with the given nodemask by Michal Hocko · 7 years ago
  29. f74ac01 mm: use helper for calling f_op->mmap() by Miklos Szeredi · 7 years ago
  30. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  31. a57cb1c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  32. 82b0f8c mm: join struct fault_env and vm_fault by Jan Kara · 8 years ago
  33. 8b7457e mm: unexport __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
  34. 412ac77a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  35. 84d77d3 ptrace: Don't allow accessing an undumpable mm by Eric W. Biederman · 8 years ago
  36. fcd3585 lkdtm: Do not use flush_icache_range() on user addresses by Catalin Marinas · 8 years ago
  37. 0d73175 mm: unexport __get_user_pages() by Lorenzo Stoakes · 8 years ago
  38. f307ab6 mm: replace access_process_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  39. 6347e8d mm: replace access_remote_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  40. 442486e mm: replace __access_remote_vm() write parameter with gup_flags by Lorenzo Stoakes · 8 years ago
  41. 768ae30 mm: replace get_user_pages() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  42. 3b91317 mm: replace get_user_pages_locked() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  43. c164154 mm: replace get_user_pages_unlocked() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  44. d4944b0 mm: remove write/force parameters from __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
  45. bae473a mm: introduce fault_env by Kirill A. Shutemov · 8 years ago
  46. 5d22fc2 mm: remove more IS_ERR_VALUE abuses by Linus Torvalds · 8 years ago
  47. a1f9831 Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  48. c12d2da mm/gup: Remove the macro overload API migration helpers from the get_user*() APIs by Ingo Molnar · 8 years ago
  49. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  50. 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
  51. 39a1aa8 mm: deduplicate memory overcommitment code by Andrey Ryabinin · 8 years ago
  52. ea606cf mm: move max_map_count bits into mm.h by Andrey Ryabinin · 8 years ago
  53. e6bfb70 mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits() by Dave Hansen · 8 years ago
  54. cde7014 mm/gup: Overload get_user_pages() functions by Dave Hansen · 8 years ago
  55. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  56. c9427bc mm/nommu.c: drop unlikely inside BUG_ON() by Geliang Tang · 9 years ago
  57. 1824cb7 mm/nommu: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  58. 1fcfd8d mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff() by Oleg Nesterov · 9 years ago
  59. 089b669 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  60. e1c0506 treewide: fix typos in comment blocks by Masahiro Yamada · 9 years ago
  61. 90f8572 vfs: Commit to never having exectuables on proc and sysfs. by Eric W. Biederman · 9 years ago
  62. 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
  63. 22cc877 mm: nommu: refactor debug and warning prints by Leon Romanovsky · 9 years ago
  64. a4bc6fc mm: replace module_init usages with subsys_initcall in nommu.c by Paul Gortmaker · 9 years ago
  65. 6e242a1 nommu: use __vfs_read() by Al Viro · 9 years ago
  66. 5b8bf30 mm/nommu.c: export symbol max_mapnr by gchen gchen · 9 years ago
  67. da61653 mm/nommu: fix memory leak by Joonsoo Kim · 9 years ago
  68. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  69. 8138a67a mm/nommu.c: fix arithmetic overflow in __vm_enough_memory() by Roman Gushchin · 9 years ago
  70. 0fd71a5 mm: gup: add __get_user_pages_unlocked to customize gup_flags by Andrea Arcangeli · 9 years ago
  71. f0818f4 mm: gup: add get_user_pages_locked and get_user_pages_unlocked by Andrea Arcangeli · 9 years ago
  72. c8d78c1 mm: replace remap_file_pages() syscall with emulation by Kirill A. Shutemov · 9 years ago
  73. 944b687 mm: export "high_memory" symbol on !MMU by Arnd Bergmann · 9 years ago
  74. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 10 years ago
  75. dbc8358 mm/nommu: use alloc_pages_exact() rather than its own implementation by Joonsoo Kim · 10 years ago
  76. 1acf2e0 mm/nommu: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
  77. 83cde9e mm: use new helper functions around the i_mmap_mutex by Davidlohr Bueso · 10 years ago
  78. 908c7f1 percpu_counter: add @gfp to percpu_counter_init() by Tejun Heo · 10 years ago
  79. a6c19df arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area by Andy Lutomirski · 10 years ago
  80. e020d5b mm: nommu: per-thread vma cache fix by Steven Miao · 10 years ago
  81. b1de0d1 mm: convert some level-less printks to pr_* by Mitchel Humpherys · 10 years ago
  82. ac71490 mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding style by Choi Gi-yong · 10 years ago
  83. 3b32123 mm: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 10 years ago
  84. 615d6e8 mm: per-thread vma caching by Davidlohr Bueso · 10 years ago
  85. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  86. d7a0698 locks: fix locks_mandatory_locked to respect file-private locks by Jeff Layton · 10 years ago
  87. 49f0ce5 mm: add overcommit_kbytes sysctl variable by Jerome Marchand · 11 years ago
  88. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  89. 00619bc mm: factor commit limit calculation by Jerome Marchand · 11 years ago
  90. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  91. 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 11 years ago
  92. 1895418 mm: kill global variable num_physpages by Jiang Liu · 11 years ago
  93. 9bde916 mm/nommu.c: add additional check for vread() just like vwrite() has done by Chen Gang · 11 years ago
  94. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  95. 4eeab4f mm: replace hardcoded 3% with admin_reserve_pages knob by Andrew Shewmaker · 11 years ago
  96. c9b1d09 mm: limit growth of 3% hardcoded other user reserve by Andrew Shewmaker · 11 years ago
  97. f1c4069 mm, vmalloc: export vmap_area_list, instead of vmlist by Joonsoo Kim · 11 years ago
  98. 3c0b9de vm: add no-mmu vm_iomap_memory() stub by Linus Torvalds · 11 years ago
  99. b6a9b7f mm: prevent mmap_cache race in find_vma() by Jan Stancek · 11 years ago
  100. 4b377ba make do_mremap() static by Al Viro · 11 years ago