Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-26mm: untag user pointers passed to memory syscallsAndrey Konovalov
2019-06-14mm/mlock.c: change count_mm_mlocked_page_nr return typeswkhack
2019-06-14mm/mlock.c: mlockall error for flag MCL_ONFAULTPotyra, Stefan
2019-03-06mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin
2018-08-18dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang
2018-02-22mm, mlock, vmscan: no more skipping pagevecsShakeel Butt
2018-02-07mm: docs: fixup punctuationMike Rapoport
2017-11-29mm: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney
2017-11-16mm: mlock: remove lru_add_drain_all()Shakeel Butt
2017-11-16mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-09mm/mlock.c: use page_zone() instead of page_zone_id()Joonsoo Kim
2017-06-03mlock: fix mlock count can not decrease in race conditionYisheng Xie
2017-05-04mm: make try_to_munlock() return voidMinchan Kim
2017-03-10Merge branch 'prep-for-5level'Linus Torvalds
2017-03-10thp: fix another corner case of munlock() vs. THPsKirill A. Shutemov
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-01thp: fix corner case of munlock() of PTE-mapped THPsKirill A. Shutemov
2016-10-08mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK...Simon Guo
2016-10-08mm: mlock: check against vma for actual mlock() sizeSimon Guo
2016-07-29mm, vmscan: move LRU lists to nodeMel Gorman
2016-07-29mm, vmscan: move lru_lock to the nodeMel Gorman
2016-05-24mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko
2016-01-22mm: fix mlock accoutingKirill A. Shutemov
2016-01-16mm/mlock.c: change can_do_mlock return value type to booleanWang Xiaoqiang
2016-01-16thp: allow mlocked THP againKirill A. Shutemov
2016-01-16thp, mlock: do not allow huge pages in mlocked areaKirill A. Shutemov
2016-01-15mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range()Alexey Klimov
2015-11-06mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson
2015-11-06mm: introduce VM_LOCKONFAULTEric B Munson
2015-11-06mm: mlock: add new mlock system callEric B Munson
2015-11-06mm: mlock: refactor mlock, munlock, and munlockall codeEric B Munson
2015-11-06mm/mlock: use offset_in_page macroAlexander Kuleshov
2015-11-06mm/mlock.c: reorganize mlockall() return values and remove goto-out labelAlexey Klimov
2015-09-05userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli
2015-04-15mm: move mm_populate()-related code to mm/gup.cKirill A. Shutemov
2015-04-15mm: move gup() -> posix mlock() error conversion out of __mm_populateKirill A. Shutemov
2015-04-15mm: rename __mlock_vma_pages_range() to populate_vma_page_range()Kirill A. Shutemov
2015-04-15mm: rename FOLL_MLOCK to FOLL_POPULATEKirill A. Shutemov
2015-03-13mm: reorder can_do_mlock to fix audit denialJeff Vander Stoep
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-10-10mm: use VM_BUG_ON_MM where possibleSasha Levin
2014-10-10mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin
2014-09-08rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loopsPaul E. McKenney
2014-08-07mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella
2014-04-08mm: try_to_unmap_cluster() should lock_page() before mlockingVlastimil Babka
2014-01-24mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2014-01-24mm: munlock: fix potential race with THP page splitVlastimil Babka
2014-01-22mm/mlock: prepare params outside critical regionDavidlohr Bueso