summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-20xdp: Fix zero-size allocation warning in xskq_create()Andrew Kanner1-0/+10
2023-10-20riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return valuesBjörn Töpel1-4/+9
2023-10-20riscv, bpf: Sign-extend return valuesBjörn Töpel1-2/+3
2023-10-20xen-netback: use default TX queue size for vifsRoger Pau Monne1-4/+0
2023-10-20mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return typeDan Carpenter1-2/+2
2023-10-20ieee802154: ca8210: Fix a potential UAF in ca8210_probeDinghao Liu1-14/+3
2023-10-20ravb: Fix use-after-free issue in ravb_tx_timeout_work()Yoshihiro Shimoda1-0/+2
2023-10-20ravb: Fix up dma_free_coherent() call in ravb_remove()Yoshihiro Shimoda1-2/+2
2023-10-20devlink: Hold devlink lock on health reporter dump getMoshe Shemesh1-14/+16
2023-10-20arm64: dts: mediatek: mt8195: Set DSU PMU status to failNícolas F. R. A. Prado1-0/+1
2023-10-20arm64: dts: mediatek: fix t-phy unit nameEugen Hristev2-2/+2
2023-10-20can: sun4i_can: Only show Kconfig if ARCH_SUNXI is setJohn Watts1-1/+1
2023-10-20can: isotp: isotp_sendmsg(): fix TX state detection and wait behaviorLukas Magel1-11/+8
2023-10-20net: dsa: qca8k: fix potential MDIO bus conflict when accessing internal PHYs...Marek Behún1-0/+11
2023-10-20net: dsa: qca8k: fix regmap bulk read/write methods on big endian systemsMarek Behún1-2/+2
2023-10-20phy: lynx-28g: serialize concurrent phy_set_mode_ext() calls to shared registersVladimir Oltean1-0/+9
2023-10-20phy: lynx-28g: lock PHY while performing CDR lock workaroundVladimir Oltean1-3/+6
2023-10-20phy: lynx-28g: cancel the CDR check work item on the remove pathIoana Ciornei1-0/+9
2023-10-20drm/msm/dpu: fail dpu_plane_atomic_check() based on mdp clk limitsAbhinav Kumar1-3/+12
2023-10-20drm/msm/dp: Add newlines to debug printksStephen Boyd1-2/+2
2023-10-20drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflowAbhinav Kumar1-6/+6
2023-10-20drm/msm/dsi: fix irq_of_parse_and_map() error checkingDan Carpenter1-4/+3
2023-10-20drm/msm/dsi: skip the wait for video mode done if not applicableAbhinav Kumar1-0/+12
2023-10-20drm/msm/dp: do not reinitialize phy unless retry during link trainingKuogee Hsieh1-7/+6
2023-10-20pinctrl: starfive: jh7110: Fix failure to set irq after CONFIG_PM is enabledHal Feng1-2/+0
2023-10-20pinctrl: nuvoton: wpcm450: fix out of bounds writeMikhail Kobuk1-3/+3
2023-10-20ALSA: hda/realtek - ALC287 merge RTK codec with CS CS35L41 AMPKailang Yang1-8/+15
2023-10-20ALSA: hda/realtek - ALC287 I2S speaker platform supportKailang Yang1-0/+30
2023-10-20ALSA: hda/realtek: Add quirk for mute LEDs on HP ENVY x360 15-eu0xxxFabian Vogt1-0/+8
2023-10-20ALSA: hda/realtek: Add quirk for HP Victus 16-d1xxx to enable mute LEDSungHwan Jung1-0/+22
2023-10-20ASoC: Intel: soc-acpi: Add entry for sof_es8336 in MTL match table.Balamurugan C1-0/+13
2023-10-20ASoC: Intel: sof_sdw: add support for SKU 0B14Pierre-Louis Bossart1-0/+10
2023-10-20ASoC: fsl_sai: Don't disable bitclock for i.MX8MPShengjiu Wang1-2/+7
2023-10-20ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support in MTL match tableBalamurugan C2-0/+22
2023-10-20ASoC: Intel: soc-acpi: fix Dell SKU 0B34Pierre-Louis Bossart1-6/+6
2023-10-20ASoC: simple-card-utils: fixup simple_util_startup() error handlingKuninori Morimoto1-1/+2
2023-10-20ASoC: SOF: amd: fix for firmware reload failure after playbackVijendar Mukunda1-1/+0
2023-10-20ALSA: hda/realtek: Change model for Intel RVP boardKailang Yang1-2/+2
2023-10-20ALSA: hda: cs35l41: Cleanup and fix double free in firmware requestStefan Binding1-36/+79
2023-10-20ALSA: usb-audio: Fix microphone sound on Nexigo webcam.Christos Skevis2-0/+9
2023-10-20ALSA: usb-audio: Fix microphone sound on Opencomm2 HeadsetWhaleChang1-1/+5
2023-10-20KEYS: trusted: Remove redundant static calls usageSumit Garg1-8/+5
2023-10-20irqchip: renesas-rzg2l: Fix logic to clear TINT interrupt sourceBiju Das1-1/+1
2023-10-20dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update description for...Lad Prabhakar1-2/+3
2023-10-20arm64: dts: qcom: sm8150: extend the size of the PDC resourceDmitry Baryshkov1-1/+1
2023-10-20net: prevent address rewrite in kernel_bind()Jordan Rife4-5/+9
2023-10-20ata: libata-scsi: Disable scsi device manage_system_start_stopDamien Le Moal5-12/+156
2023-10-20ASoC: hdmi-codec: Fix broken channel map reportingMatthias Reichl1-1/+4
2023-10-20ASoC: amd: yc: Fix non-functional mic on Lenovo 82YMSven Frotscher1-0/+7
2023-10-20dm crypt: Fix reqsize in crypt_iv_eboiv_genHerbert Xu1-1/+2