summaryrefslogtreecommitdiff
path: root/tests/memfd_create.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2023-04-301-1/+1
* xlat: update MFD_* constantsDmitry V. Levin2023-04-281-5/+6
* tests: assume __NR_memfd_create is definedDmitry V. Levin2021-06-021-30/+22
* memfd_create: print the first argument as a stringDmitry V. Levin2021-03-161-4/+3
* Switch to use bundled <linux/memfd.h> and <asm-generic/hugetlb_encode.h>Dmitry V. Levin2021-02-191-12/+1
* Update copyright headersDmitry V. Levin2021-02-161-1/+1
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* Update copyright headersDmitry V. Levin2019-09-251-0/+1
* Consistently define __NR_* constantsDmitry V. Levin2019-07-161-1/+0
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
* tests: add memfd_create test variants with different xlat verbosity levelsDmitry V. Levin2018-11-261-5/+38
* memfd_create: decode hugetlb page sizeDmitry V. Levin2017-11-181-4/+33
* Print the first argument of memfd_create syscall as a pathDmitry V. Levin2017-11-181-5/+50
* Update MFD_* constantsDmitry V. Levin2017-09-171-3/+4
* tests: use scno.h in tests of relatively new syscallsDmitry V. Levin2016-12-201-0/+1
* Use <asm/unistd.h> instead of <sys/syscall.h>Dmitry V. Levin2016-08-091-1/+1
* memfd_create.test: rewrite from match_grep to match_diffDmitry V. Levin2016-07-301-2/+10
* tests/memfd_create.c: use libtestsDmitry V. Levin2016-01-041-5/+1
* tests: include tests.h instead of config.hDmitry V. Levin2016-01-051-4/+1
* Implement memfd_create syscall decodingDmitry V. Levin2015-07-291-0/+25