Age | Commit message (Expand) | Author |
2021-05-05 | mm/mempool: minor coding style tweaks | Zhiyuan Dai |
2021-02-26 | mm/mlock: stop counting mlocked pages when none vma is found | Miaohe Lin |
2021-02-24 | mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list() | Yu Zhao |
2020-12-15 | mm/lru: introduce relock_page_lruvec() | Alexander Duyck |
2020-12-15 | mm/lru: replace pgdat lru_lock with lruvec lock | Alex Shi |
2020-12-15 | mm/lru: introduce TestClearPageLRU() | Alex Shi |
2020-12-15 | mm/mlock: remove __munlock_isolate_lru_page() | Alex Shi |
2020-12-15 | mm/mlock: remove lru_lock on TestClearPageMlocked | Alex Shi |
2020-09-19 | mlock: fix unevictable_pgs event counts on THP | Hugh Dickins |
2020-08-14 | mm: replace hpage_nr_pages with thp_nr_pages | Matthew Wilcox (Oracle) |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse |
2019-09-25 | mm: untag user pointers passed to memory syscalls | Andrey Konovalov |
2019-06-13 | mm/mlock.c: change count_mm_mlocked_page_nr return type | swkhack |
2019-06-13 | mm/mlock.c: mlockall error for flag MCL_ONFAULT | Potyra, Stefan |
2019-03-05 | mm: remove zone_lru_lock() function, access ->lru_lock directly | Andrey Ryabinin |
2018-08-17 | dax: remove VM_MIXEDMAP for fsdax and device dax | Dave Jiang |
2018-02-21 | mm, mlock, vmscan: no more skipping pagevecs | Shakeel Butt |
2018-02-06 | mm: docs: fixup punctuation | Mike Rapoport |
2017-11-28 | mm: Eliminate cond_resched_rcu_qs() in favor of cond_resched() | Paul E. McKenney |
2017-11-15 | mm: mlock: remove lru_add_drain_all() | Shakeel Butt |
2017-11-15 | mm, pagevec: remove cold parameter for pagevecs | Mel Gorman |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-09-08 | mm/mlock.c: use page_zone() instead of page_zone_id() | Joonsoo Kim |
2017-06-02 | mlock: fix mlock count can not decrease in race condition | Yisheng Xie |
2017-05-03 | mm: make try_to_munlock() return void | Minchan Kim |
2017-03-10 | Merge branch 'prep-for-5level' | Linus Torvalds |
2017-03-09 | thp: fix another corner case of munlock() vs. THPs | Kirill A. Shutemov |
2017-03-09 | mm: convert generic code to 5-level paging | Kirill A. Shutemov |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2016-11-30 | thp: fix corner case of munlock() of PTE-mapped THPs | Kirill A. Shutemov |
2016-10-07 | mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK... | Simon Guo |
2016-10-07 | mm: mlock: check against vma for actual mlock() size | Simon Guo |
2016-07-28 | mm, vmscan: move LRU lists to node | Mel Gorman |
2016-07-28 | mm, vmscan: move lru_lock to the node | Mel Gorman |
2016-05-23 | mm: make mmap_sem for write waits killable for mm syscalls | Michal Hocko |
2016-01-21 | mm: fix mlock accouting | Kirill A. Shutemov |
2016-01-15 | mm/mlock.c: change can_do_mlock return value type to boolean | Wang Xiaoqiang |
2016-01-15 | thp: allow mlocked THP again | Kirill A. Shutemov |
2016-01-15 | thp, mlock: do not allow huge pages in mlocked area | Kirill A. Shutemov |
2016-01-14 | mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range() | Alexey Klimov |
2015-11-05 | mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage | Eric B Munson |
2015-11-05 | mm: introduce VM_LOCKONFAULT | Eric B Munson |
2015-11-05 | mm: mlock: add new mlock system call | Eric B Munson |
2015-11-05 | mm: mlock: refactor mlock, munlock, and munlockall code | Eric B Munson |
2015-11-05 | mm/mlock: use offset_in_page macro | Alexander Kuleshov |
2015-11-05 | mm/mlock.c: reorganize mlockall() return values and remove goto-out label | Alexey Klimov |
2015-09-04 | userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx | Andrea Arcangeli |
2015-04-14 | mm: move mm_populate()-related code to mm/gup.c | Kirill A. Shutemov |
2015-04-14 | mm: move gup() -> posix mlock() error conversion out of __mm_populate | Kirill A. Shutemov |