summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* media: uvcvideo: Fix uvc_alloc_entity() allocation alignmentNadav Amit2019-06-111-1/+1
* media: smsusb: better handle optional alignmentMauro Carvalho Chehab2019-06-111-4/+4
* media: usb: siano: Fix false-positive "uninitialized variable" warningAlan Stern2019-06-111-1/+1
* media: usb: siano: Fix general protection fault in smsusbAlan Stern2019-06-111-13/+20
* media: saa7146: avoid high stack usage with clangArnd Bergmann2019-06-112-6/+4
* media: go7007: avoid clang frame overflow warning with KASANArnd Bergmann2019-06-111-2/+2
* media: m88ds3103: serialize reset messages in m88ds3103_set_frontendJames Hutchinson2019-06-111-5/+4
* media: wl128x: prevent two potential buffer overflowsDan Carpenter2019-06-111-2/+5
* media: pvrusb2: Prevent a buffer overflowDan Carpenter2019-06-112-0/+3
* media: au0828: Fix NULL pointer dereference in au0828_analog_stream_enable()Shuah Khan2019-06-111-0/+3
* media: ov2659: make S_FMT succeed even if requested format doesn't matchAkinobu Mita2019-06-111-2/+4
* media: au0828: stop video streaming only when last user stopsHans Verkuil2019-06-111-5/+8
* media: ov6650: Move v4l2_clk_get() to ov6650_video_probe() helperJanusz Krzysztofik2019-06-111-11/+14
* media: coda: clear error return value before picture runPhilipp Zabel2019-06-111-0/+3
* media: vivid: use vfree() instead of kfree() for dev->bitmap_capAlexander Potapenko2019-06-111-1/+1
* media: cpia2: Fix use-after-free in cpia2_exitYueHaibing2019-06-111-2/+1
* media: ov6650: Fix sensor possibly not detected on probeJanusz Krzysztofik2019-06-111-0/+2
* media: v4l2: i2c: ov7670: Fix PLL bypass register valuesJacopo Mondi2019-05-161-10/+6
* media: s5p-jpeg: Check for fmt_ver_flag when doing fmt enumerationPawe? Chmiel2019-04-271-8/+11
* media: mt9m111: set initial frame size other than 0x0Akinobu Mita2019-04-271-0/+2
* media: mx2_emmaprp: Correct return type for mem2mem buffer helpersEzequiel Garcia2019-04-271-3/+3
* media: s5p-g2d: Correct return type for mem2mem buffer helpersEzequiel Garcia2019-04-271-3/+3
* media: s5p-jpeg: Correct return type for mem2mem buffer helpersEzequiel Garcia2019-04-271-19/+19
* media: sh_veu: Correct return type for mem2mem buffer helpersEzequiel Garcia2019-04-271-2/+2
* media: v4l2-ctrls.c/uvc: zero v4l2_eventHans Verkuil2019-04-032-2/+2
* media: uvcvideo: Avoid NULL pointer dereference at the end of streamingSakari Ailus2019-03-231-0/+8
* media: videobuf2-v4l2: drop WARN_ON in vb2_warn_zero_bytesused()Hans Verkuil2019-03-231-1/+0
* media: uvcvideo: Fix 'type' check leading to overflowAlistair Strachan2019-03-231-3/+11
* media: DaVinci-VPBE: fix error handling in vpbe_initialize()Alexey Khoroshilov2019-02-201-2/+5
* media: firewire: Fix app_info parameter type in avc_ca{,_app}_infoNathan Chancellor2019-01-262-4/+8
* media: vb2: be sure to unlock mutex on errorsMauro Carvalho Chehab2019-01-261-1/+2
* media: vb2: vb2_mmap: move lock upHans Verkuil2019-01-261-3/+8
* media: vivid: set min width/height to a value > 0Hans Verkuil2019-01-261-1/+1
* media: vivid: fix error handling of kthread_runHans Verkuil2019-01-262-2/+8
* media: em28xx: Fix misplaced reset of dev->v4l::field_countBen Hutchings2019-01-261-2/+2
* media: vivid: free bitmap_cap when updating std/timings/etc.Hans Verkuil2019-01-131-0/+2
* media: dvb-frontends: fix i2c access helpers for KASANArnd Bergmann2018-12-1711-13/+34
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2018-12-171-2/+5
* mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes2018-12-172-2/+6
* mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2018-12-172-5/+6
* media: em28xx: Fix use-after-free when disconnectingMatthias Schwarzott2018-12-131-1/+2
* media: v4l: event: Add subscription to list before calling "add" operationSakari Ailus2018-11-271-19/+24
* Revert "media: videobuf2-core: don't call memop 'finish' when queueing"Hans Verkuil2018-11-271-6/+3
* media: tvp5150: fix width alignment during set_selection()Marco Felsch2018-11-211-5/+9
* media: pci: cx23885: handle adding to list failureNicholas Mc Guire2018-11-211-0/+10
* media: em28xx: make v4l2-compliance happier by starting sequence on zeroMauro Carvalho Chehab2018-11-211-0/+2
* media: em28xx: fix input name for Terratec AV 350Mauro Carvalho Chehab2018-11-211-2/+2
* media: em28xx: use a default format if TRY_FMT failsMauro Carvalho Chehab2018-11-211-3/+3
* usbvision: revert commit 588afcc1Vladis Dronov2018-11-101-7/+0
* media: af9035: prevent buffer overflow on writeJozef Balga2018-10-201-2/+4