summaryrefslogtreecommitdiff
path: root/userfaultfd.c
Commit message (Expand)AuthorAgeFilesLines
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* Imply RVAL_DECODED when RVAL_IOCTL_PARSED is returned on enteringDmitry V. Levin2017-08-281-4/+4
* Replace return 1 ioctl sub-decoder hack with proper flagEugene Syromyatnikov2017-08-281-4/+4
* userfaultfd: streamline logicEugene Syromyatnikov2017-08-281-34/+60
* Unify PRINT_FIELD_FLAGS and PRINT_FIELD_FLAGS64Dmitry V. Levin2017-07-231-19/+18
* userfaultfd: decode struct uffdio_api.features as flagsDmitry V. Levin2017-07-191-5/+7
* userfaultfd: enhance decoding of struct uffdio_api.featuresDmitry V. Levin2017-07-191-1/+11
* userfaultfd: use PRINT_FIELD_* macrosDmitry V. Levin2017-07-181-29/+33
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-1/+1
* Change type of ioctl 3rd argument from long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+2
* Use tprints instead of tprintf in a few more placesDmitry V. Levin2016-10-021-6/+6
* Decode UFFDIO_* ioctlsDr. David Alan Gilbert2016-05-101-0/+120
* Add copyright headers to some files which lack themDmitry V. Levin2015-12-171-0/+27
* Implement userfaultfd syscall decodingDmitry V. Levin2015-11-171-0/+11