1. 550a7d6 mm, hugepages: add mremap() support for hugepage backed vma by Mina Almasry · 3 years, 2 months ago
  2. fdbef61 mm/mremap: don't account pages in vma_to_resize() by Dmitry Safonov · 3 years, 2 months ago
  3. 5e22928 mm/mremap: fix memory account on do_munmap() failure by Chen Wandun · 3 years, 4 months ago
  4. 3bbda69 mm/mremap: allow arch runtime override by Aneesh Kumar K.V · 3 years, 6 months ago
  5. 97113eb mm/mremap: hold the rmap lock in write mode when moving page table entries. by Aneesh Kumar K.V · 3 years, 6 months ago
  6. 0881ace mm/mremap: use pmd/pud_poplulate to update page table entries by Aneesh Kumar K.V · 3 years, 6 months ago
  7. d6655df mm/mremap: don't enable optimized PUD move if page table levels is 2 by Aneesh Kumar K.V · 3 years, 6 months ago
  8. 7d846db mm/mremap: convert huge PUD move to separate helper by Aneesh Kumar K.V · 3 years, 6 months ago
  9. 5aaf07f mm/mremap: use vma_lookup() in vma_to_resize() by Liam Howlett · 3 years, 6 months ago
  10. f0953a1 mm: fix typos in comments by Ingo Molnar · 3 years, 8 months ago
  11. 14d0711 Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio" by Brian Geffon · 3 years, 8 months ago
  12. a460938 mm: extend MREMAP_DONTUNMAP to non-anonymous mappings by Brian Geffon · 3 years, 8 months ago
  13. 1583aa2 mm: mremap: unlink anon_vmas when mremap with MREMAP_DONTUNMAP success by Li Xinhai · 3 years, 10 months ago
  14. 04471d3 Merge tag 'for-linux-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 3 years, 10 months ago
  15. 731ecea mm: Remove arch_remap() and mm-arch-hooks.h by Christophe Leroy · 4 years ago
  16. a30a290 mm/mremap: fix BUILD_BUG_ON() error in get_extent by Arnd Bergmann · 3 years, 11 months ago
  17. e05986e mm/mremap.c: fix extent calculation by Kalesh Singh · 4 years ago
  18. 73d5e06 mremap: check if it's possible to split original vma by Dmitry Safonov · 4 years ago
  19. cd544fd mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio by Dmitry Safonov · 4 years ago
  20. ad8ee77 mm/mremap: for MREMAP_DONTUNMAP check security_vm_enough_memory_mm() by Dmitry Safonov · 4 years ago
  21. 51df7bc mm/mremap: account memory on do_munmap() failure by Dmitry Safonov · 4 years ago
  22. c49dd34 mm: speedup mremap on 1GB or larger regions by Kalesh Singh · 4 years ago
  23. 349d9fb mm/mremap: start addresses are properly aligned by Wei Yang · 4 years, 5 months ago
  24. 9ad9718 mm/mremap: calculate extent in one place by Wei Yang · 4 years, 5 months ago
  25. b8aa9d9 mm/mremap: it is sure to have enough space when extent meets requirement by Wei Yang · 4 years, 5 months ago
  26. f81fdd0 mm: document warning in move_normal_pmd() and make it warn only once by Linus Torvalds · 4 years, 6 months ago
  27. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  28. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  29. 886d7de Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  30. fa1f68c mm: use false for bool variable by Zou Wei · 4 years, 7 months ago
  31. 5bfea2d mm: Fix mremap not considering huge pmd devmap by Fan Yang · 4 years, 7 months ago
  32. d1564926 userfaultfd: fix remap event with MREMAP_DONTUNMAP by Brian Geffon · 4 years, 8 months ago
  33. dadbd85 mm: Fix MREMAP_DONTUNMAP accounting on VMA merge by Brian Geffon · 4 years, 8 months ago
  34. e346b38 mm/mremap: add MREMAP_DONTUNMAP to mremap() by Brian Geffon · 4 years, 9 months ago
  35. 222100e mm/vma: make is_vma_temporary_stack() available for general use by Anshuman Khandual · 4 years, 9 months ago
  36. b2a84de mm/mremap: Add comment explaining the untagging behaviour of mremap() by Will Deacon · 4 years, 9 months ago
  37. dcde2373 mm: Avoid creating virtual address aliases in brk()/mmap()/mremap() by Catalin Marinas · 4 years, 10 months ago
  38. ff68dac mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_area by Gaowei Pu · 5 years ago
  39. ce18d17 mm: untag user pointers in mmap/munmap/mremap/brk by Catalin Marinas · 5 years ago
  40. 057d3389 mm: untag user pointers passed to memory syscalls by Andrey Konovalov · 5 years ago
  41. 6f4f13e mm/mmu_notifier: contextual information for event triggering invalidation by Jérôme Glisse · 6 years ago
  42. ea2c3f6 mm,mremap: bail out earlier in mremap_to under map pressure by Oscar Salvador · 6 years ago
  43. 2c91bd4 mm: speed up mremap by 20x on large regions by Joel Fernandes (Google) · 6 years ago
  44. 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 6 years ago
  45. ac46d4f mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 by Jérôme Glisse · 6 years ago
  46. 85a0683 mm: mremap: downgrade mmap_sem to read when shrinking by Yang Shi · 6 years ago
  47. eb66ae0 mremap: properly flush TLB before releasing the page by Linus Torvalds · 6 years ago
  48. 37a4094e mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdowns by Mel Gorman · 7 years ago
  49. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  50. 84c3fc4 mm: thp: check pmd migration entry in common path by Zi Yan · 7 years ago
  51. dba58d3 mm/mremap: fail map duplication attempts for private mappings by Mike Kravetz · 7 years ago
  52. b228237 userfaultfd: non-cooperative: notify about unmap of destination during mremap by Mike Rapoport · 7 years ago
  53. 3ea2771 mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving stale TLB entries by Mel Gorman · 7 years ago
  54. c2febaf mm: convert generic code to 5-level paging by Kirill A. Shutemov · 8 years ago
  55. 897ab3e userfaultfd: non-cooperative: add event for memory unmaps by Mike Rapoport · 8 years ago
  56. 90794bf userfaultfd: non-cooperative: optimize mremap_userfaultfd_complete() by Andrea Arcangeli · 8 years ago
  57. 72f8765 userfaultfd: non-cooperative: add mremap() event by Pavel Emelyanov · 8 years ago
  58. a2ce266 mremap: move_ptes: check pte dirty after its removal by Aaron Lu · 8 years ago
  59. 5d19042 mremap: fix race between mremap() and page cleanning by Aaron Lu · 8 years ago
  60. 337d9ab mm: thp: check pmd_trans_unstable() after split_huge_pmd() by Naoya Horiguchi · 8 years ago
  61. dc0ef0d mm: make mmap_sem for write waits killable for mm syscalls by Michal Hocko · 9 years ago
  62. 1d069b7 huge pagecache: extend mremap pmd rmap lockout to files by Hugh Dickins · 9 years ago
  63. bf8616d huge mm: move_huge_pmd does not need new_vma by Hugh Dickins · 9 years ago
  64. 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 9 years ago
  65. ea606cf mm: move max_map_count bits into mm.h by Andrey Ryabinin · 9 years ago
  66. 6b9116a mm, dax: check for pmd_none() after split_huge_pmd() by Kirill A. Shutemov · 9 years ago
  67. 4b471e8 mm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
  68. 78ddc53 thp: rename split_huge_page_pmd() to split_huge_pmd() by Kirill A. Shutemov · 9 years ago
  69. 8463833 mm: rework virtual memory accounting by Konstantin Khlebnikov · 9 years ago
  70. d9fe4fa x86/mm/pat: Add untrack_pfn_moved for mremap by Toshi Kani · 9 years ago
  71. f19cb11 mm/mremap: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  72. 9943242 mremap: simplify the "overlap" check in mremap_to() by Oleg Nesterov · 9 years ago
  73. 1d39168 mremap: don't do uneccesary checks if new_len == old_len by Oleg Nesterov · 9 years ago
  74. d456fb9 mremap: don't do mm_populate(new_addr) on failure by Oleg Nesterov · 9 years ago
  75. 5477e70 mm: move ->mremap() from file_operations to vm_operations_struct by Oleg Nesterov · 9 years ago
  76. df1eab3 mremap: don't leak new_vma if f_op->mremap() fails by Oleg Nesterov · 9 years ago
  77. 4abad2c mm: new arch_remap() hook by Laurent Dufour · 10 years ago
  78. 6cd57613 mm/mremap.c: clean up goto just return ERR_PTR by Derek · 10 years ago
  79. 1221518 mremap should return -ENOMEM when __vm_enough_memory fail by Derek · 10 years ago
  80. b2edffd fix mremap() vs. ioctx_kill() race by Al Viro · 10 years ago
  81. 0661a33 mm: remove rest usage of VM_NONLINEAR and pte_file() by Kirill A. Shutemov · 10 years ago
  82. 7d22286 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 10 years ago
  83. e4a0d3e aio: Make it possible to remap aio ring by Pavel Emelyanov · 10 years ago
  84. c8c06ef mm: convert i_mmap_mutex to rwsem by Davidlohr Bueso · 10 years ago
  85. 83cde9e mm: use new helper functions around the i_mmap_mutex by Davidlohr Bueso · 10 years ago
  86. 2581d20 mm/mremap.c: use linux headers by Paul McQuade · 10 years ago
  87. 81d1b09 mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA by Sasha Levin · 10 years ago
  88. dd18dbc mm, thp: close race between mremap() and split_huge_page() by Kirill A. Shutemov · 11 years ago
  89. 57a8f0c mm: revert mremap pud_free anti-fix by Hugh Dickins · 11 years ago
  90. 1ecfd53 mm/mremap.c: call pud_free() after fail calling pmd_alloc() by Chen Gang · 11 years ago
  91. 6dec97d mm: move_ptes -- Set soft dirty bit depending on pte type by Cyrill Gorcunov · 11 years ago
  92. 9a2458a mm: mremap: validate input before taking lock by Rasmus Villemoes · 11 years ago
  93. 0f8975e mm: soft-dirty bits for user memory changes tracking by Pavel Emelyanov · 11 years ago
  94. 08b5270 mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write() by Konstantin Khlebnikov · 12 years ago
  95. 81909b8 mm: use mm_populate() for mremap() of VM_LOCKED vmas by Michel Lespinasse · 12 years ago
  96. cf4aebc2 sched: Move sched.h sysctl bits into separate header by Clark Williams · 12 years ago
  97. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  98. e180377 thp: change split_huge_page_pmd() interface by Kirill A. Shutemov · 12 years ago
  99. 4fc3f1d mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable by Ingo Molnar · 12 years ago
  100. 2ec74c3 mm: move all mmu notifier invocations to be done outside the PT lock by Sagi Grimberg · 12 years ago