index
:
pub/scm/linux/kernel/git/kdave/linux.git
master
Btrfs kernel development
David Sterba
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
page_vma_mapped.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
Lorenzo Stoakes (ARM)
1
-1
/
+1
2026-08-24
mm: introduce and use vma_filebacked_address()
Lorenzo Stoakes (ARM)
1
-1
/
+5
2026-07-30
mm/page_vma_mapped: use huge_ptep_get() for hugetlb
Dev Jain
1
-1
/
+7
2026-07-09
mm/page_vma_mapped: fix device-private PMD handling
Wei Yang
1
-14
/
+17
2026-06-08
mm/page_vma_mapped_walk: use ptep_get_lockless() for lockless access
Alexander Gordeev
1
-2
/
+7
2026-04-05
mm: centralize+fix comments about compound_mapcount() in new sync_with_folio_...
David Hildenbrand (Arm)
1
-9
/
+2
2025-11-24
mm: eliminate further swapops predicates
Lorenzo Stoakes
1
-4
/
+4
2025-11-24
mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
Lorenzo Stoakes
1
-7
/
+8
2025-11-24
mm: avoid unnecessary uses of is_swap_pte()
Lorenzo Stoakes
1
-16
/
+15
2025-11-24
mm: introduce leaf entry type and use to simplify leaf entry logic
Lorenzo Stoakes
1
-7
/
+4
2025-11-24
mm/rmap: extend rmap and migration support device-private entries
Balbir Singh
1
-0
/
+7
2025-09-28
mm/page_vma_mapped: track if the page is mapped across page table boundary
Kiryl Shutsemau
1
-0
/
+1
2025-07-09
mm: remove redundant pXd_devmap calls
Alistair Popple
1
-3
/
+2
2025-03-16
mm: make page_mapped_in_vma() hugetlb walk aware
Jane Chu
1
-4
/
+9
2025-03-16
mm/page_vma_mapped: device-exclusive entries are not migration entries
David Hildenbrand
1
-2
/
+1
2024-11-07
mm: mass constification of folio/page pointers
Matthew Wilcox (Oracle)
1
-2
/
+3
2024-11-07
mm: use page_pgoff() in more places
Matthew Wilcox (Oracle)
1
-2
/
+1
2024-11-05
mm: page_vma_mapped_walk: map_pte() use pte_offset_map_rw_nolock()
Qi Zheng
1
-6
/
+18
2024-05-05
mm: make page_mapped_in_vma conditional on CONFIG_MEMORY_FAILURE
Matthew Wilcox (Oracle)
1
-0
/
+2
2024-05-05
mm: return the address from page_mapped_in_vma()
Matthew Wilcox (Oracle)
1
-7
/
+9
2024-04-25
mm: rename vma_pgoff_address back to vma_address
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-04-25
mm: correct page_mapped_in_vma() for large folios
Matthew Wilcox (Oracle)
1
-1
/
+3
2023-12-20
mm: thp: introduce multi-size THP sysfs interface
Ryan Roberts
1
-1
/
+2
2023-08-18
mm: correct stale comment of function check_pte
Kemeng Shi
1
-5
/
+7
2023-06-19
mm: ptep_get() conversion
Ryan Roberts
1
-11
/
+16
2023-06-19
mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()
Hugh Dickins
1
-6
/
+22
2023-06-19
mm/page_vma_mapped: reformat map_pte() with less indentation
Hugh Dickins
1
-31
/
+34
2023-06-19
mm/page_vma_mapped: delete bogosity in page_vma_mapped_walk()
Hugh Dickins
1
-4
/
+0
2023-06-19
mm: use pmdp_get_lockless() without surplus barrier()
Hugh Dickins
1
-1
/
+1
2023-01-18
mm/hugetlb: introduce hugetlb_walk()
Peter Xu
1
-3
/
+6
2022-09-26
mm/swap: add swp_offset_pfn() to fetch PFN from swap entry
Peter Xu
1
-3
/
+3
2022-07-17
mm/page_vma_mapped.c: use helper function huge_pte_lock
Miaohe Lin
1
-2
/
+1
2022-07-03
mm/page_vma_mapped.c: check possible huge PMD map with transhuge_vma_suitable()
Yang Shi
1
-1
/
+1
2022-04-28
mm: pvmw: add support for walking devmap pages
Muchun Song
1
-8
/
+9
2022-04-07
mm/rmap: Fix handling of hugetlbfs pages in page_vma_mapped_walk
zhenwei pi
1
-3
/
+3
2022-03-21
mm: Convert page_vma_mapped_walk to work on PFNs
Matthew Wilcox (Oracle)
1
-32
/
+26
2021-07-01
mm: device exclusive memory access
Alistair Popple
1
-3
/
+6
2021-07-01
mm: remove special swap entry functions
Alistair Popple
1
-3
/
+3
2021-06-24
mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()
Hugh Dickins
1
-0
/
+4
2021-06-24
mm/thp: fix page_vma_mapped_walk() if THP mapped by ptes
Hugh Dickins
1
-9
/
+25
2021-06-24
mm: page_vma_mapped_walk(): get vma_address_end() earlier
Hugh Dickins
1
-4
/
+9
2021-06-24
mm: page_vma_mapped_walk(): use goto instead of while (1)
Hugh Dickins
1
-4
/
+3
2021-06-24
mm: page_vma_mapped_walk(): add a level of indentation
Hugh Dickins
1
-50
/
+55
2021-06-24
mm: page_vma_mapped_walk(): crossing page table boundary
Hugh Dickins
1
-4
/
+4
2021-06-24
mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION block
Hugh Dickins
1
-16
/
+14
2021-06-24
mm: page_vma_mapped_walk(): use pmde for *pvmw->pmd
Hugh Dickins
1
-5
/
+6
2021-06-24
mm: page_vma_mapped_walk(): settle PageHuge on entry
Hugh Dickins
1
-4
/
+8
2021-06-24
mm: page_vma_mapped_walk(): use page for pvmw->page
Hugh Dickins
1
-5
/
+4
2021-06-16
mm/thp: fix vma_address() if virtual address below file offset
Hugh Dickins
1
-10
/
+6
2021-06-16
mm/thp: try_to_unmap() use TTU_SYNC for safe splitting
Hugh Dickins
1
-0
/
+11
[next]