summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/tb.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-19Merge tag 'thunderbolt-for-v7.3-rc1' of ssh://gitolite.kernel.org/pub/scm/lin...Greg Kroah-Hartman1-0/+21
2026-07-27thunderbolt: Assert downstream port reset on shutdownBasavaraj Natikar1-0/+21
2026-07-27thunderbolt: Fix bandwidth group reservation indexingXu Rao1-1/+1
2026-05-21thunderbolt: Add some more descriptive probe error messagesKonrad Dybcio1-3/+4
2026-05-21thunderbolt: Move pci_device out of tb_nhiKonrad Dybcio1-5/+6
2026-05-20thunderbolt: Improve multi-display DisplayPort tunnel allocationAlan Borzeszkowski1-0/+3
2026-05-05thunderbolt: Remove XDomain from the bus without holding tb->lockMika Westerberg1-30/+29
2026-05-05thunderbolt: Set tb->root_switch to NULL when domain is stoppedMika Westerberg1-0/+1
2026-05-05thunderbolt: Keep the domain reference while processing hotplugMika Westerberg1-1/+4
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2025-11-17thunderbolt: Fix typos in tb.cAlan Borzeszkowski1-7/+7
2025-11-07thunderbolt: Replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-09-17thunderbolt: Update tb.c function documentationAlan Borzeszkowski1-11/+19
2025-08-14thunderbolt: Use is_pciehp instead of is_hotplug_bridgeLukas Wunner1-1/+1
2025-04-24thunderbolt: Notify userspace about software CM tunneling eventsAlan Borzeszkowski1-3/+19
2025-03-17thunderbolt: Scan retimers after device router has been enumeratedMika Westerberg1-2/+14
2025-01-03thunderbolt: Handle DisplayPort tunnel activation asynchronouslyMika Westerberg1-47/+127
2025-01-03thunderbolt: Move forward declarations in one placeMika Westerberg1-2/+1
2025-01-03thunderbolt: Pass reason to tb_dp_resource_unavailable()Mika Westerberg1-4/+5
2025-01-03thunderbolt: Drop tb_tunnel_restart()Mika Westerberg1-2/+2
2025-01-03thunderbolt: Make tb_tunnel_one_dp() return voidMika Westerberg1-4/+2
2024-12-16thunderbolt: Improve redrive mode handlingMika Westerberg1-0/+41
2024-10-21thunderbolt: Honor TMU requirements in the domain when setting TMU modeGil Fine1-6/+42
2024-05-10Merge tag 'thunderbolt-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman1-4/+5
2024-04-12thunderbolt: Fix calculation of consumed USB3 bandwidth on a pathGil Fine1-4/+5
2024-04-10thunderbolt: Avoid notify PM core about runtime PM resumeGil Fine1-2/+2
2024-04-02thunderbolt: Do not create DisplayPort tunnels on adapters of the same routerMika Westerberg1-0/+6
2024-02-26thunderbolt: Keep the domain powered when USB4 port is in redrive modeMika Westerberg1-1/+48
2024-02-16thunderbolt: Improve DisplayPort tunnel setup process to be more robustGil Fine1-41/+43
2024-02-16thunderbolt: Reserve released DisplayPort bandwidth for a group for 10 secondsMika Westerberg1-29/+170
2024-02-16thunderbolt: Introduce tb_tunnel_direction_downstream()Mika Westerberg1-6/+3
2024-02-16thunderbolt: Re-order bandwidth group functionsMika Westerberg1-229/+225
2024-02-16thunderbolt: Fail the failed bandwidth request properlyMika Westerberg1-5/+18
2024-02-16thunderbolt: Handle bandwidth allocation mode disable requestMika Westerberg1-6/+16
2024-02-16thunderbolt: Re-calculate estimated bandwidth when allocation mode is enabledMika Westerberg1-3/+12
2024-02-13thunderbolt: Skip discovery also in USB4 v2 hostMika Westerberg1-3/+8
2024-02-13thunderbolt: Reset only non-USB4 host routers in resumeMika Westerberg1-2/+6
2024-01-22thunderbolt: Reset topology created by the boot firmwareSanath S1-7/+19
2024-01-02Merge tag 'thunderbolt-for-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-24/+50
2023-12-22thunderbolt: Keep link as asymmetric if preferred by hardwareGil Fine1-7/+21
2023-12-14thunderbolt: Improve logging when DisplayPort resource is added due to hotplugGil Fine1-1/+1
2023-12-14thunderbolt: Disable CL states only when actually neededMika Westerberg1-8/+18
2023-12-14thunderbolt: Transition link to asymmetric only when both sides support itGil Fine1-6/+10
2023-12-14thunderbolt: Handle lane bonding of Gen 4 XDomain links properlyGil Fine1-2/+0
2023-11-17thunderbolt: Only add device router DP IN to the head of the DP resource listMika Westerberg1-1/+11
2023-11-03Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-153/+615
2023-10-24thunderbolt: Fix one kernel-doc commentYang Li1-1/+1
2023-10-20thunderbolt: Configure asymmetric link if needed and bandwidth allowsGil Fine1-120/+555
2023-10-20thunderbolt: Add support for asymmetric linkGil Fine1-4/+7