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.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
/
pagewalk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-11
mm: pagewalk: assert write mmap lock only for walking the user page tables
Muchun Song
1
-1
/
+28
2023-09-02
mm/pagewalk: fix bootstopping regression from extra pte_unmap()
Hugh Dickins
1
-1
/
+1
2023-08-21
mm: enable page walking API to lock vmas during the walk
Suren Baghdasaryan
1
-3
/
+33
2023-07-27
mm/pagewalk: fix EFI_PGT_DUMP of espfix area
Hugh Dickins
1
-1
/
+4
2023-06-20
mm/pagewalk: walk_pte_range() allow for pte_offset_map()
Hugh Dickins
1
-10
/
+23
2023-01-19
mm/hugetlb: introduce hugetlb_walk()
Peter Xu
1
-3
/
+1
2023-01-19
mm/hugetlb: make walk_hugetlb_range() safe to pmd unshare
Peter Xu
1
-0
/
+2
2022-12-12
mm/pagewalk: add walk_page_range_vma()
David Hildenbrand
1
-0
/
+20
2022-12-12
mm/pagewalk: don't trigger test_walk() in walk_page_vma()
David Hildenbrand
1
-7
/
+0
2022-10-11
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+10
2022-09-27
mm/pagewalk: use vma_find() instead of vma linked list
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-09-12
mm: pagewalk: add api documentation for walk_page_range_novma()
Rolf Eike Beer
1
-1
/
+9
2022-09-03
mm: pagewalk: Fix race between unmap and page walker
Steven Price
1
-9
/
+12
2021-06-29
mm: pagewalk: fix walk for hugepage tables
Christophe Leroy
1
-5
/
+53
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-3
/
+3
2020-06-09
mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()
Michel Lespinasse
1
-3
/
+3
2020-02-04
x86: mm: avoid allocating struct mm_struct on the stack
Steven Price
1
-1
/
+6
2020-02-04
mm: pagewalk: add 'depth' parameter to pte_hole
Steven Price
1
-6
/
+25
2020-02-04
mm: pagewalk: fix termination condition in walk_pte_range()
Steven Price
1
-2
/
+2
2020-02-04
mm: pagewalk: don't lock PTEs for walk_page_range_novma()
Steven Price
1
-7
/
+28
2020-02-04
mm: pagewalk: allow walking without vma
Steven Price
1
-8
/
+32
2020-02-04
mm: pagewalk: add p4d_entry() and pgd_entry()
Steven Price
1
-15
/
+35
2019-11-06
mm: Add a walk_page_mapping() function to the pagewalk code
Thomas Hellstrom
1
-1
/
+93
2019-11-06
mm: pagewalk: Take the pagetable lock in walk_pte_range()
Thomas Hellstrom
1
-2
/
+3
2019-09-07
pagewalk: use lockdep_assert_held for locking validation
Christoph Hellwig
1
-2
/
+2
2019-09-07
pagewalk: separate function pointers from iterator data
Christoph Hellwig
1
-52
/
+72
2019-09-07
mm: split out a new pagewalk.h header from mm.h
Christoph Hellwig
1
-1
/
+1
2018-04-06
mm: kernel-doc: add missing parameter descriptions
Mike Rapoport
1
-0
/
+3
2018-02-07
mm: docs: add blank lines to silence sphinx "Unexpected indentation" errors
Mike Rapoport
1
-0
/
+1
2017-11-16
mm/pagewalk.c: report holes in hugetlb ranges
Jann Horn
1
-1
/
+5
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-07
mm/hugetlb: add size parameter to huge_pte_offset()
Punit Agrawal
1
-1
/
+2
2017-03-09
mm: convert generic code to 5-level paging
Kirill A. Shutemov
1
-3
/
+29
2017-02-25
mm, x86: add support for PUD-sized transparent hugepages
Matthew Wilcox
1
-1
/
+19
2016-01-16
thp: rename split_huge_page_pmd() to split_huge_pmd()
Kirill A. Shutemov
1
-1
/
+1
2015-03-26
mm/pagewalk.c: prevent positive return value of walk_page_test() from being p...
Naoya Horiguchi
1
-1
/
+8
2015-02-12
mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)
Naoya Horiguchi
1
-8
/
+13
2015-02-12
pagewalk: add walk_page_vma()
Naoya Horiguchi
1
-0
/
+18
2015-02-12
pagewalk: improve vma handling
Naoya Horiguchi
1
-89
/
+117
2015-02-12
mm/pagewalk: remove pgd_entry() and pud_entry()
Naoya Horiguchi
1
-7
/
+2
2015-02-06
mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range
Shiraz Hashim
1
-1
/
+4
2014-10-10
mm: use VM_BUG_ON_MM where possible
Sasha Levin
1
-1
/
+1
2013-10-31
mm/pagewalk.c: fix walk_page_range() access of wrong PTEs
Chen LinX
1
-1
/
+1
2013-05-25
mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areas
Cliff Wickman
1
-34
/
+36
2012-12-13
thp: change split_huge_page_pmd() interface
Kirill A. Shutemov
1
-1
/
+1
2012-06-21
mm: fix kernel-doc warnings
Wanpeng Li
1
-1
/
+0
2012-03-22
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
Andrea Arcangeli
1
-1
/
+1
2011-07-26
pagewalk: fix code comment for THP
KOSAKI Motohiro
1
-1
/
+2
2011-07-26
pagewalk: add locking-rule comments
KOSAKI Motohiro
1
-0
/
+3
2011-07-26
pagewalk: don't look up vma if walk->hugetlb_entry is unused
KOSAKI Motohiro
1
-6
/
+37
[next]