1. a4ff8e8 mm: introduce MAP_FIXED_NOREPLACE by Michal Hocko · 6 years ago
  2. 57a7702 mm: always print RLIMIT_DATA warning by David Woodhouse · 6 years ago
  3. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 6 years ago
  4. 4837fe3 mm, oom_reaper: fix memory corruption by Michal Hocko · 7 years ago
  5. 31383c6 mm, hugetlbfs: introduce ->split() to vm_operations_struct by Dan Williams · 7 years ago
  6. 1c97259 mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags by Dan Williams · 7 years ago
  7. f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
  8. 2129258 mm: oom: let oom_reap_task and exit_mmap run concurrently by Andrea Arcangeli · 7 years ago
  9. 2376dd7 userfaultfd: call userfaultfd_unmap_prep only if __split_vma succeeds by Andrea Arcangeli · 7 years ago
  10. c41f012 mm: rename global_page_state to global_zone_page_state by Michal Hocko · 7 years ago
  11. 37511fb mm: fix overflow check in expand_upwards() by Helge Deller · 7 years ago
  12. 24c79d8 mm: use dedicated helper to access rlimit value by Krzysztof Opasiak · 7 years ago
  13. 32e4e6d mm/mmap.c: expand_downwards: don't require the gap if !vm_prev by Oleg Nesterov · 7 years ago
  14. 561b5e0 mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack by Michal Hocko · 7 years ago
  15. 09b56d5a Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  16. ac34cea mm/mmap.c: mark protection_map as __ro_after_init by Daniel Micay · 7 years ago
  17. bd726c9 Allow stack to grow up to address space limit by Helge Deller · 7 years ago
  18. f4cb767 mm: fix new crash in unmapped_area_topdown() by Hugh Dickins · 7 years ago
  19. 280e87e ARM: 8683/1: ARM32: Support mremap() for sigpage/vDSO by Dmitry Safonov · 7 years ago
  20. 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
  21. 20ac289 mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoff by Anshuman Khandual · 7 years ago
  22. 94e877d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  23. 653a774 Merge remote-tracking branch 'ovl/for-viro' into for-linus by Al Viro · 7 years ago
  24. def5efe mm, madvise: fail with ENOMEM when splitting vma will hit max_map_count by David Rientjes · 7 years ago
  25. 897ab3e userfaultfd: non-cooperative: add event for memory unmaps by Mike Rapoport · 7 years ago
  26. 846b1a0 mm: call vm_munmap in munmap syscall instead of using open coded version by Mike Rapoport · 7 years ago
  27. 3edf41d mm: fix comments for mmap_init() by seokhoon.yoon · 7 years ago
  28. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 7 years ago
  29. 16e72e9 powerpc: do not make the entire heap executable by Denys Vlasenko · 7 years ago
  30. f74ac01 mm: use helper for calling f_op->mmap() by Miklos Szeredi · 7 years ago
  31. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  32. 8f26e0b mm: vma_merge: correct false positive from __vma_unlink->validate_mm_rb by Andrea Arcangeli · 8 years ago
  33. 86d12e4 mm: vma_adjust: minor comment correction by Andrea Arcangeli · 8 years ago
  34. 97a42cd mm: vma_adjust: remove superfluous check for next not NULL by Andrea Arcangeli · 8 years ago
  35. e86f15e mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walk by Andrea Arcangeli · 8 years ago
  36. fb8c41e mm: vma_adjust: remove superfluous confusing update in remove_next == 1 case by Andrea Arcangeli · 8 years ago
  37. 6d2329f mm: vm_page_prot: update with WRITE_ONCE/READ_ONCE by Andrea Arcangeli · 8 years ago
  38. 8e4ef63 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  39. 2eefd87 x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_* by Dmitry Safonov · 8 years ago
  40. cab15ce arm64: Introduce execute-only page access permissions by Catalin Marinas · 8 years ago
  41. ba093a6 mm: refuse wrapped vm_brk requests by Kees Cook · 8 years ago
  42. 734537c mm: fix use-after-free if memory allocation failed in vma_adjust() by Kirill A. Shutemov · 8 years ago
  43. c01d5b3 shmem: get_unmapped_area align huge page by Hugh Dickins · 8 years ago
  44. 9a73f61 thp, mlock: do not mlock PTE-mapped file huge pages by Kirill A. Shutemov · 8 years ago
  45. 37f9f55 thp: run vma_adjust_trans_huge() outside i_mmap_rwsem by Kirill A. Shutemov · 8 years ago
  46. b059a45 x86/vdso: Add mremap hook to vm_special_mapping by Dmitry Safonov · 8 years ago
  47. 5d22fc2 mm: remove more IS_ERR_VALUE abuses by Linus Torvalds · 8 years ago
  48. 2d6c928 mm: make vm_brk killable by Michal Hocko · 8 years ago
  49. ae79878 mm: make vm_munmap killable by Michal Hocko · 8 years ago
  50. 9fbeb5a mm: make vm_mmap killable by Michal Hocko · 8 years ago
  51. dc0ef0d mm: make mmap_sem for write waits killable for mm syscalls by Michal Hocko · 8 years ago
  52. f4fcd55 mm: enable RLIMIT_DATA by default with workaround for valgrind by Konstantin Khlebnikov · 8 years ago
  53. 1269019 mm/mmap: kill hook arch_rebalance_pgtables() by Konstantin Khlebnikov · 8 years ago
  54. 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
  55. 756a025 mm: coalesce split strings by Joe Perches · 8 years ago
  56. 39a1aa8 mm: deduplicate memory overcommitment code by Andrey Ryabinin · 8 years ago
  57. ea606cf mm: move max_map_count bits into mm.h by Andrey Ryabinin · 8 years ago
  58. ec87e1c Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix by Ingo Molnar · 8 years ago
  59. 48f7df3 mm: fix regression in remap_file_pages() emulation by Kirill A. Shutemov · 8 years ago
  60. 62b5f7d mm/core, x86/mm/pkeys: Add execute-only protection keys support by Dave Hansen · 8 years ago
  61. e6bfb70 mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits() by Dave Hansen · 8 years ago
  62. 3a2f2ac Merge branch 'x86/urgent' into x86/asm, to pick up fixes by Ingo Molnar · 8 years ago
  63. 1fe3f29 Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeys by Ingo Molnar · 8 years ago
  64. 12352d3 mm: replace vma_lock_anon_vma with anon_vma_lock_read/write by Konstantin Khlebnikov · 8 years ago
  65. acf128d mm: validate_mm browse_rb SMP race condition by Andrea Arcangeli · 8 years ago
  66. d977d56 mm: warn about VmData over RLIMIT_DATA by Konstantin Khlebnikov · 8 years ago
  67. 76b36fa Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new changes by Ingo Molnar · 8 years ago
  68. 88f306b mm: fix locking order in mm_take_all_locks() by Kirill A. Shutemov · 9 years ago
  69. 8463833 mm: rework virtual memory accounting by Konstantin Khlebnikov · 9 years ago
  70. d07e225 mm: mmap: add new /proc tunable for mmap_base ASLR by Daniel Cashman · 9 years ago
  71. bc36f70 mm/mmap.c: remove incorrect MAP_FIXED flag comparison from mmap_region by Piotr Kwapulinski · 9 years ago
  72. 0b57d6b mm/mmap.c: remove redundant local variables for may_expand_vm() by Chen Gang · 9 years ago
  73. f872f54 mm: Add a vm_special_mapping.fault() method by Andy Lutomirski · 9 years ago
  74. de60f5f mm: introduce VM_LOCKONFAULT by Eric B Munson · 9 years ago
  75. 27f28b9 mm/mmap.c: change __install_special_mapping() args order by Chen Gang · 9 years ago
  76. 1e3ee14 mm/mmap.c: do not initialize retval in mmap_pgoff() by Chen Gang · 9 years ago
  77. e6ee219 mm/mmap.c: remove redundant statement "error = -ENOMEM" by Chen Gang · 9 years ago
  78. 0935781 mm: add the "struct mm_struct *mm" local into by Oleg Nesterov · 9 years ago
  79. 87e8827 mm: fix the racy mm->locked_vm change in by Oleg Nesterov · 9 years ago
  80. de1741a mm/mmap: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  81. 55e1cea mm/mmap.c: remove useless statement "vma = NULL" in find_vma() by Chen Gang · 9 years ago
  82. 8a04446 mm, dax: VMA with vm_ops->pfn_mkwrite wants to be write-notified by Kirill A. Shutemov · 9 years ago
  83. 28c553d revert "mm: make sure all file VMAs have ->vm_ops set" by Andrew Morton · 9 years ago
  84. 6dc296e mm: make sure all file VMAs have ->vm_ops set by Kirill A. Shutemov · 9 years ago
  85. 1fcfd8d mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff() by Oleg Nesterov · 9 years ago
  86. c9d13f5 mm/mmap.c:insert_vm_struct(): check for failure before setting values by Chen Gang · 9 years ago
  87. e397589 mm/mmap.c: simplify the failure return working flow by Chen Gang · 9 years ago
  88. ce75799 mremap: fix the wrong !vma->vm_file check in copy_vma() by Oleg Nesterov · 9 years ago
  89. 8a9cc3b mmap: fix the usage of ->vm_pgoff in special_mapping paths by Oleg Nesterov · 9 years ago
  90. 19a809a userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx by Andrea Arcangeli · 9 years ago
  91. 90f8572 vfs: Commit to never having exectuables on proc and sysfs. by Eric W. Biederman · 9 years ago
  92. e37609b mm/mmap.c: optimization of do_mmap_pgoff function by Piotr Kwapulinski · 9 years ago
  93. 9fcd145 mm/mmap.c: use while instead of if+goto by Rasmus Villemoes · 9 years ago
  94. 4db0c3c mm: remove rest of ACCESS_ONCE() usages by Jason Low · 9 years ago
  95. fc05f56 mm: rename __mlock_vma_pages_range() to populate_vma_page_range() by Kirill A. Shutemov · 9 years ago
  96. 3fe89b3 mm: fix anon_vma->degree underflow in anon_vma endless growing prevention by Leon Yu · 9 years ago
  97. 5703b08 mm/mmap.c: fix arithmetic overflow in __vm_enough_memory() by Roman Gushchin · 9 years ago
  98. b30fe6c mm: fix false-positive warning on exit due mm_nr_pmds(mm) by Kirill A. Shutemov · 9 years ago
  99. dc6c9a3 mm: account pmd page tables to the process by Kirill A. Shutemov · 9 years ago
  100. 27ba064 rmap: drop support of non-linear mappings by Kirill A. Shutemov · 9 years ago