- 9c67a20 mm/hugetlb: introduce hugetlb_walk() by Peter Xu · 2 years, 1 month ago
- dd361e5 mm/hugetlb: make walk_hugetlb_range() safe to pmd unshare by Peter Xu · 2 years, 1 month ago
- e07cda5 mm/pagewalk: add walk_page_range_vma() by David Hildenbrand · 2 years, 3 months ago
- c31783e mm/pagewalk: don't trigger test_walk() in walk_page_vma() by David Hildenbrand · 2 years, 3 months ago
- 27bc50f Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 4 months ago
- 9ec08f3 mm/pagewalk: use vma_find() instead of vma linked list by Matthew Wilcox (Oracle) · 2 years, 5 months ago
- 8bd3873 mm: pagewalk: add api documentation for walk_page_range_novma() by Rolf Eike Beer · 2 years, 5 months ago
- 8782fb6 mm: pagewalk: Fix race between unmap and page walker by Steven Price · 2 years, 5 months ago
- e17eae2 mm: pagewalk: fix walk for hugepage tables by Christophe Leroy · 3 years, 7 months ago
- c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 8 months ago
- 42fc541 mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked() by Michel Lespinasse · 4 years, 8 months ago
- e47690d x86: mm: avoid allocating struct mm_struct on the stack by Steven Price · 5 years ago
- b7a16c7 mm: pagewalk: add 'depth' parameter to pte_hole by Steven Price · 5 years ago
- c02a987 mm: pagewalk: fix termination condition in walk_pte_range() by Steven Price · 5 years ago
- fbf5634 mm: pagewalk: don't lock PTEs for walk_page_range_novma() by Steven Price · 5 years ago
- 488ae6a mm: pagewalk: allow walking without vma by Steven Price · 5 years ago
- 3afc423 mm: pagewalk: add p4d_entry() and pgd_entry() by Steven Price · 5 years ago
- ecaad8a mm: Add a walk_page_mapping() function to the pagewalk code by Thomas Hellstrom · 5 years ago
- ace88f1 mm: pagewalk: Take the pagetable lock in walk_pte_range() by Thomas Hellstrom · 5 years ago
- b4bc781 pagewalk: use lockdep_assert_held for locking validation by Christoph Hellwig · 5 years ago
- 7b86ac3 pagewalk: separate function pointers from iterator data by Christoph Hellwig · 5 years ago
- a520110 mm: split out a new pagewalk.h header from mm.h by Christoph Hellwig · 5 years ago
- e8b098f mm: kernel-doc: add missing parameter descriptions by Mike Rapoport · 7 years ago
- a5d09be mm: docs: add blank lines to silence sphinx "Unexpected indentation" errors by Mike Rapoport · 7 years ago
- 373c455 mm/pagewalk.c: report holes in hugetlb ranges by Jann Horn · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 7868a20 mm/hugetlb: add size parameter to huge_pte_offset() by Punit Agrawal · 8 years ago
- c2febaf mm: convert generic code to 5-level paging by Kirill A. Shutemov · 8 years ago
- a00cc7d mm, x86: add support for PUD-sized transparent hugepages by Matthew Wilcox · 8 years ago
- 78ddc53 thp: rename split_huge_page_pmd() to split_huge_pmd() by Kirill A. Shutemov · 9 years ago
- f683739 mm/pagewalk.c: prevent positive return value of walk_page_test() from being passed to callers by Naoya Horiguchi · 10 years ago
- 48684a6 mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP) by Naoya Horiguchi · 10 years ago
- 900fc5f1 pagewalk: add walk_page_vma() by Naoya Horiguchi · 10 years ago
- fafaa42 pagewalk: improve vma handling by Naoya Horiguchi · 10 years ago
- 0b1fbfe mm/pagewalk: remove pgd_entry() and pud_entry() by Naoya Horiguchi · 10 years ago
- 23aaed6 mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range by Shiraz Hashim · 10 years ago
- 96dad67 mm: use VM_BUG_ON_MM where possible by Sasha Levin · 10 years ago
- 3017f07 mm/pagewalk.c: fix walk_page_range() access of wrong PTEs by Chen LinX · 11 years ago
- a9ff785 mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areas by Cliff Wickman · 12 years ago
- e180377 thp: change split_huge_page_pmd() interface by Kirill A. Shutemov · 12 years ago
- dad7557 mm: fix kernel-doc warnings by Wanpeng Li · 13 years ago
- 1a5a990 mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode by Andrea Arcangeli · 13 years ago
- dd78553 pagewalk: fix code comment for THP by KOSAKI Motohiro · 14 years ago
- c27fe4c8 pagewalk: add locking-rule comments by KOSAKI Motohiro · 14 years ago
- 6c6d528 pagewalk: don't look up vma if walk->hugetlb_entry is unused by KOSAKI Motohiro · 14 years ago
- 4b6ddbf pagewalk: fix walk_page_range() don't check find_vma() result properly by KOSAKI Motohiro · 14 years ago
- 0331932 pagewalk: only split huge pages when necessary by Dave Hansen · 14 years ago
- bae9c19 thp: split_huge_page_mm/vma by Andrea Arcangeli · 14 years ago
- 5f0af70 mm: remove call to find_vma in pagewalk for non-hugetlbfs by David Sterba · 14 years ago
- 116354d pagemap: fix pfn calculation for hugepage by Naoya Horiguchi · 15 years ago
- 5dc3764 mm hugetlb: add hugepage support to pagemap by Naoya Horiguchi · 15 years ago
- d33b9f4 mm: hugetlb: fix hugepage memory leak in walk_page_range() by Naoya Horiguchi · 15 years ago
- 2165009 pagemap: pass mm into pagewalkers by Dave Hansen · 17 years ago
- 556637c mm: fix possible off-by-one in walk_pte_range() by Johannes Weiner · 17 years ago
- 7682486 mm: fix various kernel-doc comments by Randy Dunlap · 17 years ago
- e647309 maps4: introduce a generic page walker by Matt Mackall · 17 years ago