index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
debug_vm_pgtable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/swapops: rework swap entry manipulation code
Alistair Popple
2021-07-01
1
-6
/
+6
*
mm/debug_vm_pgtable: remove redundant pfn_{pmd/pte}() and fix one comment mis...
Shixin Liu
2021-06-30
1
-3
/
+3
*
mm/debug_vm_pgtable: move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGE...
Shixin Liu
2021-06-30
1
-52
/
+39
*
mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage()
Anshuman Khandual
2021-06-29
1
-12
/
+51
*
mm/debug_vm_pgtable: fix alignment for pmd/pud_advanced_tests()
Gerald Schaefer
2021-06-05
1
-2
/
+2
*
mm: HUGE_VMAP arch support cleanup
Nicholas Piggin
2021-04-30
1
-2
/
+2
*
mm/debug_vm_pgtable/basic: iterate over entire protection_map[]
Anshuman Khandual
2021-02-24
1
-12
/
+35
*
mm/debug_vm_pgtable/basic: add validation for dirtiness after write protect
Anshuman Khandual
2021-02-24
1
-0
/
+39
*
mm/debug_vm_pgtable: avoid doing memory allocation with pgtable_t mapped.
Aneesh Kumar K.V
2020-10-16
1
-3
/
+8
*
mm/debug_vm_pgtable: avoid none pte in pte_clear_test
Aneesh Kumar K.V
2020-10-16
1
-3
/
+6
*
mm/debug_vm_pgtable/hugetlb: disable hugetlb test on ppc64
Aneesh Kumar K.V
2020-10-16
1
-51
/
+0
*
mm/debug_vm_pgtable/pmd_clear: don't use pmd/pud_clear on pte entries
Aneesh Kumar K.V
2020-10-16
1
-3
/
+4
*
mm/debug_vm_pgtable/thp: use page table depost/withdraw with THP
Aneesh Kumar K.V
2020-10-16
1
-3
/
+7
*
mm/debug_vm_pgtable/locks: take correct page table lock
Aneesh Kumar K.V
2020-10-16
1
-13
/
+22
*
mm/debug_vm_pgtable/locks: move non page table modifying test together
Aneesh Kumar K.V
2020-10-16
1
-23
/
+28
*
mm/debug_vm_pgtable/set_pte/pmd/pud: don't use set_*_at to update an existing...
Aneesh Kumar K.V
2020-10-16
1
-20
/
+15
*
mm/debug_vm_pgtable/savedwrite: enable savedwrite test with CONFIG_NUMA_BALAN...
Aneesh Kumar K.V
2020-10-16
1
-2
/
+9
*
mm/debug_vm_pgtables/hugevmap: use the arch helper to identify huge vmap supp...
Aneesh Kumar K.V
2020-10-16
1
-2
/
+12
*
mm/debug_vm_pgtable/ppc64: avoid setting top bits in radom value
Aneesh Kumar K.V
2020-10-16
1
-3
/
+10
*
Documentation/mm: add descriptions for arch page table helpers
Anshuman Khandual
2020-08-07
1
-0
/
+6
*
mm/debug_vm_pgtable: add debug prints for individual tests
Anshuman Khandual
2020-08-07
1
-1
/
+45
*
mm/debug_vm_pgtable: add tests validating advanced arch page table helpers
Anshuman Khandual
2020-08-07
1
-0
/
+312
*
mm/debug_vm_pgtable: add tests validating arch helpers for core MM features
Anshuman Khandual
2020-08-07
1
-1
/
+301
*
mm/debug_vm_pgtable: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-1
/
+1
*
mm/debug_vm_pgtable: fix build failure with powerpc 8xx
Christophe Leroy
2020-06-26
1
-2
/
+2
*
mm/debug_vm_pgtable: fix kernel crash by checking for THP support
Aneesh Kumar K.V
2020-06-10
1
-0
/
+6
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
mm/debug: add tests validating architecture page table helpers
Anshuman Khandual
2020-06-04
1
-0
/
+382