summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-27Merge tag 'nf-24-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-06-27soc: mtk-cmdq: Add cmdq_pkt_logic_command to support math operationJason-JH.Lin
2024-06-27soc: mediatek: Disable 9-bit alpha in ETHDRHsiao Chien Sung
2024-06-27soc: mediatek: mtk-mutex: Add MDP_TCC0 mod to MT8188 mutex tableAngeloGioacchino Del Regno
2024-06-27net: mana: Fix possible double free in error handling pathMa Ke
2024-06-27iommu/amd: Fix GT feature enablement againVasant Hegde
2024-06-27iommu/vt-d: Fix missed device TLB cache tagLu Baolu
2024-06-27iommu/amd: Invalidate cache before removing device from domain listVasant Hegde
2024-06-27Merge branch 'af_unix-fix-bunch-of-msg_oob-bugs-and-add-new-tests'Paolo Abeni
2024-06-27selftest: af_unix: Check SIOCATMARK after every send()/recv() in msg_oob.c.Kuniyuki Iwashima
2024-06-27af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Check EPOLLPRI after every send()/recv() in msg_oob.cKuniyuki Iwashima
2024-06-27selftest: af_unix: Check SIGURG after every send() in msg_oob.cKuniyuki Iwashima
2024-06-27selftest: af_unix: Add SO_OOBINLINE test cases in msg_oob.cKuniyuki Iwashima
2024-06-27af_unix: Don't stop recv() at consumed ex-OOB skb.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Add non-TCP-compliant test cases in msg_oob.c.Kuniyuki Iwashima
2024-06-27af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head.Kuniyuki Iwashima
2024-06-27af_unix: Stop recv(MSG_PEEK) at consumed OOB skb.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Add msg_oob.c.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Remove test_unix_oob.c.Kuniyuki Iwashima
2024-06-27USB: serial: option: add Telit generic core-dump compositionDaniele Palmas
2024-06-27drm/xe: fix error handling in xe_migrate_update_pgtablesMatthew Auld
2024-06-27drm/bridge: analogix_dp: handle AUX transfer timeoutsLucas Stach
2024-06-27drm/bridge: analogix_dp: only read AUX status when an error occuredLucas Stach
2024-06-27drm/bridge: analogix_dp: simplify and correct PLL lock checksLucas Stach
2024-06-27drm/bridge: analogix_dp: don't wait for PLL lock too earlyLucas Stach
2024-06-27drm/bridge: analogix_dp: move macro reset after link bandwidth settingLucas Stach
2024-06-27drm/bridge: analogix_dp: remove PLL lock check from analogix_dp_config_videoLucas Stach
2024-06-27drm/bridge: analogix_dp: move basic controller init into runtime PMLucas Stach
2024-06-27drm/bridge: analogix_dp: move platform and PHY power handling into runtime PMLucas Stach
2024-06-27drm/bridge: analogix_dp: remove clk handling from analogix_dp_set_bridgeLucas Stach
2024-06-27drm/bridge: analogix_dp: remove unused analogix_dp_removeLucas Stach
2024-06-27drm/bridge: analogix_dp: handle clock via runtime PMLucas Stach
2024-06-27drm/bridge: analogix_dp: register AUX bus after enabling runtime PMLucas Stach
2024-06-27drm/rockchip: analogix_dp: add runtime PM handlingLucas Stach
2024-06-27drm/bridge: analogix_dp: remove unused platform power_on_end callbackLucas Stach
2024-06-27drm/panic: Restrict graphical logo handling to built-inGeert Uytterhoeven
2024-06-27drm/panic: Do not select DRM_KMS_HELPERGeert Uytterhoeven
2024-06-27arm64: dts: mediatek: Declare drive-strength numericallyAngeloGioacchino Del Regno
2024-06-27Revert "drm/bridge: tc358767: Set default CLRSIPO count"Marek Vasut
2024-06-27drm/bridge: tc358767: Set LSCLK divider for SYSCLK to 1Marek Vasut
2024-06-27drm/bridge: tc358767: Drop line_pixel_subtractMarek Vasut
2024-06-27drm/bridge: tc358767: Use tc_pxl_pll_calc() to correct adjusted_mode clockMarek Vasut
2024-06-27drm/bridge: tc358767: Split tc_pxl_pll_en() into parameter calculation and en...Marek Vasut
2024-06-27tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset()Yunseong Kim
2024-06-27selftests/hid: add an infinite loop test for hid_bpf_try_input_reportBenjamin Tissoires
2024-06-27selftests/hid: add another test for injecting an event from an event hookBenjamin Tissoires
2024-06-27HID: bpf: allow hid_device_event hooks to inject input reports on selfBenjamin Tissoires
2024-06-27selftests/hid: add wq test for hid_bpf_input_report()Benjamin Tissoires
2024-06-27HID: bpf: make hid_bpf_input_report() sleep until the device is readyBenjamin Tissoires