index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
rmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-23
rmap: replace two calls to compound_order with folio_order
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-02-22
mm: convert mm_counter_file() to take a folio
Kefeng Wang
1
-1
/
+1
2024-02-22
mm: convert mm_counter() to take a folio
Kefeng Wang
1
-4
/
+4
2023-12-29
mm/rmap: rename COMPOUND_MAPPED to ENTIRELY_MAPPED
David Hildenbrand
1
-9
/
+9
2023-12-29
mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()
David Hildenbrand
1
-5
/
+6
2023-12-29
mm/rmap: remove page_remove_rmap()
David Hildenbrand
1
-21
/
+2
2023-12-29
mm/rmap: page_remove_rmap() -> folio_remove_rmap_pte()
David Hildenbrand
1
-5
/
+5
2023-12-29
mm/rmap: introduce folio_remove_rmap_[pte|ptes|pmd]()
David Hildenbrand
1
-16
/
+66
2023-12-29
mm/rmap: remove RMAP_COMPOUND
David Hildenbrand
1
-2
/
+0
2023-12-29
mm/rmap: remove page_add_anon_rmap()
David Hildenbrand
1
-27
/
+4
2023-12-29
mm/rmap: introduce folio_add_anon_rmap_[pte|ptes|pmd]()
David Hildenbrand
1
-38
/
+82
2023-12-29
mm/rmap: factor out adding folio mappings into __folio_add_rmap()
David Hildenbrand
1
-34
/
+44
2023-12-29
mm/rmap: remove page_add_file_rmap()
David Hildenbrand
1
-21
/
+0
2023-12-29
mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|pt...
David Hildenbrand
1
-29
/
+50
2023-12-29
mm/rmap: add hugetlb sanity checks for anon rmap handling
David Hildenbrand
1
-0
/
+6
2023-12-29
mm/rmap: introduce and use hugetlb_try_share_anon_rmap()
David Hildenbrand
1
-5
/
+10
2023-12-29
mm/rmap: introduce and use hugetlb_add_file_rmap()
David Hildenbrand
1
-0
/
+1
2023-12-29
mm/rmap: introduce and use hugetlb_remove_rmap()
David Hildenbrand
1
-9
/
+9
2023-12-29
mm/rmap: rename hugepage_add* to hugetlb_add*
David Hildenbrand
1
-4
/
+4
2023-12-29
mm: remove references to page_add_new_anon_rmap in comments
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-12-29
userfaultfd: UFFDIO_MOVE uABI
Andrea Arcangeli
1
-0
/
+6
2023-12-29
mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()
Andrea Arcangeli
1
-0
/
+24
2023-12-21
mm: non-pmd-mappable, large folios for folio_add_new_anon_rmap()
Ryan Roberts
1
-8
/
+20
2023-12-21
mm: allow deferred splitting of arbitrary anon large folios
Ryan Roberts
1
-2
/
+2
2023-10-19
mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()
David Hildenbrand
1
-9
/
+7
2023-10-19
mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()
David Hildenbrand
1
-1
/
+0
2023-10-04
mm: handle large folio when large folio in VM_LOCKED VMA range
Yin Fengwei
1
-11
/
+55
2023-10-04
mm/rmap: pass folio to hugepage_add_anon_rmap()
David Hildenbrand
1
-5
/
+3
2023-10-04
mm/rmap: simplify PageAnonExclusive sanity checks when adding anon rmap
David Hildenbrand
1
-8
/
+8
2023-10-04
mm/rmap: warn on new PTE-mapped folios in page_add_anon_rmap()
David Hildenbrand
1
-0
/
+7
2023-10-04
mm/rmap: move folio_test_anon() check out of __folio_set_anon()
David Hildenbrand
1
-15
/
+8
2023-10-04
mm/rmap: move SetPageAnonExclusive out of __page_set_anon_rmap()
David Hildenbrand
1
-20
/
+21
2023-10-04
mm/rmap: drop stale comment in page_add_anon_rmap and hugepage_add_anon_rmap()
David Hildenbrand
1
-2
/
+0
2023-09-30
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
1
-5
/
+18
2023-08-25
mm/swap: stop using page->private on tail pages for THP_SWAP
David Hildenbrand
1
-1
/
+1
2023-08-25
rmap: add folio_add_file_rmap_range()
Yin Fengwei
1
-14
/
+46
2023-08-18
mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...
Alistair Popple
1
-40
/
+0
2023-08-18
mm/rmap: correct stale comment of rmap_walk_anon and rmap_walk_file
Kemeng Shi
1
-5
/
+7
2023-08-18
mm/tlbbatch: introduce arch_flush_tlb_batched_pending()
Yicong Yang
1
-1
/
+1
2023-08-18
mm/tlbbatch: rename and extend some functions
Barry Song
1
-5
/
+7
2023-08-18
mm/tlbbatch: introduce arch_tlbbatch_should_defer()
Anshuman Khandual
1
-8
/
+1
2023-08-18
rmap: pass the folio to __page_check_anon_rmap()
Matthew Wilcox (Oracle)
1
-4
/
+4
2023-06-20
mm: ptep_get() conversion
Ryan Roberts
1
-14
/
+20
2023-06-10
mm/gup: remove vmas parameter from get_user_pages_remote()
Lorenzo Stoakes
1
-1
/
+1
2023-04-27
mm,unmap: avoid flushing TLB in batch if PTE is inaccessible
Huang Ying
1
-4
/
+8
2023-04-06
mm/khugepaged: write-lock VMA while collapsing a huge page
Suren Baghdasaryan
1
-15
/
+16
2023-03-29
mm/rmap: use atomic_try_cmpxchg in set_tlb_ubc_flush_pending
Uros Bizjak
1
-5
/
+2
2023-02-28
mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON
Naoya Horiguchi
1
-1
/
+1
2023-02-17
migrate_pages: batch flushing TLB
Huang Ying
1
-3
/
+17
2023-02-14
mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()
Sidhartha Kumar
1
-4
/
+2
[next]