1. d6e9321 mm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT by Libin · 11 years ago
  2. 091d0d5 shm: fix null pointer deref when userspace specifies invalid hugepage size by Li Zefan · 11 years ago
  3. af73e4d hugetlbfs: fix mmap failure in unaligned size request by Naoya Horiguchi · 11 years ago
  4. e8420a8 mm/mmap: check for RLIMIT_AS before unmapping by Cyril Hrubis · 11 years ago
  5. 1640879 mm: reinititalise user and admin reserves if memory is added or removed by Andrew Shewmaker · 11 years ago
  6. 4eeab4f mm: replace hardcoded 3% with admin_reserve_pages knob by Andrew Shewmaker · 11 years ago
  7. c9b1d09 mm: limit growth of 3% hardcoded other user reserve by Andrew Shewmaker · 11 years ago
  8. 1444f92 mm: merging memory blocks resets mempolicy by Hampson, Steven T · 11 years ago
  9. 6ee8630 mm: allow arch code to control the user page table ceiling by Hugh Dickins · 11 years ago
  10. ee5df05 mmap: find_vma: remove the WARN_ON_ONCE(!mm) check by Zhang Yanfei · 11 years ago
  11. b6a9b7f mm: prevent mmap_cache race in find_vma() by Jan Stancek · 11 years ago
  12. 09a9f1d Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace programs" by Michel Lespinasse · 11 years ago
  13. 0988496 mm: do not grow the stack vma just because of an overrun on preceding vma by Linus Torvalds · 11 years ago
  14. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  15. 08b5270 mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write() by Konstantin Khlebnikov · 11 years ago
  16. ec8acf2 swap: add per-partition lock for swapfile by Shaohua Li · 11 years ago
  17. 41badc1 mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool by Michel Lespinasse · 11 years ago
  18. 1869305 mm: introduce VM_POPULATE flag to better deal with racy userspace programs by Michel Lespinasse · 11 years ago
  19. cea10a1 mm: directly use __mlock_vma_pages_range() in find_extend_vma() by Michel Lespinasse · 11 years ago
  20. c22c0d6 mm: remove flags argument to mmap_region by Michel Lespinasse · 11 years ago
  21. 128557f mm: use mm_populate() when adjusting brk with MCL_FUTURE in effect by Michel Lespinasse · 11 years ago
  22. bebeb3d mm: introduce mm_populate() for populating new vmas by Michel Lespinasse · 11 years ago
  23. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  24. d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  25. cf4aebc2 sched: Move sched.h sysctl bits into separate header by Clark Williams · 11 years ago
  26. 631b0cf mm: fix wrong comments about anon_vma lock by Yuanhan Liu · 11 years ago
  27. 572043c mm: mmap: annotate vm_lock_anon_vma locking properly for lockdep by Jiri Kosina · 11 years ago
  28. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 11 years ago
  29. 4128997 mm: protect against concurrent vma expansion by Michel Lespinasse · 11 years ago
  30. 2897b4d mm: WARN_ON_ONCE if f_op->mmap() change vma's start address by Joonsoo Kim · 11 years ago
  31. 608ff1a Merge branch 'akpm' (Andrew's patchbomb) by Linus Torvalds · 11 years ago
  32. db4fbfb mm: vm_unmapped_area() lookup function by Michel Lespinasse · 11 years ago
  33. 5a0768f mm: check rb_subtree_gap correctness by Michel Lespinasse · 11 years ago
  34. d373718 mm: augment vma rbtree with rb_subtree_gap by Michel Lespinasse · 11 years ago
  35. 42d7395 mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB by Andi Kleen · 11 years ago
  36. 4fc3f1d mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable by Ingo Molnar · 11 years ago
  37. 5a50508 mm/rmap: Convert the struct anon_vma::mutex to an rwsem by Ingo Molnar · 11 years ago
  38. 98c4514 Merge 3.7-rc6 into char-misc-next by Greg Kroah-Hartman · 12 years ago
  39. 63c3b90 mm: add anon_vma_lock to validate_mm() by Michel Lespinasse · 12 years ago
  40. 997071b mm: export a function to get vm committed memory by K. Y. Srinivasan · 12 years ago
  41. 38a7601 mm: avoid taking rmap locks in move_ptes() by Michel Lespinasse · 12 years ago
  42. 523d4e2 mm anon rmap: in mremap, set the new vma's position before anon_vma_clone() by Michel Lespinasse · 12 years ago
  43. ed8ea81 mm: add CONFIG_DEBUG_VM_RB build option by Michel Lespinasse · 12 years ago
  44. bf181b9 mm anon rmap: replace same_anon_vma linked list with an interval tree. by Michel Lespinasse · 12 years ago
  45. 108d664 mm anon rmap: remove anon_vma_moveto_tail by Michel Lespinasse · 12 years ago
  46. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  47. ca42b26 mm: fix potential anon_vma locking issue in mprotect() by Michel Lespinasse · 12 years ago
  48. 6597d78 mm/mmap.c: replace find_vma_prepare() with clearer find_vma_links() by Hugh Dickins · 12 years ago
  49. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  50. e9714ac mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas by Konstantin Khlebnikov · 12 years ago
  51. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  52. 4b6e1e3 mm: kill vma flag VM_INSERTPAGE by Konstantin Khlebnikov · 12 years ago
  53. cb0942b make get_file() return its argument by Al Viro · 12 years ago
  54. 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
  55. f9aed62 mm: change nr_ptes BUG_ON to WARN_ON by Hugh Dickins · 12 years ago
  56. c7a3a88 uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() fails by Oleg Nesterov · 12 years ago
  57. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  58. 44de9d0 mm: account the total_vm in the vm_stat_account() by Huang Shijie · 12 years ago
  59. 8913378 uprobes: Remove insert_vm_struct()->uprobe_mmap() by Oleg Nesterov · 12 years ago
  60. 6dab3cc uprobes: Remove copy_vma()->uprobe_mmap() by Oleg Nesterov · 12 years ago
  61. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  62. 17d1587 unexport do_munmap() by Al Viro · 12 years ago
  63. eb36c58 new helper: vm_mmap_pgoff() by Al Viro · 12 years ago
  64. dc98250 kill do_mmap() completely by Al Viro · 12 years ago
  65. e3fc629 switch aio and shm to do_mmap_pgoff(), make do_mmap() static by Al Viro · 12 years ago
  66. 9ac4ed4 move security_mmap_addr() to saner place by Al Viro · 12 years ago
  67. 8b3ec68 take security_mmap_file() outside of ->mmap_sem by Al Viro · 12 years ago
  68. e546785 split ->file_mmap() into ->mmap_addr()/->mmap_file() by Al Viro · 12 years ago
  69. cf74d14 unexport do_mmap() by Al Viro · 12 years ago
  70. 841e31e mm/mmap.c: find_vma(): remove unnecessary if(mm) check by Rajman Mekaco · 12 years ago
  71. 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
  72. 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
  73. 4f74d2c vm: remove 'nr_accounted' calculations from the unmap_vmas() interfaces by Linus Torvalds · 12 years ago
  74. 7e027b1 vm: simplify unmap_vmas() calling convention by Linus Torvalds · 12 years ago
  75. bfce281 kill mm argument of vm_munmap() by Al Viro · 12 years ago
  76. 6be5ceb VM: add "vm_mmap()" helper function by Linus Torvalds · 12 years ago
  77. a46ef99 VM: add "vm_munmap()" helper function by Linus Torvalds · 12 years ago
  78. e4eb1ff VM: add "vm_brk()" helper function by Linus Torvalds · 12 years ago
  79. cbc91f7 uprobes/core: Decrement uprobe count before the pages are unmapped by Srikar Dronamraju · 12 years ago
  80. 6ac1ef4 Merge branch 'perf/core' into perf/uprobes by Ingo Molnar · 12 years ago
  81. 682968e uprobes/core: Optimize probe hits with the help of a counter by Srikar Dronamraju · 12 years ago
  82. 9521127 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  83. 88f6b4c mmap.c: fix comment for __insert_vm_struct() by Kautuk Consul · 12 years ago
  84. 40716e2 hugetlbfs: fix alignment of huge page requests by Steven Truelove · 12 years ago
  85. b716ad9 mm: search from free_area_cache for the bigger size by Xiao Guangrong · 12 years ago
  86. f44d219 mm: do not reset cached_hole_size when vma is unmapped by Xiao Guangrong · 12 years ago
  87. 3a990a5 Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  88. 3556485 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  89. 6e8bb01 VM: make unmap_vmas() return void by Al Viro · 12 years ago
  90. 853f5e2 VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap() by Al Viro · 12 years ago
  91. 83cd904 mm: fix find_vma_prev by Mikulas Patocka · 12 years ago
  92. ce8fea7 mmap: EINVAL not ENOMEM when rejecting VM_GROWS by Hugh Dickins · 12 years ago
  93. 835ee79 VM_GROWS{UP,DOWN} shouldn't be set on shmem VMAs by Al Viro · 12 years ago
  94. 7b2d81d uprobes/core: Clean up, refactor and improve the code by Ingo Molnar · 12 years ago
  95. 2b14449 uprobes, mm, x86: Add the ability to install and remove uprobes breakpoints by Srikar Dronamraju · 12 years ago
  96. 4040153 security: trim security.h by Al Viro · 12 years ago
  97. 191c542 mm: collapse security_vm_enough_memory() variants into a single function by Al Viro · 12 years ago
  98. 6bd4837 mm: simplify find_vma_prev() by KOSAKI Motohiro · 12 years ago
  99. 948f017 mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding in copy_vma() by Andrea Arcangeli · 12 years ago
  100. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago