| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2025-11-17 | thunderbolt: Fix typos in retimer.c | Alan Borzeszkowski | 1 | -1/+1 |
| 2025-09-17 | thunderbolt: Update retimer.c function documentation | Alan Borzeszkowski | 1 | -2/+5 |
| 2025-03-17 | thunderbolt: Do not add non-active NVM if NVM upgrade is disabled for retimer | Mika Westerberg | 1 | -3/+5 |
| 2025-01-13 | Merge 6.13-rc7 into driver-core-next | Greg Kroah-Hartman | 1 | -4/+15 |
| 2025-01-03 | driver core: Constify API device_find_child() and adapt for various usages | Zijun Hu | 1 | -1/+1 |
| 2024-12-11 | thunderbolt: Don't display nvm_version unless upgrade supported | Mario Limonciello | 1 | -4/+15 |
| 2024-11-07 | Merge tag 'thunderbolt-for-v6.12-rc7' of ssh://gitolite.kernel.org/pub/scm/li... | Greg Kroah-Hartman | 1 | -0/+2 |
| 2024-10-29 | thunderbolt: Add only on-board retimers when !CONFIG_USB4_DEBUGFS_MARGINING | Mika Westerberg | 1 | -0/+2 |
| 2024-10-11 | thunderbolt: Fix KASAN reported stack out-of-bounds read in tb_retimer_scan() | Mika Westerberg | 1 | -2/+3 |
| 2024-06-17 | thunderbolt: Add receiver lane margining support for retimers | Mika Westerberg | 1 | -17/+26 |
| 2024-06-17 | thunderbolt: Add sideband register access to debugfs | Mika Westerberg | 1 | -0/+2 |
| 2024-06-17 | thunderbolt: Make usb4_port_sb_read/write() available outside of usb4.c | Mika Westerberg | 1 | -4/+4 |
| 2024-04-23 | thunderbolt: No need to loop over all retimers if access fails | Mika Westerberg | 1 | -4/+8 |
| 2024-02-26 | thunderbolt: Constify the struct device_type usage | Ricardo B. Marliere | 1 | -1/+1 |
| 2023-10-13 | thunderbolt: Log NVM version of routers and retimers | Gil Fine | 1 | -0/+1 |
| 2023-06-12 | thunderbolt: Enable/disable sideband depending on USB4 port offline mode | Mika Westerberg | 1 | -0/+19 |
| 2023-06-12 | thunderbolt: Do not send UNSET_INBOUND_SBTX when retimer NVM authentication s... | Mika Westerberg | 1 | -1/+9 |
| 2023-06-12 | thunderbolt: Read retimer NVM authentication status prior tb_retimer_set_inbo... | Mika Westerberg | 1 | -8/+21 |
| 2023-05-24 | thunderbolt: Drop retimer vendor check | Mika Westerberg | 1 | -6/+0 |
| 2023-03-13 | thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access | Gil Fine | 1 | -2/+21 |
| 2023-01-09 | thunderbolt: Do not call PM runtime functions in tb_retimer_scan() | Mika Westerberg | 1 | -14/+3 |
| 2022-12-27 | thunderbolt: Do not report errors if on-board retimers are found | Utkarsh Patel | 1 | -3/+2 |
| 2022-09-24 | thunderbolt: Convert to use sysfs_emit()/sysfs_emit_at() APIs | Andy Shevchenko | 1 | -4/+4 |
| 2022-09-07 | thunderbolt: Move vendor specific NVM handling into nvm.c | Szuying Chen | 1 | -58/+23 |
| 2022-09-07 | thunderbolt: Provide tb_retimer_nvm_read() analogous to tb_switch_nvm_read() | Mika Westerberg | 1 | -7/+21 |
| 2022-09-07 | thunderbolt: Extend NVM version fields to 32-bits | Szuying Chen | 1 | -2/+2 |
| 2021-12-07 | thunderbolt: Runtime resume USB4 port when retimers are scanned | Mika Westerberg | 1 | -10/+18 |
| 2021-06-01 | thunderbolt: Check for NVM authentication status after the operation started | Mika Westerberg | 1 | -1/+19 |
| 2021-06-01 | thunderbolt: Add WRITE_ONLY and AUTHENTICATE_ONLY NVM operations for retimers | Rajmohan Mani | 1 | -14/+37 |
| 2021-06-01 | thunderbolt: Add support for retimer NVM upgrade when there is no link | Rajmohan Mani | 1 | -9/+15 |
| 2021-06-01 | thunderbolt: Add USB4 port devices | Mika Westerberg | 1 | -5/+10 |
| 2021-03-30 | thunderbolt: Fix off by one in tb_port_find_retimer() | Dan Carpenter | 1 | -1/+1 |
| 2021-03-30 | thunderbolt: Fix a leak in tb_retimer_add() | Dan Carpenter | 1 | -1/+1 |
| 2020-06-22 | thunderbolt: Add support for on-board retimers | Kranthi Kuntala | 1 | -0/+485 |