aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/memfd/memfd_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-01memfd: add test for COW on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappingsJoel Fernandes (Google)1-0/+36
2019-03-05selftests/memfd: add tests for F_SEAL_FUTURE_WRITE sealJoel Fernandes (Google)1-0/+74
2018-01-31memfd-test: move common code to a shared unitMarc-André Lureau1-34/+2
2018-01-31memfd-test: add 'memfd-hugetlb:' prefix when testing hugetlbfsMarc-André Lureau1-10/+16
2018-01-31memfd-test: test hugetlbfs sealingMarc-André Lureau1-135/+15
2017-11-15selftests: memfd_test.c: fix compilation warning.Lei Yang1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06selftests/memfd: add memfd_create hugetlbfs selftestMike Kravetz1-85/+287
2015-11-03selftests: Add missing #include directivesBen Hutchings1-0/+1
2015-10-15selftests: memfd_test: Revised STACK_SIZE to make it 16-byte alignedChunyan Zhang1-1/+1
2014-09-04memfd_test: Add missing argument to printf()Pranith Kumar1-1/+1
2014-09-04memfd_test: Make it work on 32-bit systemsPranith Kumar1-18/+16
2014-08-08selftests: add memfd_create() + sealing testsDavid Herrmann1-0/+913