summaryrefslogtreecommitdiffstats
path: root/drivers/media
AgeCommit message (Expand)AuthorLines
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-91/+127
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook-12/+17
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-8/+12
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-26/+43
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-24/+25
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-19/+29
2018-06-12Convert v4l2 event to struct_sizeMatthew Wilcox-2/+1
2018-06-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds-14/+3
2018-06-07Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-18777/+15534
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+388
2018-06-06media: omap2: fix compile-testing with FB_OMAP2=mArnd Bergmann-1/+1
2018-06-06Merge tag 'sound-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-12/+13
2018-06-05media: media/radio/Kconfig: add back RADIO_ISAHans Verkuil-0/+1
2018-06-05media: v4l2-ioctl.c: fix missing unlock in __video_do_ioctl()Hans Verkuil-1/+1
2018-06-05media: pxa_camera: ignore -ENOIOCTLCMD from v4l2_subdev_call for s_powerAkinobu Mita-12/+23
2018-06-05media: marvel-ccic: mmp: select VIDEOBUF2_VMALLOC/DMA_CONTIGArnd Bergmann-0/+2
2018-06-05media: marvel-ccic: allow ccic and mmp drivers to coexistArnd Bergmann-6/+12
2018-06-05media: uvcvideo: Prevent setting unavailable flagsKieran Bingham-8/+9
2018-05-30media: rc: introduce BPF_PROG_LIRC_MODE2Sean Young-2/+388
2018-05-28media: ddbridge: conditionally enable fast TS for stv0910-equipped bridgesDaniel Scheller-5/+29
2018-05-28media: dvb-frontends/stv0910: make TS speed configurableDaniel Scheller-3/+5
2018-05-28media: ddbridge/mci: add identifiers to function definition argumentsDaniel Scheller-2/+2
2018-05-28media: ddbridge/mci: protect against out-of-bounds array access in stop()Daniel Scheller-10/+15
2018-05-28media: rc: ensure input/lirc device can be opened after registerSean Young-2/+2
2018-05-28media: rc: nuvoton: Keep device enabled during reg initMichał Winiarski-3/+6
2018-05-28media: rc: nuvoton: Keep track of users on CIR enable/disableMichał Winiarski-46/+36
2018-05-28media: rc: nuvoton: Tweak the interrupt enabling danceMichał Winiarski-3/+3
2018-05-28media: uvcvideo: Support realtek's UVC 1.5 deviceming_qian-6/+18
2018-05-28media: uvcvideo: Fix driver reference countingPhilipp Zabel-9/+2
2018-05-28media: gspca_zc3xx: Enable short exposure times for OV7648Ondrej Zary-3/+6
2018-05-28media: gspca_zc3xx: Fix power line frequency settings for OV7648Ondrej Zary-7/+0
2018-05-28media: gspca_zc3xx: Implement proper autogain and exposure control for OV7648Ondrej Zary-8/+34
2018-05-28media: v4l2-core: push taking ioctl mutex down to ioctl handlerHans Verkuil-10/+33
2018-05-28media: pvrusb2: replace pvr2_v4l2_ioctl by video_ioctl2Hans Verkuil-52/+31
2018-05-28media: au8522: remove duplicate codeGustavo A. R. Silva-8/+6
2018-05-28media: adv7511: fix incorrect clear of CEC receive interruptHans Verkuil-2/+2
2018-05-28media: cec: fix wrong tx/rx_status values when canceling a msgHans Verkuil-6/+13
2018-05-28media: hdpvr: fix spelling mistake: "Hauppage" -> "Hauppauge"Colin Ian King-1/+1
2018-05-28media: pxa_camera: avoid duplicate s_power callsAkinobu Mita-5/+12
2018-05-28media: tw686x: Fix incorrect vb2_mem_ops GFP flagsEzequiel Garcia-1/+2
2018-05-28media: m2m-deinterlace: Remove DMA_ENGINE dependencyEzequiel Garcia-1/+1
2018-05-28media: stk1160: Add missing calls to mutex_destroyEzequiel Garcia-0/+2
2018-05-28media: stk1160: Fix typo s/therwise/OtherwiseEzequiel Garcia-1/+1
2018-05-28media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven-54/+20
2018-05-28media: vivid: potential integer overflow in vidioc_g_edid()Dan Carpenter-1/+1
2018-05-28media: cec-pin-error-inj: avoid a false-positive Spectre detectionMauro Carvalho Chehab-11/+12
2018-05-28media: gspca: Kill all URBs before releasing any of themEzequiel Garcia-4/+11
2018-05-28media: gspca: fix g/s_parm handlingHans Verkuil-15/+16
2018-05-28media: v4l2-ioctl: delete unused v4l2_disable_ioctl_lockingHans Verkuil-2/+0