1. dd97575 Merge android-4.9.185 (70d52cb) into msm-4.9 by jianzhou · 4 years, 9 months ago
  2. 70d52cb Merge 4.9.185 into android-4.9 by Greg Kroah-Hartman · 4 years, 10 months ago
  3. 32b21348 mm/mlock.c: change count_mm_mlocked_page_nr return type by swkhack · 5 years ago
  4. dd2b465 mm: protect VMA modifications using VMA sequence count by Laurent Dufour · 6 years ago
  5. 77d3588 Merge 4.9.31 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  6. 1163e78 mlock: fix mlock count can not decrease in race condition by Yisheng Xie · 7 years ago
  7. 9512164 thp: fix another corner case of munlock() vs. THPs am: 1771fc58a3 by Kirill A. Shutemov · 7 years ago
  8. 1771fc5 thp: fix another corner case of munlock() vs. THPs by Kirill A. Shutemov · 7 years ago
  9. 3e4578f ANDROID: mm: add a field to store names for private anonymous memory by Colin Cross · 9 years ago
  10. 655548b thp: fix corner case of munlock() of PTE-mapped THPs by Kirill A. Shutemov · 7 years ago
  11. b155b4f mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK_ONFAULT) by Simon Guo · 8 years ago
  12. 0cf2f6f mm: mlock: check against vma for actual mlock() size by Simon Guo · 8 years ago
  13. 599d0c9 mm, vmscan: move LRU lists to node by Mel Gorman · 8 years ago
  14. a52633d mm, vmscan: move lru_lock to the node by Mel Gorman · 8 years ago
  15. dc0ef0d mm: make mmap_sem for write waits killable for mm syscalls by Michal Hocko · 8 years ago
  16. 7162a1e mm: fix mlock accouting by Kirill A. Shutemov · 8 years ago
  17. 7f43add mm/mlock.c: change can_do_mlock return value type to boolean by Wang Xiaoqiang · 8 years ago
  18. e90309c thp: allow mlocked THP again by Kirill A. Shutemov · 8 years ago
  19. 7479df6 thp, mlock: do not allow huge pages in mlocked area by Kirill A. Shutemov · 8 years ago
  20. ab7a5af mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range() by Alexey Klimov · 8 years ago
  21. b0f205c mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage by Eric B Munson · 9 years ago
  22. de60f5f mm: introduce VM_LOCKONFAULT by Eric B Munson · 9 years ago
  23. a8ca5d0 mm: mlock: add new mlock system call by Eric B Munson · 9 years ago
  24. 1aab92e mm: mlock: refactor mlock, munlock, and munlockall code by Eric B Munson · 9 years ago
  25. 8fd9e48 mm/mlock: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  26. 86d2adc mm/mlock.c: reorganize mlockall() return values and remove goto-out label by Alexey Klimov · 9 years ago
  27. 19a809a userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx by Andrea Arcangeli · 9 years ago
  28. acc3c8d mm: move mm_populate()-related code to mm/gup.c by Kirill A. Shutemov · 9 years ago
  29. c561259 mm: move gup() -> posix mlock() error conversion out of __mm_populate by Kirill A. Shutemov · 9 years ago
  30. fc05f56 mm: rename __mlock_vma_pages_range() to populate_vma_page_range() by Kirill A. Shutemov · 9 years ago
  31. 84d33df mm: rename FOLL_MLOCK to FOLL_POPULATE by Kirill A. Shutemov · 9 years ago
  32. a5a6579 mm: reorder can_do_mlock to fix audit denial by Jeff Vander Stoep · 9 years ago
  33. d6dd50e Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  34. 96dad67 mm: use VM_BUG_ON_MM where possible by Sasha Levin · 10 years ago
  35. 81d1b09 mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA by Sasha Levin · 10 years ago
  36. bde6c3a rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loops by Paul E. McKenney · 10 years ago
  37. 9a95f3c mm: describe mmap_sem rules for __lock_page_or_retry() and callers by Paul Cassella · 10 years ago
  38. 57e68e9 mm: try_to_unmap_cluster() should lock_page() before mlocking by Vlastimil Babka · 10 years ago
  39. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 10 years ago
  40. 01cc2e5 mm: munlock: fix potential race with THP page split by Vlastimil Babka · 10 years ago
  41. 1f1cd70 mm/mlock: prepare params outside critical region by Davidlohr Bueso · 10 years ago
  42. 3b25df9 mm: munlock: fix deadlock in __munlock_pagevec() by Vlastimil Babka · 10 years ago
  43. c424be1 mm: munlock: fix a bug where THP tail page is encountered by Vlastimil Babka · 10 years ago
  44. eadb41a mm/mlock.c: prevent walking off the end of a pagetable in no-pmd configuration by Vlastimil Babka · 11 years ago
  45. 22356f4 mm: Place preemption point in do_mlockall() loop by Paul E. McKenney · 11 years ago
  46. 7a8010c mm: munlock: manual pte walk in fast path instead of follow_page_mask() by Vlastimil Babka · 11 years ago
  47. 5b40998 mm: munlock: remove redundant get_page/put_page pair on the fast path by Vlastimil Babka · 11 years ago
  48. 56afe47 mm: munlock: bypass per-cpu pvec for putback_lru_page by Vlastimil Babka · 11 years ago
  49. 1ebb7cc mm: munlock: batch NR_MLOCK zone state updates by Vlastimil Babka · 11 years ago
  50. 7225522 mm: munlock: batch non-THP page isolation and munlock+putback using pagevec by Vlastimil Babka · 11 years ago
  51. 586a32a mm: munlock: remove unnecessary call to lru_add_drain() by Vlastimil Babka · 11 years ago
  52. 09a9f1d Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace programs" by Michel Lespinasse · 11 years ago
  53. ff6a6da mm: accelerate munlock() treatment of THP pages by Michel Lespinasse · 11 years ago
  54. 28a3571 mm: use long type for page counts in mm_populate() and get_user_pages() by Michel Lespinasse · 11 years ago
  55. 4805b02 mm/mlock.c: document scary-looking stack expansion mlock chain by Johannes Weiner · 11 years ago
  56. 1869305 mm: introduce VM_POPULATE flag to better deal with racy userspace programs by Michel Lespinasse · 11 years ago
  57. cea10a1 mm: directly use __mlock_vma_pages_range() in find_extend_vma() by Michel Lespinasse · 11 years ago
  58. bebeb3d mm: introduce mm_populate() for populating new vmas by Michel Lespinasse · 11 years ago
  59. 9977f0f mm: don't overwrite mm->def_flags in do_mlockall() by Gerald Schaefer · 11 years ago
  60. 8449d21 mm, thp: fix mlock statistics by David Rientjes · 12 years ago
  61. e6c509f mm: use clear_page_mlock() in page_remove_rmap() by Hugh Dickins · 12 years ago
  62. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  63. 097d591 vm: avoid using find_vma_prev() unnecessarily by Linus Torvalds · 12 years ago
  64. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  65. 3d470fc mm: munlock use mapcount to avoid terrible overhead by Hugh Dickins · 13 years ago
  66. df9d698 mm: do not drain pagevecs for mlockall(MCL_FUTURE) by Christoph Lameter · 13 years ago
  67. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  68. ca16d14 mm: don't access vm_flags as 'int' by KOSAKI Motohiro · 13 years ago
  69. a1fde08 VM: skip the stack guard page lookup in get_user_pages only for mlock by Linus Torvalds · 13 years ago
  70. 95042f9 vm: fix mlock() on stack guard page by Linus Torvalds · 13 years ago
  71. 31db58b mm: arch: make get_gate_vma take an mm_struct instead of a task_struct by Stephen Wilson · 13 years ago
  72. fdf4c58 mlock: operate on any regions with protection != PROT_NONE by Michel Lespinasse · 13 years ago
  73. 53a7706 mlock: do not hold mmap_sem for extended periods of time by Michel Lespinasse · 13 years ago
  74. 5fdb200 mm: move VM_LOCKED check to __mlock_vma_pages_range() by Michel Lespinasse · 13 years ago
  75. 110d74a mm: add FOLL_MLOCK follow_page flag. by Michel Lespinasse · 13 years ago
  76. fed067d mlock: only hold mmap_sem in shared mode when faulting in pages by Michel Lespinasse · 13 years ago
  77. 5ecfda0 mlock: avoid dirtying pages and triggering writeback by Michel Lespinasse · 13 years ago
  78. 39aa3cb mm: Move vma_stack_continue into mm.h by Stefan Bader · 14 years ago
  79. 7798330 mm: make the mlock() stack guard page checks stricter by Linus Torvalds · 14 years ago
  80. d782437 mm: fix up some user-visible effects of the stack guard page by Linus Torvalds · 14 years ago
  81. faa4602 x86, perf, bts, mm: Delete the never used BTS-ptrace code by Peter Zijlstra · 14 years ago
  82. 59e99e5 mm: use rlimit helpers by Jiri Slaby · 14 years ago
  83. 6927c1d mlock: replace stale comments in munlock_vma_page() by Lee Schermerhorn · 14 years ago
  84. 73848b4 ksm: fix mlockfreed to munlocked by Hugh Dickins · 14 years ago
  85. 53f79ac mm: mlocking in try_to_unmap_one by Hugh Dickins · 14 years ago
  86. 6e91971 mm: m(un)lock avoid ZERO_PAGE by Hugh Dickins · 15 years ago
  87. 58fa879 mm: FOLL flags for GUP flags by Hugh Dickins · 15 years ago
  88. 408e82b mm: munlock use follow_page by Hugh Dickins · 15 years ago
  89. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 15 years ago
  90. 1cb81b1 x86, bts, mm: clean up buffer allocation by Markus Metzger · 15 years ago
  91. a34b50d mm, x86, ptrace, bts: defer branch trace stopping, remove dead code by Ingo Molnar · 15 years ago
  92. e2b371f mm, x86, ptrace, bts: defer branch trace stopping by Markus Metzger · 15 years ago
  93. 3501033 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  94. 9f339e7 x86, ptrace, mm: fix double-free on race by Markus Metzger · 15 years ago
  95. d5b5623 mm: fix error case in mlock downgrade reversion by Hugh Dickins · 15 years ago
  96. 27421e2 Manually revert "mlock: downgrade mmap sem while populating mlocked regions" by Linus Torvalds · 15 years ago
  97. 3480b25 [CVE-2009-0029] System call wrappers part 14 by Heiko Carstens · 15 years ago
  98. 6a6160a [CVE-2009-0029] System call wrappers part 13 by Heiko Carstens · 15 years ago
  99. 4779280 mm: make get_user_pages() interruptible by Ying Han · 15 years ago
  100. c5dee61 x86, bts: memory accounting by Markus Metzger · 15 years ago