1. b0f205c mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage by Eric B Munson · 9 years ago
  2. de60f5f mm: introduce VM_LOCKONFAULT by Eric B Munson · 9 years ago
  3. a8ca5d0 mm: mlock: add new mlock system call by Eric B Munson · 9 years ago
  4. 1aab92e mm: mlock: refactor mlock, munlock, and munlockall code by Eric B Munson · 9 years ago
  5. 8fd9e48 mm/mlock: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  6. 86d2adc mm/mlock.c: reorganize mlockall() return values and remove goto-out label by Alexey Klimov · 9 years ago
  7. 19a809a userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx by Andrea Arcangeli · 9 years ago
  8. acc3c8d mm: move mm_populate()-related code to mm/gup.c by Kirill A. Shutemov · 9 years ago
  9. c561259 mm: move gup() -> posix mlock() error conversion out of __mm_populate by Kirill A. Shutemov · 9 years ago
  10. fc05f56 mm: rename __mlock_vma_pages_range() to populate_vma_page_range() by Kirill A. Shutemov · 9 years ago
  11. 84d33df mm: rename FOLL_MLOCK to FOLL_POPULATE by Kirill A. Shutemov · 9 years ago
  12. a5a6579 mm: reorder can_do_mlock to fix audit denial by Jeff Vander Stoep · 9 years ago
  13. 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
  14. 96dad67 mm: use VM_BUG_ON_MM where possible by Sasha Levin · 10 years ago
  15. 81d1b09 mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA by Sasha Levin · 10 years ago
  16. bde6c3a rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loops by Paul E. McKenney · 10 years ago
  17. 9a95f3c mm: describe mmap_sem rules for __lock_page_or_retry() and callers by Paul Cassella · 10 years ago
  18. 57e68e9 mm: try_to_unmap_cluster() should lock_page() before mlocking by Vlastimil Babka · 10 years ago
  19. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 10 years ago
  20. 01cc2e5 mm: munlock: fix potential race with THP page split by Vlastimil Babka · 10 years ago
  21. 1f1cd70 mm/mlock: prepare params outside critical region by Davidlohr Bueso · 10 years ago
  22. 3b25df9 mm: munlock: fix deadlock in __munlock_pagevec() by Vlastimil Babka · 10 years ago
  23. c424be1 mm: munlock: fix a bug where THP tail page is encountered by Vlastimil Babka · 10 years ago
  24. eadb41a mm/mlock.c: prevent walking off the end of a pagetable in no-pmd configuration by Vlastimil Babka · 11 years ago
  25. 22356f4 mm: Place preemption point in do_mlockall() loop by Paul E. McKenney · 11 years ago
  26. 7a8010c mm: munlock: manual pte walk in fast path instead of follow_page_mask() by Vlastimil Babka · 11 years ago
  27. 5b40998 mm: munlock: remove redundant get_page/put_page pair on the fast path by Vlastimil Babka · 11 years ago
  28. 56afe47 mm: munlock: bypass per-cpu pvec for putback_lru_page by Vlastimil Babka · 11 years ago
  29. 1ebb7cc mm: munlock: batch NR_MLOCK zone state updates by Vlastimil Babka · 11 years ago
  30. 7225522 mm: munlock: batch non-THP page isolation and munlock+putback using pagevec by Vlastimil Babka · 11 years ago
  31. 586a32a mm: munlock: remove unnecessary call to lru_add_drain() by Vlastimil Babka · 11 years ago
  32. 09a9f1d Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace programs" by Michel Lespinasse · 11 years ago
  33. ff6a6da mm: accelerate munlock() treatment of THP pages by Michel Lespinasse · 11 years ago
  34. 28a3571 mm: use long type for page counts in mm_populate() and get_user_pages() by Michel Lespinasse · 11 years ago
  35. 4805b02 mm/mlock.c: document scary-looking stack expansion mlock chain by Johannes Weiner · 11 years ago
  36. 1869305 mm: introduce VM_POPULATE flag to better deal with racy userspace programs by Michel Lespinasse · 11 years ago
  37. cea10a1 mm: directly use __mlock_vma_pages_range() in find_extend_vma() by Michel Lespinasse · 11 years ago
  38. bebeb3d mm: introduce mm_populate() for populating new vmas by Michel Lespinasse · 11 years ago
  39. 9977f0f mm: don't overwrite mm->def_flags in do_mlockall() by Gerald Schaefer · 11 years ago
  40. 8449d21 mm, thp: fix mlock statistics by David Rientjes · 12 years ago
  41. e6c509f mm: use clear_page_mlock() in page_remove_rmap() by Hugh Dickins · 12 years ago
  42. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  43. 097d591 vm: avoid using find_vma_prev() unnecessarily by Linus Torvalds · 12 years ago
  44. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  45. 3d470fc mm: munlock use mapcount to avoid terrible overhead by Hugh Dickins · 13 years ago
  46. df9d698 mm: do not drain pagevecs for mlockall(MCL_FUTURE) by Christoph Lameter · 13 years ago
  47. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  48. ca16d14 mm: don't access vm_flags as 'int' by KOSAKI Motohiro · 13 years ago
  49. a1fde08 VM: skip the stack guard page lookup in get_user_pages only for mlock by Linus Torvalds · 13 years ago
  50. 95042f9 vm: fix mlock() on stack guard page by Linus Torvalds · 13 years ago
  51. 31db58b mm: arch: make get_gate_vma take an mm_struct instead of a task_struct by Stephen Wilson · 13 years ago
  52. fdf4c58 mlock: operate on any regions with protection != PROT_NONE by Michel Lespinasse · 13 years ago
  53. 53a7706 mlock: do not hold mmap_sem for extended periods of time by Michel Lespinasse · 13 years ago
  54. 5fdb200 mm: move VM_LOCKED check to __mlock_vma_pages_range() by Michel Lespinasse · 13 years ago
  55. 110d74a mm: add FOLL_MLOCK follow_page flag. by Michel Lespinasse · 13 years ago
  56. fed067d mlock: only hold mmap_sem in shared mode when faulting in pages by Michel Lespinasse · 13 years ago
  57. 5ecfda0 mlock: avoid dirtying pages and triggering writeback by Michel Lespinasse · 13 years ago
  58. 39aa3cb mm: Move vma_stack_continue into mm.h by Stefan Bader · 14 years ago
  59. 7798330 mm: make the mlock() stack guard page checks stricter by Linus Torvalds · 14 years ago
  60. d782437 mm: fix up some user-visible effects of the stack guard page by Linus Torvalds · 14 years ago
  61. faa4602 x86, perf, bts, mm: Delete the never used BTS-ptrace code by Peter Zijlstra · 14 years ago
  62. 59e99e5 mm: use rlimit helpers by Jiri Slaby · 14 years ago
  63. 6927c1d mlock: replace stale comments in munlock_vma_page() by Lee Schermerhorn · 14 years ago
  64. 73848b4 ksm: fix mlockfreed to munlocked by Hugh Dickins · 14 years ago
  65. 53f79ac mm: mlocking in try_to_unmap_one by Hugh Dickins · 14 years ago
  66. 6e91971 mm: m(un)lock avoid ZERO_PAGE by Hugh Dickins · 15 years ago
  67. 58fa879 mm: FOLL flags for GUP flags by Hugh Dickins · 15 years ago
  68. 408e82b mm: munlock use follow_page by Hugh Dickins · 15 years ago
  69. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 15 years ago
  70. 1cb81b1 x86, bts, mm: clean up buffer allocation by Markus Metzger · 15 years ago
  71. a34b50d mm, x86, ptrace, bts: defer branch trace stopping, remove dead code by Ingo Molnar · 15 years ago
  72. e2b371f mm, x86, ptrace, bts: defer branch trace stopping by Markus Metzger · 15 years ago
  73. 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
  74. 9f339e7 x86, ptrace, mm: fix double-free on race by Markus Metzger · 15 years ago
  75. d5b5623 mm: fix error case in mlock downgrade reversion by Hugh Dickins · 15 years ago
  76. 27421e2 Manually revert "mlock: downgrade mmap sem while populating mlocked regions" by Linus Torvalds · 15 years ago
  77. 3480b25 [CVE-2009-0029] System call wrappers part 14 by Heiko Carstens · 15 years ago
  78. 6a6160a [CVE-2009-0029] System call wrappers part 13 by Heiko Carstens · 15 years ago
  79. 4779280 mm: make get_user_pages() interruptible by Ying Han · 15 years ago
  80. c5dee61 x86, bts: memory accounting by Markus Metzger · 15 years ago
  81. 72eb8c6 unitialized return value in mm/mlock.c: __mlock_vma_pages_range() by Helge Deller · 16 years ago
  82. 8891d6d mm: remove lru_add_drain_all() from the munlock path by KOSAKI Motohiro · 16 years ago
  83. 9978ad5 mlock: make mlock error return Posixly Correct by Lee Schermerhorn · 16 years ago
  84. 5344b7e vmstat: mlocked pages statistics by Nick Piggin · 16 years ago
  85. ba470de mmap: handle mlocked pages during map, remap, unmap by Rik van Riel · 16 years ago
  86. 8edb08c mlock: downgrade mmap sem while populating mlocked regions by Lee Schermerhorn · 16 years ago
  87. b291f00 mlock: mlocked pages are unevictable by Nick Piggin · 16 years ago
  88. a477097 mlock() fix return values by KOSAKI Motohiro · 16 years ago
  89. 5ed44a4 do not limit locked memory when RLIMIT_MEMLOCK is RLIM_INFINITY by Herbert van den Bergh · 17 years ago
  90. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  91. a3eea48 [PATCH] mlock cleanup by Rik Bobbaers · 17 years ago
  92. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 18 years ago
  93. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago