index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
pagewalk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-17
mm/pagewalk: check pfnmap for folio_walk_start()
Peter Xu
1
-1
/
+1
2024-09-01
mm/pagewalk: introduce folio_walk_start() + folio_walk_end()
David Hildenbrand
1
-0
/
+202
2024-07-12
mm: remove CONFIG_ARCH_HAS_HUGEPD
Christophe Leroy
1
-53
/
+4
2023-12-10
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-19
mm/pagewalk: walk_pte_range() allow for pte_offset_map()
Hugh Dickins
1
-10
/
+23
2023-01-18
mm/hugetlb: introduce hugetlb_walk()
Peter Xu
1
-3
/
+1
2023-01-18
mm/hugetlb: make walk_hugetlb_range() safe to pmd unshare
Peter Xu
1
-0
/
+2
2022-12-11
mm/pagewalk: add walk_page_range_vma()
David Hildenbrand
1
-0
/
+20
2022-12-11
mm/pagewalk: don't trigger test_walk() in walk_page_vma()
David Hildenbrand
1
-7
/
+0
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+10
2022-09-26
mm/pagewalk: use vma_find() instead of vma linked list
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-09-11
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-05
mm: kernel-doc: add missing parameter descriptions
Mike Rapoport
1
-0
/
+3
2018-02-06
mm: docs: add blank lines to silence sphinx "Unexpected indentation" errors
Mike Rapoport
1
-0
/
+1
2017-11-15
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-06
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-24
mm, x86: add support for PUD-sized transparent hugepages
Matthew Wilcox
1
-1
/
+19
2016-01-15
thp: rename split_huge_page_pmd() to split_huge_pmd()
Kirill A. Shutemov
1
-1
/
+1
2015-03-25
mm/pagewalk.c: prevent positive return value of walk_page_test() from being p...
Naoya Horiguchi
1
-1
/
+8
2015-02-11
mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)
Naoya Horiguchi
1
-8
/
+13
2015-02-11
pagewalk: add walk_page_vma()
Naoya Horiguchi
1
-0
/
+18
2015-02-11
pagewalk: improve vma handling
Naoya Horiguchi
1
-89
/
+117
2015-02-11
mm/pagewalk: remove pgd_entry() and pud_entry()
Naoya Horiguchi
1
-7
/
+2
2015-02-05
mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range
Shiraz Hashim
1
-1
/
+4
2014-10-09
mm: use VM_BUG_ON_MM where possible
Sasha Levin
1
-1
/
+1
2013-10-30
mm/pagewalk.c: fix walk_page_range() access of wrong PTEs
Chen LinX
1
-1
/
+1
2013-05-24
mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areas
Cliff Wickman
1
-34
/
+36
2012-12-12
thp: change split_huge_page_pmd() interface
Kirill A. Shutemov
1
-1
/
+1
2012-06-20
mm: fix kernel-doc warnings
Wanpeng Li
1
-1
/
+0
2012-03-21
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
Andrea Arcangeli
1
-1
/
+1
[next]