Age | Commit message (Expand) | Author | Files | Lines |
2019-03-06 | mm: remove zone_lru_lock() function, access ->lru_lock directly | Andrey Ryabinin | 1 | -7/+7 |
2018-08-18 | dax: remove VM_MIXEDMAP for fsdax and device dax | Dave Jiang | 1 | -1/+2 |
2018-02-22 | mm, mlock, vmscan: no more skipping pagevecs | Shakeel Butt | 1 | -0/+6 |
2018-02-07 | mm: docs: fixup punctuation | Mike Rapoport | 1 | -1/+1 |
2017-11-29 | mm: Eliminate cond_resched_rcu_qs() in favor of cond_resched() | Paul E. McKenney | 1 | -1/+1 |
2017-11-16 | mm: mlock: remove lru_add_drain_all() | Shakeel Butt | 1 | -5/+0 |
2017-11-16 | mm, pagevec: remove cold parameter for pagevecs | Mel Gorman | 1 | -2/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-09 | mm/mlock.c: use page_zone() instead of page_zone_id() | Joonsoo Kim | 1 | -6/+4 |
2017-06-03 | mlock: fix mlock count can not decrease in race condition | Yisheng Xie | 1 | -2/+3 |
2017-05-04 | mm: make try_to_munlock() return void | Minchan Kim | 1 | -4/+2 |
2017-03-10 | Merge branch 'prep-for-5level' | Linus Torvalds | 1 | -0/+1 |
2017-03-10 | thp: fix another corner case of munlock() vs. THPs | Kirill A. Shutemov | 1 | -5/+4 |
2017-03-09 | mm: convert generic code to 5-level paging | Kirill A. Shutemov | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2016-12-01 | thp: fix corner case of munlock() of PTE-mapped THPs | Kirill A. Shutemov | 1 | -2/+5 |
2016-10-08 | mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK... | Simon Guo | 1 | -0/+3 |
2016-10-08 | mm: mlock: check against vma for actual mlock() size | Simon Guo | 1 | -0/+49 |
2016-07-29 | mm, vmscan: move LRU lists to node | Mel Gorman | 1 | -1/+1 |
2016-07-29 | mm, vmscan: move lru_lock to the node | Mel Gorman | 1 | -5/+5 |
2016-05-24 | mm: make mmap_sem for write waits killable for mm syscalls | Michal Hocko | 1 | -6/+10 |
2016-01-22 | mm: fix mlock accouting | Kirill A. Shutemov | 1 | -1/+1 |
2016-01-16 | mm/mlock.c: change can_do_mlock return value type to boolean | Wang Xiaoqiang | 1 | -4/+4 |
2016-01-16 | thp: allow mlocked THP again | Kirill A. Shutemov | 1 | -21/+47 |
2016-01-16 | thp, mlock: do not allow huge pages in mlocked area | Kirill A. Shutemov | 1 | -32/+19 |
2016-01-15 | mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range() | Alexey Klimov | 1 | -1/+1 |
2015-11-06 | mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage | Eric B Munson | 1 | -13/+38 |
2015-11-06 | mm: introduce VM_LOCKONFAULT | Eric B Munson | 1 | -1/+1 |
2015-11-06 | mm: mlock: add new mlock system call | Eric B Munson | 1 | -0/+8 |
2015-11-06 | mm: mlock: refactor mlock, munlock, and munlockall code | Eric B Munson | 1 | -13/+17 |
2015-11-06 | mm/mlock: use offset_in_page macro | Alexander Kuleshov | 1 | -3/+3 |
2015-11-06 | mm/mlock.c: reorganize mlockall() return values and remove goto-out label | Alexey Klimov | 1 | -5/+4 |
2015-09-05 | userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx | Andrea Arcangeli | 1 | -1/+2 |
2015-04-15 | mm: move mm_populate()-related code to mm/gup.c | Kirill A. Shutemov | 1 | -118/+0 |
2015-04-15 | mm: move gup() -> posix mlock() error conversion out of __mm_populate | Kirill A. Shutemov | 1 | -4/+7 |
2015-04-15 | mm: rename __mlock_vma_pages_range() to populate_vma_page_range() | Kirill A. Shutemov | 1 | -6/+6 |
2015-04-15 | mm: rename FOLL_MLOCK to FOLL_POPULATE | Kirill A. Shutemov | 1 | -1/+1 |
2015-03-13 | 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-10 | mm: use VM_BUG_ON_MM where possible | Sasha Levin | 1 | -1/+1 |
2014-10-10 | mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA | Sasha Levin | 1 | -2/+2 |
2014-09-08 | rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loops | Paul E. McKenney | 1 | -1/+1 |
2014-08-07 | mm: describe mmap_sem rules for __lock_page_or_retry() and callers | Paul Cassella | 1 | -1/+8 |
2014-04-08 | mm: try_to_unmap_cluster() should lock_page() before mlocking | Vlastimil Babka | 1 | -0/+2 |
2014-01-24 | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE | Sasha Levin | 1 | -2/+2 |
2014-01-24 | mm: munlock: fix potential race with THP page split | Vlastimil Babka | 1 | -44/+60 |
2014-01-22 | mm/mlock: prepare params outside critical region | Davidlohr Bueso | 1 | -7/+11 |
2014-01-03 | mm: munlock: fix deadlock in __munlock_pagevec() | Vlastimil Babka | 1 | -5/+10 |
2014-01-03 | mm: munlock: fix a bug where THP tail page is encountered | Vlastimil Babka | 1 | -7/+22 |
2013-10-01 | mm/mlock.c: prevent walking off the end of a pagetable in no-pmd configuration | Vlastimil Babka | 1 | -2/+6 |