aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_vfio.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: update descriptions/constsDmitry Vyukov2024-11-261-1/+1
| | | | | | | Update to upstream commit 228a1157fb9f. VFIO_TYPE1_NESTING_IOMMU const was removed in 35890f85573c. Remove it from descriptions.
* sys/linux: fix VFIO map/unmapJason Gunthorpe2022-11-101-4/+5
| | | | | unmap has its own set of flags that trigger interesting behavior. map needs to take in a user_va or it will not succeed in many cases.
* sys/linux: enhance VFIO_IOMMU_GET_INFOJason Gunthorpe2022-11-101-3/+29
| | | | | | | This is a complex nested structure that syskaller doesn't actually need to care about the output for. However it better matches the kernel if we describe it in a similar way. The goal is to make the buffer large enough for the call to succeed.
* sys/linux: fix some warnings in descriptionsDmitry Vyukov2020-06-131-0/+1
| | | | | syz-check pointed to a new batch of bugs in descriptions. Fix them.
* sys/linux: fix 240 warnings in descriptionsDmitry Vyukov2019-12-201-1/+1
| | | | | | Sweeping fix of everything up to socket_netlink_route.txt. Update #590
* sys/linux: add usbmon add vfio descriptionsVeronicaRadu2019-07-261-0/+49