summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/mm
Commit message (Expand)AuthorAgeFilesLines
* 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: mkdirty: fix incorrect position of #endifColin Ian King2023-07-171-1/+1
* selftests/mm: give scripts execute permissionRyan Roberts2023-07-148-0/+0
* Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-06-231-5/+8
|\
| * selftests/mm: fix cross compilation with LLVMMark Brown2023-06-191-5/+8
* | selftests: mm: remove duplicate unneeded definesMuhammad Usama Anjum2023-06-1917-100/+6
* | selftests: mm: remove wrong kernel header inclusionMuhammad Usama Anjum2023-06-191-1/+1
* | selftests/mm: move certain uffd*() routines from vm_util.c to uffd-common.cJohn Hubbard2023-06-194-63/+64
* | selftests/mm: fix build failures due to missing MADV_COLLAPSEJohn Hubbard2023-06-193-17/+10
* | selftests/mm: fix a "possibly uninitialized" warning in pkey-x86.hJohn Hubbard2023-06-191-1/+1
* | selftests/mm: fix two -Wformat-security warnings in uffd buildsJohn Hubbard2023-06-191-10/+6
* | selftests/mm: .gitignore: add mkdirty, va_high_addr_switchJohn Hubbard2023-06-191-0/+2
* | selftests/mm: fix invocation of tests that are run via shell scriptsJohn Hubbard2023-06-191-3/+3
* | selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-...John Hubbard2023-06-191-1/+0
* | selftests/mm: fix unused variable warnings in hugetlb-madvise.c, migration.cJohn Hubbard2023-06-192-3/+10
* | selftests/mm: fix uffd-stress unused function warningJohn Hubbard2023-06-191-10/+0
* | selftests/mm: gup_longterm: add liburing testsDavid Hildenbrand2023-06-091-0/+73
* | selftests/mm: gup_longterm: new functional test for FOLL_LONGTERMDavid Hildenbrand2023-06-094-1/+393
* | selftests/mm: factor out detection of hugetlb page sizes into vm_utilDavid Hildenbrand2023-06-093-27/+30
|/
* Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-05-041-6/+40
|\
| * selftests/ksm: ksm_functional_tests: add prctl unmerge testDavid Hildenbrand2023-05-021-6/+40
* | Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-04-281-2/+2
|\ \ | |/ |/|
| * selftests: use canonical ftrace pathRoss Zwisler2023-03-291-2/+2
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-2728-2157/+3443
|\ \
| * | selftests/mm: add new selftests for KSMStefan Roesch2023-04-213-39/+226
| * | selftests/mm: add tests for RO pinning vs fork()Peter Xu2023-04-211-3/+141
| * | selftests/mm: rename COW_EXTRA_LIBS to IOURING_EXTRA_LIBSPeter Xu2023-04-212-6/+6
| * | selftests/mm: extend and rename uffd pagemap testPeter Xu2023-04-211-24/+106
| * | selftests/mm: add a few options for uffd-unit-testPeter Xu2023-04-211-7/+45
| * | selftests/mm: run hugetlb testcases of va switchChaitanya S Prakash2023-04-181-0/+4
| * | selftests/mm: configure nr_hugepages for arm64Chaitanya S Prakash2023-04-181-1/+9
| * | selftests/mm: add platform independent in code commentsChaitanya S Prakash2023-04-181-7/+8
| * | selftests/mm: rename va_128TBswitch to va_high_addr_switchChaitanya S Prakash2023-04-184-4/+4
| * | selftests/mm: add support for arm64 platform on va switchChaitanya S Prakash2023-04-181-2/+24
| * | selftests/mm: add uffdio register ioctls testPeter Xu2023-04-181-15/+97
| * | selftests/mm: add shmem-private test to uffd-stressPeter Xu2023-04-182-5/+9
| * | selftests/mm: drop sys/dev test in uffd-stress testPeter Xu2023-04-184-40/+11
| * | selftests/mm: allow uffd test to skip properly with no privilegePeter Xu2023-04-184-18/+29
| * | selftests/mm: workaround no way to detect uffd-minor + wpPeter Xu2023-04-181-1/+7
| * | selftests/mm: move zeropage test into uffd unit testsPeter Xu2023-04-184-95/+108
| * | selftests/mm: move uffd sig/events tests into uffd unit testsPeter Xu2023-04-182-226/+265
| * | selftests/mm: move uffd minor test to unit testPeter Xu2023-04-184-145/+135
| * | selftests/mm: move uffd pagemap test to unit testPeter Xu2023-04-182-166/+145
| * | selftests/mm: add framework for uffd-unit-testPeter Xu2023-04-183-0/+163
| * | selftests/mm: allow allocate_area() to fail properlyPeter Xu2023-04-182-15/+36
| * | selftests/mm: let uffd_handle_page_fault() take wp parameterPeter Xu2023-04-183-16/+23
| * | selftests/mm: rename uffd_stats to uffd_argsPeter Xu2023-04-183-43/+42
| * | selftests/mm: drop global hpage_size in uffd testsPeter Xu2023-04-183-7/+8
| * | selftests/mm: drop global mem_fd in uffd testsPeter Xu2023-04-183-17/+28