summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
Commit message (Expand)AuthorAgeFilesLines
* media: pci: ipu3-cio2: Initialise timing struct to avoid a compiler warningSakari Ailus2023-09-231-1/+1
* media: pci: cx23885: replace BUG with error returnHans Verkuil2023-09-231-1/+1
* media: dvb: symbol fixup for dvb_attach()Greg Kroah-Hartman2023-09-232-2/+2
* media: netup_unidvb: fix irq init by register it at the end of probeWei Chen2023-06-091-8/+9
* media: netup_unidvb: fix use-after-free at del_timer()Duoming Zhou2023-05-301-1/+1
* media: saa7134: fix use after free bug in saa7134_finidev due to race conditionZheng Wang2023-05-173-0/+3
* media: dm1105: Fix use after free bug in dm1105_remove due to race conditionZheng Wang2023-05-171-0/+1
* media: av7110: prevent underflow in write_ts_to_decoder()Dan Carpenter2023-05-171-2/+2
* media: ipu3-cio2: Fix PM runtime usage_count in driver unbindSakari Ailus2023-03-111-0/+3
* media: saa7164: fix missing pci_disable_device()Liu Shixin2023-01-181-1/+3
* media: solo6x10: fix possible memory leak in solo_sysfs_init()Yang Yingliang2023-01-181-0/+1
* media: cx88: Fix a null-ptr-deref bug in buffer_prepare()Zheyu Ma2022-10-262-26/+26
* media: tw686x: Register the irq at the end of probeZheyu Ma2022-08-251-10/+8
* media: cx25821: Fix the warning when removing the moduleZheyu Ma2022-06-141-1/+1
* media: pci: cx23885: Fix the error handling in cx23885_initdev()Zheyu Ma2022-06-141-3/+3
* media: cx88-mpeg: clear interrupt status register before streaming videoDaniel González Cabanelas2022-04-151-0/+3
* media: saa7146: hexium_gemini: Fix a NULL pointer dereference in hexium_attach()Zhou Qingyang2022-01-271-1/+6
* media: saa7146: hexium_orion: Fix a NULL pointer dereference in hexium_attach()Zhou Qingyang2022-01-271-1/+7
* media: b2c2: Add missing check in flexcop_pci_isr:Zheyu Ma2022-01-271-0/+3
* media: saa7146: mxb: Fix a NULL pointer dereference in mxb_attach()Zhou Qingyang2022-01-271-1/+7
* media: cx23885: Fix snd_card_free call on null card pointerColin Ian King2021-11-261-1/+2
* media: netup_unidvb: handle interrupt properly according to the firmwareZheyu Ma2021-11-261-11/+16
* media: ngene: Fix out-of-bounds bug in ngene_command_config_free_buf()Gustavo A. R. Silva2021-07-282-7/+9
* media: subdev: disallow ioctl for saa6588/davinciArnd Bergmann2021-07-202-6/+6
* media: bt8xx: Fix a missing check bug in bt878_probeZheyu Ma2021-07-201-0/+3
* media: cobalt: fix race condition in setting HPDHans Verkuil2021-07-202-1/+7
* media: media/saa7164: fix saa7164_encoder_register() memory leak bugsDaniel Niv2021-05-221-9/+11
* media: drivers: media: pci: sta2x11: fix Kconfig dependency on GPIOLIBJulian Braha2021-05-221-0/+1
* media: cx23885: add more quirks for reset DMA on some AMD IOMMUDaniel Lee Kruse2021-03-111-0/+4
* media: ipu3-cio2: Fix mbus_code processing in cio2_subdev_set_fmt()Pavel Machek2021-03-041-1/+1
* media: cx25821: Fix a bug when reallocating some dma memoryChristophe JAILLET2021-03-041-1/+3
* media: media/pci: Fix memleak in empress_initDinghao Liu2021-03-041-1/+4
* media: ipu3-cio2: Make the field on subdev format V4L2_FIELD_NONESakari Ailus2020-12-301-0/+1
* media: ipu3-cio2: Validate mbus format in setting subdev formatSakari Ailus2020-12-301-9/+20
* media: ipu3-cio2: Serialise access to pad formatSakari Ailus2020-12-302-0/+12
* media: ipu3-cio2: Return actual subdev formatSakari Ailus2020-12-301-21/+3
* media: ipu3-cio2: Remove traces of returned buffersSakari Ailus2020-12-301-0/+1
* media: netup_unidvb: Don't leak SPI master in probe error pathLukas Wunner2020-12-301-2/+3
* media: saa7146: fix array overflow in vidioc_s_audio()Dan Carpenter2020-12-301-9/+10
* media: solo6x10: fix missing snd_card_free in error handling caseQinglang Miao2020-12-301-1/+1
* media: tw5864: check status of tw5864_frameinterval_getTom Rix2020-11-051-0/+6
* media: saa7134: avoid a shift overflowMauro Carvalho Chehab2020-10-301-1/+2
* media: media/pci: prevent memory leak in bttv_probeXiaolong Huang2020-10-301-3/+10
* media: pci: ttpci: av7110: fix possible buffer overflow caused by bad DMA val...Jia-Ju Bai2020-09-031-2/+3
* media: budget-core: Improve exception handling in budget_register()Chuhong Yuan2020-08-261-3/+8
* media: rc: prevent memory leak in cx23888_ir_probeNavid Emamdoost2020-08-051-1/+4
* media: cx23885: Add support for AVerMedia CE310BForest Crossman2020-02-243-1/+27
* media: tw5864: Fix possible NULL pointer dereference in tw5864_handle_frameYueHaibing2020-01-271-2/+2
* media: cx23885: check allocation returnNicholas Mc Guire2020-01-271-2/+3
* media: cx18: update *pos correctly in cx18_read_pos()Dan Carpenter2020-01-271-1/+1