aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-03-26media: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil
2024-03-26media: v4l2-core: correctly validate video and metadata ioctlsVandana BN
2024-03-26media: go7007: fix a memleak in go7007_load_encoderZhipeng Lu
2024-03-26media: dvb-frontends: avoid stack overflow warnings with clangArnd Bergmann
2024-03-26media: pvrusb2: fix uaf in pvr2_context_set_notifyEdward Adam Davis
2024-03-26drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()Srinivasan Shanmugam
2024-03-26ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fsJerome Brunet
2024-03-26mtd: rawnand: lpc32xx_mlc: fix irq handler prototypeArnd Bergmann
2024-03-26mtd: maps: physmap-core: fix flash size larger than 32-bitBaruch Siach
2024-03-26crypto: arm/sha - fix function cast warningsArnd Bergmann
2024-03-26mfd: altera-sysmgr: Call of_node_put() only when of_parse_phandle() takes a refPeter Griffin
2024-03-26mfd: syscon: Call of_node_put() only when of_parse_phandle() takes a refPeter Griffin
2024-03-26drm/tegra: put drm_gem_object ref on error in tegra_fb_createFedor Pchelkin
2024-03-26clk: hisilicon: hi3519: Release the correct number of gates in hi3519_clk_unr...Christophe JAILLET
2024-03-26PCI: Mark 3ware-9650SE Root Port Extended Tags as brokenJörg Wedekind
2024-03-26drm/mediatek: dsi: Fix DSI RGB666 formats and definitionsAngeloGioacchino Del Regno
2024-03-26clk: qcom: dispcc-sdm845: Adjust internal GDSC wait timesKonrad Dybcio
2024-03-26media: pvrusb2: fix pvr2_stream_callback castsArnd Bergmann
2024-03-26media: pvrusb2: remove redundant NULL checkDaniil Dulov
2024-03-26media: go7007: add check of return value of go7007_read_addr()Daniil Dulov
2024-03-26media: imx: csc/scaler: fix v4l2_ctrl_handler memory leakLucas Stach
2024-03-26perf stat: Avoid metric-only segvIan Rogers
2024-03-26ALSA: seq: fix function cast warningsTakashi Iwai
2024-03-26drm/radeon/ni: Fix wrong firmware size logging in ni_init_microcode()Nikita Zhandarovich
2024-03-26perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()Yang Jihong
2024-03-26PCI: switchtec: Fix an error handling path in switchtec_pci_probe()Christophe JAILLET
2024-03-26quota: Fix rcu annotations of inode dquot pointersJan Kara
2024-03-26quota: Fix potential NULL pointer dereferenceWang Jianjian
2024-03-26quota: simplify drop_dquot_ref()Baokun Li
2024-03-26clk: qcom: reset: Ensure write completion on reset de/assertionKonrad Dybcio
2024-03-26clk: qcom: reset: Commonize the de/assert functionsKonrad Dybcio
2024-03-26clk: qcom: reset: support resetting multiple bitsRobert Marko
2024-03-26clk: qcom: reset: Allow specifying custom reset delayStephan Gerhold
2024-03-26media: edia: dvbdev: fix a use-after-freeZhipeng Lu
2024-03-26media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entityZhipeng Lu
2024-03-26media: v4l2-tpg: fix some memleaks in tpg_allocZhipeng Lu
2024-03-26media: em28xx: annotate unchecked call to media_device_register()Nikita Zhandarovich
2024-03-26perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong
2024-03-26drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10_set_output...Srinivasan Shanmugam
2024-03-26perf record: Fix possible incorrect free in record__switch_output()Yang Jihong
2024-03-26PCI/DPC: Print all TLP Prefixes, not just the firstIlpo Järvinen
2024-03-26media: tc358743: register v4l2 async device only after successful setupAlexander Stein
2024-03-26dmaengine: tegra210-adma: Update dependency to ARCH_TEGRAPeter Robinson
2024-03-26drm/rockchip: lvds: do not overwrite error codeQuentin Schulz
2024-03-26drm: Don't treat 0 as -1 in drm_fixp2int_ceilHarry Wentland
2024-03-26drm/rockchip: inno_hdmi: Fix video timingAlex Bee
2024-03-26drm/tegra: output: Fix missing i2c_put_adapter() in the error handling paths ...Christophe JAILLET
2024-03-26drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path o...Christophe JAILLET
2024-03-26drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()Christophe JAILLET
2024-03-26drm/tegra: dsi: Make use of the helper function dev_err_probe()Cai Huoqing