summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/mm
Commit message (Expand)AuthorAgeFilesLines
* selftests/mm: skip test for non-LPA2 and non-LVA systemsDev Jain2024-07-261-1/+15
* Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-07-243-0/+55
|\
| * mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld2024-07-193-0/+55
* | selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mkEdward Liaw2024-07-101-1/+1
* | selftest/mm: test enable_soft_offline behaviorsJiaqi Yan2024-07-044-0/+236
* | mm: turn off test_uffdio_wp if CONFIG_PTE_MARKER_UFFD_WP is not configured.Audra Mitchell2024-07-041-0/+3
* | mm: update uffd-stress to handle EINVAL for unset config featuresAudra Mitchell2024-07-041-5/+9
* | selftests/mm: remove local __NR_* definitionsJohn Hubbard2024-07-0310-62/+9
* | selftests/mm: guard defines from shmEdward Liaw2024-07-031-0/+8
* | selftests/mm: include linux/mman.hEdward Liaw2024-07-031-4/+1
* | selftests/mm: use asm volatile to not optimize mmap read variablePankaj Raghav2024-07-031-1/+2
* | selftests/mm: mseal, self_elf: rename TEST_END_CHECK to REPORT_TEST_PASSJohn Hubbard2024-07-033-48/+48
* | selftests/mm: mseal, self_elf: factor out test macros and other duplicated itemsJohn Hubbard2024-07-034-80/+44
* | selftests/mm: mseal, self_elf: fix missing __NR_msealJohn Hubbard2024-07-032-2/+2
* | selftest: mm: Test if hugepage does not get leaked during __bio_release_pages()Donet Tom2024-07-033-0/+119
* | selftests/mm: va_high_addr_switch: dynamically initialize testcases to enable...Dev Jain2024-07-031-222/+232
* | selftests/mm: va_high_addr_switch: reduce test noiseDev Jain2024-07-031-4/+0
* | selftests: mm: check return valuesMuhammad Usama Anjum2024-07-031-1/+3
|/
* selftests/mm:fix test_prctl_fork_exec return failureaigourensheng2024-06-241-16/+22
* selftests: mm: make map_fixed_noreplace test names stableMark Brown2024-06-151-8/+16
* Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds2024-05-253-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-234-36/+275
* | selftest mm/mseal memory sealingJeff Xu2024-05-233-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-111-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-051-1/+1
| * selftests: break the dependency upon local header filesJohn Hubbard2024-04-251-1/+1
| * selftests/mm: mremap_test: use sscanf to parse /proc/self/mapsDev Jain2024-04-251-7/+11
| * selftests/mm: mremap_test: optimize execution time from minutes to seconds us...Dev Jain2024-04-251-21/+91
| * selftests/mm: mremap_test: optimize using pre-filled random array and memcpyDev Jain2024-04-251-25/+53
| * selftest/mm: ksm_functional_tests: extend test case for ksm fork/execJinjiang Tu2024-04-251-11/+38
| * selftest/mm: ksm_functional_tests: refactor mmap_and_merge_range()Jinjiang Tu2024-04-251-25/+61
| * selftests/memfd_secret: add vmsplice() testDavid Hildenbrand2024-04-251-2/+49
| * selftests/mm: parse VMA range in one goDev Jain2024-04-251-14/+1
| * selftests/mm: run_vmtests.sh: fix hugetlb mem size calculationPeter Xu2024-04-251-4/+9
| * selftests/mm: confirm VA exhaustion without reliance on correctness of mmap()Dev Jain2024-04-251-0/+66
| * selftests/mm: virtual_address_range: Switch to ksft_exit_fail_msgDev Jain2024-04-251-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-241-1/+1
* selftests/harness: remove use of LINE_MAXEdward Liaw2024-04-241-0/+1