Age | Commit message (Expand) | Author |
2021-04-30 | mm: HUGE_VMAP arch support cleanup | Nicholas Piggin |
2021-02-24 | mm/debug_vm_pgtable/basic: iterate over entire protection_map[] | Anshuman Khandual |
2021-02-24 | mm/debug_vm_pgtable/basic: add validation for dirtiness after write protect | Anshuman Khandual |
2020-10-16 | mm/debug_vm_pgtable: avoid doing memory allocation with pgtable_t mapped. | Aneesh Kumar K.V |
2020-10-16 | mm/debug_vm_pgtable: avoid none pte in pte_clear_test | Aneesh Kumar K.V |
2020-10-16 | mm/debug_vm_pgtable/hugetlb: disable hugetlb test on ppc64 | Aneesh Kumar K.V |
2020-10-16 | mm/debug_vm_pgtable/pmd_clear: don't use pmd/pud_clear on pte entries | Aneesh Kumar K.V |
2020-10-16 | mm/debug_vm_pgtable/thp: use page table depost/withdraw with THP | Aneesh Kumar K.V |
2020-10-16 | mm/debug_vm_pgtable/locks: take correct page table lock | Aneesh Kumar K.V |
2020-10-16 | mm/debug_vm_pgtable/locks: move non page table modifying test together | Aneesh Kumar K.V |
2020-10-16 | mm/debug_vm_pgtable/set_pte/pmd/pud: don't use set_*_at to update an existing... | Aneesh Kumar K.V |
2020-10-16 | mm/debug_vm_pgtable/savedwrite: enable savedwrite test with CONFIG_NUMA_BALAN... | Aneesh Kumar K.V |
2020-10-16 | mm/debug_vm_pgtables/hugevmap: use the arch helper to identify huge vmap supp... | Aneesh Kumar K.V |
2020-10-16 | mm/debug_vm_pgtable/ppc64: avoid setting top bits in radom value | Aneesh Kumar K.V |
2020-08-07 | Documentation/mm: add descriptions for arch page table helpers | Anshuman Khandual |
2020-08-07 | mm/debug_vm_pgtable: add debug prints for individual tests | Anshuman Khandual |
2020-08-07 | mm/debug_vm_pgtable: add tests validating advanced arch page table helpers | Anshuman Khandual |
2020-08-07 | mm/debug_vm_pgtable: add tests validating arch helpers for core MM features | Anshuman Khandual |
2020-07-16 | mm/debug_vm_pgtable: Remove uninitialized_var() usage | Kees Cook |
2020-06-26 | mm/debug_vm_pgtable: fix build failure with powerpc 8xx | Christophe Leroy |
2020-06-10 | mm/debug_vm_pgtable: fix kernel crash by checking for THP support | Aneesh Kumar K.V |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport |
2020-06-04 | mm/debug: add tests validating architecture page table helpers | Anshuman Khandual |