aboutsummaryrefslogtreecommitdiffstats
path: root/mm/debug_vm_pgtable.c
AgeCommit message (Expand)Author
2023-06-19mm/debug_vm_pgtable,page_table_check: warn pte map failsHugh Dickins
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-03-28mm: prefer xxx_page() alloc/free functions for order-0 pagesLorenzo Stoakes
2023-03-28mm/debug_vm_pgtable: replace pte_mkhuge() with arch_make_huge_pte()Anshuman Khandual
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checksDavid Hildenbrand
2023-01-18mm/debug: use valid physical memory for pmd/pud testsFrank van der Linden
2022-11-30mm: remove unused savedwrite infrastructureDavid Hildenbrand
2022-11-08mm: debug_vm_pgtable: use VM_ACCESS_FLAGSKefeng Wang
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport
2022-05-09mm/debug_vm_pgtable: add tests for __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2022-04-28mm/debug_vm_pgtable: drop protection_map[] usageAnshuman Khandual
2022-02-04mm/debug_vm_pgtable: remove pte entry from the page tablePasha Tatashin
2022-01-15mm: ptep_clear() page table helperPasha Tatashin
2022-01-15mm/debug_vm_pgtable: update comments regarding migration swap entriesAnshuman Khandual
2021-11-06mm: debug_vm_pgtable: don't use __P000 directlyGuo Ren
2021-09-03mm/debug_vm_pgtable: fix corrupted page flagGavin Shan
2021-09-03mm/debug_vm_pgtable: remove unused codeGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PGD and P4D modifying t...Gavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PUD modifying testsGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PMD modifying testsGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PTE modifying testsGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in migration and thp testsGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in soft_dirty and swap testsGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in protnone and devmap testsGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in leaf and savewrite testsGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in basic testsGavin Shan
2021-09-03mm/debug_vm_pgtable: introduce struct pgtable_debug_argsGavin Shan
2021-07-01mm/swapops: rework swap entry manipulation codeAlistair Popple
2021-06-30mm/debug_vm_pgtable: remove redundant pfn_{pmd/pte}() and fix one comment mis...Shixin Liu
2021-06-30mm/debug_vm_pgtable: move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGE...Shixin Liu
2021-06-29mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage()Anshuman Khandual
2021-06-05mm/debug_vm_pgtable: fix alignment for pmd/pud_advanced_tests()Gerald Schaefer
2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin
2021-02-24mm/debug_vm_pgtable/basic: iterate over entire protection_map[]Anshuman Khandual
2021-02-24mm/debug_vm_pgtable/basic: add validation for dirtiness after write protectAnshuman Khandual
2020-10-16mm/debug_vm_pgtable: avoid doing memory allocation with pgtable_t mapped.Aneesh Kumar K.V
2020-10-16mm/debug_vm_pgtable: avoid none pte in pte_clear_testAneesh Kumar K.V
2020-10-16mm/debug_vm_pgtable/hugetlb: disable hugetlb test on ppc64Aneesh Kumar K.V
2020-10-16mm/debug_vm_pgtable/pmd_clear: don't use pmd/pud_clear on pte entriesAneesh Kumar K.V
2020-10-16mm/debug_vm_pgtable/thp: use page table depost/withdraw with THPAneesh Kumar K.V
2020-10-16mm/debug_vm_pgtable/locks: take correct page table lockAneesh Kumar K.V
2020-10-16mm/debug_vm_pgtable/locks: move non page table modifying test togetherAneesh Kumar K.V
2020-10-16mm/debug_vm_pgtable/set_pte/pmd/pud: don't use set_*_at to update an existing...Aneesh Kumar K.V
2020-10-16mm/debug_vm_pgtable/savedwrite: enable savedwrite test with CONFIG_NUMA_BALAN...Aneesh Kumar K.V
2020-10-16mm/debug_vm_pgtables/hugevmap: use the arch helper to identify huge vmap supp...Aneesh Kumar K.V
2020-10-16mm/debug_vm_pgtable/ppc64: avoid setting top bits in radom valueAneesh Kumar K.V
2020-08-07Documentation/mm: add descriptions for arch page table helpersAnshuman Khandual
2020-08-07mm/debug_vm_pgtable: add debug prints for individual testsAnshuman Khandual
2020-08-07mm/debug_vm_pgtable: add tests validating advanced arch page table helpersAnshuman Khandual