summaryrefslogtreecommitdiff
path: root/drivers/media/pci
AgeCommit message (Expand)AuthorFilesLines
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-05-10cx23885: uninitialized variable in cx23885_av_work_handler()Dan Carpenter1-1/+1
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-06-11media: saa7146: avoid high stack usage with clangArnd Bergmann2-6/+4
2018-12-17mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2-5/+6
2018-11-21media: pci: cx23885: handle adding to list failureNicholas Mc Guire1-0/+10
2018-08-06media: saa7164: Fix driver name in debug outputBrad Love1-1/+2
2018-05-30media: cx25821: prevent out-of-bounds read on array cardColin Ian King1-3/+4
2018-05-30media: cx23885: Set subdev host data to clk_freq pointerBrad Love1-0/+4
2018-05-30media: cx23885: Override 888 ImpactVCBe crystal frequencyBrad Love1-0/+10
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
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-12cx23885-dvb: move initialization of a8293_pdataMauro Carvalho Chehab1-2/+4
2017-01-09media: solo6x10: fix lockup by avoiding delayed register writeAndrey Utkin1-0/+3
2016-04-12bttv: Width must be a multiple of 16 when capturing planar formatsHans de Goede1-6/+20
2016-04-12saa7134: Fix bytesperline not being set correctly for planar formatsHans de Goede1-6/+12
2016-02-17saa7134-alsa: Only frees registered sound cardsMauro Carvalho Chehab1-1/+4
2015-12-19Merge tag 'media/v4.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-2/+2
2015-12-18[media] Revert "[media] ivtv: avoid going past input/audio array"Mauro Carvalho Chehab1-2/+2
2015-11-21various: fix pci_set_dma_mask return value checkingChristoph Hellwig9-15/+17
2015-11-11netup_unidvb: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig1-1/+1
2015-11-11cx23885: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig1-1/+1
2015-11-11cx25821: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig1-1/+1
2015-11-11cx88: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig3-3/+3
2015-11-11saa7134: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig1-1/+1
2015-11-11saa7164: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig1-1/+1
2015-11-11tw68-core: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig1-1/+1
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman3-3/+3
2015-11-05Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds52-1349/+599
2015-10-22[media] netup_unidvb: fix potential crash when spi is NULLAbylay Ospan1-8/+4
2015-10-20[media] ivtv: Convert to get_user_pages_unlocked()Jan Kara1-6/+6
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung20-21/+24
2015-10-07[media] dvb: get rid of enum dmx_successMauro Carvalho Chehab2-9/+6
2015-10-02[media] netup_unidvb_ci: Fix dereference of noderef expressionMauro Carvalho Chehab1-4/+4
2015-10-02[media] netup_unidvb: remove most of the sparse warningsMauro Carvalho Chehab5-14/+12
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung32-187/+258