summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-27perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong1-1/+0
2024-03-27media: v4l2: cci: print leading 0 on errorJulien Massot1-2/+2
2024-03-27clk: samsung: exynos850: Propagate SPI IPCLK rate changeSam Protsenko1-16/+17
2024-03-27pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin group/functionGeert Uytterhoeven1-0/+14
2024-03-27drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created MOBsMartin Krastev1-1/+10
2024-03-27ASoC: sh: rz-ssi: Fix error message printLad Prabhakar1-1/+1
2024-03-27drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10_set_output...Srinivasan Shanmugam1-2/+5
2024-03-27perf pmu: Treat the msr pmu as softwareIan Rogers1-1/+11
2024-03-27drm/amd/display: Fix a potential buffer overflow in 'dp_dsc_clock_en_read()'Srinivasan Shanmugam1-1/+1
2024-03-27HID: lenovo: Add middleclick_workaround sysfs knob for cptkbdMikhail Khvainitski1-18/+39
2024-03-27perf record: Check conflict between '--timestamp-filename' option and pipe mo...Yang Jihong2-2/+5
2024-03-27perf top: Uniform the event name for the hybrid machineKan Liang4-27/+28
2024-03-27perf record: Fix possible incorrect free in record__switch_output()Yang Jihong1-1/+1
2024-03-27PCI/DPC: Print all TLP Prefixes, not just the firstIlpo Järvinen1-1/+1
2024-03-27media: cadence: csi2rx: use match fwnode for media linkJulien Massot1-1/+1
2024-03-27media: tc358743: register v4l2 async device only after successful setupAlexander Stein1-3/+4
2024-03-27dmaengine: tegra210-adma: Update dependency to ARCH_TEGRAPeter Robinson1-7/+7
2024-03-27ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe()Cristian Ciocaltea1-9/+19
2024-03-27ASoC: amd: acp: Add missing error handling in sof-machCristian Ciocaltea1-8/+6
2024-03-27drm/lima: fix a memleak in lima_heap_allocZhipeng Lu1-9/+14
2024-03-27drm/panel-edp: use put_sync in unprepareHsin-Yi Wang1-2/+1
2024-03-27drm/rockchip: lvds: do not print scary message when probing deferQuentin Schulz1-1/+1
2024-03-27drm/rockchip: lvds: do not overwrite error codeQuentin Schulz1-1/+0
2024-03-27drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_nodeZhipeng Lu1-1/+4
2024-03-27drm/vkms: Avoid reading beyond LUT arrayHarry Wentland1-4/+10
2024-03-27drm: Don't treat 0 as -1 in drm_fixp2int_ceilHarry Wentland1-1/+1
2024-03-27drm/rockchip: inno_hdmi: Fix video timingAlex Bee1-2/+2
2024-03-27drm/tegra: output: Fix missing i2c_put_adapter() in the error handling paths ...Christophe JAILLET1-4/+12
2024-03-27drm/tegra: rgb: Fix missing clk_put() in the error handling paths of tegra_dc...Christophe JAILLET1-1/+3
2024-03-27drm/tegra: rgb: Fix some error handling paths in tegra_dc_rgb_probe()Christophe JAILLET1-5/+11
2024-03-27drm/tegra: hdmi: Fix some error handling paths in tegra_hdmi_probe()Christophe JAILLET1-7/+13
2024-03-27drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path o...Christophe JAILLET1-0/+1
2024-03-27drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()Christophe JAILLET1-19/+35
2024-03-27drm/tegra: dpaux: Fix PM disable depth imbalance in tegra_dpaux_probeZhang Shurong1-4/+10
2024-03-27drm/tegra: dsi: Add missing check for of_find_device_by_nodeChen Ni1-1/+3
2024-03-27dm: call the resume method on internal suspendMikulas Patocka1-6/+20
2024-03-27dm raid: fix false positive for requeue needed during reshapeMing Lei1-2/+2
2024-03-27bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()Puranjay Mohan1-1/+6
2024-03-27nfp: flower: handle acti_netdevs allocation failureDuoming Zhou1-0/+5
2024-03-27net/x25: fix incorrect parameter validation in the x25_getsockopt() functionGavrilov Ilia1-2/+2
2024-03-27net: kcm: fix incorrect parameter validation in the kcm_getsockopt) functionGavrilov Ilia1-1/+2
2024-03-27udp: fix incorrect parameter validation in the udp_lib_getsockopt() functionGavrilov Ilia1-2/+2
2024-03-27l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt() functionGavrilov Ilia1-2/+2
2024-03-27ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt() functionGavrilov Ilia1-1/+3
2024-03-27tcp: fix incorrect parameter validation in the do_tcp_getsockopt() functionGavrilov Ilia1-2/+2
2024-03-27OPP: debugfs: Fix warning around icc_get_name()Viresh Kumar1-2/+4
2024-03-27erofs: fix lockdep false positives on initializing erofs_pseudo_mntBaokun Li3-31/+15
2024-03-27erofs: fix handling kern_mount() failureAl Viro1-3/+4
2024-03-27erofs: Convert to use bdev_open_by_path()Jan Kara3-13/+13
2024-03-27block: Provide bdev_open_* functionsJan Kara2-0/+58