summaryrefslogtreecommitdiff
path: root/mm/debug_vm_pgtable.c
AgeCommit message (Expand)Author
14 daysmm: softdirty: add pgtable_supports_soft_dirty()Chunyan Zhang
14 daysmm: replace remaining pte_to_swp_entry() with softleaf_from_pte()Lorenzo Stoakes
14 daysmm: eliminate further swapops predicatesLorenzo Stoakes
14 daysmm: remove remaining is_swap_pmd() users and is_swap_pmd()Lorenzo Stoakes
14 daysmm: use leaf entries in debug pgtable + remove is_swap_pte()Lorenzo Stoakes
2025-11-16treewide: include linux/pgalloc.h instead of asm/pgalloc.hHarry Yoo
2025-11-16mm/debug_vm_pgtable: add [pte|pmd]_mkwrite_novma() testsAnshuman Khandual
2025-08-19mm/debug_vm_pgtable: clear page table entries at destroy_args()Herton R. Krzesinski
2025-07-13mm/debug_vm_pgtable: use a swp_entry_t input value for swap testsGerald Schaefer
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple
2025-07-09mm: remove devmap related functions and page table bitsAlistair Popple
2025-05-11mm: remove mk_huge_pte()Matthew Wilcox (Oracle)
2024-09-17mm/debug_vm_pgtable: Use pxdp_get() for accessing page table entriesAnshuman Khandual
2024-06-15mm/debug_vm_pgtable: drop RANDOM_ORVALUE trickPeter Xu
2024-05-07mm/debug_vm_pgtable: test pmd_leaf() behavior with pmd_mkinvalid()Ryan Roberts
2024-04-25fix missing vmalloc.h includesKent Overstreet
2024-02-23mm/debug_vm_pgtable: fix BUG_ON with pud advanced testAneesh Kumar K.V (IBM)
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2023-10-25mm: fix multiple typos in multiple filesMuhammad Muzammil
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-18mm: change pudp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V
2023-08-18mm/hugepage pud: allow arch-specific helper function to check huge page pud s...Aneesh Kumar K.V
2023-07-11mm: Make pte_mkwrite() take a VMARick Edgecombe
2023-06-19mm/debug_vm_pgtable,page_table_check: warn pte map failsHugh Dickins
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-03-28mm: prefer xxx_page() alloc/free functions for order-0 pagesLorenzo Stoakes
2023-03-28mm/debug_vm_pgtable: replace pte_mkhuge() with arch_make_huge_pte()Anshuman Khandual
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checksDavid Hildenbrand
2023-01-18mm/debug: use valid physical memory for pmd/pud testsFrank van der Linden
2022-11-30mm: remove unused savedwrite infrastructureDavid Hildenbrand
2022-11-08mm: debug_vm_pgtable: use VM_ACCESS_FLAGSKefeng Wang
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport
2022-05-09mm/debug_vm_pgtable: add tests for __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2022-04-28mm/debug_vm_pgtable: drop protection_map[] usageAnshuman Khandual
2022-02-04mm/debug_vm_pgtable: remove pte entry from the page tablePasha Tatashin
2022-01-15mm: ptep_clear() page table helperPasha Tatashin
2022-01-15mm/debug_vm_pgtable: update comments regarding migration swap entriesAnshuman Khandual
2021-11-06mm: debug_vm_pgtable: don't use __P000 directlyGuo Ren
2021-09-03mm/debug_vm_pgtable: fix corrupted page flagGavin Shan
2021-09-03mm/debug_vm_pgtable: remove unused codeGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PGD and P4D modifying t...Gavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PUD modifying testsGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PMD modifying testsGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PTE modifying testsGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in migration and thp testsGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in soft_dirty and swap testsGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in protnone and devmap testsGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in leaf and savewrite testsGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in basic testsGavin Shan