summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds2024-05-263-25/+62
|\
| * selftests/mm: fix build warnings on ppc64Michael Ellerman2024-05-242-0/+2
| * selftests/mm: compaction_test: fix bogus test success and reduce probability ...Dev Jain2024-05-241-22/+49
| * selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepagesDev Jain2024-05-241-0/+2
| * selftests/mm: compaction_test: fix bogus test success on Aarch64Dev Jain2024-05-241-7/+13
* | selftest mm/mseal read-only elf memory segmentJeff Xu2024-05-244-36/+275
* | selftest mm/mseal memory sealingJeff Xu2024-05-243-0/+1838
|/
* Revert "selftests/harness: remove use of LINE_MAX"Tao Su2024-05-191-1/+0
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-1911-162/+476
|\
| * selftests/mm: hugetlb_madv_vs_map: avoid test skipping by querying hugepage s...Dev Jain2024-05-121-7/+9
| * selftests: mm: gup_longterm: test unsharing logic when R/O pinningDavid Hildenbrand2024-05-071-4/+12
| * selftests: mm: cow: flag vmsplice() hugetlb tests as XFAILDavid Hildenbrand2024-05-071-35/+71
| * selftests/mm: soft-dirty should fail if a testcase failsRyan Roberts2024-05-061-1/+1
| * selftests: break the dependency upon local header filesJohn Hubbard2024-04-261-1/+1
| * selftests/mm: mremap_test: use sscanf to parse /proc/self/mapsDev Jain2024-04-261-7/+11
| * selftests/mm: mremap_test: optimize execution time from minutes to seconds us...Dev Jain2024-04-261-21/+91
| * selftests/mm: mremap_test: optimize using pre-filled random array and memcpyDev Jain2024-04-261-25/+53
| * selftest/mm: ksm_functional_tests: extend test case for ksm fork/execJinjiang Tu2024-04-261-11/+38
| * selftest/mm: ksm_functional_tests: refactor mmap_and_merge_range()Jinjiang Tu2024-04-261-25/+61
| * selftests/memfd_secret: add vmsplice() testDavid Hildenbrand2024-04-261-2/+49
| * selftests/mm: parse VMA range in one goDev Jain2024-04-261-14/+1
| * selftests/mm: run_vmtests.sh: fix hugetlb mem size calculationPeter Xu2024-04-261-4/+9
| * selftests/mm: confirm VA exhaustion without reliance on correctness of mmap()Dev Jain2024-04-261-0/+66
| * selftests/mm: virtual_address_range: Switch to ksft_exit_fail_msgDev Jain2024-04-261-7/+5
* | Merge tag 'linux_kselftest-next-6.10-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-05-149-13/+13
|\ \
| * | selftests/mm: ksft_exit functions do not returnNathan Chancellor2024-05-069-13/+13
| |/
* / selftests/mm: fix powerpc ARCH checkMichael Ellerman2024-05-101-3/+3
|/
* selftests: mm: protection_keys: save/restore nr_hugepages value from launch s...Muhammad Usama Anjum2024-04-252-38/+2
* selftests: mm: fix unused and uninitialized variable warningMuhammad Usama Anjum2024-04-251-1/+1
* selftests/harness: remove use of LINE_MAXEdward Liaw2024-04-251-0/+1
* selftests/mm: include strings.h for ffslEdward Liaw2024-04-051-1/+1
* selftests/mm: fix ARM related issue with fork after pthread_createEdward Liaw2024-03-263-0/+15
* selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEMEdward Liaw2024-03-261-1/+2
* selftests: mm: restore settings from only parent processMuhammad Usama Anjum2024-03-261-1/+5
* selftests/mm: Fix build with _FORTIFY_SOURCEVitaly Chikunov2024-03-263-3/+3
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-156-23/+82
|\
| * selftests/mm: run_vmtests.sh: add missing testsMuhammad Usama Anjum2024-02-232-1/+14
| * selftests/mm: protection_keys: save/restore nr_hugepages settingsMuhammad Usama Anjum2024-02-231-0/+34
| * selftests/mm: save and restore nr_hugepages valueMuhammad Usama Anjum2024-02-232-0/+7
| * selftests/mm: run_vmtests: remove sudo and conform to tapMuhammad Usama Anjum2024-02-232-20/+23
| * selftests/mm: hugetlb_reparenting_test: do not unmountMuhammad Usama Anjum2024-02-231-2/+4
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-1521-645/+838
|\ \
| * | selftests/mm: skip the hugetlb-madvise tests on unmet hugepage requirementsNico Pache2024-03-121-1/+2
| * | selftests/mm: skip uffd hugetlb tests with insufficient hugepagesNico Pache2024-03-121-0/+6
| * | selftests/mm: dont fail testsuite due to a lack of hugepagesNico Pache2024-03-121-1/+0
| * | mm: huge_memory: enable debugfs to split huge pages to any orderZi Yan2024-03-052-7/+183
| * | selftests/mm: log a consistent test name for check_compactionMark Brown2024-02-221-16/+19
| * | selftests/mm: log skipped compaction test as a skipMark Brown2024-02-221-1/+1
| * | selftests/mm: run_vmtests.sh: add hugetlb_madv_vs_mapBreno Leitao2024-02-221-0/+1
| * | selftests/mm: run_vmtests.sh: add hugetlb test categoryBreno Leitao2024-02-221-0/+2