index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mlock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-07
mm: try_to_unmap_cluster() should lock_page() before mlocking
Vlastimil Babka
1
-0
/
+2
2014-01-23
mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE
Sasha Levin
1
-2
/
+2
2014-01-23
mm: munlock: fix potential race with THP page split
Vlastimil Babka
1
-44
/
+60
2014-01-21
mm/mlock: prepare params outside critical region
Davidlohr Bueso
1
-7
/
+11
2014-01-02
mm: munlock: fix deadlock in __munlock_pagevec()
Vlastimil Babka
1
-5
/
+10
2014-01-02
mm: munlock: fix a bug where THP tail page is encountered
Vlastimil Babka
1
-7
/
+22
2013-09-30
mm/mlock.c: prevent walking off the end of a pagetable in no-pmd configuration
Vlastimil Babka
1
-2
/
+6
2013-09-24
mm: Place preemption point in do_mlockall() loop
Paul E. McKenney
1
-0
/
+1
2013-09-11
mm: munlock: manual pte walk in fast path instead of follow_page_mask()
Vlastimil Babka
1
-31
/
+79
2013-09-11
mm: munlock: remove redundant get_page/put_page pair on the fast path
Vlastimil Babka
1
-12
/
+14
2013-09-11
mm: munlock: bypass per-cpu pvec for putback_lru_page
Vlastimil Babka
1
-4
/
+69
2013-09-11
mm: munlock: batch NR_MLOCK zone state updates
Vlastimil Babka
1
-3
/
+3
2013-09-11
mm: munlock: batch non-THP page isolation and munlock+putback using pagevec
Vlastimil Babka
1
-40
/
+156
2013-09-11
mm: munlock: remove unnecessary call to lru_add_drain()
Vlastimil Babka
1
-1
/
+0
2013-03-28
Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...
Michel Lespinasse
1
-6
/
+5
2013-02-27
mm: accelerate munlock() treatment of THP pages
Michel Lespinasse
1
-11
/
+23
2013-02-23
mm: use long type for page counts in mm_populate() and get_user_pages()
Michel Lespinasse
1
-2
/
+2
2013-02-23
mm/mlock.c: document scary-looking stack expansion mlock chain
Johannes Weiner
1
-0
/
+4
2013-02-23
mm: introduce VM_POPULATE flag to better deal with racy userspace programs
Michel Lespinasse
1
-9
/
+10
2013-02-23
mm: directly use __mlock_vma_pages_range() in find_extend_vma()
Michel Lespinasse
1
-54
/
+3
2013-02-23
mm: introduce mm_populate() for populating new vmas
Michel Lespinasse
1
-6
/
+11
2013-02-12
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-06
vm: avoid using find_vma_prev() unnecessarily
Linus Torvalds
1
-1
/
+2
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2011-10-31
mm: munlock use mapcount to avoid terrible overhead
Hugh Dickins
1
-1
/
+9
2011-10-31
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-04
VM: skip the stack guard page lookup in get_user_pages only for mlock
Linus Torvalds
1
-4
/
+1
2011-04-12
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-13
mlock: do not hold mmap_sem for extended periods of time
Michel Lespinasse
1
-17
/
+23
2011-01-13
mm: move VM_LOCKED check to __mlock_vma_pages_range()
Michel Lespinasse
1
-13
/
+13
2011-01-13
mm: add FOLL_MLOCK follow_page flag.
Michel Lespinasse
1
-60
/
+5
2011-01-13
mlock: only hold mmap_sem in shared mode when faulting in pages
Michel Lespinasse
1
-17
/
+64
2011-01-13
mlock: avoid dirtying pages and triggering writeback
Michel Lespinasse
1
-1
/
+6
2010-09-09
mm: Move vma_stack_continue into mm.h
Stefan Bader
1
-6
/
+0
2010-08-21
mm: make the mlock() stack guard page checks stricter
Linus Torvalds
1
-5
/
+16
2010-08-15
mm: fix up some user-visible effects of the stack guard page
Linus Torvalds
1
-0
/
+8
2010-03-26
x86, perf, bts, mm: Delete the never used BTS-ptrace code
Peter Zijlstra
1
-41
/
+0
2010-03-06
mm: use rlimit helpers
Jiri Slaby
1
-6
/
+6
2009-12-15
mlock: replace stale comments in munlock_vma_page()
Lee Schermerhorn
1
-22
/
+19
2009-12-15
ksm: fix mlockfreed to munlocked
Hugh Dickins
1
-2
/
+2
2009-12-15
mm: mlocking in try_to_unmap_one
Hugh Dickins
1
-1
/
+1
2009-09-22
mm: m(un)lock avoid ZERO_PAGE
Hugh Dickins
1
-13
/
+36
2009-09-22
mm: FOLL flags for GUP flags
Hugh Dickins
1
-2
/
+2
[next]