index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mlock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2016-11-30
thp: fix corner case of munlock() of PTE-mapped THPs
Kirill A. Shutemov
1
-2
/
+5
2016-10-07
mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK...
Simon Guo
1
-0
/
+3
2016-10-07
mm: mlock: check against vma for actual mlock() size
Simon Guo
1
-0
/
+49
2016-07-28
mm, vmscan: move LRU lists to node
Mel Gorman
1
-1
/
+1
2016-07-28
mm, vmscan: move lru_lock to the node
Mel Gorman
1
-5
/
+5
2016-05-23
mm: make mmap_sem for write waits killable for mm syscalls
Michal Hocko
1
-6
/
+10
2016-01-21
mm: fix mlock accouting
Kirill A. Shutemov
1
-1
/
+1
2016-01-15
mm/mlock.c: change can_do_mlock return value type to boolean
Wang Xiaoqiang
1
-4
/
+4
2016-01-15
thp: allow mlocked THP again
Kirill A. Shutemov
1
-21
/
+47
2016-01-15
thp, mlock: do not allow huge pages in mlocked area
Kirill A. Shutemov
1
-32
/
+19
2016-01-14
mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range()
Alexey Klimov
1
-1
/
+1
2015-11-05
mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage
Eric B Munson
1
-13
/
+38
2015-11-05
mm: introduce VM_LOCKONFAULT
Eric B Munson
1
-1
/
+1
2015-11-05
mm: mlock: add new mlock system call
Eric B Munson
1
-0
/
+8
2015-11-05
mm: mlock: refactor mlock, munlock, and munlockall code
Eric B Munson
1
-13
/
+17
2015-11-05
mm/mlock: use offset_in_page macro
Alexander Kuleshov
1
-3
/
+3
2015-11-05
mm/mlock.c: reorganize mlockall() return values and remove goto-out label
Alexey Klimov
1
-5
/
+4
2015-09-04
userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx
Andrea Arcangeli
1
-1
/
+2
2015-04-14
mm: move mm_populate()-related code to mm/gup.c
Kirill A. Shutemov
1
-118
/
+0
2015-04-14
mm: move gup() -> posix mlock() error conversion out of __mm_populate
Kirill A. Shutemov
1
-4
/
+7
2015-04-14
mm: rename __mlock_vma_pages_range() to populate_vma_page_range()
Kirill A. Shutemov
1
-6
/
+6
2015-04-14
mm: rename FOLL_MLOCK to FOLL_POPULATE
Kirill A. Shutemov
1
-1
/
+1
2015-03-12
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-09
mm: use VM_BUG_ON_MM where possible
Sasha Levin
1
-1
/
+1
2014-10-09
mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA
Sasha Levin
1
-2
/
+2
2014-09-07
rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loops
Paul E. McKenney
1
-1
/
+1
2014-08-06
mm: describe mmap_sem rules for __lock_page_or_retry() and callers
Paul Cassella
1
-1
/
+8
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
[next]