summaryrefslogtreecommitdiffstats
path: root/mm/debug_vm_pgtable.c
Commit message (Expand)AuthorAgeFilesLines
* mm/debug_vm_pgtable: fix corrupted page flagGavin Shan2021-09-031-4/+51
* mm/debug_vm_pgtable: remove unused codeGavin Shan2021-09-031-54/+0
* mm/debug_vm_pgtable: use struct pgtable_debug_args in PGD and P4D modifying t...Gavin Shan2021-09-031-48/+38
* mm/debug_vm_pgtable: use struct pgtable_debug_args in PUD modifying testsGavin Shan2021-09-031-78/+48
* mm/debug_vm_pgtable: use struct pgtable_debug_args in PMD modifying testsGavin Shan2021-09-031-52/+46
* mm/debug_vm_pgtable: use struct pgtable_debug_args in PTE modifying testsGavin Shan2021-09-031-35/+32
* mm/debug_vm_pgtable: use struct pgtable_debug_args in migration and thp testsGavin Shan2021-09-031-19/+17
* mm/debug_vm_pgtable: use struct pgtable_debug_args in soft_dirty and swap testsGavin Shan2021-09-031-25/+23
* mm/debug_vm_pgtable: use struct pgtable_debug_args in protnone and devmap testsGavin Shan2021-09-031-32/+26
* mm/debug_vm_pgtable: use struct pgtable_debug_args in leaf and savewrite testsGavin Shan2021-09-031-16/+16
* mm/debug_vm_pgtable: use struct pgtable_debug_args in basic testsGavin Shan2021-09-031-26/+24
* mm/debug_vm_pgtable: introduce struct pgtable_debug_argsGavin Shan2021-09-031-1/+269
* mm/swapops: rework swap entry manipulation codeAlistair Popple2021-07-011-6/+6
* mm/debug_vm_pgtable: remove redundant pfn_{pmd/pte}() and fix one comment mis...Shixin Liu2021-06-301-3/+3
* mm/debug_vm_pgtable: move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGE...Shixin Liu2021-06-301-52/+39
* mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage()Anshuman Khandual2021-06-291-12/+51
* mm/debug_vm_pgtable: fix alignment for pmd/pud_advanced_tests()Gerald Schaefer2021-06-051-2/+2
* mm: HUGE_VMAP arch support cleanupNicholas Piggin2021-04-301-2/+2
* mm/debug_vm_pgtable/basic: iterate over entire protection_map[]Anshuman Khandual2021-02-241-12/+35
* mm/debug_vm_pgtable/basic: add validation for dirtiness after write protectAnshuman Khandual2021-02-241-0/+39
* mm/debug_vm_pgtable: avoid doing memory allocation with pgtable_t mapped.Aneesh Kumar K.V2020-10-161-3/+8
* mm/debug_vm_pgtable: avoid none pte in pte_clear_testAneesh Kumar K.V2020-10-161-3/+6
* mm/debug_vm_pgtable/hugetlb: disable hugetlb test on ppc64Aneesh Kumar K.V2020-10-161-51/+0
* mm/debug_vm_pgtable/pmd_clear: don't use pmd/pud_clear on pte entriesAneesh Kumar K.V2020-10-161-3/+4
* mm/debug_vm_pgtable/thp: use page table depost/withdraw with THPAneesh Kumar K.V2020-10-161-3/+7
* mm/debug_vm_pgtable/locks: take correct page table lockAneesh Kumar K.V2020-10-161-13/+22
* mm/debug_vm_pgtable/locks: move non page table modifying test togetherAneesh Kumar K.V2020-10-161-23/+28
* mm/debug_vm_pgtable/set_pte/pmd/pud: don't use set_*_at to update an existing...Aneesh Kumar K.V2020-10-161-20/+15
* mm/debug_vm_pgtable/savedwrite: enable savedwrite test with CONFIG_NUMA_BALAN...Aneesh Kumar K.V2020-10-161-2/+9
* mm/debug_vm_pgtables/hugevmap: use the arch helper to identify huge vmap supp...Aneesh Kumar K.V2020-10-161-2/+12
* mm/debug_vm_pgtable/ppc64: avoid setting top bits in radom valueAneesh Kumar K.V2020-10-161-3/+10
* Documentation/mm: add descriptions for arch page table helpersAnshuman Khandual2020-08-071-0/+6
* mm/debug_vm_pgtable: add debug prints for individual testsAnshuman Khandual2020-08-071-1/+45
* mm/debug_vm_pgtable: add tests validating advanced arch page table helpersAnshuman Khandual2020-08-071-0/+312
* mm/debug_vm_pgtable: add tests validating arch helpers for core MM featuresAnshuman Khandual2020-08-071-1/+301
* mm/debug_vm_pgtable: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* mm/debug_vm_pgtable: fix build failure with powerpc 8xxChristophe Leroy2020-06-261-2/+2
* mm/debug_vm_pgtable: fix kernel crash by checking for THP supportAneesh Kumar K.V2020-06-101-0/+6
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* mm/debug: add tests validating architecture page table helpersAnshuman Khandual2020-06-041-0/+382