1. 1de4fa1 x86, mpx: Cleanup unused bound tables by Dave Hansen · 10 years ago
  2. 6d50e60 mm, thp: fix collapsing of hugepages on madvise by David Rientjes · 10 years ago
  3. 64e4550 mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared by Peter Feiner · 10 years ago
  4. c798360 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  5. 96dad67 mm: use VM_BUG_ON_MM where possible by Sasha Levin · 10 years ago
  6. ff26f70 mm/mmap.c: clean up CONFIG_DEBUG_VM_RB checks by Andrew Morton · 10 years ago
  7. 81d1b09 mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA by Sasha Levin · 10 years ago
  8. 8764b33 mm: use may_adjust_brk helper by Cyrill Gorcunov · 10 years ago
  9. cc71aba mm/mmap.c: whitespace fixes by vishnu.ps · 10 years ago
  10. d06efeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18 by Tejun Heo · 10 years ago
  11. 8542bdf mm/mmap.c: use pr_emerg when printing BUG related information by Sasha Levin · 10 years ago
  12. 908c7f1 percpu_counter: add @gfp to percpu_counter_init() by Tejun Heo · 10 years ago
  13. 4bb5f5d mm: allow drivers to prevent new writable mappings by David Herrmann · 10 years ago
  14. 82f71ae mm: catch memory commitment underflow by Konstantin Khlebnikov · 10 years ago
  15. b1de0d1 mm: convert some level-less printks to pr_* by Mitchel Humpherys · 10 years ago
  16. a0abcf2e Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  17. 64ac494 mm/mmap.c: remove the first mapping check by Huang Shijie · 10 years ago
  18. 14bd5b4 mm/mmap.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Duan Jiong · 10 years ago
  19. a62c34b x86, mm: Improve _install_special_mapping and fix x86 vdso naming by Andy Lutomirski · 10 years ago
  20. 615d6e8 mm: per-thread vma caching by Davidlohr Bueso · 10 years ago
  21. f7789dc Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  22. eafd4dc mm/mmap.c: mark function as static by Rashika Kheria · 10 years ago
  23. d7a0698 locks: fix locks_mandatory_locked to respect file-private locks by Jeff Layton · 10 years ago
  24. 3935ed6 mm: Add new func _install_special_mapping() to mmap.c by Stefani Seibold · 10 years ago
  25. 34228d4 mm: ignore VM_SOFTDIRTY on VMA merging by Cyrill Gorcunov · 10 years ago
  26. a64fb3c mm: audit/fix non-modular users of module_init in core code by Paul Gortmaker · 10 years ago
  27. 363ee17 mm/mmap.c: add mlock_future_check() helper by Davidlohr Bueso · 10 years ago
  28. 49f0ce5 mm: add overcommit_kbytes sysctl variable by Jerome Marchand · 10 years ago
  29. e1f56c8 mm: convert mm->nr_ptes to atomic_long_t by Kirill A. Shutemov · 11 years ago
  30. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  31. 00619bc mm: factor commit limit calculation by Jerome Marchand · 11 years ago
  32. 2afc745 mm: ensure get_unmapped_area() returns higher address than mmap_min_addr by Akira Takeuchi · 11 years ago
  33. 4e99b02 mmap: arch_get_unmapped_area(): use proper mmap base for bottom up direction by Heiko Carstens · 11 years ago
  34. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  35. 2d8a178 mm/mmap: remove unnecessary assignment by Yanchuan Nian · 11 years ago
  36. d9104d1 mm: track vma changes with VM_SOFTDIRTY bit by Cyrill Gorcunov · 11 years ago
  37. e868677 mm: mmap_region: kill correct_wcount/inode, use allow_write_access() by Oleg Nesterov · 11 years ago
  38. 077bf22 mm: do_mmap_pgoff: cleanup the usage of file_inode() by Oleg Nesterov · 11 years ago
  39. b2c56e4 mm: shift VM_GROWS* check from mmap_region() to do_mmap_pgoff() by Oleg Nesterov · 11 years ago
  40. ef0855d mm: mempolicy: turn vma_set_policy() into vma_dup_policy() by Oleg Nesterov · 11 years ago
  41. 2b04725 Fix TLB gather virtual address range invalidation corner cases by Linus Torvalds · 11 years ago
  42. 3964acd mm: mempolicy: fix mbind_range() && vma_adjust() interaction by Oleg Nesterov · 11 years ago
  43. 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 11 years ago
  44. c103a4d ipc/shmc.c: eliminate ugly 80-col tricks by Andrew Morton · 11 years ago
  45. 493af57 mmap: allow MAP_HUGETLB for hugetlbfs files v2 by Jörn Engel · 11 years ago
  46. d6e9321 mm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT by Libin · 11 years ago
  47. 091d0d5 shm: fix null pointer deref when userspace specifies invalid hugepage size by Li Zefan · 11 years ago
  48. af73e4d hugetlbfs: fix mmap failure in unaligned size request by Naoya Horiguchi · 11 years ago
  49. e8420a8 mm/mmap: check for RLIMIT_AS before unmapping by Cyril Hrubis · 11 years ago
  50. 1640879 mm: reinititalise user and admin reserves if memory is added or removed by Andrew Shewmaker · 11 years ago
  51. 4eeab4f mm: replace hardcoded 3% with admin_reserve_pages knob by Andrew Shewmaker · 11 years ago
  52. c9b1d09 mm: limit growth of 3% hardcoded other user reserve by Andrew Shewmaker · 11 years ago
  53. 1444f92 mm: merging memory blocks resets mempolicy by Hampson, Steven T · 11 years ago
  54. 6ee8630 mm: allow arch code to control the user page table ceiling by Hugh Dickins · 11 years ago
  55. ee5df05 mmap: find_vma: remove the WARN_ON_ONCE(!mm) check by Zhang Yanfei · 11 years ago
  56. b6a9b7f mm: prevent mmap_cache race in find_vma() by Jan Stancek · 11 years ago
  57. 09a9f1d Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace programs" by Michel Lespinasse · 11 years ago
  58. 0988496 mm: do not grow the stack vma just because of an overrun on preceding vma by Linus Torvalds · 11 years ago
  59. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  60. 08b5270 mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write() by Konstantin Khlebnikov · 11 years ago
  61. ec8acf2 swap: add per-partition lock for swapfile by Shaohua Li · 11 years ago
  62. 41badc1 mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool by Michel Lespinasse · 11 years ago
  63. 1869305 mm: introduce VM_POPULATE flag to better deal with racy userspace programs by Michel Lespinasse · 11 years ago
  64. cea10a1 mm: directly use __mlock_vma_pages_range() in find_extend_vma() by Michel Lespinasse · 11 years ago
  65. c22c0d6 mm: remove flags argument to mmap_region by Michel Lespinasse · 11 years ago
  66. 128557f mm: use mm_populate() when adjusting brk with MCL_FUTURE in effect by Michel Lespinasse · 11 years ago
  67. bebeb3d mm: introduce mm_populate() for populating new vmas by Michel Lespinasse · 11 years ago
  68. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  69. 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
  70. cf4aebc2 sched: Move sched.h sysctl bits into separate header by Clark Williams · 11 years ago
  71. 631b0cf mm: fix wrong comments about anon_vma lock by Yuanhan Liu · 11 years ago
  72. 572043c mm: mmap: annotate vm_lock_anon_vma locking properly for lockdep by Jiri Kosina · 11 years ago
  73. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 11 years ago
  74. 4128997 mm: protect against concurrent vma expansion by Michel Lespinasse · 11 years ago
  75. 2897b4d mm: WARN_ON_ONCE if f_op->mmap() change vma's start address by Joonsoo Kim · 11 years ago
  76. 608ff1a Merge branch 'akpm' (Andrew's patchbomb) by Linus Torvalds · 11 years ago
  77. db4fbfb mm: vm_unmapped_area() lookup function by Michel Lespinasse · 11 years ago
  78. 5a0768f mm: check rb_subtree_gap correctness by Michel Lespinasse · 11 years ago
  79. d373718 mm: augment vma rbtree with rb_subtree_gap by Michel Lespinasse · 11 years ago
  80. 42d7395 mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB by Andi Kleen · 11 years ago
  81. 4fc3f1d mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable by Ingo Molnar · 11 years ago
  82. 5a50508 mm/rmap: Convert the struct anon_vma::mutex to an rwsem by Ingo Molnar · 11 years ago
  83. 98c4514 Merge 3.7-rc6 into char-misc-next by Greg Kroah-Hartman · 12 years ago
  84. 63c3b90 mm: add anon_vma_lock to validate_mm() by Michel Lespinasse · 12 years ago
  85. 997071b mm: export a function to get vm committed memory by K. Y. Srinivasan · 12 years ago
  86. 38a7601 mm: avoid taking rmap locks in move_ptes() by Michel Lespinasse · 12 years ago
  87. 523d4e2 mm anon rmap: in mremap, set the new vma's position before anon_vma_clone() by Michel Lespinasse · 12 years ago
  88. ed8ea81 mm: add CONFIG_DEBUG_VM_RB build option by Michel Lespinasse · 12 years ago
  89. bf181b9 mm anon rmap: replace same_anon_vma linked list with an interval tree. by Michel Lespinasse · 12 years ago
  90. 108d664 mm anon rmap: remove anon_vma_moveto_tail by Michel Lespinasse · 12 years ago
  91. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  92. ca42b26 mm: fix potential anon_vma locking issue in mprotect() by Michel Lespinasse · 12 years ago
  93. 6597d78 mm/mmap.c: replace find_vma_prepare() with clearer find_vma_links() by Hugh Dickins · 12 years ago
  94. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  95. e9714ac mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas by Konstantin Khlebnikov · 12 years ago
  96. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  97. 4b6e1e3 mm: kill vma flag VM_INSERTPAGE by Konstantin Khlebnikov · 12 years ago
  98. cb0942b make get_file() return its argument by Al Viro · 12 years ago
  99. 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
  100. f9aed62 mm: change nr_ptes BUG_ON to WARN_ON by Hugh Dickins · 12 years ago