index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mlock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-15
mm: move mm_populate()-related code to mm/gup.c
Kirill A. Shutemov
1
-118
/
+0
2015-04-15
mm: move gup() -> posix mlock() error conversion out of __mm_populate
Kirill A. Shutemov
1
-4
/
+7
2015-04-15
mm: rename __mlock_vma_pages_range() to populate_vma_page_range()
Kirill A. Shutemov
1
-6
/
+6
2015-04-15
mm: rename FOLL_MLOCK to FOLL_POPULATE
Kirill A. Shutemov
1
-1
/
+1
2015-03-13
mm: reorder can_do_mlock to fix audit denial
Jeff Vander Stoep
1
-2
/
+2
2014-10-13
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2014-10-10
mm: use VM_BUG_ON_MM where possible
Sasha Levin
1
-1
/
+1
2014-10-10
mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA
Sasha Levin
1
-2
/
+2
2014-09-08
rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loops
Paul E. McKenney
1
-1
/
+1
2014-08-07
mm: describe mmap_sem rules for __lock_page_or_retry() and callers
Paul Cassella
1
-1
/
+8
2014-04-08
mm: try_to_unmap_cluster() should lock_page() before mlocking
Vlastimil Babka
1
-0
/
+2
2014-01-24
mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE
Sasha Levin
1
-2
/
+2
2014-01-24
mm: munlock: fix potential race with THP page split
Vlastimil Babka
1
-44
/
+60
2014-01-22
mm/mlock: prepare params outside critical region
Davidlohr Bueso
1
-7
/
+11
2014-01-03
mm: munlock: fix deadlock in __munlock_pagevec()
Vlastimil Babka
1
-5
/
+10
2014-01-03
mm: munlock: fix a bug where THP tail page is encountered
Vlastimil Babka
1
-7
/
+22
2013-10-01
mm/mlock.c: prevent walking off the end of a pagetable in no-pmd configuration
Vlastimil Babka
1
-2
/
+6
2013-09-25
mm: Place preemption point in do_mlockall() loop
Paul E. McKenney
1
-0
/
+1
2013-09-12
mm: munlock: manual pte walk in fast path instead of follow_page_mask()
Vlastimil Babka
1
-31
/
+79
2013-09-12
mm: munlock: remove redundant get_page/put_page pair on the fast path
Vlastimil Babka
1
-12
/
+14
2013-09-12
mm: munlock: bypass per-cpu pvec for putback_lru_page
Vlastimil Babka
1
-4
/
+69
2013-09-12
mm: munlock: batch NR_MLOCK zone state updates
Vlastimil Babka
1
-3
/
+3
2013-09-12
mm: munlock: batch non-THP page isolation and munlock+putback using pagevec
Vlastimil Babka
1
-40
/
+156
2013-09-12
mm: munlock: remove unnecessary call to lru_add_drain()
Vlastimil Babka
1
-1
/
+0
2013-03-29
Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...
Michel Lespinasse
1
-6
/
+5
2013-02-28
mm: accelerate munlock() treatment of THP pages
Michel Lespinasse
1
-11
/
+23
2013-02-24
mm: use long type for page counts in mm_populate() and get_user_pages()
Michel Lespinasse
1
-2
/
+2
2013-02-24
mm/mlock.c: document scary-looking stack expansion mlock chain
Johannes Weiner
1
-0
/
+4
2013-02-24
mm: introduce VM_POPULATE flag to better deal with racy userspace programs
Michel Lespinasse
1
-9
/
+10
2013-02-24
mm: directly use __mlock_vma_pages_range() in find_extend_vma()
Michel Lespinasse
1
-54
/
+3
2013-02-24
mm: introduce mm_populate() for populating new vmas
Michel Lespinasse
1
-6
/
+11
2013-02-13
mm: don't overwrite mm->def_flags in do_mlockall()
Gerald Schaefer
1
-3
/
+3
2012-10-09
mm, thp: fix mlock statistics
David Rientjes
1
-3
/
+6
2012-10-09
mm: use clear_page_mlock() in page_remove_rmap()
Hugh Dickins
1
-13
/
+3
2012-10-09
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
1
-1
/
+1
2012-03-07
vm: avoid using find_vma_prev() unnecessarily
Linus Torvalds
1
-1
/
+2
2011-11-07
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2011-11-01
mm: munlock use mapcount to avoid terrible overhead
Hugh Dickins
1
-1
/
+9
2011-11-01
mm: do not drain pagevecs for mlockall(MCL_FUTURE)
Christoph Lameter
1
-1
/
+2
2011-10-31
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-05-26
mm: don't access vm_flags as 'int'
KOSAKI Motohiro
1
-4
/
+4
2011-05-05
VM: skip the stack guard page lookup in get_user_pages only for mlock
Linus Torvalds
1
-4
/
+1
2011-04-13
vm: fix mlock() on stack guard page
Linus Torvalds
1
-13
/
+0
2011-03-23
mm: arch: make get_gate_vma take an mm_struct instead of a task_struct
Stephen Wilson
1
-2
/
+2
2011-02-02
mlock: operate on any regions with protection != PROT_NONE
Michel Lespinasse
1
-0
/
+7
2011-01-14
mlock: do not hold mmap_sem for extended periods of time
Michel Lespinasse
1
-17
/
+23
2011-01-14
mm: move VM_LOCKED check to __mlock_vma_pages_range()
Michel Lespinasse
1
-13
/
+13
2011-01-14
mm: add FOLL_MLOCK follow_page flag.
Michel Lespinasse
1
-60
/
+5
2011-01-14
mlock: only hold mmap_sem in shared mode when faulting in pages
Michel Lespinasse
1
-17
/
+64
2011-01-14
mlock: avoid dirtying pages and triggering writeback
Michel Lespinasse
1
-1
/
+6
[next]