index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thunderbolt
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-14
thunderbolt: Disable PCIe extended encapsulation upon teardown properly
Gil Fine
1
-3
/
+15
2023-12-14
thunderbolt: Make PCIe tunnel setup and teardown follow CM guide
Gil Fine
1
-3
/
+10
2023-12-14
thunderbolt: Improve logging when DisplayPort resource is added due to hotplug
Gil Fine
1
-1
/
+1
2023-12-14
thunderbolt: Use tb_dp_read_cap() to read DP_COMMON_CAP as well
Mika Westerberg
1
-6
/
+7
2023-12-14
thunderbolt: Disable CL states only when actually needed
Mika Westerberg
1
-8
/
+18
2023-12-14
thunderbolt: Transition link to asymmetric only when both sides support it
Gil Fine
1
-6
/
+10
2023-12-14
thunderbolt: Log XDomain link speed and width
Gil Fine
1
-0
/
+5
2023-12-14
thunderbolt: Move width_name() helper to tb.h
Gil Fine
2
-18
/
+18
2023-12-14
thunderbolt: Handle lane bonding of Gen 4 XDomain links properly
Gil Fine
2
-3
/
+48
2023-12-14
thunderbolt: Unwind TMU configuration if tb_switch_set_tmu_mode_params() fails
Mika Westerberg
1
-1
/
+1
2023-12-08
thunderbolt: Fix minimum allocated USB 3.x and PCIe bandwidth
Gil Fine
1
-5
/
+5
2023-11-27
thunderbolt: Fix memory leak in margining_port_remove()
Yaxiong Tian
1
-1
/
+1
2023-11-17
thunderbolt: Only add device router DP IN to the head of the DP resource list
Mika Westerberg
1
-1
/
+11
2023-11-17
thunderbolt: Send uevent after asymmetric/symmetric switch
Mika Westerberg
1
-2
/
+2
2023-11-17
thunderbolt: Set lane bonding bit only for downstream port
Gil Fine
1
-1
/
+1
2023-11-14
thunderbolt: Remove duplicated re-assignment of pointer 'out'
Colin Ian King
1
-2
/
+0
2023-11-03
Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
12
-387
/
+1299
2023-10-27
Merge tag 'thunderbolt-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
12
-387
/
+1299
2023-10-24
thunderbolt: Fix one kernel-doc comment
Yang Li
1
-1
/
+1
2023-10-20
thunderbolt: Configure asymmetric link if needed and bandwidth allows
Gil Fine
1
-123
/
+558
2023-10-20
thunderbolt: Add support for asymmetric link
Gil Fine
5
-55
/
+381
2023-10-20
thunderbolt: Introduce tb_switch_depth()
Mika Westerberg
2
-2
/
+11
2023-10-20
thunderbolt: Introduce tb_for_each_upstream_port_on_path()
Mika Westerberg
1
-0
/
+15
2023-10-20
thunderbolt: Introduce tb_port_path_direction_downstream()
Gil Fine
3
-10
/
+25
2023-10-20
thunderbolt: Set path power management packet support bit for USB4 v2 routers
Mika Westerberg
4
-13
/
+34
2023-10-20
thunderbolt: Change bandwidth reservations to comply USB4 v2
Gil Fine
3
-3
/
+76
2023-10-20
thunderbolt: Make is_gen4_link() available to the rest of the driver
Gil Fine
2
-7
/
+30
2023-10-20
thunderbolt: Use weight constants in tb_usb3_consumed_bandwidth()
Mika Westerberg
1
-3
/
+6
2023-10-20
thunderbolt: Use constants for path weight and priority
Mika Westerberg
1
-12
/
+27
2023-10-17
Merge tag 'thunderbolt-for-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
1
-4
/
+6
2023-10-13
thunderbolt: Add DP IN added last in the head of the list of DP resources
Gil Fine
1
-1
/
+1
2023-10-13
thunderbolt: Create multiple DisplayPort tunnels if there are more DP IN/OUT ...
Gil Fine
1
-9
/
+17
2023-10-13
thunderbolt: Log NVM version of routers and retimers
Gil Fine
2
-0
/
+2
2023-10-13
thunderbolt: Use tb_tunnel_xxx() log macros in tb.c
Mika Westerberg
1
-22
/
+28
2023-10-13
thunderbolt: Expose tb_tunnel_xxx() log macros to the rest of the driver
Mika Westerberg
2
-22
/
+28
2023-10-13
thunderbolt: Use tb_tunnel_dbg() where possible to make logging more consistent
Mika Westerberg
1
-35
/
+30
2023-10-13
thunderbolt: Fix typo of HPD bit for Hot Plug Detect
Gil Fine
2
-6
/
+6
2023-10-13
thunderbolt: Fix debug log when DisplayPort adapter not available for pairing
Gil Fine
1
-4
/
+3
2023-10-13
thunderbolt: Check for unplugged router in tb_switch_clx_disable()
Mika Westerberg
1
-0
/
+3
2023-10-13
thunderbolt: Make tb_switch_clx_is_supported() static
Mika Westerberg
2
-23
/
+22
2023-10-13
thunderbolt: Get rid of usb4_usb3_port_actual_link_rate()
Mika Westerberg
4
-42
/
+2
2023-10-13
thunderbolt: dma_test: Use enum tb_link_width
Mika Westerberg
1
-9
/
+5
2023-10-05
thunderbolt: Call tb_switch_put() once DisplayPort bandwidth request is finished
Gil Fine
1
-4
/
+6
2023-09-15
thunderbolt: Apply USB 3.x bandwidth quirk only in software connection manager
Mika Westerberg
1
-0
/
+3
2023-09-15
thunderbolt: Restart XDomain discovery handshake after failure
Mika Westerberg
1
-17
/
+41
2023-09-15
thunderbolt: Correct TMU mode initialization from hardware
Mika Westerberg
1
-1
/
+1
2023-09-15
thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding
Mika Westerberg
1
-0
/
+7
2023-09-15
thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple Ridge
Mika Westerberg
1
-20
/
+20
2023-08-22
Merge tag 'thunderbolt-for-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
5
-52
/
+71
2023-08-08
thunderbolt: Check Intel vendor ID in tb_switch_get_generation()
Mika Westerberg
1
-37
/
+38
[prev]
[next]