aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/mm
AgeCommit message (Expand)AuthorFilesLines
2024-05-10selftests/mm: fix powerpc ARCH checkGravatar Michael Ellerman 1-3/+3
2024-04-25selftests: mm: protection_keys: save/restore nr_hugepages value from launch s...Gravatar Muhammad Usama Anjum 2-38/+2
2024-04-24selftests: mm: fix unused and uninitialized variable warningGravatar Muhammad Usama Anjum 1-1/+1
2024-04-24selftests/harness: remove use of LINE_MAXGravatar Edward Liaw 1-0/+1
2024-04-05selftests/mm: include strings.h for ffslGravatar Edward Liaw 1-1/+1
2024-03-26selftests/mm: fix ARM related issue with fork after pthread_createGravatar Edward Liaw 3-0/+15
2024-03-26selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEMGravatar Edward Liaw 1-1/+2
2024-03-26selftests: mm: restore settings from only parent processGravatar Muhammad Usama Anjum 1-1/+5
2024-03-26selftests/mm: Fix build with _FORTIFY_SOURCEGravatar Vitaly Chikunov 3-3/+3
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 6-23/+82
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 21-645/+838
2024-03-12selftests/mm: skip the hugetlb-madvise tests on unmet hugepage requirementsGravatar Nico Pache 1-1/+2
2024-03-12selftests/mm: skip uffd hugetlb tests with insufficient hugepagesGravatar Nico Pache 1-0/+6
2024-03-12selftests/mm: dont fail testsuite due to a lack of hugepagesGravatar Nico Pache 1-1/+0
2024-03-05selftests: avoid using SKIP(exit()) in harness fixure setupGravatar Jakub Kicinski 1-2/+2
2024-03-04mm: huge_memory: enable debugfs to split huge pages to any orderGravatar Zi Yan 2-7/+183
2024-02-22selftests/mm: run_vmtests.sh: add missing testsGravatar Muhammad Usama Anjum 2-1/+14
2024-02-22selftests/mm: protection_keys: save/restore nr_hugepages settingsGravatar Muhammad Usama Anjum 1-0/+34
2024-02-22selftests/mm: save and restore nr_hugepages valueGravatar Muhammad Usama Anjum 2-0/+7
2024-02-22selftests/mm: run_vmtests: remove sudo and conform to tapGravatar Muhammad Usama Anjum 2-20/+23
2024-02-22selftests/mm: hugetlb_reparenting_test: do not unmountGravatar Muhammad Usama Anjum 1-2/+4
2024-02-22selftests/mm: log a consistent test name for check_compactionGravatar Mark Brown 1-16/+19
2024-02-22selftests/mm: log skipped compaction test as a skipGravatar Mark Brown 1-1/+1
2024-02-22selftests/mm: run_vmtests.sh: add hugetlb_madv_vs_mapGravatar Breno Leitao 1-0/+1
2024-02-22selftests/mm: run_vmtests.sh: add hugetlb test categoryGravatar Breno Leitao 1-0/+2
2024-02-22selftests/mm: virtual_address_range: conform to TAP format outputGravatar Muhammad Usama Anjum 1-22/+22
2024-02-22selftests/mm: transhuge-stress: conform to TAP format outputGravatar Muhammad Usama Anjum 2-17/+25
2024-02-22selftests/mm: thuge-gen: conform to TAP format outputGravatar Muhammad Usama Anjum 1-72/+75
2024-02-22selftests/mm: split_huge_page_test: conform test to TAP format outputGravatar Muhammad Usama Anjum 1-92/+69
2024-02-22selftests/mm: mremap_dontunmap: conform test to TAP format outputGravatar Muhammad Usama Anjum 1-12/+20
2024-02-22selftests/mm: mrelease_test: conform test to TAP format outputGravatar Muhammad Usama Anjum 1-47/+33
2024-02-22selftests/mm: mlock2-tests: conform test to TAP format outputGravatar Muhammad Usama Anjum 2-175/+118
2024-02-22selftests/mm: mlock-random-test: conform test to TAP format outputGravatar Muhammad Usama Anjum 1-82/+54
2024-02-22selftests/mm: map_populate: conform test to TAP format outputGravatar Muhammad Usama Anjum 1-14/+23
2024-02-22selftests/mm: map_hugetlb: conform test to TAP format outputGravatar Muhammad Usama Anjum 1-22/+20
2024-02-22selftests/mm: map_fixed_noreplace: conform test to TAP format outputGravatar Muhammad Usama Anjum 1-65/+31
2024-02-22selftests/mm: new test that steals pagesGravatar Breno Leitao 3-0/+126
2024-02-22selftests: mm: perform some system cleanup before using hugepagesGravatar Nico Pache 1-0/+9
2024-02-21selftests/mm/ksm_functional: prevent unmapping undefined addressGravatar JP Kobryn 1-2/+2
2024-02-20selftests/mm: uffd-unit-test check if huge page size is 0Gravatar Terry Tritton 1-0/+6
2024-01-25selftests/mm: ksm_tests should only MADV_HUGEPAGE valid memoryGravatar Ryan Roberts 1-1/+1
2024-01-25selftests/mm: Update va_high_addr_switch.sh to check CPU for la57 flagGravatar Audra Mitchell 1-0/+6
2024-01-25selftests: mm: fix map_hugetlb failure on 64K page size systemsGravatar Nico Pache 1-0/+7
2024-01-25selftests/mm: switch to bash from shGravatar Muhammad Usama Anjum 2-2/+2
2024-01-25selftests/mm: mremap_test: fix build warningGravatar Muhammad Usama Anjum 1-13/+14
2024-01-12selftests: mm: hugepage-vmemmap fails on 64K page size systemsGravatar Donet Tom 1-11/+18
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERGravatar Kirill A. Shutemov 1-1/+2
2024-01-05selftests/mm: add separate UFFDIO_MOVE test for PMD splittingGravatar Suren Baghdasaryan 1-0/+17
2024-01-05selftests/mm: skip test if application doesn't has root privilegesGravatar Muhammad Usama Anjum 1-1/+1
2024-01-05selftests/mm: conform test to TAP format outputGravatar Muhammad Usama Anjum 1-47/+44