summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/mm
Commit message (Expand)AuthorAgeFilesLines
* selftests/mm: prevent duplicate runs caused by TEST_GEN_PROGSNico Pache2023-12-061-2/+2
* mm/selftests: fix pagemap_ioctl memory map testPeter Xu2023-12-061-3/+6
* selftests/mm: add hugetlb_fault_after_madv to .gitignoreBreno Leitao2023-11-151-0/+1
* selftests/mm: restore number of hugepagesBreno Leitao2023-11-151-0/+3
* selftests: mm: fix some build warningsMuhammad Usama Anjum2023-11-151-5/+5
* selftests: mm: skip whole test instead of failureMuhammad Usama Anjum2023-11-151-6/+7
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-0/+1
|\
| * tools/testing/selftests/mm/run_vmtests.sh: lower the ptrace permissionsItaru Kitayama2023-11-011-0/+1
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-0213-81/+2213
|\ \
| * | selftests/mm: add a new test for madv and hugetlbBreno Leitao2023-10-183-0/+78
| * | selftests/mm: export get_free_hugepages()Breno Leitao2023-10-183-19/+20
| * | selftests: mm: add pagemap ioctl testsMuhammad Usama Anjum2023-10-185-1/+1669
| * | Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-10-181-0/+1
| |\ \
| * | | mm/ksm: test case for prctl fork/exec workflowStefan Roesch2023-10-161-1/+65
| * | | kselftest: vm: add tests for no-inherit memory-deny-write-executeFlorent Revest2023-10-061-6/+108
| * | | kselftest: vm: check errnos in mdwe_testFlorent Revest2023-10-061-0/+8
| * | | kselftest: vm: fix mdwe's mmap_FIXED test caseFlorent Revest2023-10-061-6/+3
| * | | kselftest: vm: fix tabs/spaces inconsistency in the mdwe testFlorent Revest2023-10-061-3/+3
| * | | selftests: mm: add a test for moving from an offset from start of mappingJoel Fernandes2023-10-041-55/+134
| * | | selftests: mm: add a test for remapping within a rangeJoel Fernandes (Google)2023-10-041-1/+78
| * | | selftests: mm: add a test for remapping to area immediately after existing ma...Joel Fernandes (Google)2023-10-041-5/+52
| * | | selftests: mm: add a test for mutually aligned moves > PMD sizeJoel Fernandes (Google)2023-10-041-1/+11
| * | | selftests: mm: fix failure case when new remap region was not foundJoel Fernandes (Google)2023-10-041-1/+1
| * | | selftests/mm: gup_longterm: fix a resource leakDing Xiang2023-10-041-1/+2
| | |/ | |/|
* | | Merge tag 'linux_kselftest-next-6.7-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-11-012-2/+2
|\ \ \ | |_|/ |/| |
| * | selftests/mm: Substitute attribute with a macroMaciej Wieczor-Retman2023-10-132-2/+2
* | | selftests/mm: include mman header to access MREMAP_DONTUNMAP identifierSamasth Norway Ananda2023-10-181-0/+1
| |/ |/|
* | selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and hugetlb_reparen...Juntong Deng2023-09-292-4/+4
|/
* selftests/mm: fix WARNING comparing pointer to 0Anh Tuan Phan2023-08-241-1/+1
* selftest/mm: ksm_functional_tests: Add PROT_NONE testDavid Hildenbrand2023-08-211-7/+52
* selftest/mm: ksm_functional_tests: test in mmap_and_merge_range() if anything...David Hildenbrand2023-08-211-0/+47
* merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-212-1/+7
|\
| * selftests/mm: FOLL_LONGTERM need to be updated to 0x100Ayush Jain2023-08-211-1/+6
| * selftests: mm: ksm: fix incorrect evaluation of parameterAyush Jain2023-08-041-0/+1
* | selftests/mm: fix uffd-stress help informationRong Tao2023-08-211-12/+12
* | selftests: mm: add KSM_MERGE_TIME testsAyush Jain2023-08-211-0/+4
* | selftests/mm: run all tests from run_vmtests.shRyan Roberts2023-08-183-40/+64
* | selftests/mm: optionally pass duration to transhuge-stressRyan Roberts2023-08-181-2/+10
* | selftests/mm: make migration test robust to failureRyan Roberts2023-08-182-4/+10
* | selftests/mm: va_high_addr_switch should skip unsupported arm64 configsRyan Roberts2023-08-181-1/+1
* | selftests/mm: fix thuge-gen test bugsRyan Roberts2023-08-181-2/+2
* | selftests/mm: enable mrelease_test for arm64Ryan Roberts2023-08-181-0/+1
* | selftests/mm: skip soft-dirty tests on arm64Ryan Roberts2023-08-183-4/+32
* | selftests/mm: add tests for HWPOISON hugetlbfs readJiaqi Yan2023-08-183-0/+324
* | selftests/mm: add uffd unit test for UFFDIO_POISONAxel Rasmussen2023-08-181-0/+117
* | selftests/mm: refactor uffd_poll_thread to allow custom fault handlersAxel Rasmussen2023-08-183-5/+11
* | selftest: add a testcase of ksm zero pagesxu xin2023-08-181-1/+97
* | selftests/mm: add gup test matrix in run_vmtests.shPeter Xu2023-08-181-5/+32
* | selftests/mm: add -a to run_vmtests.shPeter Xu2023-08-181-3/+8
|/
* selftests/mm: mkdirty: fix incorrect position of #endifColin Ian King2023-07-171-1/+1