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