summaryrefslogtreecommitdiff
path: root/types
Commit message (Expand)AuthorAgeFilesLines
* file_ioctl: compile unconditionallyDmitry V. Levin2021-01-041-0/+35
* Move decoders of FS_IOC_[GS]ETFSLABEL from btrfs.c to fs_0x94_ioctl.cDmitry V. Levin2021-01-031-0/+2
* fs_0x94_ioctl: move type definitions to types/fs_0x94.hDmitry V. Levin2021-01-031-0/+39
* fs_x_ioctl: implement decoding of FS_IOC_FSGETXATTR and FS_IOC_FSSETXATTRDmitry V. Levin2021-01-021-1/+10
* fs_x_ioctl: compile unconditionallyDmitry V. Levin2020-12-311-0/+21
* Change my email addressDmitry V. Levin2020-12-312-2/+2
* Revert "types/v4l2.h: update definition of struct_v4l2_create_buffers"Dmitry V. Levin2020-10-211-3/+1
* Fix preprocessor indentationDmitry V. Levin2020-09-231-7/+7
* tee: use types/ directory for the type definitions headerEugene Syromyatnikov2020-09-231-0/+107
* types/v4l2.h: update definition of struct_v4l2_create_buffersDmitry V. Levin2020-09-061-1/+3
* btrfs: use PRINT_FIELD_X_ARRAYDmitry V. Levin2020-07-121-0/+25
* loop: implement decoding of LOOP_CONFIGURE ioctl commandDmitry V. Levin2020-07-081-0/+21
* io_uring: Add io_cqring_offset flagsChris Packham2020-06-161-1/+3
* types: skip field lines that start with commentsDmitry V. Levin2020-06-161-1/+1
* Replace struct v4l2_buffer with a reliable alternative definitionDmitry V. Levin2020-05-261-1/+0
* types: do not generate TYPES_M4_FILES variableDmitry V. Levin2020-04-181-4/+0
* Fix preprocessor indentationDmitry V. Levin2020-04-034-15/+15
* open: implement openat2 syscall decodingEugene Syromyatnikov2020-03-301-0/+21
* v4l2: decode frame intervals/sizes unconditionallyEugene Syromyatnikov2020-03-301-0/+46
* v4l2: always decode VIDIOC_*_EXT_CTRLS ioctl commandsEugene Syromyatnikov2020-03-301-2/+37
* v4l2: bundle struct v4l2_format and related typesEugene Syromyatnikov2020-03-301-2/+128
* v4l2: provide struct v4l2_capability definitionEugene Syromyatnikov2020-03-301-0/+12
* v4l2: bundle struct v4l2_create_buffers definitionEugene Syromyatnikov2020-03-301-0/+37
* io_uring: support IORING_REGISTER_PROBE io_uring_register commandEugene Syromyatnikov2020-03-281-0/+15
* Robustify <linux/if_bridge.h> configure checksDmitry V. Levin2020-03-101-2/+6
* io_uring: add support of wq_fd field decoding to io_uring_setupEugene Syromyatnikov2020-02-031-1/+2
* io_uring: add support for IORING_REGISTER_FILES_UPDATEEugene Syromyatnikov2020-01-271-0/+6
* io_uring: check struct io_* types automaticallyDmitry V. Levin2020-01-211-0/+49
* evdev: check struct input_* types automaticallyDmitry V. Levin2020-01-211-0/+40
* rtnl_route: check struct rta_mfc_stats and struct rtvia automaticallyDmitry V. Levin2020-01-211-0/+31
* rtnl_mdb: check struct br_mdb_entry and struct br_port_msg automaticallyDmitry V. Levin2020-01-211-0/+37
* rtnl_neightbl: check all struct ndt_* types automaticallyDmitry V. Levin2020-01-211-0/+51
* rtnl_link: check all struct rtnl_link_stats* and struct ifla_port_vsi types a...Dmitry V. Levin2020-01-211-0/+94
* netlink_crypto: check all struct crypto_* types automaticallyDmitry V. Levin2020-01-211-0/+64
* types: new infrastructure for automatic checking of structure typesDmitry V. Levin2020-01-212-0/+233