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