summaryrefslogtreecommitdiffstats
path: root/mm/debug_vm_pgtable.c
AgeCommit message (Expand)AuthorLines
2025-05-11mm: remove mk_huge_pte()Matthew Wilcox (Oracle)-13/+5
2024-09-17mm/debug_vm_pgtable: Use pxdp_get() for accessing page table entriesAnshuman Khandual-25/+25
2024-06-15mm/debug_vm_pgtable: drop RANDOM_ORVALUE trickPeter Xu-26/+5
2024-05-07mm/debug_vm_pgtable: test pmd_leaf() behavior with pmd_mkinvalid()Ryan Roberts-0/+1
2024-04-25fix missing vmalloc.h includesKent Overstreet-0/+1
2024-02-23mm/debug_vm_pgtable: fix BUG_ON with pud advanced testAneesh Kumar K.V (IBM)-0/+8
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov-2/+2
2023-10-25mm: fix multiple typos in multiple filesMuhammad Muzammil-2/+2
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+6
2023-08-18mm: change pudp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V-1/+1
2023-08-18mm/hugepage pud: allow arch-specific helper function to check huge page pud s...Aneesh Kumar K.V-9/+7
2023-07-11mm: Make pte_mkwrite() take a VMARick Edgecombe-6/+6
2023-06-19mm/debug_vm_pgtable,page_table_check: warn pte map failsHugh Dickins-1/+8
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov-2/+2
2023-03-28mm: prefer xxx_page() alloc/free functions for order-0 pagesLorenzo Stoakes-2/+2
2023-03-28mm/debug_vm_pgtable: replace pte_mkhuge() with arch_make_huge_pte()Anshuman Khandual-1/+1
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-2/+0
2023-02-02mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checksDavid Hildenbrand-1/+24
2023-01-18mm/debug: use valid physical memory for pmd/pud testsFrank van der Linden-19/+83
2022-11-30mm: remove unused savedwrite infrastructureDavid Hildenbrand-32/+0
2022-11-08mm: debug_vm_pgtable: use VM_ACCESS_FLAGSKefeng Wang-6/+2
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport-1/+1
2022-05-09mm/debug_vm_pgtable: add tests for __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-0/+15
2022-04-28mm/debug_vm_pgtable: drop protection_map[] usageAnshuman Khandual-12/+19
2022-02-04mm/debug_vm_pgtable: remove pte entry from the page tablePasha Tatashin-0/+2
2022-01-15mm: ptep_clear() page table helperPasha Tatashin-1/+1
2022-01-15mm/debug_vm_pgtable: update comments regarding migration swap entriesAnshuman Khandual-2/+2
2021-11-06mm: debug_vm_pgtable: don't use __P000 directlyGuo Ren-3/+4
2021-09-03mm/debug_vm_pgtable: fix corrupted page flagGavin Shan-4/+51
2021-09-03mm/debug_vm_pgtable: remove unused codeGavin Shan-54/+0
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PGD and P4D modifying t...Gavin Shan-48/+38
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PUD modifying testsGavin Shan-78/+48
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PMD modifying testsGavin Shan-52/+46
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PTE modifying testsGavin Shan-35/+32
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in migration and thp testsGavin Shan-19/+17
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in soft_dirty and swap testsGavin Shan-25/+23
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in protnone and devmap testsGavin Shan-32/+26
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in leaf and savewrite testsGavin Shan-16/+16
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in basic testsGavin Shan-26/+24
2021-09-03mm/debug_vm_pgtable: introduce struct pgtable_debug_argsGavin Shan-1/+269
2021-07-01mm/swapops: rework swap entry manipulation codeAlistair Popple-6/+6
2021-06-30mm/debug_vm_pgtable: remove redundant pfn_{pmd/pte}() and fix one comment mis...Shixin Liu-3/+3
2021-06-30mm/debug_vm_pgtable: move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGE...Shixin Liu-52/+39
2021-06-29mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage()Anshuman Khandual-12/+51
2021-06-05mm/debug_vm_pgtable: fix alignment for pmd/pud_advanced_tests()Gerald Schaefer-2/+2
2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin-2/+2
2021-02-24mm/debug_vm_pgtable/basic: iterate over entire protection_map[]Anshuman Khandual-12/+35
2021-02-24mm/debug_vm_pgtable/basic: add validation for dirtiness after write protectAnshuman Khandual-0/+39
2020-10-16mm/debug_vm_pgtable: avoid doing memory allocation with pgtable_t mapped.Aneesh Kumar K.V-3/+8
2020-10-16mm/debug_vm_pgtable: avoid none pte in pte_clear_testAneesh Kumar K.V-3/+6