Andrea Arcangeli
|
19a809afe2
userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx
|
10 years ago |
Kirill A. Shutemov
|
acc3c8d15e
mm: move mm_populate()-related code to mm/gup.c
|
10 years ago |
Kirill A. Shutemov
|
c561259ca7
mm: move gup() -> posix mlock() error conversion out of __mm_populate
|
10 years ago |
Kirill A. Shutemov
|
fc05f56621
mm: rename __mlock_vma_pages_range() to populate_vma_page_range()
|
10 years ago |
Kirill A. Shutemov
|
84d33df279
mm: rename FOLL_MLOCK to FOLL_POPULATE
|
10 years ago |
Jeff Vander Stoep
|
a5a6579db3
mm: reorder can_do_mlock to fix audit denial
|
10 years ago |
Linus Torvalds
|
d6dd50e07c
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
10 years ago |
Sasha Levin
|
96dad67ff2
mm: use VM_BUG_ON_MM where possible
|
10 years ago |
Sasha Levin
|
81d1b09c6b
mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA
|
10 years ago |
Paul E. McKenney
|
bde6c3aa99
rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loops
|
11 years ago |
Paul Cassella
|
9a95f3cf7b
mm: describe mmap_sem rules for __lock_page_or_retry() and callers
|
11 years ago |
Vlastimil Babka
|
57e68e9cd6
mm: try_to_unmap_cluster() should lock_page() before mlocking
|
11 years ago |
Sasha Levin
|
309381feae
mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE
|
11 years ago |
Vlastimil Babka
|
01cc2e5869
mm: munlock: fix potential race with THP page split
|
11 years ago |
Davidlohr Bueso
|
1f1cd7054f
mm/mlock: prepare params outside critical region
|
11 years ago |
Vlastimil Babka
|
3b25df93c6
mm: munlock: fix deadlock in __munlock_pagevec()
|
11 years ago |
Vlastimil Babka
|
c424be1cbb
mm: munlock: fix a bug where THP tail page is encountered
|
11 years ago |
Vlastimil Babka
|
eadb41ae82
mm/mlock.c: prevent walking off the end of a pagetable in no-pmd configuration
|
12 years ago |
Paul E. McKenney
|
22356f447c
mm: Place preemption point in do_mlockall() loop
|
12 years ago |
Vlastimil Babka
|
7a8010cd36
mm: munlock: manual pte walk in fast path instead of follow_page_mask()
|
12 years ago |
Vlastimil Babka
|
5b40998ae3
mm: munlock: remove redundant get_page/put_page pair on the fast path
|
12 years ago |
Vlastimil Babka
|
56afe477df
mm: munlock: bypass per-cpu pvec for putback_lru_page
|
12 years ago |
Vlastimil Babka
|
1ebb7cc6a5
mm: munlock: batch NR_MLOCK zone state updates
|
12 years ago |
Vlastimil Babka
|
7225522bb4
mm: munlock: batch non-THP page isolation and munlock+putback using pagevec
|
12 years ago |
Vlastimil Babka
|
586a32ac1d
mm: munlock: remove unnecessary call to lru_add_drain()
|
12 years ago |
Michel Lespinasse
|
09a9f1d278
Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace programs"
|
12 years ago |
Michel Lespinasse
|
ff6a6da60b
mm: accelerate munlock() treatment of THP pages
|
12 years ago |
Michel Lespinasse
|
28a35716d3
mm: use long type for page counts in mm_populate() and get_user_pages()
|
12 years ago |
Johannes Weiner
|
4805b02e90
mm/mlock.c: document scary-looking stack expansion mlock chain
|
12 years ago |
Michel Lespinasse
|
1869305009
mm: introduce VM_POPULATE flag to better deal with racy userspace programs
|
12 years ago |