index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis, Colibri and Verdin modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mlock.c
Age
Commit message (
Expand
)
Author
2016-02-25
mm: fix mlock accouting
Kirill A. Shutemov
2015-11-05
mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage
Eric B Munson
2015-11-05
mm: introduce VM_LOCKONFAULT
Eric B Munson
2015-11-05
mm: mlock: add new mlock system call
Eric B Munson
2015-11-05
mm: mlock: refactor mlock, munlock, and munlockall code
Eric B Munson
2015-11-05
mm/mlock: use offset_in_page macro
Alexander Kuleshov
2015-11-05
mm/mlock.c: reorganize mlockall() return values and remove goto-out label
Alexey Klimov
2015-09-04
userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx
Andrea Arcangeli
2015-04-14
mm: move mm_populate()-related code to mm/gup.c
Kirill A. Shutemov
2015-04-14
mm: move gup() -> posix mlock() error conversion out of __mm_populate
Kirill A. Shutemov
2015-04-14
mm: rename __mlock_vma_pages_range() to populate_vma_page_range()
Kirill A. Shutemov
2015-04-14
mm: rename FOLL_MLOCK to FOLL_POPULATE
Kirill A. Shutemov
2015-03-12
mm: reorder can_do_mlock to fix audit denial
Jeff Vander Stoep
2014-10-13
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-10-09
mm: use VM_BUG_ON_MM where possible
Sasha Levin
2014-10-09
mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA
Sasha Levin
2014-09-07
rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loops
Paul E. McKenney
2014-08-06
mm: describe mmap_sem rules for __lock_page_or_retry() and callers
Paul Cassella
2014-04-07
mm: try_to_unmap_cluster() should lock_page() before mlocking
Vlastimil Babka
2014-01-23
mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE
Sasha Levin
2014-01-23
mm: munlock: fix potential race with THP page split
Vlastimil Babka
2014-01-21
mm/mlock: prepare params outside critical region
Davidlohr Bueso
2014-01-02
mm: munlock: fix deadlock in __munlock_pagevec()
Vlastimil Babka
2014-01-02
mm: munlock: fix a bug where THP tail page is encountered
Vlastimil Babka
2013-09-30
mm/mlock.c: prevent walking off the end of a pagetable in no-pmd configuration
Vlastimil Babka
2013-09-24
mm: Place preemption point in do_mlockall() loop
Paul E. McKenney
2013-09-11
mm: munlock: manual pte walk in fast path instead of follow_page_mask()
Vlastimil Babka
2013-09-11
mm: munlock: remove redundant get_page/put_page pair on the fast path
Vlastimil Babka
2013-09-11
mm: munlock: bypass per-cpu pvec for putback_lru_page
Vlastimil Babka
2013-09-11
mm: munlock: batch NR_MLOCK zone state updates
Vlastimil Babka
2013-09-11
mm: munlock: batch non-THP page isolation and munlock+putback using pagevec
Vlastimil Babka
2013-09-11
mm: munlock: remove unnecessary call to lru_add_drain()
Vlastimil Babka
2013-03-28
Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...
Michel Lespinasse
2013-02-27
mm: accelerate munlock() treatment of THP pages
Michel Lespinasse
2013-02-23
mm: use long type for page counts in mm_populate() and get_user_pages()
Michel Lespinasse
2013-02-23
mm/mlock.c: document scary-looking stack expansion mlock chain
Johannes Weiner
2013-02-23
mm: introduce VM_POPULATE flag to better deal with racy userspace programs
Michel Lespinasse
2013-02-23
mm: directly use __mlock_vma_pages_range() in find_extend_vma()
Michel Lespinasse
2013-02-23
mm: introduce mm_populate() for populating new vmas
Michel Lespinasse
2013-02-12
mm: don't overwrite mm->def_flags in do_mlockall()
Gerald Schaefer
2012-10-09
mm, thp: fix mlock statistics
David Rientjes
2012-10-09
mm: use clear_page_mlock() in page_remove_rmap()
Hugh Dickins
2012-10-09
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
2012-03-06
vm: avoid using find_vma_prev() unnecessarily
Linus Torvalds
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-10-31
mm: munlock use mapcount to avoid terrible overhead
Hugh Dickins
2011-10-31
mm: do not drain pagevecs for mlockall(MCL_FUTURE)
Christoph Lameter
2011-10-31
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-05-26
mm: don't access vm_flags as 'int'
KOSAKI Motohiro
2011-05-04
VM: skip the stack guard page lookup in get_user_pages only for mlock
Linus Torvalds
[next]