index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
debug_vm_pgtable.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-10
mm/debug_vm_pgtable: add tests for __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-0
/
+15
2022-04-29
mm/debug_vm_pgtable: drop protection_map[] usage
Anshuman Khandual
1
-12
/
+19
2022-02-04
mm/debug_vm_pgtable: remove pte entry from the page table
Pasha Tatashin
1
-0
/
+2
2022-01-15
mm: ptep_clear() page table helper
Pasha Tatashin
1
-1
/
+1
2022-01-15
mm/debug_vm_pgtable: update comments regarding migration swap entries
Anshuman Khandual
1
-2
/
+2
2021-11-06
mm: debug_vm_pgtable: don't use __P000 directly
Guo Ren
1
-3
/
+4
2021-09-03
mm/debug_vm_pgtable: fix corrupted page flag
Gavin Shan
1
-4
/
+51
2021-09-03
mm/debug_vm_pgtable: remove unused code
Gavin Shan
1
-54
/
+0
2021-09-03
mm/debug_vm_pgtable: use struct pgtable_debug_args in PGD and P4D modifying t...
Gavin Shan
1
-48
/
+38
2021-09-03
mm/debug_vm_pgtable: use struct pgtable_debug_args in PUD modifying tests
Gavin Shan
1
-78
/
+48
2021-09-03
mm/debug_vm_pgtable: use struct pgtable_debug_args in PMD modifying tests
Gavin Shan
1
-52
/
+46
2021-09-03
mm/debug_vm_pgtable: use struct pgtable_debug_args in PTE modifying tests
Gavin Shan
1
-35
/
+32
2021-09-03
mm/debug_vm_pgtable: use struct pgtable_debug_args in migration and thp tests
Gavin Shan
1
-19
/
+17
2021-09-03
mm/debug_vm_pgtable: use struct pgtable_debug_args in soft_dirty and swap tests
Gavin Shan
1
-25
/
+23
2021-09-03
mm/debug_vm_pgtable: use struct pgtable_debug_args in protnone and devmap tests
Gavin Shan
1
-32
/
+26
2021-09-03
mm/debug_vm_pgtable: use struct pgtable_debug_args in leaf and savewrite tests
Gavin Shan
1
-16
/
+16
2021-09-03
mm/debug_vm_pgtable: use struct pgtable_debug_args in basic tests
Gavin Shan
1
-26
/
+24
2021-09-03
mm/debug_vm_pgtable: introduce struct pgtable_debug_args
Gavin Shan
1
-1
/
+269
2021-07-01
mm/swapops: rework swap entry manipulation code
Alistair Popple
1
-6
/
+6
2021-07-01
mm/debug_vm_pgtable: remove redundant pfn_{pmd/pte}() and fix one comment mis...
Shixin Liu
1
-3
/
+3
2021-07-01
mm/debug_vm_pgtable: move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGE...
Shixin Liu
1
-52
/
+39
2021-06-29
mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage()
Anshuman Khandual
1
-12
/
+51
2021-06-05
mm/debug_vm_pgtable: fix alignment for pmd/pud_advanced_tests()
Gerald Schaefer
1
-2
/
+2
2021-04-30
mm: HUGE_VMAP arch support cleanup
Nicholas Piggin
1
-2
/
+2
2021-02-25
mm/debug_vm_pgtable/basic: iterate over entire protection_map[]
Anshuman Khandual
1
-12
/
+35
2021-02-25
mm/debug_vm_pgtable/basic: add validation for dirtiness after write protect
Anshuman Khandual
1
-0
/
+39
2020-10-16
mm/debug_vm_pgtable: avoid doing memory allocation with pgtable_t mapped.
Aneesh Kumar K.V
1
-3
/
+8
2020-10-16
mm/debug_vm_pgtable: avoid none pte in pte_clear_test
Aneesh Kumar K.V
1
-3
/
+6
2020-10-16
mm/debug_vm_pgtable/hugetlb: disable hugetlb test on ppc64
Aneesh Kumar K.V
1
-51
/
+0
2020-10-16
mm/debug_vm_pgtable/pmd_clear: don't use pmd/pud_clear on pte entries
Aneesh Kumar K.V
1
-3
/
+4
2020-10-16
mm/debug_vm_pgtable/thp: use page table depost/withdraw with THP
Aneesh Kumar K.V
1
-3
/
+7
2020-10-16
mm/debug_vm_pgtable/locks: take correct page table lock
Aneesh Kumar K.V
1
-13
/
+22
2020-10-16
mm/debug_vm_pgtable/locks: move non page table modifying test together
Aneesh Kumar K.V
1
-23
/
+28
2020-10-16
mm/debug_vm_pgtable/set_pte/pmd/pud: don't use set_*_at to update an existing...
Aneesh Kumar K.V
1
-20
/
+15
2020-10-16
mm/debug_vm_pgtable/savedwrite: enable savedwrite test with CONFIG_NUMA_BALAN...
Aneesh Kumar K.V
1
-2
/
+9
2020-10-16
mm/debug_vm_pgtables/hugevmap: use the arch helper to identify huge vmap supp...
Aneesh Kumar K.V
1
-2
/
+12
2020-10-16
mm/debug_vm_pgtable/ppc64: avoid setting top bits in radom value
Aneesh Kumar K.V
1
-3
/
+10
2020-08-07
Documentation/mm: add descriptions for arch page table helpers
Anshuman Khandual
1
-0
/
+6
2020-08-07
mm/debug_vm_pgtable: add debug prints for individual tests
Anshuman Khandual
1
-1
/
+45
2020-08-07
mm/debug_vm_pgtable: add tests validating advanced arch page table helpers
Anshuman Khandual
1
-0
/
+312
2020-08-07
mm/debug_vm_pgtable: add tests validating arch helpers for core MM features
Anshuman Khandual
1
-1
/
+301
2020-07-16
mm/debug_vm_pgtable: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-06-26
mm/debug_vm_pgtable: fix build failure with powerpc 8xx
Christophe Leroy
1
-2
/
+2
2020-06-11
mm/debug_vm_pgtable: fix kernel crash by checking for THP support
Aneesh Kumar K.V
1
-0
/
+6
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-06-05
mm/debug: add tests validating architecture page table helpers
Anshuman Khandual
1
-0
/
+382