index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
page_vma_mapped.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: ptep_get() conversion
Ryan Roberts
2023-06-19
1
-11
/
+16
*
mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()
Hugh Dickins
2023-06-19
1
-6
/
+22
*
mm/page_vma_mapped: reformat map_pte() with less indentation
Hugh Dickins
2023-06-19
1
-31
/
+34
*
mm/page_vma_mapped: delete bogosity in page_vma_mapped_walk()
Hugh Dickins
2023-06-19
1
-4
/
+0
*
mm: use pmdp_get_lockless() without surplus barrier()
Hugh Dickins
2023-06-19
1
-1
/
+1
*
mm/hugetlb: introduce hugetlb_walk()
Peter Xu
2023-01-18
1
-3
/
+6
*
mm/swap: add swp_offset_pfn() to fetch PFN from swap entry
Peter Xu
2022-09-26
1
-3
/
+3
*
mm/page_vma_mapped.c: use helper function huge_pte_lock
Miaohe Lin
2022-07-17
1
-2
/
+1
*
mm/page_vma_mapped.c: check possible huge PMD map with transhuge_vma_suitable()
Yang Shi
2022-07-03
1
-1
/
+1
*
mm: pvmw: add support for walking devmap pages
Muchun Song
2022-04-28
1
-8
/
+9
*
mm/rmap: Fix handling of hugetlbfs pages in page_vma_mapped_walk
zhenwei pi
2022-04-07
1
-3
/
+3
*
mm: Convert page_vma_mapped_walk to work on PFNs
Matthew Wilcox (Oracle)
2022-03-21
1
-32
/
+26
*
mm: device exclusive memory access
Alistair Popple
2021-07-01
1
-3
/
+6
*
mm: remove special swap entry functions
Alistair Popple
2021-07-01
1
-3
/
+3
*
mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()
Hugh Dickins
2021-06-24
1
-0
/
+4
*
mm/thp: fix page_vma_mapped_walk() if THP mapped by ptes
Hugh Dickins
2021-06-24
1
-9
/
+25
*
mm: page_vma_mapped_walk(): get vma_address_end() earlier
Hugh Dickins
2021-06-24
1
-4
/
+9
*
mm: page_vma_mapped_walk(): use goto instead of while (1)
Hugh Dickins
2021-06-24
1
-4
/
+3
*
mm: page_vma_mapped_walk(): add a level of indentation
Hugh Dickins
2021-06-24
1
-50
/
+55
*
mm: page_vma_mapped_walk(): crossing page table boundary
Hugh Dickins
2021-06-24
1
-4
/
+4
*
mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION block
Hugh Dickins
2021-06-24
1
-16
/
+14
*
mm: page_vma_mapped_walk(): use pmde for *pvmw->pmd
Hugh Dickins
2021-06-24
1
-5
/
+6
*
mm: page_vma_mapped_walk(): settle PageHuge on entry
Hugh Dickins
2021-06-24
1
-4
/
+8
*
mm: page_vma_mapped_walk(): use page for pvmw->page
Hugh Dickins
2021-06-24
1
-5
/
+4
*
mm/thp: fix vma_address() if virtual address below file offset
Hugh Dickins
2021-06-16
1
-10
/
+6
*
mm/thp: try_to_unmap() use TTU_SYNC for safe splitting
Hugh Dickins
2021-06-16
1
-0
/
+11
*
mm: fix typos in comments
Lu Jialin
2021-05-07
1
-1
/
+1
*
mm/page_vma_mapped.c: add colon to fix kernel-doc markups error for check_pte
Alex Shi
2020-12-15
1
-4
/
+5
*
mm: replace hpage_nr_pages with thp_nr_pages
Matthew Wilcox (Oracle)
2020-08-14
1
-1
/
+1
*
mm: add thp_size
Matthew Wilcox (Oracle)
2020-08-14
1
-2
/
+2
*
mm/page_vma_mapped.c: explicitly compare pfn for normal, hugetlbfs and THP page
Li Xinhai
2020-01-31
1
-4
/
+8
*
mm: introduce page_size()
Matthew Wilcox (Oracle)
2019-09-24
1
-2
/
+1
*
mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly
Ralph Campbell
2018-10-31
1
-1
/
+23
*
mm, page_vma_mapped: Introduce pfn_in_hpage()
Kirill A. Shutemov
2018-01-22
1
-8
/
+9
*
mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte()
Kirill A. Shutemov
2018-01-21
1
-25
/
+38
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lock
Will Deacon
2017-10-13
1
-15
/
+10
*
mm: remove unnecessary WARN_ONCE in page_vma_mapped_walk().
Zi Yan
2017-10-13
1
-2
/
+1
*
mm/migrate: support un-addressable ZONE_DEVICE page in migration
Jérôme Glisse
2017-09-08
1
-0
/
+10
*
mm: thp: enable thp migration in generic path
Zi Yan
2017-09-08
1
-3
/
+15
*
mm/hugetlb: add size parameter to huge_pte_offset()
Punit Agrawal
2017-07-06
1
-1
/
+2
*
mm: fix page_vma_mapped_walk() for ksm pages
Hugh Dickins
2017-04-08
1
-7
/
+8
*
mm: convert generic code to 5-level paging
Kirill A. Shutemov
2017-03-09
1
-1
/
+5
*
mm: convert page_mapped_in_vma() to use page_vma_mapped_walk()
Kirill A. Shutemov
2017-02-24
1
-0
/
+30
*
mm: introduce page_vma_mapped_walk()
Kirill A. Shutemov
2017-02-24
1
-0
/
+188