Eric B Munson
|
b0f205c2a3
mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage
|
9 years ago |
Eric B Munson
|
de60f5f10c
mm: introduce VM_LOCKONFAULT
|
9 years ago |
Eric B Munson
|
a8ca5d0ecb
mm: mlock: add new mlock system call
|
9 years ago |
Eric B Munson
|
1aab92ec3d
mm: mlock: refactor mlock, munlock, and munlockall code
|
9 years ago |
Alexander Kuleshov
|
8fd9e4883a
mm/mlock: use offset_in_page macro
|
9 years ago |
Alexey Klimov
|
86d2adccfb
mm/mlock.c: reorganize mlockall() return values and remove goto-out label
|
9 years ago |
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 |