Age | Commit message (Expand) | Author | Files | Lines |
2021-10-18 | mm/rmap: Add folio_mkclean() | Matthew Wilcox (Oracle) | 1 | -4/+6 |
2021-07-15 | mm: fix the try_to_unmap prototype for !CONFIG_MMU | Christoph Hellwig | 1 | -1/+3 |
2021-07-01 | mm: device exclusive memory access | Alistair Popple | 1 | -0/+4 |
2021-07-01 | mm/rmap: split migration into its own function | Alistair Popple | 1 | -3/+1 |
2021-07-01 | mm/rmap: split try_to_munlock from try_to_unmap | Alistair Popple | 1 | -2/+1 |
2021-07-01 | mm: rmap: make try_to_unmap() void function | Yang Shi | 1 | -1/+1 |
2021-06-16 | mm/thp: try_to_unmap() use TTU_SYNC for safe splitting | Hugh Dickins | 1 | -0/+1 |
2021-02-26 | mm/rmap: fix potential pte_unmap on an not mapped pte | Miaohe Lin | 1 | -1/+2 |
2020-12-15 | mm/rmap: always do TTU_IGNORE_ACCESS | Shakeel Butt | 1 | -1/+0 |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -1/+1 |
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 | lib/interval_tree: fast overlap detection | Davidlohr Bueso | 1 | -1/+3 |
2017-09-09 | mm: thp: introduce separate TTU flag for thp freezing | Naoya Horiguchi | 1 | -1/+2 |
2017-05-04 | mm: remove SWAP_[SUCCESS|AGAIN|FAIL] | Minchan Kim | 1 | -7/+0 |
2017-05-04 | mm: make rmap_one boolean function | Minchan Kim | 1 | -1/+5 |
2017-05-04 | mm: make rmap_walk() return void | Minchan Kim | 1 | -2/+2 |
2017-05-04 | mm: make ttu's return boolean | Minchan Kim | 1 | -2/+2 |
2017-05-04 | mm: remove SWAP_MLOCK in ttu | Minchan Kim | 1 | -1/+0 |
2017-05-04 | mm: make try_to_munlock() return void | Minchan Kim | 1 | -1/+1 |
2017-05-04 | mm: remove SWAP_DIRTY in ttu | Minchan Kim | 1 | -1/+0 |
2017-05-04 | mm: reclaim MADV_FREE pages | Shaohua Li | 1 | -1/+1 |
2017-05-04 | mm: delete unnecessary TTU_* flags | Shaohua Li | 1 | -13/+9 |
2017-02-25 | mm: drop page_check_address{,_transhuge} | Kirill A. Shutemov | 1 | -36/+0 |
2017-02-25 | mm: introduce page_vma_mapped_walk() | Kirill A. Shutemov | 1 | -0/+26 |
2016-12-13 | mm, rmap: handle anon_vma_prepare() common case inline | Vlastimil Babka | 1 | -1/+9 |
2016-07-27 | rmap: support file thp | Kirill A. Shutemov | 1 | -1/+1 |
2016-07-15 | mm: thp: refix false positive BUG in page_move_anon_rmap() | Hugh Dickins | 1 | -1/+1 |
2016-03-18 | mm: make remove_migration_ptes() beyond mm/migration.c | Kirill A. Shutemov | 1 | -0/+2 |
2016-03-18 | rmap: extend try_to_unmap() to be usable by split_huge_page() | Kirill A. Shutemov | 1 | -0/+3 |
2016-03-18 | rmap: introduce rmap_walk_locked() | Kirill A. Shutemov | 1 | -0/+1 |
2016-02-06 | mm: replace vma_lock_anon_vma with anon_vma_lock_read/write | Konstantin Khlebnikov | 1 | -14/+0 |
2016-01-16 | mm: support madvise(MADV_FREE) | Minchan Kim | 1 | -0/+2 |
2016-01-16 | mm: add page_check_address_transhuge() helper | Vladimir Davydov | 1 | -0/+19 |
2016-01-16 | mm: rework mapcount accounting to enable 4k mapping of THPs | Kirill A. Shutemov | 1 | -2/+2 |
2016-01-16 | rmap: add argument to charge compound page | Kirill A. Shutemov | 1 | -3/+9 |
2015-09-05 | mm: send one IPI per CPU to TLB flush all entries after unmapping pages | Mel Gorman | 1 | -0/+3 |
2015-04-16 | mm: uninline and cleanup page-mapping related helpers | Kirill A. Shutemov | 1 | -8/+0 |
2015-02-17 | vfs: remove get_xip_mem | Matthew Wilcox | 1 | -1/+1 |
2015-02-11 | rmap: drop support of non-linear mappings | Kirill A. Shutemov | 1 | -2/+0 |
2015-01-09 | mm: prevent endless growth of anon_vma hierarchy | Konstantin Khlebnikov | 1 | -0/+10 |
2014-10-10 | mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA | Sasha Levin | 1 | -1/+1 |
2014-06-05 | mm/rmap.c: cleanup ttu_flags | Konstantin Khlebnikov | 1 | -4/+3 |
2014-06-05 | mm/rmap.c: make page_referenced_one() and try_to_unmap_one() static | Kirill A. Shutemov | 1 | -4/+0 |
2014-03-21 | mm: fix swapops.h:131 bug if remap_file_pages raced migration | Hugh Dickins | 1 | -2/+1 |
2014-01-22 | mm/rmap: use rmap_walk() in page_referenced() | Joonsoo Kim | 1 | -1/+1 |
2014-01-22 | mm/rmap: use rmap_walk() in try_to_unmap() | Joonsoo Kim | 1 | -4/+1 |
2014-01-22 | mm/rmap: extend rmap_walk_xxx() to cope with different cases | Joonsoo Kim | 1 | -0/+15 |
2014-01-22 | mm/rmap: make rmap_walk to get the rmap_walk_control argument | Joonsoo Kim | 1 | -2/+7 |
2013-02-24 | mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write() | Konstantin Khlebnikov | 1 | -1/+1 |
2012-12-11 | mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable | Ingo Molnar | 1 | -3/+14 |