summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core/v4l2-compat-ioctl32.c
AgeCommit message (Expand)Author
2023-11-23media: core: Report the maximum possible number of buffers for the queueBenjamin Gaignard
2023-03-20media: v4l2-core: zero field base in struct v4l2_framebufferHans Verkuil
2023-03-20media: v4l2-core: drop v4l2_window clipping and bitmap supportHans Verkuil
2022-09-27media: v4l2-compat-ioctl32.c: zero buffer passed to v4l2_compat_get_array_args()Hans Verkuil
2021-11-10media: v4l2-core: fix VIDIOC_DQEVENT handling on non-x86Arnd Bergmann
2021-09-30media: videobuf2: handle V4L2_MEMORY_FLAG_NON_COHERENT flagSergey Senozhatsky
2021-06-17media: v4l2-core: return -ENODEV from ioctl when not registeredArnd Bergmann
2020-11-17media: v4l2-compat-ioctl32.c: add missing #ifdef CONFIG_COMPAT_32BIT_TIMEsHans Verkuil
2020-11-16media: v4l2: remove remaining compat_ioctlArnd Bergmann
2020-11-16media: v4l2: remaining compat handlersArnd Bergmann
2020-11-16media: v4l2: convert v4l2_format compat ioctlsArnd Bergmann
2020-11-16media: v4l2: move compat handling for v4l2_bufferArnd Bergmann
2020-11-16media: v4l2: move v4l2_ext_controls conversionArnd Bergmann
2020-11-16media: v4l2: remove unneeded compat ioctl handlersArnd Bergmann
2020-11-16media: v4l2: prepare compat-ioctl reworkArnd Bergmann
2020-09-14media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky
2020-06-23media: videobuf2: handle V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky
2020-01-03media: v4l2-core: fix compat v4l2_buffer handling for time64 ABIArnd Bergmann
2020-01-03media: v4l2-core: fix compat VIDIOC_DQEVENT for time64 ABIArnd Bergmann
2020-01-03media: v4l2-core: compat: ignore native command codesArnd Bergmann
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-14media: v4l: Add support for V4L2_BUF_TYPE_META_OUTPUTSakari Ailus
2018-09-24media: v4l2-compat-ioctl32.c: add missing documentation for a fieldHans Verkuil
2018-09-11media: vb2: set reqbufs/create_bufs capabilitiesHans Verkuil
2018-08-31media: videodev2.h: Add request_fd field to v4l2_bufferHans Verkuil
2018-08-31media: videodev2.h: add request_fd field to v4l2_ext_controlsAlexandre Courbot
2018-04-20media: v4l2-compat-ioctl32: better document the codeMauro Carvalho Chehab
2018-04-20media: v4l2-compat-ioctl32: simplify castsMauro Carvalho Chehab
2018-04-20media: v4l2-compat-ioctl32: better name userspace pointersMauro Carvalho Chehab
2018-04-20media: v4l2-compat-ioctl32: fix several __user annotationsMauro Carvalho Chehab
2018-04-17media: v4l2-compat-ioctl32: prevent go past max sizeMauro Carvalho Chehab
2018-04-05media: v4l2-compat-ioctl32: don't oops on overlayMauro Carvalho Chehab
2018-01-31media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevsHans Verkuil
2018-01-30media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logicDaniel Mentz
2018-01-30media: v4l2-compat-ioctl32.c: don't copy back the result for certain errorsHans Verkuil
2018-01-30media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer typeHans Verkuil
2018-01-30media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32Hans Verkuil
2018-01-30media: v4l2-compat-ioctl32.c: fix ctrl_is_pointerHans Verkuil
2018-01-30media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32Hans Verkuil
2018-01-30media: v4l2-compat-ioctl32.c: avoid sizeof(type)Hans Verkuil
2018-01-30media: v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32Hans Verkuil
2018-01-30media: v4l2-compat-ioctl32.c: fix the indentationHans Verkuil
2018-01-30media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUFHans Verkuil
2018-01-04media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab
2018-01-04media: fix usage of whitespaces and on indentationMauro Carvalho Chehab
2017-08-20media: v4l2-compat-ioctl32.c: add capabilities field to, v4l2_input32Hans Verkuil
2017-08-09media: v4l2-compat-ioctl32: Fix timespec conversionDaniel Mentz
2017-08-09media: v4l2-compat-ioctl32: Copy v4l2_window->global_alphaDaniel Mentz
2017-04-14[media] v4l: Add metadata buffer type and formatLaurent Pinchart