index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thunderbolt
/
tb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
thunderbolt: Fix memory leak in tb_handle_dp_bandwidth_request()
Mika Westerberg
2023-08-04
1
-0
/
+2
*
thunderbolt: Make bandwidth allocation mode function names consistent
Mika Westerberg
2023-06-16
1
-5
/
+5
*
thunderbolt: Enable CL2 low power state
Mika Westerberg
2023-06-16
1
-3
/
+6
*
thunderbolt: Add support for enhanced uni-directional TMU mode
Mika Westerberg
2023-06-16
1
-14
/
+44
*
thunderbolt: Add the new USB4 v2 notification types
Mika Westerberg
2023-06-16
1
-4
/
+13
*
thunderbolt: Add support for USB4 v2 80 Gb/s link
Gil Fine
2023-06-16
1
-5
/
+33
*
thunderbolt: Disable CL states when a DMA tunnel is established
Mika Westerberg
2023-06-09
1
-5
/
+57
*
thunderbolt: Check for first depth router in tb.c
Mika Westerberg
2023-06-09
1
-0
/
+10
*
thunderbolt: Switch CL states from enum to a bitmask
Mika Westerberg
2023-06-09
1
-1
/
+1
*
thunderbolt: Move CLx enabling into tb_enable_clx()
Mika Westerberg
2023-06-09
1
-17
/
+17
*
thunderbolt: Move CLx support functions into clx.c
Mika Westerberg
2023-06-09
1
-4
/
+4
*
thunderbolt: Check valid TMU configuration in tb_switch_tmu_configure()
Mika Westerberg
2023-06-09
1
-2
/
+4
*
thunderbolt: Move tb_enable_tmu() close to other TMU functions
Mika Westerberg
2023-06-09
1
-29
/
+29
*
thunderbolt: Move TMU configuration to tb_enable_tmu()
Mika Westerberg
2023-06-09
1
-20
/
+10
*
thunderbolt: Get rid of tb_switch_enable_tmu_1st_child()
Mika Westerberg
2023-06-09
1
-9
/
+34
*
thunderbolt: Drop useless 'unidirectional' parameter from tb_switch_tmu_is_en...
Mika Westerberg
2023-06-09
1
-1
/
+1
*
thunderbolt: Introduce tb_switch_downstream_port()
Gil Fine
2023-06-09
1
-5
/
+3
*
thunderbolt: Do not touch CL state configuration during discovery
Mika Westerberg
2023-05-29
1
-5
/
+12
*
Merge tag 'thunderbolt-for-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2023-02-08
1
-18
/
+490
|
\
|
*
thunderbolt: Handle bandwidth allocation mode enablement notification
Mika Westerberg
2023-01-27
1
-3
/
+7
|
*
thunderbolt: Add support for DisplayPort bandwidth allocation mode
Mika Westerberg
2023-01-17
1
-14
/
+479
|
*
thunderbolt: Improve debug logging in tb_available_bandwidth()
Mika Westerberg
2023-01-17
1
-2
/
+5
|
*
thunderbolt: Log DP adapter type
Mika Westerberg
2023-01-17
1
-2
/
+2
*
|
thunderbolt: Do not call PM runtime functions in tb_retimer_scan()
Mika Westerberg
2023-01-09
1
-5
/
+15
|
/
*
Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-10-07
1
-1
/
+32
|
\
|
*
thunderbolt: Allow NVM upgrade of USB4 host routers
Szuying Chen
2022-09-07
1
-1
/
+4
|
*
thunderbolt: Add DP OUT resource when DP tunnel is discovered
Sanjay R Mehta
2022-08-15
1
-0
/
+28
*
|
thunderbolt: Show link type for XDomain connections too
Mika Westerberg
2022-08-31
1
-4
/
+4
|
/
*
thunderbolt: Change TMU mode to HiFi uni-directional once DisplayPort tunneled
Gil Fine
2022-06-06
1
-0
/
+13
*
thunderbolt: Add CL1 support for USB4 and Titan Ridge routers
Gil Fine
2022-06-06
1
-15
/
+40
*
thunderbolt: Silently ignore CLx enabling in case CLx is not supported
Gil Fine
2022-06-06
1
-2
/
+8
*
thunderbolt: Add support for XDomain lane bonding
Mika Westerberg
2022-05-05
1
-6
/
+0
*
thunderbolt: Use different lane for second DisplayPort tunnel
Mika Westerberg
2022-04-19
1
-2
/
+17
*
thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devices
Mika Westerberg
2022-02-02
1
-0
/
+11
*
thunderbolt: Enable CL0s for Intel Titan Ridge
Gil Fine
2021-12-28
1
-0
/
+7
*
thunderbolt: Add CL0s support for USB4 routers
Gil Fine
2021-12-22
1
-1
/
+8
*
thunderbolt: Add TMU uni-directional mode
Gil Fine
2021-12-22
1
-1
/
+8
*
thunderbolt: Tear down existing tunnels when resuming from hibernate
Mika Westerberg
2021-12-07
1
-16
/
+52
*
thunderbolt: Add device links only when software connection manager is used
Mika Westerberg
2021-06-11
1
-0
/
+67
*
thunderbolt: Add support for retimer NVM upgrade when there is no link
Rajmohan Mani
2021-06-01
1
-2
/
+2
*
Merge tag 'thunderbolt-for-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/k...
Greg Kroah-Hartman
2021-04-13
1
-19
/
+33
|
\
|
*
thunderbolt: Allow multiple DMA tunnels over a single XDomain connection
Mika Westerberg
2021-03-18
1
-18
/
+30
|
*
thunderbolt: Decrease control channel timeout for software connection manager
Mika Westerberg
2021-03-18
1
-1
/
+3
*
|
thunderbolt: Increase runtime PM reference count on DP tunnel discovery
Mika Westerberg
2021-03-08
1
-0
/
+4
|
/
*
thunderbolt: Add support for native USB4 _OSC
Mika Westerberg
2021-02-04
1
-1
/
+18
*
thunderbolt: Allow disabling XDomain protocol
Mika Westerberg
2021-02-04
1
-0
/
+3
*
thunderbolt: tb: Kernel-doc function headers should document their parameters
Lee Jones
2021-01-28
1
-6
/
+6
*
thunderbolt: Add support for de-authorizing devices
Mika Westerberg
2021-01-15
1
-0
/
+20
*
thunderbolt: Log which connection manager implementation is used
Mika Westerberg
2020-11-30
1
-0
/
+2
*
thunderbolt: Only stop control channel when entering freeze
Mika Westerberg
2020-09-16
1
-0
/
+18
[next]