1. be16dd76 mm: fix multiple typos in multiple files by Muhammad Muzammil · 1 year, 5 months ago
  2. df57721 Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 6 months ago
  3. f32928a mm: change pudp_huge_get_and_clear_full take vm_area_struct as arg by Aneesh Kumar K.V · 1 year, 8 months ago
  4. 348ad16 mm/hugepage pud: allow arch-specific helper function to check huge page pud support by Aneesh Kumar K.V · 1 year, 8 months ago
  5. 161e393 mm: Make pte_mkwrite() take a VMA by Rick Edgecombe · 1 year, 9 months ago
  6. 9f2bad0 mm/debug_vm_pgtable,page_table_check: warn pte map fails by Hugh Dickins · 1 year, 9 months ago
  7. 23baf83 mm, treewide: redefine MAX_ORDER sanely by Kirill A. Shutemov · 2 years ago
  8. dcc1be1 mm: prefer xxx_page() alloc/free functions for order-0 pages by Lorenzo Stoakes · 2 years ago
  9. 9dabf6e mm/debug_vm_pgtable: replace pte_mkhuge() with arch_make_huge_pte() by Anshuman Khandual · 2 years ago
  10. 950fe88 mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE by David Hildenbrand · 2 years, 2 months ago
  11. 2321ba3 mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checks by David Hildenbrand · 2 years, 2 months ago
  12. c4876ff mm/debug: use valid physical memory for pmd/pud tests by Frank van der Linden · 2 years, 2 months ago
  13. d637915 mm: remove unused savedwrite infrastructure by David Hildenbrand · 2 years, 4 months ago
  14. d7e679b mm: debug_vm_pgtable: use VM_ACCESS_FLAGS by Kefeng Wang · 2 years, 5 months ago
  15. ee65728 docs: rename Documentation/vm to Documentation/mm by Mike Rapoport · 2 years, 9 months ago
  16. 210d1e8 mm/debug_vm_pgtable: add tests for __HAVE_ARCH_PTE_SWP_EXCLUSIVE by David Hildenbrand · 2 years, 10 months ago
  17. 31d1707 mm/debug_vm_pgtable: drop protection_map[] usage by Anshuman Khandual · 2 years, 11 months ago
  18. fb5222a mm/debug_vm_pgtable: remove pte entry from the page table by Pasha Tatashin · 3 years, 1 month ago
  19. 08d5b29 mm: ptep_clear() page table helper by Pasha Tatashin · 3 years, 2 months ago
  20. 2364761 mm/debug_vm_pgtable: update comments regarding migration swap entries by Anshuman Khandual · 3 years, 2 months ago
  21. 8772716 mm: debug_vm_pgtable: don't use __P000 directly by Guo Ren · 3 years, 4 months ago
  22. 8c5b3a8 mm/debug_vm_pgtable: fix corrupted page flag by Gavin Shan · 3 years, 6 months ago
  23. fda88cf mm/debug_vm_pgtable: remove unused code by Gavin Shan · 3 years, 6 months ago
  24. 2f87f8c mm/debug_vm_pgtable: use struct pgtable_debug_args in PGD and P4D modifying tests by Gavin Shan · 3 years, 6 months ago
  25. 4cbde03 mm/debug_vm_pgtable: use struct pgtable_debug_args in PUD modifying tests by Gavin Shan · 3 years, 6 months ago
  26. c0fe07b mm/debug_vm_pgtable: use struct pgtable_debug_args in PMD modifying tests by Gavin Shan · 3 years, 6 months ago
  27. 44966c4 mm/debug_vm_pgtable: use struct pgtable_debug_args in PTE modifying tests by Gavin Shan · 3 years, 6 months ago
  28. 4878a88 mm/debug_vm_pgtable: use struct pgtable_debug_args in migration and thp tests by Gavin Shan · 3 years, 6 months ago
  29. 5f447e8 mm/debug_vm_pgtable: use struct pgtable_debug_args in soft_dirty and swap tests by Gavin Shan · 3 years, 6 months ago
  30. 8cb183f mm/debug_vm_pgtable: use struct pgtable_debug_args in protnone and devmap tests by Gavin Shan · 3 years, 6 months ago
  31. 8983d23 mm/debug_vm_pgtable: use struct pgtable_debug_args in leaf and savewrite tests by Gavin Shan · 3 years, 6 months ago
  32. 36b77d1 mm/debug_vm_pgtable: use struct pgtable_debug_args in basic tests by Gavin Shan · 3 years, 6 months ago
  33. 3c9b84f mm/debug_vm_pgtable: introduce struct pgtable_debug_args by Gavin Shan · 3 years, 6 months ago
  34. 4dd845b mm/swapops: rework swap entry manipulation code by Alistair Popple · 3 years, 8 months ago
  35. b593b90 mm/debug_vm_pgtable: remove redundant pfn_{pmd/pte}() and fix one comment mistake by Shixin Liu · 3 years, 8 months ago
  36. 5fe77be mm/debug_vm_pgtable: move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGEPAGE by Shixin Liu · 3 years, 8 months ago
  37. 65ac1a6 mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage() by Anshuman Khandual · 3 years, 9 months ago
  38. 04f7ce3 mm/debug_vm_pgtable: fix alignment for pmd/pud_advanced_tests() by Gerald Schaefer · 3 years, 9 months ago
  39. bbc180a mm: HUGE_VMAP arch support cleanup by Nicholas Piggin · 3 years, 11 months ago
  40. 2e326c0 mm/debug_vm_pgtable/basic: iterate over entire protection_map[] by Anshuman Khandual · 4 years ago
  41. bb5c47c mm/debug_vm_pgtable/basic: add validation for dirtiness after write protect by Anshuman Khandual · 4 years ago
  42. f14312e mm/debug_vm_pgtable: avoid doing memory allocation with pgtable_t mapped. by Aneesh Kumar K.V · 4 years, 5 months ago
  43. 401035d mm/debug_vm_pgtable: avoid none pte in pte_clear_test by Aneesh Kumar K.V · 4 years, 5 months ago
  44. 2b1dd67 mm/debug_vm_pgtable/hugetlb: disable hugetlb test on ppc64 by Aneesh Kumar K.V · 4 years, 5 months ago
  45. 13af050 mm/debug_vm_pgtable/pmd_clear: don't use pmd/pud_clear on pte entries by Aneesh Kumar K.V · 4 years, 5 months ago
  46. 87f3498 mm/debug_vm_pgtable/thp: use page table depost/withdraw with THP by Aneesh Kumar K.V · 4 years, 5 months ago
  47. 6f302e27 mm/debug_vm_pgtable/locks: take correct page table lock by Aneesh Kumar K.V · 4 years, 5 months ago
  48. e8edf0a mm/debug_vm_pgtable/locks: move non page table modifying test together by Aneesh Kumar K.V · 4 years, 5 months ago
  49. c3824e1 mm/debug_vm_pgtable/set_pte/pmd/pud: don't use set_*_at to update an existing pte entry by Aneesh Kumar K.V · 4 years, 5 months ago
  50. 4200605 mm/debug_vm_pgtable/savedwrite: enable savedwrite test with CONFIG_NUMA_BALANCING by Aneesh Kumar K.V · 4 years, 5 months ago
  51. 85a1446 mm/debug_vm_pgtables/hugevmap: use the arch helper to identify huge vmap support. by Aneesh Kumar K.V · 4 years, 5 months ago
  52. cfc5bbc mm/debug_vm_pgtable/ppc64: avoid setting top bits in radom value by Aneesh Kumar K.V · 4 years, 5 months ago
  53. b1d0000 Documentation/mm: add descriptions for arch page table helpers by Anshuman Khandual · 4 years, 7 months ago
  54. 6315df4 mm/debug_vm_pgtable: add debug prints for individual tests by Anshuman Khandual · 4 years, 7 months ago
  55. a5c3b9f mm/debug_vm_pgtable: add tests validating advanced arch page table helpers by Anshuman Khandual · 4 years, 7 months ago
  56. 0528940 mm/debug_vm_pgtable: add tests validating arch helpers for core MM features by Anshuman Khandual · 4 years, 7 months ago
  57. fea1120 mm/debug_vm_pgtable: Remove uninitialized_var() usage by Kees Cook · 4 years, 9 months ago
  58. 9449c9c mm/debug_vm_pgtable: fix build failure with powerpc 8xx by Christophe Leroy · 4 years, 9 months ago
  59. 787d563 mm/debug_vm_pgtable: fix kernel crash by checking for THP support by Aneesh Kumar K.V · 4 years, 9 months ago
  60. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 9 months ago
  61. 399145f mm/debug: add tests validating architecture page table helpers by Anshuman Khandual · 4 years, 9 months ago