drivers/thunderbolt

Thunderbolt and USB4 host interconnect

Thunderbolt and USB4 are high-speed external interconnects that carry PCIe, DisplayPort, and USB traffic over one cable, used for docks, external GPUs, fast storage, and daisy-chained displays on laptops and desktops from roughly 2011 onward. This stack manages the host controllers and attached devices, including authentication, tunneling, and firmware updates.

keep conf=0.95 deploy=medium replacement=none subsystem=thunderbolt category=bus-other
95%

recommendation

It should stay because this is the kernel's main stack for Thunderbolt and USB4, a high-speed interconnect that ships on most modern laptops and is still being extended: Intel is actively marketing Thunderbolt 5, Dell and other OEMs are selling new Thunderbolt 5 docks in 2025, and the code is receiving steady upstream maintenance with fixes landing as recently as early 2026.

repository signals

38 files
39,485 source lines
428 commits, 5y
+18,405 / −5,909 lines added / removed, 5y
61 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 428 total · active in 59/61 months
2021 2022 2023 2024 2025 2026 2021-04: 14 commits · +1,563 −258 2021-05: 3 commits · +133 −154 2021-06: 6 commits · +89 −49 2021-07: 3 commits · +12 −20 2021-08: 4 commits · +47 −14 2021-09: 4 commits · +84 −19 2021-10: 1 commit · +11 −0 2021-11: 6 commits · +159 −60 2021-12: 10 commits · +1,055 −155 2022-01: 4 commits · +209 −4 2022-02: 11 commits · +1,880 −172 2022-03: 10 commits · +1,727 −116 2022-04: 6 commits · +124 −29 2022-05: 14 commits · +446 −129 2022-06: 6 commits · +29 −31 2022-07: 1 commit · +5 −24 2022-08: 8 commits · +229 −137 2022-09: 20 commits · +1,061 −447 2022-10: 16 commits · +1,284 −897 2022-11: 4 commits · +101 −52 2022-12: 11 commits · +212 −94 2023-01: 9 commits · +189 −48 2023-02: 8 commits · +393 −153 2023-03: 18 commits · +789 −298 2023-04: 1 commit · +26 −5 2023-05: 14 commits · +232 −74 2023-06: 1 commit · +2 −0 2023-07: 5 commits · +140 −26 2023-08: 15 commits · +1,055 −299 2023-09: 10 commits · +197 −120 2023-10: 1 commit · +1 −1 2023-11: 17 commits · +196 −102 2023-12: 7 commits · +94 −51 2024-01: 15 commits · +803 −348 2024-02: 7 commits · +43 −53 2024-03: 3 commits · +56 −18 2024-04: 11 commits · +118 −101 2024-05: 3 commits · +26 −29 2024-06: 2 commits · +7 −4 2024-07: 5 commits · +470 −70 2024-08: 19 commits · +933 −483 2024-09: 3 commits · +12 −8 2024-10: 2 commits · +44 −6 2024-11: 5 commits · +106 −17 2024-12: 3 commits · +68 −40 2025-01: 4 commits · +187 −18 2025-02: 1 commit · +2 −2 2025-03: 4 commits · +34 −8 2025-04: 4 commits · +63 −13 2025-05: 0 commits · +0 −0 2025-06: 3 commits · +13 −15 2025-07: 3 commits · +11 −42 2025-08: 28 commits · +750 −347 2025-09: 17 commits · +58 −57 2025-10: 1 commit · +1 −1 2025-11: 1 commit · +1 −1 2025-12: 1 commit · +1 −0 2026-01: 1 commit · +1 −1 2026-02: 3 commits · +69 −70 2026-03: 1 commit · +1 −1 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Upstream maintenance is active in 2026; `drivers/thunderbolt/usb4.c` received a functional fix patch on 2026-01-26.

  2. lore.kernel.org

    The subsystem is still receiving bug-fix traffic and stable-relevant fixes in 2025.

  3. intel.com

    Intel markets Thunderbolt 5 as the current generation and describes ongoing ecosystem use across PCs and accessories.

  4. dell.com

    A mainstream OEM was selling a Thunderbolt 5 dock in 2025/2026, indicating new-hardware deployments remain current.

codex reasoning notes (technical)

`drivers/thunderbolt` is an active hardware driver subtree, not a legacy orphan: static metadata shows 421 substantive commits in 5y, and `lore_file_timeline` on representative file `drivers/thunderbolt/usb4.c` returned 204 touches from 2021-05-17 through 2026-01-26 plus multiple 2025-2026 patches. Directory-level `lore_file_timeline` returned zero, so I used a heavily touched file in the same driver. Attempts to use `lore_regex` for removal/deprecation discussion timed out, and no removal signal surfaced from available lore evidence. Deployment evidence came from `web.search_query`: Intel's official Thunderbolt overview shows the technology is current, and Dell's official WD25TB5 product page shows new Thunderbolt 5 hardware on sale. No natural replacement driver exists; this is the kernel's main Thunderbolt/USB4 stack. Source acquisition: first two URLs from `mcp__lore_http__.lore_file_timeline`; last two URLs from `web.search_query`.