aboutsummaryrefslogtreecommitdiff
path: root/mm/debug_vm_pgtable.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-27docs: rename Documentation/vm to Documentation/mmGravatar Mike Rapoport 1-1/+1
2022-05-09mm/debug_vm_pgtable: add tests for __HAVE_ARCH_PTE_SWP_EXCLUSIVEGravatar David Hildenbrand 1-0/+15
2022-04-28mm/debug_vm_pgtable: drop protection_map[] usageGravatar Anshuman Khandual 1-12/+19
2022-02-04mm/debug_vm_pgtable: remove pte entry from the page tableGravatar Pasha Tatashin 1-0/+2
2022-01-15mm: ptep_clear() page table helperGravatar Pasha Tatashin 1-1/+1
2022-01-15mm/debug_vm_pgtable: update comments regarding migration swap entriesGravatar Anshuman Khandual 1-2/+2
2021-11-06mm: debug_vm_pgtable: don't use __P000 directlyGravatar Guo Ren 1-3/+4
2021-09-03mm/debug_vm_pgtable: fix corrupted page flagGravatar Gavin Shan 1-4/+51
2021-09-03mm/debug_vm_pgtable: remove unused codeGravatar Gavin Shan 1-54/+0
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PGD and P4D modifying t...Gravatar Gavin Shan 1-48/+38
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PUD modifying testsGravatar Gavin Shan 1-78/+48
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PMD modifying testsGravatar Gavin Shan 1-52/+46
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PTE modifying testsGravatar Gavin Shan 1-35/+32
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in migration and thp testsGravatar Gavin Shan 1-19/+17
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in soft_dirty and swap testsGravatar Gavin Shan 1-25/+23
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in protnone and devmap testsGravatar Gavin Shan 1-32/+26
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in leaf and savewrite testsGravatar Gavin Shan 1-16/+16
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in basic testsGravatar Gavin Shan 1-26/+24
2021-09-03mm/debug_vm_pgtable: introduce struct pgtable_debug_argsGravatar Gavin Shan 1-1/+269
2021-07-01mm/swapops: rework swap entry manipulation codeGravatar Alistair Popple 1-6/+6
2021-06-30mm/debug_vm_pgtable: remove redundant pfn_{pmd/pte}() and fix one comment mis...Gravatar Shixin Liu 1-3/+3
2021-06-30mm/debug_vm_pgtable: move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGE...Gravatar Shixin Liu 1-52/+39
2021-06-29mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage()Gravatar Anshuman Khandual 1-12/+51
2021-06-05mm/debug_vm_pgtable: fix alignment for pmd/pud_advanced_tests()Gravatar Gerald Schaefer 1-2/+2
2021-04-30mm: HUGE_VMAP arch support cleanupGravatar Nicholas Piggin 1-2/+2
2021-02-24mm/debug_vm_pgtable/basic: iterate over entire protection_map[]Gravatar Anshuman Khandual 1-12/+35
2021-02-24mm/debug_vm_pgtable/basic: add validation for dirtiness after write protectGravatar Anshuman Khandual 1-0/+39
2020-10-16mm/debug_vm_pgtable: avoid doing memory allocation with pgtable_t mapped.Gravatar Aneesh Kumar K.V 1-3/+8
2020-10-16mm/debug_vm_pgtable: avoid none pte in pte_clear_testGravatar Aneesh Kumar K.V 1-3/+6
2020-10-16mm/debug_vm_pgtable/hugetlb: disable hugetlb test on ppc64Gravatar Aneesh Kumar K.V 1-51/+0
2020-10-16mm/debug_vm_pgtable/pmd_clear: don't use pmd/pud_clear on pte entriesGravatar Aneesh Kumar K.V 1-3/+4
2020-10-16mm/debug_vm_pgtable/thp: use page table depost/withdraw with THPGravatar Aneesh Kumar K.V 1-3/+7
2020-10-16mm/debug_vm_pgtable/locks: take correct page table lockGravatar Aneesh Kumar K.V 1-13/+22
2020-10-16mm/debug_vm_pgtable/locks: move non page table modifying test togetherGravatar Aneesh Kumar K.V 1-23/+28
2020-10-16mm/debug_vm_pgtable/set_pte/pmd/pud: don't use set_*_at to update an existing...Gravatar Aneesh Kumar K.V 1-20/+15
2020-10-16mm/debug_vm_pgtable/savedwrite: enable savedwrite test with CONFIG_NUMA_BALAN...Gravatar Aneesh Kumar K.V 1-2/+9
2020-10-16mm/debug_vm_pgtables/hugevmap: use the arch helper to identify huge vmap supp...Gravatar Aneesh Kumar K.V 1-2/+12
2020-10-16mm/debug_vm_pgtable/ppc64: avoid setting top bits in radom valueGravatar Aneesh Kumar K.V 1-3/+10
2020-08-07Documentation/mm: add descriptions for arch page table helpersGravatar Anshuman Khandual 1-0/+6
2020-08-07mm/debug_vm_pgtable: add debug prints for individual testsGravatar Anshuman Khandual 1-1/+45
2020-08-07mm/debug_vm_pgtable: add tests validating advanced arch page table helpersGravatar Anshuman Khandual 1-0/+312
2020-08-07mm/debug_vm_pgtable: add tests validating arch helpers for core MM featuresGravatar Anshuman Khandual 1-1/+301
2020-07-16mm/debug_vm_pgtable: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-06-26mm/debug_vm_pgtable: fix build failure with powerpc 8xxGravatar Christophe Leroy 1-2/+2
2020-06-10mm/debug_vm_pgtable: fix kernel crash by checking for THP supportGravatar Aneesh Kumar K.V 1-0/+6
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-06-04mm/debug: add tests validating architecture page table helpersGravatar Anshuman Khandual 1-0/+382