1. cba48b9 mm: change direct call of spin_lock(anon_vma->lock) to inline function by Rik van Riel · 14 years ago
  2. bb4a340 mm: rename anon_vma_lock to vma_lock_anon_vma by Rik van Riel · 14 years ago
  3. 3af9e85 perf: Add non-exec mmap() tracking by Eric B Munson · 14 years ago
  4. 5892753 mmap: check ->vm_ops before dereferencing by Rik van Riel · 14 years ago
  5. 287d97a vma_adjust: fix the copying of anon_vma chains by Linus Torvalds · 14 years ago
  6. d0e9fe1 Simplify and comment on anon_vma re-use for anon_vma_prepare() by Linus Torvalds · 14 years ago
  7. a467937 Add generic sys_old_mmap() by Christoph Hellwig · 14 years ago
  8. fc148a5 mm: remove VM_LOCK_RMAP code by Rik van Riel · 14 years ago
  9. 5beb493 mm: change anon_vma linking to fix multi-process server scalability issue by Rik van Riel · 14 years ago
  10. 59e99e5 mm: use rlimit helpers by Jiri Slaby · 14 years ago
  11. 06f9d8c mm: mlock_vma_pages_range() only return success or failure by KOSAKI Motohiro · 14 years ago
  12. c58267c mm: mlock_vma_pages_range() never return negative value by KOSAKI Motohiro · 14 years ago
  13. 66f0dc4 mm: move sys_mmap_pgoff from util.c by Hugh Dickins · 15 years ago
  14. c9d0bf2 mm: uncached vma support with writenotify by Magnus Damm · 15 years ago
  15. 659ace5 mmap: don't return ENOMEM when mapcount is temporarily exceeded in munmap() by KOSAKI Motohiro · 15 years ago
  16. 2c6a101 switch do_brk() to get_unmapped_area() by Al Viro · 15 years ago
  17. 9206de9 Take arch_mmap_check() into get_unmapped_area() by Al Viro · 15 years ago
  18. 8c7b49b fix a struct file leak in do_mmap_pgoff() by Al Viro · 15 years ago
  19. 6c21a7f LSM: imbed ima calls in the security hooks by Mimi Zohar · 15 years ago
  20. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  21. 4e52780 hugetlb: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions by Eric B Munson · 15 years ago
  22. f8dbf0a7 mmap: save some cycles for the shared anonymous mapping by Huang Shijie · 15 years ago
  23. 252c5f9 mmap: avoid unnecessary anon_vma lock acquisition in vma_adjust() by Lee Schermerhorn · 15 years ago
  24. cdf7b34 mmap: remove unnecessary code by Huang Shijie · 15 years ago
  25. a913e18 ksm: clean up obsolete references by Hugh Dickins · 15 years ago
  26. 8314c4f ksm: remove VM_MERGEABLE_FLAGS by Hugh Dickins · 15 years ago
  27. 1c2fb7a ksm: fix deadlock with munlock in exit_mmap by Andrea Arcangeli · 15 years ago
  28. 9ba6929 ksm: fix oom deadlock by Hugh Dickins · 15 years ago
  29. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  30. 27f5de7 mm: Fix problem of parameter in note by Jianjun Kong · 15 years ago
  31. 788084a Security/SELinux: seperate lsm specific mmap_min_addr by Eric Paris · 15 years ago
  32. 8a1ca8c Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  33. 089dd79 perf_counter: Generate mmap events for install_special_mapping() by Peter Zijlstra · 15 years ago
  34. d99e944 perf_counter: Remove munmap stuff by Peter Zijlstra · 15 years ago
  35. e0a94c2 security: use mmap_min_addr indepedently of security models by Christoph Lameter · 15 years ago
  36. dc3f81b Merge commit 'v2.6.30-rc6' into perfcounters/core by Ingo Molnar · 15 years ago
  37. 00a62ce mm: fix Committed_AS underflow on large NR_CPUS environment by KOSAKI Motohiro · 15 years ago
  38. e7fd5d4 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  39. 05fa199 mm: pass correct mm when growing stack by Hugh Dickins · 15 years ago
  40. 0a4a939 perf_counter: executable mmap() information by Peter Zijlstra · 15 years ago
  41. 33e5d769 nommu: fix a number of issues with the per-MM VMA patch by David Howells · 15 years ago
  42. 703a3cd Merge branch 'master' into next by James Morris · 15 years ago
  43. 9480c53 mm: rearrange exit_mmap() to unlock before arch_exit_mmap by Jeremy Fitzhardinge · 15 years ago
  44. 5a6fe12 Do not account for the address space used by hugetlbfs using VM_ACCOUNT by Mel Gorman · 15 years ago
  45. cb5629b Merge branch 'master' into next by James Morris · 15 years ago
  46. 6146f0d integrity: IMA hooks by Mimi Zohar · 15 years ago
  47. fc8744a Stop playing silly games with the VM_ACCOUNT flag by Linus Torvalds · 15 years ago
  48. 33bfad5 Allow opportunistic merging of VM_CAN_NONLINEAR areas by Linus Torvalds · 15 years ago
  49. de33c8d Fix OOPS in mmap_region() when merging adjacent VM_LOCKED file segments by Linus Torvalds · 15 years ago
  50. 6a6160a [CVE-2009-0029] System call wrappers part 13 by Heiko Carstens · 15 years ago
  51. 2ed7c03 [CVE-2009-0029] Convert all system calls to return a long by Heiko Carstens · 15 years ago
  52. 8feae13 NOMMU: Make VMAs per MM as for MMU-mode linux by David Howells · 16 years ago
  53. dcd4a04 mm: check for no mmaps in exit_mmap() by Johannes Weiner · 16 years ago
  54. 901608d mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accounting by Oleg Nesterov · 16 years ago
  55. 48aae42 mm/mmap.c: fix coding style by ZhenwenXu · 16 years ago
  56. 046c688 mm: update my address by Alan Cox · 16 years ago
  57. 1c12718 parisc: fix find_extend_vma() breakage by Denys Vlasenko · 16 years ago
  58. 731572d nfsd: fix vm overcommit crash by Alan Cox · 16 years ago
  59. cb8f488 mmap.c: deinline a few functions by Denys Vlasenko · 16 years ago
  60. ba470de mmap: handle mlocked pages during map, remap, unmap by Rik van Riel · 16 years ago
  61. b291f00 mlock: mlocked pages are unevictable by Nick Piggin · 16 years ago
  62. ce36394 mmap: fix petty bug in anonymous shared mmap offset handling by Tejun Heo · 16 years ago
  63. 23a0ee9 Merge branch 'core/locking' into core/urgent by Ingo Molnar · 16 years ago
  64. 7cd5a02 mm: fix mm_take_all_locks() locking order by Peter Zijlstra · 16 years ago
  65. 454ed84 lockdep: annotate mm_take_all_locks() by Peter Zijlstra · 16 years ago
  66. dfe195f mm: fix uninitialized variables for find_vma_prepare callers by Benny Halevy · 16 years ago
  67. cddb8a5 mmu-notifiers: core by Andrea Arcangeli · 16 years ago
  68. 7906d00 mmu-notifiers: add mm_take_all_locks() operation by Andrea Arcangeli · 16 years ago
  69. a551643 hugetlb: modular state for hugetlb page size by Andi Kleen · 16 years ago
  70. cdfd432 mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservations by Andy Whitcroft · 16 years ago
  71. 42b7772 mm: remove double indirection on tlb parameter to free_pgd_range() & Co by Jan Beulich · 16 years ago
  72. b845f31 mm: Allow architectures to define additional protection bits by Dave Kleikamp · 16 years ago
  73. a5b4592 brk: make sys_brk() honor COMPAT_BRK when computing lower bound by Jiri Kosina · 16 years ago
  74. 80119ef mm: fix atomic_t overflow in vm by Alan Cox · 16 years ago
  75. 925d1c4 procfs task exe symlink by Matt Helsley · 16 years ago
  76. 846a16b mempolicy: rename mpol_copy to mpol_dup by Lee Schermerhorn · 16 years ago
  77. f0be3d3 mempolicy: rename mpol_free to mpol_put by Lee Schermerhorn · 16 years ago
  78. 4d3d5b4 mmap_region: cleanup the final vma_merge() related code by Oleg Nesterov · 16 years ago
  79. b1d0e4f mm: special mapping nopage by Nick Piggin · 16 years ago
  80. 4cc6028 brk: check the lower bound properly by Jiri Kosina · 16 years ago
  81. 08e7d9b arch_rebalance_pgtables call by Martin Schwidefsky · 16 years ago
  82. 2f98735 vm audit: add VM_DONTEXPAND to mmap for drivers that need it by Nick Piggin · 16 years ago
  83. c1d171a x86: randomize brk by Jiri Kosina · 16 years ago
  84. 88c3f7a Security: remove security_file_mmap hook sparse-warnings (NULL as 0). by Richard Knutsson · 17 years ago
  85. 5a211a5 VM/Security: add security hook to do_brk by Eric Paris · 17 years ago
  86. 7cd9414 Security: round mmap hint address above mmap_min_addr by Eric Paris · 17 years ago
  87. 8869477 security: protect from stack expantion into low vm addresses by Eric Paris · 17 years ago
  88. 1ddd439 fix mprotect vma_wants_writenotify prot by Hugh Dickins · 17 years ago
  89. 3ed75eb setup vma->vm_page_prot by vm_get_page_prot() by Coly Li · 17 years ago
  90. cbfee34 security/ cleanups by Adrian Bunk · 17 years ago
  91. 4af3c9c Drop some headers from mm.h by Alexey Dobriyan · 17 years ago
  92. 34b4e4a fix NULL pointer dereference in __vm_enough_memory() by Alan Cox · 17 years ago
  93. 4e950f6 Remove fs.h from mm.h by Alexey Dobriyan · 17 years ago
  94. b6a2fea mm: variable length argument support by Ollie Wild · 17 years ago
  95. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 17 years ago
  96. 0165ab4 split mmap by Miklos Szeredi · 17 years ago
  97. ed03218 security: Protection for exploiting null dereference using mmap by Eric Paris · 17 years ago
  98. 06b32f3 [PARISC] Handle wrapping in expand_upwards() by Helge Deller · 18 years ago
  99. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  100. 74add80 Remove unused variable in get_unmapped_area by Roland McGrath · 17 years ago