summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/mm
AgeCommit message (Expand)AuthorLines
2023-08-04selftests: mm: ksm: fix incorrect evaluation of parameterAyush Jain-0/+1
2023-07-17selftests/mm: mkdirty: fix incorrect position of #endifColin Ian King-1/+1
2023-07-14selftests/mm: give scripts execute permissionRyan Roberts-0/+0
2023-06-23Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton-5/+8
2023-06-19selftests: mm: remove duplicate unneeded definesMuhammad Usama Anjum-100/+6
2023-06-19selftests: mm: remove wrong kernel header inclusionMuhammad Usama Anjum-1/+1
2023-06-19selftests/mm: move certain uffd*() routines from vm_util.c to uffd-common.cJohn Hubbard-63/+64
2023-06-19selftests/mm: fix build failures due to missing MADV_COLLAPSEJohn Hubbard-17/+10
2023-06-19selftests/mm: fix a "possibly uninitialized" warning in pkey-x86.hJohn Hubbard-1/+1
2023-06-19selftests/mm: fix two -Wformat-security warnings in uffd buildsJohn Hubbard-10/+6
2023-06-19selftests/mm: .gitignore: add mkdirty, va_high_addr_switchJohn Hubbard-0/+2
2023-06-19selftests/mm: fix invocation of tests that are run via shell scriptsJohn Hubbard-3/+3
2023-06-19selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-...John Hubbard-1/+0
2023-06-19selftests/mm: fix unused variable warnings in hugetlb-madvise.c, migration.cJohn Hubbard-3/+10
2023-06-19selftests/mm: fix uffd-stress unused function warningJohn Hubbard-10/+0
2023-06-19selftests/mm: fix cross compilation with LLVMMark Brown-5/+8
2023-06-09selftests/mm: gup_longterm: add liburing testsDavid Hildenbrand-0/+73
2023-06-09selftests/mm: gup_longterm: new functional test for FOLL_LONGTERMDavid Hildenbrand-1/+393
2023-06-09selftests/mm: factor out detection of hugetlb page sizes into vm_utilDavid Hildenbrand-27/+30
2023-05-04Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+40
2023-05-02selftests/ksm: ksm_functional_tests: add prctl unmerge testDavid Hildenbrand-6/+40
2023-04-28Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds-2/+2
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2157/+3443
2023-04-27Merge tag 'sh-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2023-04-21selftests/mm: add new selftests for KSMStefan Roesch-39/+226
2023-04-21selftests/mm: add tests for RO pinning vs fork()Peter Xu-3/+141
2023-04-21selftests/mm: rename COW_EXTRA_LIBS to IOURING_EXTRA_LIBSPeter Xu-6/+6
2023-04-21selftests/mm: extend and rename uffd pagemap testPeter Xu-24/+106
2023-04-21selftests/mm: add a few options for uffd-unit-testPeter Xu-7/+45
2023-04-18selftests/mm: run hugetlb testcases of va switchChaitanya S Prakash-0/+4
2023-04-18selftests/mm: configure nr_hugepages for arm64Chaitanya S Prakash-1/+9
2023-04-18selftests/mm: add platform independent in code commentsChaitanya S Prakash-7/+8
2023-04-18selftests/mm: rename va_128TBswitch to va_high_addr_switchChaitanya S Prakash-4/+4
2023-04-18selftests/mm: add support for arm64 platform on va switchChaitanya S Prakash-2/+24
2023-04-18selftests/mm: add uffdio register ioctls testPeter Xu-15/+97
2023-04-18selftests/mm: add shmem-private test to uffd-stressPeter Xu-5/+9
2023-04-18selftests/mm: drop sys/dev test in uffd-stress testPeter Xu-40/+11
2023-04-18selftests/mm: allow uffd test to skip properly with no privilegePeter Xu-18/+29
2023-04-18selftests/mm: workaround no way to detect uffd-minor + wpPeter Xu-1/+7
2023-04-18selftests/mm: move zeropage test into uffd unit testsPeter Xu-95/+108
2023-04-18selftests/mm: move uffd sig/events tests into uffd unit testsPeter Xu-226/+265
2023-04-18selftests/mm: move uffd minor test to unit testPeter Xu-145/+135
2023-04-18selftests/mm: move uffd pagemap test to unit testPeter Xu-166/+145
2023-04-18selftests/mm: add framework for uffd-unit-testPeter Xu-0/+163
2023-04-18selftests/mm: allow allocate_area() to fail properlyPeter Xu-15/+36
2023-04-18selftests/mm: let uffd_handle_page_fault() take wp parameterPeter Xu-16/+23
2023-04-18selftests/mm: rename uffd_stats to uffd_argsPeter Xu-43/+42
2023-04-18selftests/mm: drop global hpage_size in uffd testsPeter Xu-7/+8
2023-04-18selftests/mm: drop global mem_fd in uffd testsPeter Xu-17/+28
2023-04-18selftests/mm: UFFDIO_API testPeter Xu-1/+108