1. e279160 Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  2. af34ebe x86/vdso: Handle faults on timens page by Dmitry Safonov · 5 years ago
  3. 24cecc3 arm64: Revert support for execute-only user mappings by Catalin Marinas · 5 years ago
  4. 5d42ab2 mm/mmap.c: make vma_merge() comment more easy to understand by Wei Yang · 5 years ago
  5. ff68dac mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_area by Gaowei Pu · 5 years ago
  6. aba6dfb mm/mmap.c: rb_parent is not necessary in __vma_link_list() by Wei Yang · 5 years ago
  7. 1b9fc5b2 mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list() by Wei Yang · 5 years ago
  8. 9d81fbe mm/mmap.c: __vma_unlink_prev() is not necessary now by Wei Yang · 5 years ago
  9. 93b343a mm/mmap.c: prev could be retrieved from vma->vm_prev by Wei Yang · 5 years ago
  10. 408a60e mm/mmap.c: remove a never-triggered warning in __vma_adjust() by Wei Yang · 5 years ago
  11. ce18d17 mm: untag user pointers in mmap/munmap/mremap/brk by Catalin Marinas · 5 years ago
  12. 315cc06 augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro by Michel Lespinasse · 5 years ago
  13. 76f3495 mm: mmap: increase sockets maximum memory size pgoff for 32bits by Ivan Khoronzhuk · 5 years ago
  14. 73848a9 mm/mmap.c: refine find_vma_prev() with rb_last() by Wei Yang · 5 years ago
  15. dc617f2 vfs: don't allow writes to swap files by Darrick J. Wong · 5 years ago
  16. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  17. 5a28fc9 x86/mpx, mm/core: Fix recursive munmap() corruption by Dave Hansen · 6 years ago
  18. 04f5866 coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping by Andrea Arcangeli · 6 years ago
  19. 8bb4e7a mm: fix some typos in mm directory by Wei Yang · 6 years ago
  20. 43cca0b mm/mmap.c: remove some redundancy in arch_get_unmapped_area_topdown() by Yang Fan · 6 years ago
  21. 0a1d529 mm: enforce min addr even if capable() in expand_downwards() by Jann Horn · 6 years ago
  22. 9cabf92 mm/mmap.c: remove verify_mm_writelocked() by Yangtao Li · 6 years ago
  23. f679505 mm: mmap: Allow for "high" userspace addresses by Steve Capper · 6 years ago
  24. 9bc8039 mm: brk: downgrade mmap_sem to read when shrinking by Yang Shi · 6 years ago
  25. 85a0683 mm: mremap: downgrade mmap_sem to read when shrinking by Yang Shi · 6 years ago
  26. cb49224 mm: unmap VM_PFNMAP mappings with optimized path by Yang Shi · 6 years ago
  27. b4cefb3 mm: unmap VM_HUGETLB mappings with optimized path by Yang Shi · 6 years ago
  28. dd2283f mm: mmap: zap pages with read mmap_sem in munmap by Yang Shi · 6 years ago
  29. 7aa867d mm/mmap.c: don't clobber partially overlapping VMA with MAP_FIXED_NOREPLACE by Jann Horn · 6 years ago
  30. af5679f mm, oom: remove oom_lock from oom_reaper by Michal Hocko · 6 years ago
  31. 93065ac mm, oom: distinguish blockable mode for mmu notifiers by Michal Hocko · 6 years ago
  32. e1fb4a0 dax: remove VM_MIXEDMAP for fsdax and device dax by Dave Jiang · 6 years ago
  33. bfd40ea mm: fix vma_is_anonymous() false-positives by Kirill A. Shutemov · 6 years ago
  34. 490fc05 mm: make vm_area_alloc() initialize core fields by Linus Torvalds · 6 years ago
  35. 95faf69 mm: make vm_area_dup() actually copy the old vma data by Linus Torvalds · 6 years ago
  36. 3928d4f mm: use helper functions for allocating and freeing vm_area structs by Linus Torvalds · 6 years ago
  37. bb177a7 mm: do not bug_on on incorrect length in __mm_populate() by Michal Hocko · 6 years ago
  38. b3ec9f3 mm: change return type to vm_fault_t by Souptick Joarder · 7 years ago
  39. eeee314 Merge tag 'docs-4.18' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  40. 423913a mmap: relax file size limit for regular files by Linus Torvalds · 7 years ago
  41. f0ab773 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  42. 27ae357 mm, oom: fix concurrent munlock and oom reaper unmap, v3 by David Rientjes · 7 years ago
  43. be83bbf mmap: introduce sane default mmap limits by Linus Torvalds · 7 years ago
  44. 316d097 x86/pti: Filter at vma->vm_page_prot population by Dave Hansen · 7 years ago
  45. 24844fd Merge branch 'mm-rst' into docs-next by Jonathan Corbet · 7 years ago
  46. ad56b73 docs/vm: rename documentation files to .rst by Mike Rapoport · 7 years ago
  47. a4ff8e8 mm: introduce MAP_FIXED_NOREPLACE by Michal Hocko · 7 years ago
  48. 57a7702 mm: always print RLIMIT_DATA warning by David Woodhouse · 7 years ago
  49. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
  50. 4837fe3 mm, oom_reaper: fix memory corruption by Michal Hocko · 7 years ago
  51. 31383c6 mm, hugetlbfs: introduce ->split() to vm_operations_struct by Dan Williams · 7 years ago
  52. 1c97259 mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags by Dan Williams · 7 years ago
  53. f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
  54. 2129258 mm: oom: let oom_reap_task and exit_mmap run concurrently by Andrea Arcangeli · 7 years ago
  55. 2376dd7 userfaultfd: call userfaultfd_unmap_prep only if __split_vma succeeds by Andrea Arcangeli · 7 years ago
  56. c41f012 mm: rename global_page_state to global_zone_page_state by Michal Hocko · 7 years ago
  57. 37511fb mm: fix overflow check in expand_upwards() by Helge Deller · 7 years ago
  58. 24c79d8 mm: use dedicated helper to access rlimit value by Krzysztof Opasiak · 7 years ago
  59. 32e4e6d mm/mmap.c: expand_downwards: don't require the gap if !vm_prev by Oleg Nesterov · 7 years ago
  60. 561b5e0 mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack by Michal Hocko · 7 years ago
  61. 09b56d5a Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  62. ac34cea mm/mmap.c: mark protection_map as __ro_after_init by Daniel Micay · 8 years ago
  63. bd726c9 Allow stack to grow up to address space limit by Helge Deller · 8 years ago
  64. f4cb767 mm: fix new crash in unmapped_area_topdown() by Hugh Dickins · 8 years ago
  65. 280e87e ARM: 8683/1: ARM32: Support mremap() for sigpage/vDSO by Dmitry Safonov · 8 years ago
  66. 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 8 years ago
  67. 20ac289 mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoff by Anshuman Khandual · 8 years ago
  68. 94e877d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  69. 653a774 Merge remote-tracking branch 'ovl/for-viro' into for-linus by Al Viro · 8 years ago
  70. def5efe mm, madvise: fail with ENOMEM when splitting vma will hit max_map_count by David Rientjes · 8 years ago
  71. 897ab3e userfaultfd: non-cooperative: add event for memory unmaps by Mike Rapoport · 8 years ago
  72. 846b1a0 mm: call vm_munmap in munmap syscall instead of using open coded version by Mike Rapoport · 8 years ago
  73. 3edf41d mm: fix comments for mmap_init() by seokhoon.yoon · 8 years ago
  74. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  75. 16e72e9 powerpc: do not make the entire heap executable by Denys Vlasenko · 8 years ago
  76. f74ac01 mm: use helper for calling f_op->mmap() by Miklos Szeredi · 8 years ago
  77. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  78. 8f26e0b mm: vma_merge: correct false positive from __vma_unlink->validate_mm_rb by Andrea Arcangeli · 8 years ago
  79. 86d12e4 mm: vma_adjust: minor comment correction by Andrea Arcangeli · 8 years ago
  80. 97a42cd mm: vma_adjust: remove superfluous check for next not NULL by Andrea Arcangeli · 8 years ago
  81. e86f15e mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walk by Andrea Arcangeli · 8 years ago
  82. fb8c41e mm: vma_adjust: remove superfluous confusing update in remove_next == 1 case by Andrea Arcangeli · 8 years ago
  83. 6d2329f mm: vm_page_prot: update with WRITE_ONCE/READ_ONCE by Andrea Arcangeli · 8 years ago
  84. 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
  85. 2eefd87 x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_* by Dmitry Safonov · 8 years ago
  86. cab15ce arm64: Introduce execute-only page access permissions by Catalin Marinas · 8 years ago
  87. ba093a6 mm: refuse wrapped vm_brk requests by Kees Cook · 8 years ago
  88. 734537c mm: fix use-after-free if memory allocation failed in vma_adjust() by Kirill A. Shutemov · 8 years ago
  89. c01d5b3 shmem: get_unmapped_area align huge page by Hugh Dickins · 8 years ago
  90. 9a73f61 thp, mlock: do not mlock PTE-mapped file huge pages by Kirill A. Shutemov · 8 years ago
  91. 37f9f55 thp: run vma_adjust_trans_huge() outside i_mmap_rwsem by Kirill A. Shutemov · 8 years ago
  92. b059a45 x86/vdso: Add mremap hook to vm_special_mapping by Dmitry Safonov · 9 years ago
  93. 5d22fc2 mm: remove more IS_ERR_VALUE abuses by Linus Torvalds · 9 years ago
  94. 2d6c928 mm: make vm_brk killable by Michal Hocko · 9 years ago
  95. ae79878 mm: make vm_munmap killable by Michal Hocko · 9 years ago
  96. 9fbeb5a mm: make vm_mmap killable by Michal Hocko · 9 years ago
  97. dc0ef0d mm: make mmap_sem for write waits killable for mm syscalls by Michal Hocko · 9 years ago
  98. f4fcd55 mm: enable RLIMIT_DATA by default with workaround for valgrind by Konstantin Khlebnikov · 9 years ago
  99. 1269019 mm/mmap: kill hook arch_rebalance_pgtables() by Konstantin Khlebnikov · 9 years ago
  100. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago