aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/media
AgeCommit message (Expand)AuthorFilesLines
2026-08-10media: staging/ipu7: fix async notifier UAF on probe error pathCong Nguyen1-0/+1
2026-07-29media: staging/ipu7: fix async notifier leak on init errorCong Nguyen1-0/+1
2026-07-28media: tegra-video: Fix length warnings in tegra20.cFaisal Mukhtar1-2/+4
2026-07-17media: cedrus: fix memory leak in cedrus_init_ctrls()Dawei Feng1-1/+3
2026-07-17media: meson: vdec: fix NULL pointer deref in vdec_try_fmt_commonChristian Hewitt1-2/+2
2026-07-15media: atomisp: Demote all broken kernel-doc commentsRicardo Ribalda49-189/+194
2026-07-15staging: media: tegra-video: vi: fix probe failure on skipped last portHao-Qun Huang1-4/+5
2026-07-15staging: media: tegra-video: fix of_node_put() on VIP parse errorsHao-Qun Huang1-7/+3
2026-07-15staging: media: tegra-video: vi: Improve media graph building logicSvyatoslav Ryhel1-43/+35
2026-07-15staging: media: av7110: refactor av7110_start_feed to reduce indentationAndré Moreira1-10/+10
2026-07-08staging: media: ipu7: fix pm_runtime refcount leak in ipu7_resume()Vidhu Sarwal1-1/+1
2026-07-08staging: media: ipu7: fix pm_runtime refcount leak in ipu7_init_fw_code_region_by_sys()Vidhu Sarwal1-1/+1
2026-06-18Merge tag 'media/v7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds95-6102/+940
2026-06-08staging: media: max96712: drop unneeded dependency on OF_GPIOBartosz Golaszewski1-1/+0
2026-05-27media: staging: imx: remove unnecessary out-of-memory error messageShyam Sunder Reddy Padira1-3/+1
2026-05-27media: staging: imx-csi: use media_pad_is_streaming helperMichael Tretter1-1/+1
2026-05-27media: staging: imx-csi: explicitly start media pipeline on pad 0Michael Tretter1-4/+7
2026-05-27media: staging: imx-csi: move media_pipeline to video deviceMichael Tretter3-8/+10
2026-05-21media: meson: vdec: Fix memory leak in error path of vdec_openAnand Moon1-1/+3
2026-05-21staging: media: meson: fix typo in codec filesMaha Maryam Javaid2-2/+2
2026-05-21media: cedrus: clean up media device on probe failureMyeonghun Pak1-2/+3
2026-05-20media: atomisp: use kmalloc_objs for array allocationsPedro Pontes1-27/+30
2026-05-20staging: media: atomisp: remove dead code in ov2722.hTaekyung Oh1-637/+0
2026-05-20staging: media: atomisp: Fix block comment style in ov2722.hTaekyung Oh1-6/+6
2026-05-20staging: media: atomisp: replace msleep() with fsleep() in atomisp-gc2235.cOskar Ray-Frayssinet1-1/+1
2026-05-20staging: media: atomisp: fix map and vmap leaks in stat buffer allocationHuihui Huang1-3/+12
2026-05-20media: atomisp: style fix for trailing statementsTimo Röhling1-3/+6
2026-05-20staging: media: atomisp: fix indentation in bh host filesLiangCheng Wang2-18/+10
2026-05-20staging: media: atomisp: use designated initializer in anr configLiangCheng Wang1-3/+3
2026-05-20staging: media: atomisp: fix indentation in anr filesLiangCheng Wang4-43/+24
2026-05-20staging: media: atomisp: improve kernel-doc for ia_css_aa_configLiangCheng Wang1-3/+5
2026-05-20staging: media: atomisp: Remove return from end of void function in gdc.cAdrian Barnaś1-1/+0
2026-05-20staging: media: atomisp: Whitespaces style cleanup in gdc.cAdrian Barnaś1-13/+8
2026-05-20media: atomisp: Use string choices helpersChelsy Ratnawat5-7/+12
2026-05-20staging: media: atomisp: use array3_size() for overflow-safe allocationFeng Ning3-19/+31
2026-05-20staging: media: atomisp: use __func__ in debug message in atomisp_cmd.cOskar Ray-Frayssinet1-1/+1
2026-05-20staging: media: atomisp: remove unnecessary else after return in atomisp_cmd.cOskar Ray-Frayssinet1-2/+2
2026-05-20staging: media: atomisp: use kmalloc_array() for sh_css_blob_infoLin YuChen1-3/+3
2026-05-20staging: media: atomisp: hmm: remove unnecessary castsZile Xiong1-4/+2
2026-05-20media: atomisp: Drop unused includeAndy Shevchenko1-1/+0
2026-05-20staging: media: atomisp: reduce load_primary_binaries() stack usageArnd Bergmann1-3/+3
2026-05-20staging: media: atomisp: improve cleanup robustness in ia_css_stream_destroy_isp2401()Jose A. Perez de Azpillaga1-14/+13
2026-05-20staging: media: atomisp: extract ISP2401 cleanup into helper functionJose A. Perez de Azpillaga1-43/+46
2026-05-20staging: media: atomisp: fix loop shadowing in ia_css_stream_destroy()Jose A. Perez de Azpillaga1-4/+4
2026-05-20staging: media: atomisp: use umin() for strscpy size argumentsMichael Ugrin1-7/+4
2026-05-20media: atomisp: avoid ACPI package count underflow in gmin_cfg_get_dsmMohamad El Harake1-1/+1
2026-05-20media: atomisp: remove redundant call to ia_css_output0_configure()Jose A. Perez de Azpillaga1-3/+0
2026-05-20media: atomisp: gate ref and tnr frame config behind ISP enable flagsJose A. Perez de Azpillaga1-19/+19
2026-05-20staging: media: atomisp: pci: fix split GP_TIMER_BASE declarationAnushka Badhe1-2/+1
2026-05-20staging: media: atomisp: replace uint32_t with u32Abinash Singh2-15/+15