| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: update userfaultfd descriptions | fellair | 2025-07-03 | 1 | -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 descriptions | Dmitry Vyukov | 2021-10-21 | 1 | -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 format | Dmitry Vyukov | 2020-08-13 | 1 | -0/+24 |
| This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983 | |||||
