summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-22btrfs: clear force-compress on remount when compress mount option is givenFilipe Manana
2024-10-22ASoC: dt-bindings: qcom: Add SM8750 LPASS macro codecsKrzysztof Kozlowski
2024-10-22ASoC: tegra: Add support for S24_LE audio formatRitu Chaudhary
2024-10-22virtchnl: fix m68k build.Paolo Abeni
2024-10-22rust: miscdevice: add missing safety commentsAlice Ryhl
2024-10-22Merge branch 'net-netconsole-refactoring-and-warning-fix'Paolo Abeni
2024-10-22net: netconsole: split send_msg_fragmentedBreno Leitao
2024-10-22net: netconsole: do not pass userdata up to the tailBreno Leitao
2024-10-22net: netconsole: extract release appending into separate functionBreno Leitao
2024-10-22net: netconsole: track explicitly if msgbody was written to bufferBreno Leitao
2024-10-22net: netconsole: introduce variable to track body lengthBreno Leitao
2024-10-22net: netconsole: rename body to msg_bodyBreno Leitao
2024-10-22net: netconsole: separate fragmented message handling in send_ext_msgBreno Leitao
2024-10-22net: netconsole: split send_ext_msg_udp() functionBreno Leitao
2024-10-22net: netconsole: remove msg_ready variableBreno Leitao
2024-10-22drm/imx: legacy-bridge: add MODULE_DESCRIPTIONArnd Bergmann
2024-10-22drm/imx: parallel-display: add legacy bridge Kconfig dependencyArnd Bergmann
2024-10-22rcu: Remove unused declaration rcu_segcblist_offload()Yue Haibing
2024-10-22tools: ynl-gen: use big-endian netlink attribute typesAsbjørn Sloth Tønnesen
2024-10-22drm/mediatek: Fix color format MACROs in OVLHsin-Te Yuan
2024-10-22drm/mediatek: Add blend_modes to mtk_plane_init() for different SoCsJason-JH.Lin
2024-10-22drm/mediatek: ovl: Add blend_modes to driver dataJason-JH.Lin
2024-10-22drm/mediatek: ovl: Remove the color format comment for ovl_fmt_convert()Jason-JH.Lin
2024-10-22pinctrl: qcom: add support for TLMM on SAR2130PDmitry Baryshkov
2024-10-22dt-bindings: pinctrl : qcom: document SAR2130P TLMMDmitry Baryshkov
2024-10-22drm/mediatek: ovl: Refine ignore_pixel_alpha comment and placementJason-JH.Lin
2024-10-22pinctrl: qcom: add the tlmm driver for QCS8300 platformsJingyi Wang
2024-10-22dt-bindings: pinctrl: describe qcs8300-tlmmJingyi Wang
2024-10-22drm/mediatek: ovl: Fix XRGB format breakage for blend_modes unsupported SoCsJason-JH.Lin
2024-10-22drm/i915/display: Remove kstrdup_const() and kfree_const() usageChristophe JAILLET
2024-10-22drm/i915/gvt: use macros from drm_dp.h instead of duplicationJani Nikula
2024-10-22KMSAN: uninit-value in inode_go_dump (5)Qianqiang Liu
2024-10-22Merge branch 'selftests-net-introduce-deferred-commands'Paolo Abeni
2024-10-22xfs: update the pag for the last AG at recovery timeChristoph Hellwig
2024-10-22xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_peragChristoph Hellwig
2024-10-22xfs: error out when a superblock buffer update reduces the agcountChristoph Hellwig
2024-10-22xfs: update the file system geometry after recoverying superblock buffersChristoph Hellwig
2024-10-22xfs: merge the perag freeing helpersChristoph Hellwig
2024-10-22xfs: pass the exact range to initialize to xfs_initialize_peragChristoph Hellwig
2024-10-22xfs: don't fail repairs on metadata files with no attr forkDarrick J. Wong
2024-10-22selftests: mlxsw: devlink_trap_police: Use defer for test cleanupPetr Machata
2024-10-22selftests: mlxsw: qos_max_descriptors: Use defer for test cleanupPetr Machata
2024-10-22selftests: mlxsw: qos_ets_strict: Use defer for test cleanupPetr Machata
2024-10-22selftests: mlxsw: qos_mc_aware: Use defer for test cleanupPetr Machata
2024-10-22selftests: ETS: Use defer for test cleanupPetr Machata
2024-10-22selftests: TBF: Use defer for test cleanupPetr Machata
2024-10-22selftests: RED: Use defer for test cleanupPetr Machata
2024-10-22selftests: forwarding: lib: Allow passing PID to stop_traffic()Petr Machata
2024-10-22selftests: forwarding: Add a fallback cleanup()Petr Machata
2024-10-22selftests: net: lib: Introduce deferred commandsPetr Machata