summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2018-02-22media: r820t: fix r820t_write_reg for KASANArnd Bergmann1-5/+8
2018-02-16media: cxusb, dib0700: ignore XC2028_I2C_FLUSHMauro Carvalho Chehab2-0/+3
2018-02-16media: ts2020: avoid integer overflows on 32 bit machinesMauro Carvalho Chehab1-2/+2
2018-02-16media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logicDaniel Mentz1-261/+483
2018-02-16media: v4l2-compat-ioctl32.c: don't copy back the result for certain errorsHans Verkuil1-0/+3
2018-02-16media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer typeHans Verkuil1-4/+0
2018-02-16media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32Hans Verkuil1-19/+40
2018-02-16media: v4l2-compat-ioctl32: Copy v4l2_window->global_alphaDaniel Mentz1-2/+5
2018-02-16media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevsHans Verkuil1-1/+1
2018-02-16media: v4l2-compat-ioctl32.c: fix ctrl_is_pointerHans Verkuil1-19/+38
2018-02-16media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32Hans Verkuil1-19/+28
2018-02-16media: v4l2-compat-ioctl32.c: avoid sizeof(type)Hans Verkuil1-41/+36
2018-02-16media: v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32Hans Verkuil1-84/+20
2018-02-16media: v4l2-compat-ioctl32.c: fix the indentationHans Verkuil1-104/+104
2018-02-16media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUFHans Verkuil1-0/+1
2018-02-16vb2: V4L2_BUF_FLAG_DONE is set after DQBUFRicardo Ribalda1-0/+6
2018-02-16media: v4l2-ioctl.c: don't copy back the result for -ENOTTYHans Verkuil1-1/+4
2018-02-16media: dvb-usb-v2: lmedm04: move ts2020 attach to dm04_lme2510_tunerMalcolm Priestley1-7/+6
2018-02-16media: dvb-usb-v2: lmedm04: Improve logic checking of warm startMalcolm Priestley1-8/+18
2018-02-16media: soc_camera: soc_scale_crop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan1-0/+4
2018-02-03media: usbtv: add a new usbidIcenowy Zheng1-0/+1
2018-01-17usbvision fix overflow of interfaces arrayOliver Neukum1-0/+7
2017-12-16media: dvb: i2c transfers over usb cannot be done from stackLaurent Caumont1-2/+14
2017-11-30media: v4l2-ctrl: Fix flags field on Control eventsRicardo Ribalda Delgado1-4/+12
2017-11-30cx231xx-cards: fix NULL-deref on missing association descriptorJohan Hovold1-1/+1
2017-11-30media: rc: check for integer overflowSean Young1-3/+6
2017-11-30media: Don't do DMA on stack for firmware upload in the AS102 driverMichele Baldessari1-11/+17
2017-11-21media: dib0700: fix invalid dvb_detach argumentAndrey Konovalov1-12/+12
2017-11-21media: imon: Fix null-ptr-deref in imon_probeArvind Yadav1-0/+5
2017-11-15adv7604: Initialize drive strength to default when using DTLars-Peter Clausen1-0/+3
2017-11-08bt8xx: fix memory leakSudip Mukherjee1-0/+1
2017-11-08exynos4-is: fimc-is: Unmap region obtained by of_iomap()Arvind Yadav1-2/+6
2017-11-08cx231xx: Fix I2C on Internal Master 3 BusOleh Kravchenko1-1/+6
2017-10-08ttpci: address stringop overflow warningArnd Bergmann2-10/+10
2017-10-08exynos-gsc: Do not swap cb/cr for semi planar formatsThibault Saunier1-2/+0
2017-09-27media: uvcvideo: Prevent heap overflow when accessing mapped controlsGuenter Roeck1-0/+7
2017-09-27media: v4l2-compat-ioctl32: Fix timespec conversionDaniel Mentz1-1/+2
2017-08-11saa7164: fix double fetch PCIe access conditionSteven Toth1-12/+1
2017-08-11media: lirc: LIRC_GET_REC_RESOLUTION should return microsecondsSean Young1-1/+1
2017-08-11media: platform: davinci: return -EINVAL for VPFE_CMD_S_CCDC_RAW_PARAMS ioctlPrabhakar Lad1-20/+2
2017-08-06v4l: s5c73m3: fix negation operatorAndrzej Hajda1-1/+1
2017-07-27cx88: Fix regression in initial video standard settingDevin Heitmueller2-2/+9
2017-07-27s5p-jpeg: don't return a random width/heightMauro Carvalho Chehab1-4/+4
2017-07-27ir-core: fix gcc-7 warning on bool arithmeticArnd Bergmann1-1/+1
2017-07-15saa7134: fix warm Medion 7134 EEPROM readMaciej S. Szmigiero1-0/+31
2017-06-26pvrusb2: reduce stack usage pvr2_eeprom_analyze()Arnd Bergmann1-9/+4
2017-06-26vb2: Fix an off by one error in 'vb2_plane_vaddr'Christophe JAILLET1-1/+1
2017-05-25xc2028: Fix use-after-free bug properlyTakashi Iwai1-21/+16
2017-05-25cx231xx-cards: fix NULL-deref at probeJohan Hovold1-5/+40
2017-05-25cx231xx-audio: fix NULL-deref at probeJohan Hovold1-2/+15