index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
rmap.h
Age
Commit message (
Expand
)
Author
2022-08-31
mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse
Jann Horn
2022-07-03
mm: rmap: use the correct parameter name for DEFINE_PAGE_VMA_WALK
Yang Shi
2022-05-19
mm: don't be stuck to rmap lock on reclaim path
Minchan Kim
2022-05-09
mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
David Hildenbrand
2022-05-09
mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
David Hildenbrand
2022-05-09
mm/rmap: pass rmap flags to hugepage_add_anon_rmap()
David Hildenbrand
2022-05-09
mm/rmap: remove do_page_add_anon_rmap()
David Hildenbrand
2022-05-09
mm/rmap: convert RMAP flags to a proper distinct rmap_t type
David Hildenbrand
2022-05-09
mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...
David Hildenbrand
2022-04-28
mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
Muchun Song
2022-03-21
mm/rmap: Constify the rmap_walk_control argument
Matthew Wilcox (Oracle)
2022-03-21
mm/rmap: Convert rmap_walk() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
mm/rmap: Turn page_lock_anon_vma_read() into folio_lock_anon_vma_read()
Matthew Wilcox (Oracle)
2022-03-21
mm/migrate: Convert remove_migration_ptes() to folios
Matthew Wilcox (Oracle)
2022-03-21
mm/rmap: Convert try_to_migrate() to folios
Matthew Wilcox (Oracle)
2022-03-21
mm/rmap: Convert try_to_unmap() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
mm/rmap: Turn page_referenced() into folio_referenced()
Matthew Wilcox (Oracle)
2022-03-21
mm: Convert page_vma_mapped_walk to work on PFNs
Matthew Wilcox (Oracle)
2022-03-21
mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALK
Matthew Wilcox (Oracle)
2022-02-17
mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
Hugh Dickins
2022-02-17
mm/munlock: delete page_mlock() and all its works
Hugh Dickins
2021-10-18
mm/rmap: Add folio_mkclean()
Matthew Wilcox (Oracle)
2021-07-15
mm: fix the try_to_unmap prototype for !CONFIG_MMU
Christoph Hellwig
2021-07-01
mm: device exclusive memory access
Alistair Popple
2021-07-01
mm/rmap: split migration into its own function
Alistair Popple
2021-07-01
mm/rmap: split try_to_munlock from try_to_unmap
Alistair Popple
2021-06-30
mm: rmap: make try_to_unmap() void function
Yang Shi
2021-06-16
mm/thp: try_to_unmap() use TTU_SYNC for safe splitting
Hugh Dickins
2021-02-26
mm/rmap: fix potential pte_unmap on an not mapped pte
Miaohe Lin
2020-12-15
mm/rmap: always do TTU_IGNORE_ACCESS
Shakeel Butt
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-08
lib/interval_tree: fast overlap detection
Davidlohr Bueso
2017-09-08
mm: thp: introduce separate TTU flag for thp freezing
Naoya Horiguchi
2017-05-03
mm: remove SWAP_[SUCCESS|AGAIN|FAIL]
Minchan Kim
2017-05-03
mm: make rmap_one boolean function
Minchan Kim
2017-05-03
mm: make rmap_walk() return void
Minchan Kim
2017-05-03
mm: make ttu's return boolean
Minchan Kim
2017-05-03
mm: remove SWAP_MLOCK in ttu
Minchan Kim
2017-05-03
mm: make try_to_munlock() return void
Minchan Kim
2017-05-03
mm: remove SWAP_DIRTY in ttu
Minchan Kim
2017-05-03
mm: reclaim MADV_FREE pages
Shaohua Li
2017-05-03
mm: delete unnecessary TTU_* flags
Shaohua Li
2017-02-24
mm: drop page_check_address{,_transhuge}
Kirill A. Shutemov
2017-02-24
mm: introduce page_vma_mapped_walk()
Kirill A. Shutemov
2016-12-12
mm, rmap: handle anon_vma_prepare() common case inline
Vlastimil Babka
2016-07-26
rmap: support file thp
Kirill A. Shutemov
2016-07-15
mm: thp: refix false positive BUG in page_move_anon_rmap()
Hugh Dickins
2016-03-17
mm: make remove_migration_ptes() beyond mm/migration.c
Kirill A. Shutemov
2016-03-17
rmap: extend try_to_unmap() to be usable by split_huge_page()
Kirill A. Shutemov
[next]