summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/mm
AgeCommit message (Expand)AuthorFilesLines
2024-10-28selftests/mm: fix deadlock for fork after pthread_create with atomic_boolEdward Liaw1-0/+5
2024-10-28Revert "selftests/mm: replace atomic_bool with pthread_barrier_t"Edward Liaw3-12/+10
2024-10-28Revert "selftests/mm: fix deadlock for fork after pthread_create on ARM"Edward Liaw1-7/+0
2024-10-17selftests: mm: fix the incorrect usage() info of khugepagedNanyong Sun1-1/+1
2024-10-17selftests/mm: fix deadlock for fork after pthread_create on ARMEdward Liaw1-0/+7
2024-10-17selftests/mm: replace atomic_bool with pthread_barrier_tEdward Liaw3-10/+12
2024-10-09selftests/mm: fix incorrect buffer->mirror size in hmm2 double_map testDonet Tom1-1/+1
2024-09-26kselftests: mm: fix wrong __NR_userfaultfd valueMuhammad Usama Anjum1-1/+1
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds16-113/+352
2024-09-17Merge tag 'x86-mm-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-11/+494
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds6-12/+253
2024-09-09selftests/mm: relax test to fail after 100 migration failuresDev Jain1-6/+11
2024-09-09mm: selftest to verify zero-filled pages are mapped to zeropageAlexander Zhu3-0/+94
2024-09-04selftests: mm: make protection_keys test work on arm64Joey Gouly6-12/+244
2024-09-04selftests: mm: move fpregs printingJoey Gouly3-0/+9
2024-09-03selftests/mm: fix charge_reserved_hugetlb.sh testDavid Hildenbrand2-10/+13
2024-09-03selftests/mm: add more mseal traversal testsPedro Falcato1-1/+105
2024-09-03selftests: mm: support shmem mTHP collapse testingBaolin Wang3-8/+51
2024-09-03selftests/mm: remove unnecessary ia64 code and commentJinjiang Tu6-67/+8
2024-09-01selftest mm/mseal: fix test_seal_mremap_move_dontunmap_anyaddrJeff Xu1-21/+36
2024-09-01selftests/mm: add mseal test for no-discard madvisePedro Falcato1-1/+35
2024-09-01selftests: mm: fix build errors on armhfMuhammad Usama Anjum2-36/+14
2024-08-15selftests: memfd_secret: don't build memfd_secret test on unsupported archesMuhammad Usama Anjum2-0/+5
2024-08-15selftests/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-07selftests: mm: add s390 to ARCH checkNico Pache1-1/+1
2024-08-02selftests/mm: Add new testcases for pkeysKeith Lucas4-11/+494
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-0/+2
2024-07-26selftests/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-04selftest/mm: test enable_soft_offline behaviorsJiaqi Yan4-0/+236
2024-07-04mm: turn off test_uffdio_wp if CONFIG_PTE_MARKER_UFFD_WP is not configured.Audra Mitchell1-0/+3
2024-07-04mm: update uffd-stress to handle EINVAL for unset config featuresAudra Mitchell1-5/+9
2024-07-03selftests/mm: remove local __NR_* definitionsJohn Hubbard10-62/+9
2024-07-03selftests/mm: guard defines from shmEdward Liaw1-0/+8
2024-07-03selftests/mm: include linux/mman.hEdward Liaw1-4/+1
2024-07-03selftests/mm: use asm volatile to not optimize mmap read variablePankaj Raghav1-1/+2
2024-07-03selftests/mm: mseal, self_elf: rename TEST_END_CHECK to REPORT_TEST_PASSJohn Hubbard3-48/+48
2024-07-03selftests/mm: mseal, self_elf: factor out test macros and other duplicated itemsJohn Hubbard4-80/+44
2024-07-03selftests/mm: mseal, self_elf: fix missing __NR_msealJohn Hubbard2-2/+2
2024-07-03selftest: mm: Test if hugepage does not get leaked during __bio_release_pages()Donet Tom3-0/+119
2024-07-03selftests/mm: va_high_addr_switch: dynamically initialize testcases to enable...Dev Jain1-222/+232
2024-07-03selftests/mm: va_high_addr_switch: reduce test noiseDev Jain1-4/+0
2024-07-03selftests: mm: check return valuesMuhammad Usama Anjum1-1/+3
2024-06-24selftests/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-25Merge 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