summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-06-07Merge 4.9.31 into android-4.9Greg Kroah-Hartman119-444/+1107
2017-06-07mlock: fix mlock count can not decrease in race conditionYisheng Xie1-2/+3
2017-03-15thp: fix another corner case of munlock() vs. THPsKirill A. Shutemov1-5/+4
2017-03-15thp: fix another corner case of munlock() vs. THPsKirill A. Shutemov1-5/+4
2017-01-27ANDROID: mm: add a field to store names for private anonymous memoryColin Cross12-28/+281
2016-12-01thp: fix corner case of munlock() of PTE-mapped THPsKirill A. Shutemov1-2/+5
2016-10-08mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK...Simon Guo1-0/+3
2016-10-08mm: mlock: check against vma for actual mlock() sizeSimon Guo1-0/+49
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman29-300/+386
2016-07-28mm, vmscan: move lru_lock to the nodeMel Gorman14-69/+75
2016-05-24mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko8-21/+55
2016-01-22mm: fix mlock accoutingKirill A. Shutemov1-1/+1
2016-01-16mm/mlock.c: change can_do_mlock return value type to booleanWang Xiaoqiang2-5/+5
2016-01-16thp: allow mlocked THP againKirill A. Shutemov6-33/+88
2016-01-16thp, mlock: do not allow huge pages in mlocked areaKirill A. Shutemov4-35/+27
2016-01-15mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range()Alexey Klimov1-1/+1
2015-11-06mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson10-13/+65
2015-11-06mm: introduce VM_LOCKONFAULTEric B Munson8-8/+21
2015-11-06mm: mlock: add new mlock system callEric B Munson6-1/+16
2015-11-06mm: mlock: refactor mlock, munlock, and munlockall codeEric B Munson1-13/+17
2015-11-06mm/mlock: use offset_in_page macroAlexander Kuleshov1-3/+3
2015-11-06mm/mlock.c: reorganize mlockall() return values and remove goto-out labelAlexey Klimov1-5/+4
2015-09-04userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli6-19/+36
2015-04-14mm: move mm_populate()-related code to mm/gup.cKirill A. Shutemov2-118/+118
2015-04-14mm: move gup() -> posix mlock() error conversion out of __mm_populateKirill A. Shutemov1-4/+7
2015-04-14mm: rename __mlock_vma_pages_range() to populate_vma_page_range()Kirill A. Shutemov4-27/+17
2015-04-14mm: rename FOLL_MLOCK to FOLL_POPULATEKirill A. Shutemov4-6/+6
2015-03-13mm: reorder can_do_mlock to fix audit denialJeff Vander Stoep1-2/+2
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds63-547/+1936
2014-10-10mm: use VM_BUG_ON_MM where possibleSasha Levin6-9/+9
2014-10-10mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin9-23/+24
2014-09-07rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loopsPaul E. McKenney6-11/+24
2014-08-07mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella6-8/+82
2014-04-07mm: try_to_unmap_cluster() should lock_page() before mlockingVlastimil Babka2-2/+14
2014-01-24mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin30-170/+181
2014-01-24mm: munlock: fix potential race with THP page splitVlastimil Babka1-44/+60
2014-01-22mm/mlock: prepare params outside critical regionDavidlohr Bueso1-7/+11
2014-01-02mm: munlock: fix deadlock in __munlock_pagevec()Vlastimil Babka1-5/+10
2014-01-02mm: munlock: fix a bug where THP tail page is encounteredVlastimil Babka1-7/+22
2013-09-30mm/mlock.c: prevent walking off the end of a pagetable in no-pmd configurationVlastimil Babka1-2/+6
2013-09-25mm: Place preemption point in do_mlockall() loopPaul E. McKenney1-0/+1
2013-09-11mm: munlock: manual pte walk in fast path instead of follow_page_mask()Vlastimil Babka2-37/+85
2013-09-11mm: munlock: remove redundant get_page/put_page pair on the fast pathVlastimil Babka1-12/+14
2013-09-11mm: munlock: bypass per-cpu pvec for putback_lru_pageVlastimil Babka1-4/+69
2013-09-11mm: munlock: batch NR_MLOCK zone state updatesVlastimil Babka1-3/+3
2013-09-11mm: munlock: batch non-THP page isolation and munlock+putback using pagevecVlastimil Babka1-40/+156
2013-09-11mm: munlock: remove unnecessary call to lru_add_drain()Vlastimil Babka1-1/+0
2013-03-29Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...Michel Lespinasse5-21/+11
2013-02-28mm: accelerate munlock() treatment of THP pagesMichel Lespinasse2-12/+24
2013-02-24mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse6-34/+36
[next]