1. c5976f8 Merge android-4.9.135 (03fcc2f) into msm-4.9 by Minming Qi · 5 years ago
  2. e34bd9a mremap: properly flush TLB before releasing the page by Linus Torvalds · 6 years ago
  3. 3545b7e mm: protect mremap() against SPF handler by Laurent Dufour · 6 years ago
  4. 5a1eef7 mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving stale TLB entries by Mel Gorman · 7 years ago
  5. a2ce266 mremap: move_ptes: check pte dirty after its removal by Aaron Lu · 7 years ago
  6. 5d19042 mremap: fix race between mremap() and page cleanning by Aaron Lu · 7 years ago
  7. 337d9ab mm: thp: check pmd_trans_unstable() after split_huge_pmd() by Naoya Horiguchi · 8 years ago
  8. dc0ef0d mm: make mmap_sem for write waits killable for mm syscalls by Michal Hocko · 8 years ago
  9. 1d069b7 huge pagecache: extend mremap pmd rmap lockout to files by Hugh Dickins · 8 years ago
  10. bf8616d huge mm: move_huge_pmd does not need new_vma by Hugh Dickins · 8 years ago
  11. 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 8 years ago
  12. ea606cf mm: move max_map_count bits into mm.h by Andrey Ryabinin · 8 years ago
  13. 6b9116a mm, dax: check for pmd_none() after split_huge_pmd() by Kirill A. Shutemov · 8 years ago
  14. 4b471e8 mm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 8 years ago
  15. 78ddc53 thp: rename split_huge_page_pmd() to split_huge_pmd() by Kirill A. Shutemov · 8 years ago
  16. 8463833 mm: rework virtual memory accounting by Konstantin Khlebnikov · 8 years ago
  17. d9fe4fa x86/mm/pat: Add untrack_pfn_moved for mremap by Toshi Kani · 8 years ago
  18. f19cb11 mm/mremap: use offset_in_page macro by Alexander Kuleshov · 8 years ago
  19. 9943242 mremap: simplify the "overlap" check in mremap_to() by Oleg Nesterov · 9 years ago
  20. 1d39168 mremap: don't do uneccesary checks if new_len == old_len by Oleg Nesterov · 9 years ago
  21. d456fb9 mremap: don't do mm_populate(new_addr) on failure by Oleg Nesterov · 9 years ago
  22. 5477e70 mm: move ->mremap() from file_operations to vm_operations_struct by Oleg Nesterov · 9 years ago
  23. df1eab3 mremap: don't leak new_vma if f_op->mremap() fails by Oleg Nesterov · 9 years ago
  24. 4abad2c mm: new arch_remap() hook by Laurent Dufour · 9 years ago
  25. 6cd57613 mm/mremap.c: clean up goto just return ERR_PTR by Derek · 9 years ago
  26. 1221518 mremap should return -ENOMEM when __vm_enough_memory fail by Derek · 9 years ago
  27. b2edffd fix mremap() vs. ioctx_kill() race by Al Viro · 9 years ago
  28. 0661a33 mm: remove rest usage of VM_NONLINEAR and pte_file() by Kirill A. Shutemov · 9 years ago
  29. 7d22286 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 9 years ago
  30. e4a0d3e aio: Make it possible to remap aio ring by Pavel Emelyanov · 10 years ago
  31. c8c06ef mm: convert i_mmap_mutex to rwsem by Davidlohr Bueso · 9 years ago
  32. 83cde9e mm: use new helper functions around the i_mmap_mutex by Davidlohr Bueso · 9 years ago
  33. 2581d20 mm/mremap.c: use linux headers by Paul McQuade · 10 years ago
  34. 81d1b09 mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA by Sasha Levin · 10 years ago
  35. dd18dbc mm, thp: close race between mremap() and split_huge_page() by Kirill A. Shutemov · 10 years ago
  36. 57a8f0c mm: revert mremap pud_free anti-fix by Hugh Dickins · 11 years ago
  37. 1ecfd53 mm/mremap.c: call pud_free() after fail calling pmd_alloc() by Chen Gang · 11 years ago
  38. 6dec97d mm: move_ptes -- Set soft dirty bit depending on pte type by Cyrill Gorcunov · 11 years ago
  39. 9a2458a mm: mremap: validate input before taking lock by Rasmus Villemoes · 11 years ago
  40. 0f8975e mm: soft-dirty bits for user memory changes tracking by Pavel Emelyanov · 11 years ago
  41. 08b5270 mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write() by Konstantin Khlebnikov · 11 years ago
  42. 81909b8 mm: use mm_populate() for mremap() of VM_LOCKED vmas by Michel Lespinasse · 11 years ago
  43. cf4aebc2 sched: Move sched.h sysctl bits into separate header by Clark Williams · 11 years ago
  44. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 11 years ago
  45. e180377 thp: change split_huge_page_pmd() interface by Kirill A. Shutemov · 11 years ago
  46. 4fc3f1d mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable by Ingo Molnar · 11 years ago
  47. 2ec74c3 mm: move all mmu notifier invocations to be done outside the PT lock by Sagi Grimberg · 12 years ago
  48. 38a7601 mm: avoid taking rmap locks in move_ptes() by Michel Lespinasse · 12 years ago
  49. 108d664 mm anon rmap: remove anon_vma_moveto_tail by Michel Lespinasse · 12 years ago
  50. 44de9d0 mm: account the total_vm in the vm_stat_account() by Huang Shijie · 12 years ago
  51. 9ac4ed4 move security_mmap_addr() to saner place by Al Viro · 12 years ago
  52. e546785 split ->file_mmap() into ->mmap_addr()/->mmap_file() by Al Viro · 12 years ago
  53. 63a81db merge do_mremap() into sys_mremap() by Al Viro · 12 years ago
  54. 191c542 mm: collapse security_vm_enough_memory() variants into a single function by Al Viro · 12 years ago
  55. 948f017 mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding in copy_vma() by Andrea Arcangeli · 12 years ago
  56. 37a1c49 thp: mremap support and TLB optimization by Andrea Arcangeli · 13 years ago
  57. 7b6efc2 mremap: avoid sending one IPI per page by Andrea Arcangeli · 13 years ago
  58. ebed484 mremap: check for overflow using deltas by Andrea Arcangeli · 13 years ago
  59. 3d48ae4 mm: Convert i_mmap_lock to a mutex by Peter Zijlstra · 13 years ago
  60. 97a8941 mm: Remove i_mmap_lock lockbreak by Peter Zijlstra · 13 years ago
  61. 982134b mm: avoid wrapping vm_pgoff in mremap() by Linus Torvalds · 13 years ago
  62. a3e8cc6 mm: fix possible cause of a page_mapped BUG by Hugh Dickins · 13 years ago
  63. bae9c19 thp: split_huge_page_mm/vma by Andrea Arcangeli · 13 years ago
  64. 8ac1f83 thp: pte alloc trans splitting by Andrea Arcangeli · 13 years ago
  65. ece0e2b mm: remove pte_*map_nested() by Peter Zijlstra · 14 years ago
  66. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  67. 5beb493 mm: change anon_vma linking to fix multi-process server scalability issue by Rik van Riel · 14 years ago
  68. 59e99e5 mm: use rlimit helpers by Jiri Slaby · 14 years ago
  69. 9206de9 Take arch_mmap_check() into get_unmapped_area() by Al Viro · 14 years ago
  70. 9358741 fix pgoff in "have to relocate" case of mremap() by Al Viro · 14 years ago
  71. 097eed1 fix the arch checks in MREMAP_FIXED case by Al Viro · 14 years ago
  72. f106af4 fix checks for expand-in-place mremap by Al Viro · 14 years ago
  73. 1a0ef85 do_mremap() untangling, part 3 by Al Viro · 14 years ago
  74. ecc1a89 do_mremap() untangling, part 2 by Al Viro · 14 years ago
  75. 54f5de7 untangling do_mremap(), part 1 by Al Viro · 14 years ago
  76. 25d9e2d truncate: new helpers by npiggin@suse.de · 15 years ago
  77. 7103ad3 ksm: mremap use err from ksm_madvise by Hugh Dickins · 15 years ago
  78. 1ff8299 ksm: prevent mremap move poisoning by Hugh Dickins · 15 years ago
  79. 6a6160a [CVE-2009-0029] System call wrappers part 13 by Heiko Carstens · 15 years ago
  80. 2ed7c03 [CVE-2009-0029] Convert all system calls to return a long by Heiko Carstens · 15 years ago
  81. 046c688 mm: update my address by Alan Cox · 15 years ago
  82. ba470de mmap: handle mlocked pages during map, remap, unmap by Rik van Riel · 16 years ago
  83. cddb8a5 mmu-notifiers: core by Andrea Arcangeli · 16 years ago
  84. c80544d sparse pointer use of zero as null by Stephen Hemminger · 17 years ago
  85. b6a2fea mm: variable length argument support by Ollie Wild · 17 years ago
  86. ed03218 security: Protection for exploiting null dereference using mmap by Eric Paris · 17 years ago
  87. 701dfbc [PATCH] mm: mremap correct rmap accounting by Hugh Dickins · 17 years ago
  88. 6606c3e [PATCH] paravirt: lazy mmu mode hooks.patch by Zachary Amsden · 18 years ago
  89. f20dc5f [PATCH] lockdep: annotate mm by Ingo Molnar · 18 years ago
  90. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 18 years ago
  91. 4d7672b Make sure we copy pages inserted with "vm_insert_page()" on fork by Linus Torvalds · 18 years ago
  92. 4c21e2f [PATCH] mm: split page table lock by Hugh Dickins · 19 years ago
  93. c74df32 [PATCH] mm: ptd_alloc take ptlock by Hugh Dickins · 19 years ago
  94. 1bb3630 [PATCH] mm: ptd_alloc inline and out by Hugh Dickins · 19 years ago
  95. 365e9c87 [PATCH] mm: update_hiwaters just in time by Hugh Dickins · 19 years ago
  96. d0de32d [PATCH] mm: do_mremap current mm by Hugh Dickins · 19 years ago
  97. 7be7a54 [PATCH] mm: move_page_tables by extents by Hugh Dickins · 19 years ago
  98. ab50b8e [PATCH] mm: vm_stat_account unshackled by Hugh Dickins · 19 years ago
  99. 8b1f312 [PATCH] mm: move_pte to remap ZERO_PAGE by Nick Piggin · 19 years ago
  100. 9a61c34 [PATCH] mm: remap ZERO_PAGE mappings by Nick Piggin · 19 years ago