1. e17eae2 mm: pagewalk: fix walk for hugepage tables by Christophe Leroy · 3 years, 6 months ago
  2. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  3. 42fc541 mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked() by Michel Lespinasse · 4 years, 7 months ago
  4. e47690d x86: mm: avoid allocating struct mm_struct on the stack by Steven Price · 5 years ago
  5. b7a16c7 mm: pagewalk: add 'depth' parameter to pte_hole by Steven Price · 5 years ago
  6. c02a987 mm: pagewalk: fix termination condition in walk_pte_range() by Steven Price · 5 years ago
  7. fbf5634 mm: pagewalk: don't lock PTEs for walk_page_range_novma() by Steven Price · 5 years ago
  8. 488ae6a mm: pagewalk: allow walking without vma by Steven Price · 5 years ago
  9. 3afc423 mm: pagewalk: add p4d_entry() and pgd_entry() by Steven Price · 5 years ago
  10. ecaad8a mm: Add a walk_page_mapping() function to the pagewalk code by Thomas Hellstrom · 5 years ago
  11. ace88f1 mm: pagewalk: Take the pagetable lock in walk_pte_range() by Thomas Hellstrom · 5 years ago
  12. b4bc781 pagewalk: use lockdep_assert_held for locking validation by Christoph Hellwig · 5 years ago
  13. 7b86ac3 pagewalk: separate function pointers from iterator data by Christoph Hellwig · 5 years ago
  14. a520110 mm: split out a new pagewalk.h header from mm.h by Christoph Hellwig · 5 years ago
  15. e8b098f mm: kernel-doc: add missing parameter descriptions by Mike Rapoport · 7 years ago
  16. a5d09be mm: docs: add blank lines to silence sphinx "Unexpected indentation" errors by Mike Rapoport · 7 years ago
  17. 373c455 mm/pagewalk.c: report holes in hugetlb ranges by Jann Horn · 7 years ago
  18. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  19. 7868a20 mm/hugetlb: add size parameter to huge_pte_offset() by Punit Agrawal · 7 years ago
  20. c2febaf mm: convert generic code to 5-level paging by Kirill A. Shutemov · 8 years ago
  21. a00cc7d mm, x86: add support for PUD-sized transparent hugepages by Matthew Wilcox · 8 years ago
  22. 78ddc53 thp: rename split_huge_page_pmd() to split_huge_pmd() by Kirill A. Shutemov · 9 years ago
  23. f683739 mm/pagewalk.c: prevent positive return value of walk_page_test() from being passed to callers by Naoya Horiguchi · 10 years ago
  24. 48684a6 mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP) by Naoya Horiguchi · 10 years ago
  25. 900fc5f pagewalk: add walk_page_vma() by Naoya Horiguchi · 10 years ago
  26. fafaa42 pagewalk: improve vma handling by Naoya Horiguchi · 10 years ago
  27. 0b1fbfe mm/pagewalk: remove pgd_entry() and pud_entry() by Naoya Horiguchi · 10 years ago
  28. 23aaed6 mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range by Shiraz Hashim · 10 years ago
  29. 96dad67 mm: use VM_BUG_ON_MM where possible by Sasha Levin · 10 years ago
  30. 3017f07 mm/pagewalk.c: fix walk_page_range() access of wrong PTEs by Chen LinX · 11 years ago
  31. a9ff785 mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areas by Cliff Wickman · 12 years ago
  32. e180377 thp: change split_huge_page_pmd() interface by Kirill A. Shutemov · 12 years ago
  33. dad7557 mm: fix kernel-doc warnings by Wanpeng Li · 13 years ago
  34. 1a5a990 mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode by Andrea Arcangeli · 13 years ago
  35. dd78553 pagewalk: fix code comment for THP by KOSAKI Motohiro · 13 years ago
  36. c27fe4c8 pagewalk: add locking-rule comments by KOSAKI Motohiro · 13 years ago
  37. 6c6d528 pagewalk: don't look up vma if walk->hugetlb_entry is unused by KOSAKI Motohiro · 13 years ago
  38. 4b6ddbf pagewalk: fix walk_page_range() don't check find_vma() result properly by KOSAKI Motohiro · 13 years ago
  39. 0331932 pagewalk: only split huge pages when necessary by Dave Hansen · 14 years ago
  40. bae9c19 thp: split_huge_page_mm/vma by Andrea Arcangeli · 14 years ago
  41. 5f0af70 mm: remove call to find_vma in pagewalk for non-hugetlbfs by David Sterba · 14 years ago
  42. 116354d pagemap: fix pfn calculation for hugepage by Naoya Horiguchi · 15 years ago
  43. 5dc3764 mm hugetlb: add hugepage support to pagemap by Naoya Horiguchi · 15 years ago
  44. d33b9f4 mm: hugetlb: fix hugepage memory leak in walk_page_range() by Naoya Horiguchi · 15 years ago
  45. 2165009 pagemap: pass mm into pagewalkers by Dave Hansen · 17 years ago
  46. 556637c mm: fix possible off-by-one in walk_pte_range() by Johannes Weiner · 17 years ago
  47. 7682486 mm: fix various kernel-doc comments by Randy Dunlap · 17 years ago
  48. e647309 maps4: introduce a generic page walker by Matt Mackall · 17 years ago