summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/mm
AgeCommit message (Expand)AuthorFilesLines
2024-08-16selftests: memfd_secret: don't build memfd_secret test on unsupported archesMuhammad Usama Anjum2-0/+5
2024-08-16selftests/mm: compaction_test: fix off by one in check_compaction()Dan Carpenter1-2/+3
2024-08-08Merge tag 'mm-hotfixes-stable-2024-08-07-18-32' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2024-08-08selftests: mm: add s390 to ARCH checkNico Pache1-1/+1
2024-07-29minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-0/+2
2024-07-27selftests/mm: skip test for non-LPA2 and non-LVA systemsDev Jain1-1/+15
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-0/+55
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld3-0/+55
2024-07-10selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mkEdward Liaw1-1/+1
2024-07-05selftest/mm: test enable_soft_offline behaviorsJiaqi Yan4-0/+236
2024-07-05mm: turn off test_uffdio_wp if CONFIG_PTE_MARKER_UFFD_WP is not configured.Audra Mitchell1-0/+3
2024-07-05mm: update uffd-stress to handle EINVAL for unset config featuresAudra Mitchell1-5/+9
2024-07-04selftests/mm: remove local __NR_* definitionsJohn Hubbard10-62/+9
2024-07-04selftests/mm: guard defines from shmEdward Liaw1-0/+8
2024-07-04selftests/mm: include linux/mman.hEdward Liaw1-4/+1
2024-07-04selftests/mm: use asm volatile to not optimize mmap read variablePankaj Raghav1-1/+2
2024-07-04selftests/mm: mseal, self_elf: rename TEST_END_CHECK to REPORT_TEST_PASSJohn Hubbard3-48/+48
2024-07-04selftests/mm: mseal, self_elf: factor out test macros and other duplicated itemsJohn Hubbard4-80/+44
2024-07-04selftests/mm: mseal, self_elf: fix missing __NR_msealJohn Hubbard2-2/+2
2024-07-04selftest: mm: Test if hugepage does not get leaked during __bio_release_pages()Donet Tom3-0/+119
2024-07-04selftests/mm: va_high_addr_switch: dynamically initialize testcases to enable...Dev Jain1-222/+232
2024-07-04selftests/mm: va_high_addr_switch: reduce test noiseDev Jain1-4/+0
2024-07-04selftests: mm: check return valuesMuhammad Usama Anjum1-1/+3
2024-06-25selftests/mm:fix test_prctl_fork_exec return failureaigourensheng1-16/+22
2024-06-15selftests: mm: make map_fixed_noreplace test names stableMark Brown1-8/+16
2024-05-26Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds3-25/+62
2024-05-24selftests/mm: fix build warnings on ppc64Michael Ellerman2-0/+2
2024-05-24selftests/mm: compaction_test: fix bogus test success and reduce probability ...Dev Jain1-22/+49
2024-05-24selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepagesDev Jain1-0/+2
2024-05-24selftests/mm: compaction_test: fix bogus test success on Aarch64Dev Jain1-7/+13
2024-05-24selftest mm/mseal read-only elf memory segmentJeff Xu4-36/+275
2024-05-24selftest mm/mseal memory sealingJeff Xu3-0/+1838
2024-05-20Revert "selftests/harness: remove use of LINE_MAX"Tao Su1-1/+0
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds11-162/+476
2024-05-14Merge tag 'linux_kselftest-next-6.10-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds9-13/+13
2024-05-12selftests/mm: hugetlb_madv_vs_map: avoid test skipping by querying hugepage s...Dev Jain1-7/+9
2024-05-10selftests/mm: fix powerpc ARCH checkMichael Ellerman1-3/+3
2024-05-07selftests: mm: gup_longterm: test unsharing logic when R/O pinningDavid Hildenbrand1-4/+12
2024-05-07selftests: mm: cow: flag vmsplice() hugetlb tests as XFAILDavid Hildenbrand1-35/+71
2024-05-06selftests/mm: ksft_exit functions do not returnNathan Chancellor9-13/+13
2024-05-06selftests/mm: soft-dirty should fail if a testcase failsRyan Roberts1-1/+1
2024-04-26selftests: break the dependency upon local header filesJohn Hubbard1-1/+1
2024-04-26selftests/mm: mremap_test: use sscanf to parse /proc/self/mapsDev Jain1-7/+11
2024-04-26selftests/mm: mremap_test: optimize execution time from minutes to seconds us...Dev Jain1-21/+91
2024-04-26selftests/mm: mremap_test: optimize using pre-filled random array and memcpyDev Jain1-25/+53
2024-04-26selftest/mm: ksm_functional_tests: extend test case for ksm fork/execJinjiang Tu1-11/+38
2024-04-26selftest/mm: ksm_functional_tests: refactor mmap_and_merge_range()Jinjiang Tu1-25/+61
2024-04-26selftests/memfd_secret: add vmsplice() testDavid Hildenbrand1-2/+49
2024-04-26selftests/mm: parse VMA range in one goDev Jain1-14/+1
2024-04-26selftests/mm: run_vmtests.sh: fix hugetlb mem size calculationPeter Xu1-4/+9