aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/uffd.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: update userfaultfd descriptionsfellair2025-07-031-0/+8
| | | | | | | | | | | | | | Add 2 regular missing ioctl syscalls: - UFFDIO_MOVE - UFFDIO_POISON Add USERFAULTFD_IOC_NEW ioctl that allows to procure userfaultfds by way of accessing /dev/userfaultfd. No other descriptions are touched, neither are any config options. Tested on local x86_64 syzkaller instance with enabled_syscalls[] option turned on.
* sys/linux: extend userfaultfd descriptionsDmitry Vyukov2021-10-211-0/+12
| | | | | 2 new ioctl's were added + some new flags: https://elixir.bootlin.com/linux/v5.15-rc6/source/include/uapi/linux/userfaultfd.h#L82
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-0/+24
This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983