index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mlock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'prep-for-5level'
Linus Torvalds
2017-03-10
1
-0
/
+1
|
\
|
*
mm: convert generic code to 5-level paging
Kirill A. Shutemov
2017-03-09
1
-0
/
+1
*
|
thp: fix another corner case of munlock() vs. THPs
Kirill A. Shutemov
2017-03-09
1
-5
/
+4
|
/
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
thp: fix corner case of munlock() of PTE-mapped THPs
Kirill A. Shutemov
2016-11-30
1
-2
/
+5
*
mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK...
Simon Guo
2016-10-07
1
-0
/
+3
*
mm: mlock: check against vma for actual mlock() size
Simon Guo
2016-10-07
1
-0
/
+49
*
mm, vmscan: move LRU lists to node
Mel Gorman
2016-07-28
1
-1
/
+1
*
mm, vmscan: move lru_lock to the node
Mel Gorman
2016-07-28
1
-5
/
+5
*
mm: make mmap_sem for write waits killable for mm syscalls
Michal Hocko
2016-05-23
1
-6
/
+10
*
mm: fix mlock accouting
Kirill A. Shutemov
2016-01-21
1
-1
/
+1
*
mm/mlock.c: change can_do_mlock return value type to boolean
Wang Xiaoqiang
2016-01-15
1
-4
/
+4
*
thp: allow mlocked THP again
Kirill A. Shutemov
2016-01-15
1
-21
/
+47
*
thp, mlock: do not allow huge pages in mlocked area
Kirill A. Shutemov
2016-01-15
1
-32
/
+19
*
mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range()
Alexey Klimov
2016-01-14
1
-1
/
+1
*
mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage
Eric B Munson
2015-11-05
1
-13
/
+38
*
mm: introduce VM_LOCKONFAULT
Eric B Munson
2015-11-05
1
-1
/
+1
*
mm: mlock: add new mlock system call
Eric B Munson
2015-11-05
1
-0
/
+8
*
mm: mlock: refactor mlock, munlock, and munlockall code
Eric B Munson
2015-11-05
1
-13
/
+17
*
mm/mlock: use offset_in_page macro
Alexander Kuleshov
2015-11-05
1
-3
/
+3
*
mm/mlock.c: reorganize mlockall() return values and remove goto-out label
Alexey Klimov
2015-11-05
1
-5
/
+4
*
userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx
Andrea Arcangeli
2015-09-04
1
-1
/
+2
*
mm: move mm_populate()-related code to mm/gup.c
Kirill A. Shutemov
2015-04-14
1
-118
/
+0
*
mm: move gup() -> posix mlock() error conversion out of __mm_populate
Kirill A. Shutemov
2015-04-14
1
-4
/
+7
*
mm: rename __mlock_vma_pages_range() to populate_vma_page_range()
Kirill A. Shutemov
2015-04-14
1
-6
/
+6
*
mm: rename FOLL_MLOCK to FOLL_POPULATE
Kirill A. Shutemov
2015-04-14
1
-1
/
+1
*
mm: reorder can_do_mlock to fix audit denial
Jeff Vander Stoep
2015-03-12
1
-2
/
+2
*
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-10-13
1
-1
/
+1
|
\
|
*
rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loops
Paul E. McKenney
2014-09-07
1
-1
/
+1
*
|
mm: use VM_BUG_ON_MM where possible
Sasha Levin
2014-10-09
1
-1
/
+1
*
|
mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA
Sasha Levin
2014-10-09
1
-2
/
+2
|
/
*
mm: describe mmap_sem rules for __lock_page_or_retry() and callers
Paul Cassella
2014-08-06
1
-1
/
+8
*
mm: try_to_unmap_cluster() should lock_page() before mlocking
Vlastimil Babka
2014-04-07
1
-0
/
+2
*
mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE
Sasha Levin
2014-01-23
1
-2
/
+2
*
mm: munlock: fix potential race with THP page split
Vlastimil Babka
2014-01-23
1
-44
/
+60
*
mm/mlock: prepare params outside critical region
Davidlohr Bueso
2014-01-21
1
-7
/
+11
*
mm: munlock: fix deadlock in __munlock_pagevec()
Vlastimil Babka
2014-01-02
1
-5
/
+10
*
mm: munlock: fix a bug where THP tail page is encountered
Vlastimil Babka
2014-01-02
1
-7
/
+22
*
mm/mlock.c: prevent walking off the end of a pagetable in no-pmd configuration
Vlastimil Babka
2013-09-30
1
-2
/
+6
*
mm: Place preemption point in do_mlockall() loop
Paul E. McKenney
2013-09-24
1
-0
/
+1
*
mm: munlock: manual pte walk in fast path instead of follow_page_mask()
Vlastimil Babka
2013-09-11
1
-31
/
+79
*
mm: munlock: remove redundant get_page/put_page pair on the fast path
Vlastimil Babka
2013-09-11
1
-12
/
+14
*
mm: munlock: bypass per-cpu pvec for putback_lru_page
Vlastimil Babka
2013-09-11
1
-4
/
+69
*
mm: munlock: batch NR_MLOCK zone state updates
Vlastimil Babka
2013-09-11
1
-3
/
+3
*
mm: munlock: batch non-THP page isolation and munlock+putback using pagevec
Vlastimil Babka
2013-09-11
1
-40
/
+156
*
mm: munlock: remove unnecessary call to lru_add_drain()
Vlastimil Babka
2013-09-11
1
-1
/
+0
*
Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...
Michel Lespinasse
2013-03-28
1
-6
/
+5
*
mm: accelerate munlock() treatment of THP pages
Michel Lespinasse
2013-02-27
1
-11
/
+23
*
mm: use long type for page counts in mm_populate() and get_user_pages()
Michel Lespinasse
2013-02-23
1
-2
/
+2
*
mm/mlock.c: document scary-looking stack expansion mlock chain
Johannes Weiner
2013-02-23
1
-0
/
+4
[next]