summaryrefslogtreecommitdiff
path: root/drivers/media/pci
AgeCommit message (Expand)Author
2021-05-22media: media/saa7164: fix saa7164_encoder_register() memory leak bugsDaniel Niv
2021-03-03media: cx25821: Fix a bug when reallocating some dma memoryChristophe JAILLET
2021-03-03media: media/pci: Fix memleak in empress_initDinghao Liu
2020-12-29media: netup_unidvb: Don't leak SPI master in probe error pathLukas Wunner
2020-12-29media: saa7146: fix array overflow in vidioc_s_audio()Dan Carpenter
2020-12-29media: solo6x10: fix missing snd_card_free in error handling caseQinglang Miao
2020-10-29media: saa7134: avoid a shift overflowMauro Carvalho Chehab
2020-10-29media: media/pci: prevent memory leak in bttv_probeXiaolong Huang
2020-09-03media: pci: ttpci: av7110: fix possible buffer overflow caused by bad DMA val...Jia-Ju Bai
2020-08-26media: budget-core: Improve exception handling in budget_register()Chuhong Yuan
2020-08-21media: rc: prevent memory leak in cx23888_ir_probeNavid Emamdoost
2020-05-10cx23885: uninitialized variable in cx23885_av_work_handler()Dan Carpenter
2020-01-29media: cx23885: check allocation returnNicholas Mc Guire
2020-01-29media: cx18: update *pos correctly in cx18_read_pos()Dan Carpenter
2020-01-29media: ivtv: update *pos correctly in ivtv_read_pos()Dan Carpenter
2019-11-25media: pci: ivtv: Fix a sleep-in-atomic-context bug in ivtv_yuv_init()Jia-Ju Bai
2019-11-25media: fix: media: pci: meye: validate offset to avoid arbitrary accessLao Wei
2019-10-05media: saa7134: fix terminology around saa7134_i2c_eeprom_md7134_gate()Maciej S. Szmigiero
2019-10-05media: saa7146: add cleanup in hexium_attach()Wenwen Wang
2019-06-11media: saa7146: avoid high stack usage with clangArnd Bergmann
2018-12-17mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes
2018-11-21media: pci: cx23885: handle adding to list failureNicholas Mc Guire
2018-08-06media: saa7164: Fix driver name in debug outputBrad Love
2018-05-30media: cx25821: prevent out-of-bounds read on array cardColin Ian King
2018-05-30media: cx23885: Set subdev host data to clk_freq pointerBrad Love
2018-05-30media: cx23885: Override 888 ImpactVCBe crystal frequencyBrad Love
2018-03-24media: bt8xx: Fix err 'bt878_probe()'Christophe JAILLET
2018-03-22solo6x10: release vb2 buffers in solo_stop_streaming()Anton Sviridenko
2017-11-08bt8xx: fix memory leakSudip Mukherjee
2017-10-08ttpci: address stringop overflow warningArnd Bergmann
2017-08-11saa7164: fix double fetch PCIe access conditionSteven Toth
2017-07-27cx88: Fix regression in initial video standard settingDevin Heitmueller
2017-07-15saa7134: fix warm Medion 7134 EEPROM readMaciej S. Szmigiero
2017-03-12media: fix dm1105.c build errorRandy Dunlap
2017-01-12cx23885-dvb: move initialization of a8293_pdataMauro Carvalho Chehab
2017-01-09media: solo6x10: fix lockup by avoiding delayed register writeAndrey Utkin
2016-04-12bttv: Width must be a multiple of 16 when capturing planar formatsHans de Goede
2016-04-12saa7134: Fix bytesperline not being set correctly for planar formatsHans de Goede
2016-02-17saa7134-alsa: Only frees registered sound cardsMauro Carvalho Chehab
2015-12-18Merge tag 'media/v4.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2015-12-18[media] Revert "[media] ivtv: avoid going past input/audio array"Mauro Carvalho Chehab
2015-11-20various: fix pci_set_dma_mask return value checkingChristoph Hellwig
2015-11-10netup_unidvb: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig
2015-11-10cx23885: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig
2015-11-10cx25821: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig
2015-11-10cx88: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig
2015-11-10saa7134: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig
2015-11-10saa7164: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig
2015-11-10tw68-core: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman