index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mlock.c
Commit message (
Expand
)
Author
Age
*
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-23
*
mm/mlock: prepare params outside critical region
Davidlohr Bueso
2014-01-21
*
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
2014-01-02
*
mm/mlock.c: prevent walking off the end of a pagetable in no-pmd configuration
Vlastimil Babka
2013-09-30
*
mm: Place preemption point in do_mlockall() loop
Paul E. McKenney
2013-09-24
*
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-09-11
*
Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...
Michel Lespinasse
2013-03-28
*
mm: accelerate munlock() treatment of THP pages
Michel Lespinasse
2013-02-27
*
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-23
*
mm: don't overwrite mm->def_flags in do_mlockall()
Gerald Schaefer
2013-02-12
*
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-10-09
*
vm: avoid using find_vma_prev() unnecessarily
Linus Torvalds
2012-03-06
*
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
|
\
|
*
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
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: don't access vm_flags as 'int'
KOSAKI Motohiro
2011-05-26
*
VM: skip the stack guard page lookup in get_user_pages only for mlock
Linus Torvalds
2011-05-05
*
vm: fix mlock() on stack guard page
Linus Torvalds
2011-04-12
*
mm: arch: make get_gate_vma take an mm_struct instead of a task_struct
Stephen Wilson
2011-03-23
*
mlock: operate on any regions with protection != PROT_NONE
Michel Lespinasse
2011-02-01
*
mlock: do not hold mmap_sem for extended periods of time
Michel Lespinasse
2011-01-13
*
mm: move VM_LOCKED check to __mlock_vma_pages_range()
Michel Lespinasse
2011-01-13
*
mm: add FOLL_MLOCK follow_page flag.
Michel Lespinasse
2011-01-13
*
mlock: only hold mmap_sem in shared mode when faulting in pages
Michel Lespinasse
2011-01-13
*
mlock: avoid dirtying pages and triggering writeback
Michel Lespinasse
2011-01-13
*
mm: Move vma_stack_continue into mm.h
Stefan Bader
2010-09-09
*
mm: make the mlock() stack guard page checks stricter
Linus Torvalds
2010-08-21
*
mm: fix up some user-visible effects of the stack guard page
Linus Torvalds
2010-08-15
*
x86, perf, bts, mm: Delete the never used BTS-ptrace code
Peter Zijlstra
2010-03-26
*
mm: use rlimit helpers
Jiri Slaby
2010-03-06
*
mlock: replace stale comments in munlock_vma_page()
Lee Schermerhorn
2009-12-15
*
ksm: fix mlockfreed to munlocked
Hugh Dickins
2009-12-15
*
mm: mlocking in try_to_unmap_one
Hugh Dickins
2009-12-15
*
mm: m(un)lock avoid ZERO_PAGE
Hugh Dickins
2009-09-22
*
mm: FOLL flags for GUP flags
Hugh Dickins
2009-09-22
*
mm: munlock use follow_page
Hugh Dickins
2009-09-22
[next]