summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* lirc: fix dead lock between open and wakeup_filterSean Young2017-12-141-2/+2
* media: dvb: i2c transfers over usb cannot be done from stackLaurent Caumont2017-12-141-2/+14
* media: v4l2-ctrl: Fix flags field on Control eventsRicardo Ribalda Delgado2017-11-301-4/+12
* cx231xx-cards: fix NULL-deref on missing association descriptorJohan Hovold2017-11-301-1/+1
* media: rc: check for integer overflowSean Young2017-11-301-3/+6
* media: Don't do DMA on stack for firmware upload in the AS102 driverMichele Baldessari2017-11-301-11/+17
* media: dib0700: fix invalid dvb_detach argumentAndrey Konovalov2017-11-211-12/+12
* media: imon: Fix null-ptr-deref in imon_probeArvind Yadav2017-11-211-0/+5
* adv7604: Initialize drive strength to default when using DTLars-Peter Clausen2017-11-151-0/+3
* bt8xx: fix memory leakSudip Mukherjee2017-11-081-0/+1
* exynos4-is: fimc-is: Unmap region obtained by of_iomap()Arvind Yadav2017-11-081-2/+6
* cx231xx: Fix I2C on Internal Master 3 BusOleh Kravchenko2017-11-081-1/+6
* ttpci: address stringop overflow warningArnd Bergmann2017-10-082-10/+10
* exynos-gsc: Do not swap cb/cr for semi planar formatsThibault Saunier2017-10-081-2/+0
* media: uvcvideo: Prevent heap overflow when accessing mapped controlsGuenter Roeck2017-09-271-0/+7
* media: v4l2-compat-ioctl32: Fix timespec conversionDaniel Mentz2017-09-271-1/+2
* saa7164: fix double fetch PCIe access conditionSteven Toth2017-08-111-12/+1
* media: lirc: LIRC_GET_REC_RESOLUTION should return microsecondsSean Young2017-08-111-1/+1
* media: platform: davinci: return -EINVAL for VPFE_CMD_S_CCDC_RAW_PARAMS ioctlPrabhakar Lad2017-08-111-20/+2
* v4l: s5c73m3: fix negation operatorAndrzej Hajda2017-08-061-1/+1
* cx88: Fix regression in initial video standard settingDevin Heitmueller2017-07-272-2/+9
* mxl111sf: Fix driver to use heap allocate buffers for USB messagesDevin Heitmueller2017-07-273-16/+28
* s5p-jpeg: don't return a random width/heightMauro Carvalho Chehab2017-07-271-4/+4
* ir-core: fix gcc-7 warning on bool arithmeticArnd Bergmann2017-07-271-1/+1
* saa7134: fix warm Medion 7134 EEPROM readMaciej S. Szmigiero2017-07-151-0/+31
* media: entity: Fix stream count checkSakari Ailus2017-07-121-1/+1
* pvrusb2: reduce stack usage pvr2_eeprom_analyze()Arnd Bergmann2017-06-241-9/+4
* vb2: Fix an off by one error in 'vb2_plane_vaddr'Christophe JAILLET2017-06-241-1/+1
* cx231xx-cards: fix NULL-deref at probeJohan Hovold2017-05-251-5/+40
* cx231xx-audio: fix NULL-deref at probeJohan Hovold2017-05-251-2/+15
* cx231xx-audio: fix init error pathJohan Hovold2017-05-251-11/+14
* dw2102: limit messages to buffer sizeAlyssa Milburn2017-05-251-0/+54
* digitv: limit messages to buffer sizeAlyssa Milburn2017-05-251-0/+3
* dvb-frontends/cxd2841er: define symbol_rate_min/max in T/C fe-opsDaniel Scheller2017-05-251-1/+3
* zr364xx: enforce minimum size when reading headerAlyssa Milburn2017-05-251-0/+8
* dib0700: fix NULL-deref at probeJohan Hovold2017-05-251-0/+3
* s5p-mfc: Fix unbalanced call to clock managementMarek Szyprowski2017-05-251-0/+1
* gspca: konica: add missing endpoint sanity checkJohan Hovold2017-05-251-0/+3
* s5p-mfc: Fix race between interrupt routine and device functionsMarek Szyprowski2017-05-251-8/+4
* dvb-usb-dibusb-mc-common: Add MODULE_LICENSEBen Hutchings2017-05-251-0/+2
* ttusb2: limit messages to buffer sizeAlyssa Milburn2017-05-251-0/+19
* mceusb: fix NULL-deref at probeJohan Hovold2017-05-251-2/+2
* usbvision: fix NULL-deref at probeJohan Hovold2017-05-251-1/+8
* cxusb: Use a dma capable buffer also for readingStefan Brüns2017-04-211-7/+8
* dvb-usb-firmware: don't do DMA on stackStefan Brüns2017-04-211-10/+12
* dvb-usb: don't use stack for firmware loadMauro Carvalho Chehab2017-04-211-6/+13
* dvb-usb-v2: avoid use-after-freeArnd Bergmann2017-04-211-4/+5
* uvcvideo: uvc_scan_fallback() for webcams with broken chainHenrik Ingo2017-03-221-6/+112
* rc: raw decoder for keymap protocol is not loaded on registerSean Young2017-03-181-1/+6
* dw2102: don't do DMA on stackJonathan McDowell2017-03-181-99/+145