1. 572043c mm: mmap: annotate vm_lock_anon_vma locking properly for lockdep by Jiri Kosina · 11 years ago
  2. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 11 years ago
  3. 4128997 mm: protect against concurrent vma expansion by Michel Lespinasse · 11 years ago
  4. 2897b4d mm: WARN_ON_ONCE if f_op->mmap() change vma's start address by Joonsoo Kim · 11 years ago
  5. 608ff1a Merge branch 'akpm' (Andrew's patchbomb) by Linus Torvalds · 11 years ago
  6. db4fbfb mm: vm_unmapped_area() lookup function by Michel Lespinasse · 11 years ago
  7. 5a0768f mm: check rb_subtree_gap correctness by Michel Lespinasse · 11 years ago
  8. d373718 mm: augment vma rbtree with rb_subtree_gap by Michel Lespinasse · 11 years ago
  9. 42d7395 mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB by Andi Kleen · 11 years ago
  10. 4fc3f1d mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable by Ingo Molnar · 11 years ago
  11. 5a50508 mm/rmap: Convert the struct anon_vma::mutex to an rwsem by Ingo Molnar · 11 years ago
  12. 98c4514 Merge 3.7-rc6 into char-misc-next by Greg Kroah-Hartman · 12 years ago
  13. 63c3b90 mm: add anon_vma_lock to validate_mm() by Michel Lespinasse · 12 years ago
  14. 997071b mm: export a function to get vm committed memory by K. Y. Srinivasan · 12 years ago
  15. 38a7601 mm: avoid taking rmap locks in move_ptes() by Michel Lespinasse · 12 years ago
  16. 523d4e2 mm anon rmap: in mremap, set the new vma's position before anon_vma_clone() by Michel Lespinasse · 12 years ago
  17. ed8ea81 mm: add CONFIG_DEBUG_VM_RB build option by Michel Lespinasse · 12 years ago
  18. bf181b9 mm anon rmap: replace same_anon_vma linked list with an interval tree. by Michel Lespinasse · 12 years ago
  19. 108d664 mm anon rmap: remove anon_vma_moveto_tail by Michel Lespinasse · 12 years ago
  20. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  21. ca42b26 mm: fix potential anon_vma locking issue in mprotect() by Michel Lespinasse · 12 years ago
  22. 6597d78 mm/mmap.c: replace find_vma_prepare() with clearer find_vma_links() by Hugh Dickins · 12 years ago
  23. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  24. e9714ac mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas by Konstantin Khlebnikov · 12 years ago
  25. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  26. 4b6e1e3 mm: kill vma flag VM_INSERTPAGE by Konstantin Khlebnikov · 12 years ago
  27. cb0942b make get_file() return its argument by Al Viro · 12 years ago
  28. 7ca63ee Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  29. f9aed62 mm: change nr_ptes BUG_ON to WARN_ON by Hugh Dickins · 12 years ago
  30. c7a3a88 uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() fails by Oleg Nesterov · 12 years ago
  31. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  32. 44de9d0 mm: account the total_vm in the vm_stat_account() by Huang Shijie · 12 years ago
  33. 8913378 uprobes: Remove insert_vm_struct()->uprobe_mmap() by Oleg Nesterov · 12 years ago
  34. 6dab3cc uprobes: Remove copy_vma()->uprobe_mmap() by Oleg Nesterov · 12 years ago
  35. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  36. 17d1587 unexport do_munmap() by Al Viro · 12 years ago
  37. eb36c58 new helper: vm_mmap_pgoff() by Al Viro · 12 years ago
  38. dc98250 kill do_mmap() completely by Al Viro · 12 years ago
  39. e3fc629 switch aio and shm to do_mmap_pgoff(), make do_mmap() static by Al Viro · 12 years ago
  40. 9ac4ed4 move security_mmap_addr() to saner place by Al Viro · 12 years ago
  41. 8b3ec68 take security_mmap_file() outside of ->mmap_sem by Al Viro · 12 years ago
  42. e546785 split ->file_mmap() into ->mmap_addr()/->mmap_file() by Al Viro · 12 years ago
  43. cf74d14 unexport do_mmap() by Al Viro · 12 years ago
  44. 841e31e mm/mmap.c: find_vma(): remove unnecessary if(mm) check by Rajman Mekaco · 12 years ago
  45. 654443e Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  46. 9cba26e Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/uprobes by Ingo Molnar · 12 years ago
  47. 4f74d2c vm: remove 'nr_accounted' calculations from the unmap_vmas() interfaces by Linus Torvalds · 12 years ago
  48. 7e027b1 vm: simplify unmap_vmas() calling convention by Linus Torvalds · 12 years ago
  49. bfce281 kill mm argument of vm_munmap() by Al Viro · 12 years ago
  50. 6be5ceb VM: add "vm_mmap()" helper function by Linus Torvalds · 12 years ago
  51. a46ef99 VM: add "vm_munmap()" helper function by Linus Torvalds · 12 years ago
  52. e4eb1ff VM: add "vm_brk()" helper function by Linus Torvalds · 12 years ago
  53. cbc91f7 uprobes/core: Decrement uprobe count before the pages are unmapped by Srikar Dronamraju · 12 years ago
  54. 6ac1ef4 Merge branch 'perf/core' into perf/uprobes by Ingo Molnar · 12 years ago
  55. 682968e uprobes/core: Optimize probe hits with the help of a counter by Srikar Dronamraju · 12 years ago
  56. 9521127 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  57. 88f6b4c mmap.c: fix comment for __insert_vm_struct() by Kautuk Consul · 12 years ago
  58. 40716e2 hugetlbfs: fix alignment of huge page requests by Steven Truelove · 12 years ago
  59. b716ad9 mm: search from free_area_cache for the bigger size by Xiao Guangrong · 12 years ago
  60. f44d219 mm: do not reset cached_hole_size when vma is unmapped by Xiao Guangrong · 12 years ago
  61. 3a990a5 Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  62. 3556485 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  63. 6e8bb01 VM: make unmap_vmas() return void by Al Viro · 12 years ago
  64. 853f5e2 VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap() by Al Viro · 12 years ago
  65. 83cd904 mm: fix find_vma_prev by Mikulas Patocka · 12 years ago
  66. ce8fea7 mmap: EINVAL not ENOMEM when rejecting VM_GROWS by Hugh Dickins · 12 years ago
  67. 835ee79 VM_GROWS{UP,DOWN} shouldn't be set on shmem VMAs by Al Viro · 12 years ago
  68. 7b2d81d uprobes/core: Clean up, refactor and improve the code by Ingo Molnar · 12 years ago
  69. 2b14449 uprobes, mm, x86: Add the ability to install and remove uprobes breakpoints by Srikar Dronamraju · 12 years ago
  70. 4040153 security: trim security.h by Al Viro · 12 years ago
  71. 191c542 mm: collapse security_vm_enough_memory() variants into a single function by Al Viro · 12 years ago
  72. 6bd4837 mm: simplify find_vma_prev() by KOSAKI Motohiro · 12 years ago
  73. 948f017 mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding in copy_vma() by Andrea Arcangeli · 12 years ago
  74. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  75. 584cff5 mm/mmap.c: eliminate the ret variable from mm_take_all_locks() by Kautuk Consul · 13 years ago
  76. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  77. c15bef3 mmap: fix and tidy up overcommit page arithmetic by Dmitry Fink · 13 years ago
  78. 9be34c9 mm: get rid of the most spurious find_vma_prev() users by Linus Torvalds · 13 years ago
  79. ca16d14 mm: don't access vm_flags as 'int' by KOSAKI Motohiro · 13 years ago
  80. 2b575eb mm: convert anon_vma->lock to a mutex by Peter Zijlstra · 13 years ago
  81. 3d48ae4 mm: Convert i_mmap_lock to a mutex by Peter Zijlstra · 13 years ago
  82. 97a8941 mm: Remove i_mmap_lock lockbreak by Peter Zijlstra · 13 years ago
  83. d16dfc5 mm: mmu_gather rework by Peter Zijlstra · 13 years ago
  84. d05f316 mm: make expand_downwards() symmetrical with expand_upwards() by Michal Hocko · 13 years ago
  85. 6038def mm: nommu: sort mm->mmap list properly by Namhyung Kim · 13 years ago
  86. 965f55d mmap: avoid merging cloned VMAs by Shaohua Li · 13 years ago
  87. 5f70b96 mmap: avoid unnecessary anon_vma lock by Shaohua Li · 13 years ago
  88. 34679d7 mmap: add alignment for some variables by Shaohua Li · 13 years ago
  89. 42c36f6 vm: fix vm_pgoff wrap in upward expansion by Hugh Dickins · 13 years ago
  90. 4471a67 brk: COMPAT_BRK: fix detection of randomized brk by Jiri Kosina · 13 years ago
  91. a626ca6 vm: fix vm_pgoff wrap in stack expansion by Linus Torvalds · 13 years ago
  92. 5520e89 brk: fix min_brk lower bound computation for COMPAT_BRK by Jiri Kosina · 13 years ago
  93. 94fcc58 thp: avoid breaking huge pmd invariants in case of vma_adjust failures by Andrea Arcangeli · 13 years ago
  94. b15d00b thp: khugepaged vma merge by Andrea Arcangeli · 13 years ago
  95. 462e635e install_special_mapping skips security_file_mmap check. by Tavis Ormandy · 13 years ago
  96. 120a795 audit mmap by Al Viro · 14 years ago
  97. 2aeadc3 mmap: call unlink_anon_vmas() in __split_vma() in case of error by Andrea Arcangeli · 14 years ago
  98. 8ca3eb0 guard page for stacks that grow upwards by Luck, Tony · 14 years ago
  99. 297c5ee mm: make the vma list be doubly linked by Linus Torvalds · 14 years ago
  100. 5e549e9 mmap: remove unnecessary lock from __vma_link by Andrea Arcangeli · 14 years ago