aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-05selftests: avoid using SKIP(exit()) in harness fixure setupJakub Kicinski1-2/+2
2024-02-20selftests/mm: uffd-unit-test check if huge page size is 0Terry Tritton1-0/+6
2024-01-25selftests/mm: ksm_tests should only MADV_HUGEPAGE valid memoryRyan Roberts1-1/+1
2024-01-25selftests/mm: Update va_high_addr_switch.sh to check CPU for la57 flagAudra Mitchell1-0/+6
2024-01-25selftests: mm: fix map_hugetlb failure on 64K page size systemsNico Pache1-0/+7
2024-01-25selftests/mm: switch to bash from shMuhammad Usama Anjum2-2/+2
2024-01-25selftests/mm: mremap_test: fix build warningMuhammad Usama Anjum1-13/+14
2024-01-12selftests: mm: hugepage-vmemmap fails on 64K page size systemsDonet Tom1-11/+18
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+2
2024-01-05selftests/mm: add separate UFFDIO_MOVE test for PMD splittingSuren Baghdasaryan1-0/+17
2024-01-05selftests/mm: skip test if application doesn't has root privilegesMuhammad Usama Anjum1-1/+1
2024-01-05selftests/mm: conform test to TAP format outputMuhammad Usama Anjum1-47/+44
2024-01-05selftests: mm: hugepage-mmap: conform to TAP format outputMuhammad Usama Anjum1-10/+13
2024-01-05selftests/mm: gup_test: conform test to TAP format outputMuhammad Usama Anjum1-32/+33
2024-01-05mm/selftests: hugepage-mremap: conform test to TAP format outputMuhammad Usama Anjum1-52/+35
2023-12-29selftests/mm: log run_vmtests.sh results in TAP formatRyan Roberts1-12/+39
2023-12-29selftests/mm: add UFFDIO_MOVE ioctl testSuren Baghdasaryan3-0/+214
2023-12-29selftests/mm: add uffd_test_case_ops to allow test case-specific operationsSuren Baghdasaryan3-0/+22
2023-12-29selftests/mm: call uffd_test_ctx_clear at the end of the testSuren Baghdasaryan4-4/+7
2023-12-20selftests/mm/cow: add tests for anonymous multi-size THPRyan Roberts1-12/+70
2023-12-20selftests/mm/cow: generalize do_run_with_thp() helperRyan Roberts1-54/+67
2023-12-20selftests/mm/khugepaged: enlighten for multi-size THPRyan Roberts2-11/+39
2023-12-20selftests/mm: support multi-size THP interface in thp_settingsRyan Roberts3-2/+67
2023-12-20selftests/mm: factor out thp settings managementRyan Roberts4-326/+391
2023-12-20selftests/mm/kugepaged: restore thp settings at exitRyan Roberts1-6/+11
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton2-1/+5
2023-12-20selftests: secretmem: floor the memory size to the multiple of page_sizeMuhammad Usama Anjum1-0/+3
2023-12-12selftests/mm: cow: print ksft header before printing anything elseDavid Hildenbrand1-1/+2
2023-12-12selftests/mm: dont run ksm_functional_tests twiceNico Pache1-2/+0
2023-12-10selftests/mm: check that PAGEMAP_SCAN returns correct categoriesAndrei Vagin1-3/+77
2023-12-06selftests/mm: prevent duplicate runs caused by TEST_GEN_PROGSNico Pache1-2/+2
2023-12-06mm/selftests: fix pagemap_ioctl memory map testPeter Xu1-3/+6
2023-11-15selftests/mm: add hugetlb_fault_after_madv to .gitignoreBreno Leitao1-0/+1
2023-11-15selftests/mm: restore number of hugepagesBreno Leitao1-0/+3
2023-11-15selftests: mm: fix some build warningsMuhammad Usama Anjum1-5/+5
2023-11-15selftests: mm: skip whole test instead of failureMuhammad Usama Anjum1-6/+7
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds13-81/+2213
2023-11-01Merge tag 'linux_kselftest-next-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds2-2/+2
2023-11-01tools/testing/selftests/mm/run_vmtests.sh: lower the ptrace permissionsItaru Kitayama1-0/+1
2023-10-18selftests/mm: add a new test for madv and hugetlbBreno Leitao3-0/+78
2023-10-18selftests/mm: export get_free_hugepages()Breno Leitao3-19/+20
2023-10-18selftests: mm: add pagemap ioctl testsMuhammad Usama Anjum5-1/+1669
2023-10-18Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton1-0/+1
2023-10-18selftests/mm: include mman header to access MREMAP_DONTUNMAP identifierSamasth Norway Ananda1-0/+1
2023-10-16mm/ksm: test case for prctl fork/exec workflowStefan Roesch1-1/+65
2023-10-13selftests/mm: Substitute attribute with a macroMaciej Wieczor-Retman2-2/+2
2023-10-06kselftest: vm: add tests for no-inherit memory-deny-write-executeFlorent Revest1-6/+108
2023-10-06kselftest: vm: check errnos in mdwe_testFlorent Revest1-0/+8
2023-10-06kselftest: vm: fix mdwe's mmap_FIXED test caseFlorent Revest1-6/+3