index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
rmap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/rmap: silence VM_WARN_ON_FOLIO() in __folio_rmap_sanity_checks()
David Hildenbrand
2024-01-05
1
-2
/
+9
*
mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()
David Hildenbrand
2023-12-29
1
-25
/
+71
*
mm/rmap: remove page_try_dup_anon_rmap()
David Hildenbrand
2023-12-29
1
-13
/
+3
*
mm/rmap: introduce folio_try_dup_anon_rmap_[pte|ptes|pmd]()
David Hildenbrand
2023-12-29
1
-44
/
+106
*
mm/rmap: convert page_dup_file_rmap() to folio_dup_file_rmap_[pte|ptes|pmd]()
David Hildenbrand
2023-12-29
1
-5
/
+54
*
mm/rmap: remove page_remove_rmap()
David Hildenbrand
2023-12-29
1
-3
/
+1
*
mm/rmap: introduce folio_remove_rmap_[pte|ptes|pmd]()
David Hildenbrand
2023-12-29
1
-0
/
+6
*
mm/rmap: remove RMAP_COMPOUND
David Hildenbrand
2023-12-29
1
-9
/
+3
*
mm/rmap: remove page_add_anon_rmap()
David Hildenbrand
2023-12-29
1
-2
/
+0
*
mm/rmap: introduce folio_add_anon_rmap_[pte|ptes|pmd]()
David Hildenbrand
2023-12-29
1
-0
/
+6
*
mm/rmap: remove page_add_file_rmap()
David Hildenbrand
2023-12-29
1
-2
/
+0
*
mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|pt...
David Hildenbrand
2023-12-29
1
-2
/
+44
*
mm/rmap: introduce and use hugetlb_try_share_anon_rmap()
David Hildenbrand
2023-12-29
1
-0
/
+25
*
mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()
David Hildenbrand
2023-12-29
1
-0
/
+18
*
mm/rmap: introduce and use hugetlb_add_file_rmap()
David Hildenbrand
2023-12-29
1
-0
/
+8
*
mm/rmap: introduce and use hugetlb_remove_rmap()
David Hildenbrand
2023-12-29
1
-0
/
+7
*
mm/rmap: rename hugepage_add* to hugetlb_add*
David Hildenbrand
2023-12-29
1
-2
/
+2
*
mm: remove page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictable
Matthew Wilcox (Oracle)
2023-12-29
1
-2
/
+0
*
userfaultfd: UFFDIO_MOVE uABI
Andrea Arcangeli
2023-12-29
1
-0
/
+5
*
mm/rmap: fix misplaced parenthesis of a likely()
Steven Rostedt (Google)
2023-12-12
1
-2
/
+2
*
mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()
David Hildenbrand
2023-10-18
1
-1
/
+1
*
mm/rmap: pass folio to hugepage_add_anon_rmap()
David Hildenbrand
2023-10-04
1
-1
/
+1
*
rmap: remove anon_vma_link() nommu stub
Baruch Siach
2023-09-02
1
-1
/
+0
*
rmap: add folio_add_file_rmap_range()
Yin Fengwei
2023-08-24
1
-0
/
+2
*
mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON
Naoya Horiguchi
2023-02-27
1
-1
/
+1
*
mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()
Sidhartha Kumar
2023-02-13
1
-1
/
+1
*
mm: use entire_mapcount in __page_dup_rmap()
Matthew Wilcox (Oracle)
2023-02-02
1
-1
/
+8
*
mm: add folio_add_new_anon_rmap()
Matthew Wilcox (Oracle)
2023-02-02
1
-0
/
+2
*
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-10
1
-11
/
+62
|
\
|
*
rmap: remove page_unlock_anon_vma_read()
Matthew Wilcox (Oracle)
2022-10-03
1
-5
/
+0
|
*
mm: convert page_get_anon_vma() to folio_get_anon_vma()
Matthew Wilcox (Oracle)
2022-10-03
1
-1
/
+1
|
*
mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fast
David Hildenbrand
2022-09-11
1
-5
/
+61
*
|
mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse
Jann Horn
2022-08-31
1
-2
/
+5
|
/
*
mm: rmap: use the correct parameter name for DEFINE_PAGE_VMA_WALK
Yang Shi
2022-07-03
1
-2
/
+2
*
mm: don't be stuck to rmap lock on reclaim path
Minchan Kim
2022-05-19
1
-8
/
+20
*
mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
David Hildenbrand
2022-05-09
1
-0
/
+40
*
mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
David Hildenbrand
2022-05-09
1
-1
/
+2
*
mm/rmap: pass rmap flags to hugepage_add_anon_rmap()
David Hildenbrand
2022-05-09
1
-1
/
+1
*
mm/rmap: remove do_page_add_anon_rmap()
David Hildenbrand
2022-05-09
1
-2
/
+0
*
mm/rmap: convert RMAP flags to a proper distinct rmap_t type
David Hildenbrand
2022-05-09
1
-4
/
+18
*
mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...
David Hildenbrand
2022-05-09
1
-1
/
+48
*
mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
Muchun Song
2022-04-28
1
-0
/
+3
*
mm/rmap: Constify the rmap_walk_control argument
Matthew Wilcox (Oracle)
2022-03-21
1
-2
/
+2
*
mm/rmap: Convert rmap_walk() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-6
/
+5
*
mm/rmap: Turn page_lock_anon_vma_read() into folio_lock_anon_vma_read()
Matthew Wilcox (Oracle)
2022-03-21
1
-0
/
+1
*
mm/migrate: Convert remove_migration_ptes() to folios
Matthew Wilcox (Oracle)
2022-03-21
1
-1
/
+1
*
mm/rmap: Convert try_to_migrate() to folios
Matthew Wilcox (Oracle)
2022-03-21
1
-1
/
+1
*
mm/rmap: Convert try_to_unmap() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-2
/
+2
*
mm/rmap: Turn page_referenced() into folio_referenced()
Matthew Wilcox (Oracle)
2022-03-21
1
-2
/
+2
*
mm: Convert page_vma_mapped_walk to work on PFNs
Matthew Wilcox (Oracle)
2022-03-21
1
-5
/
+12
[next]