summaryrefslogtreecommitdiff
path: root/drivers/media/pci
AgeCommit message (Expand)AuthorFilesLines
2021-03-03media: cx25821: Fix a bug when reallocating some dma memoryChristophe JAILLET1-1/+3
2021-03-03media: media/pci: Fix memleak in empress_initDinghao Liu1-1/+4
2020-12-29media: netup_unidvb: Don't leak SPI master in probe error pathLukas Wunner1-2/+3
2020-12-29media: saa7146: fix array overflow in vidioc_s_audio()Dan Carpenter1-9/+10
2020-12-29media: solo6x10: fix missing snd_card_free in error handling caseQinglang Miao1-1/+1
2020-11-10media: tw5864: check status of tw5864_frameinterval_getTom Rix1-0/+6
2020-10-29media: saa7134: avoid a shift overflowMauro Carvalho Chehab1-1/+2
2020-10-29media: media/pci: prevent memory leak in bttv_probeXiaolong Huang1-3/+10
2020-09-03media: pci: ttpci: av7110: fix possible buffer overflow caused by bad DMA val...Jia-Ju Bai1-2/+3
2020-08-26media: budget-core: Improve exception handling in budget_register()Chuhong Yuan1-3/+8
2020-08-21media: rc: prevent memory leak in cx23888_ir_probeNavid Emamdoost1-1/+4
2020-01-29media: tw5864: Fix possible NULL pointer dereference in tw5864_handle_frameYueHaibing1-2/+2
2020-01-29media: cx23885: check allocation returnNicholas Mc Guire1-2/+3
2020-01-29media: cx18: update *pos correctly in cx18_read_pos()Dan Carpenter1-1/+1
2020-01-29media: ivtv: update *pos correctly in ivtv_read_pos()Dan Carpenter1-1/+1
2019-11-25media: pci: ivtv: Fix a sleep-in-atomic-context bug in ivtv_yuv_init()Jia-Ju Bai1-1/+1
2019-11-25media: fix: media: pci: meye: validate offset to avoid arbitrary accessLao Wei1-1/+1
2019-10-05media: saa7134: fix terminology around saa7134_i2c_eeprom_md7134_gate()Maciej S. Szmigiero1-4/+8
2019-10-05media: saa7146: add cleanup in hexium_attach()Wenwen Wang1-0/+3
2019-05-31media: saa7146: avoid high stack usage with clangArnd Bergmann2-6/+4
2018-11-21media: pci: cx23885: handle adding to list failureNicholas Mc Guire1-0/+10
2018-09-26media: tw686x: Fix oops on buffer alloc failureKrzysztof Ha?asa1-3/+8
2018-08-03media: saa7164: Fix driver name in debug outputBrad Love1-1/+2
2018-08-03media: tw686x: Fix incorrect vb2_mem_ops GFP flagsEzequiel Garcia1-1/+2
2018-05-25media: cx25821: prevent out-of-bounds read on array cardColin Ian King1-3/+4
2018-05-25media: cx23885: Override 888 ImpactVCBe crystal frequencyBrad Love1-0/+10
2018-05-25media: cx23885: Set subdev host data to clk_freq pointerBrad Love1-0/+4
2018-03-24media: bt8xx: Fix err 'bt878_probe()'Christophe JAILLET1-2/+1
2018-03-22solo6x10: release vb2 buffers in solo_stop_streaming()Anton Sviridenko1-0/+11
2018-02-25tw5864: use dev_warn instead of WARN to shut up warningArnd Bergmann1-2/+4
2017-11-08bt8xx: fix memory leakSudip Mukherjee1-0/+1
2017-10-08ttpci: address stringop overflow warningArnd Bergmann2-10/+10
2017-08-11saa7164: fix double fetch PCIe access conditionSteven Toth1-12/+1
2017-07-28cx88: Fix regression in initial video standard settingDevin Heitmueller2-2/+9
2017-07-15saa7134: fix warm Medion 7134 EEPROM readMaciej S. Szmigiero1-0/+31
2017-03-12media: fix dm1105.c build errorRandy Dunlap1-1/+1
2017-01-09media: solo6x10: fix lockup by avoiding delayed register writeAndrey Utkin1-0/+3
2016-10-19mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2-4/+5
2016-10-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-6/+4
2016-10-12treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-2/+0
2016-10-12kthread: kthread worker API cleanupPetr Mladek2-4/+4
2016-10-05Merge tag 'v4.8' into patchworkMauro Carvalho Chehab3-0/+3
2016-09-22[media] cx23885: Fix some smatch warningsMauro Carvalho Chehab2-1/+4
2016-09-22[media] cx23885: attach si2165 driver via i2c_clientMatthias Schwarzott1-9/+21
2016-09-22[media] cx25821: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2-13/+2
2016-09-22[media] cx25821: Drop Freeing of WorkqueueBhaktipriya Shridhar1-1/+1
2016-09-22[media] rc: split nec protocol into its three variantsSean Young3-5/+6
2016-09-22[media] rc: Hauppauge z8f0811 can decode RC6Sean Young3-3/+6
2016-09-19[media] constify i2c_algorithm structuresJulia Lawall5-5/+5
2016-09-19[media] constify local structuresJulia Lawall3-20/+20