index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thunderbolt
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-01
thunderbolt: Fix memory leak in margining_port_remove()
Yaxiong Tian
1
-1
/
+1
2023-11-28
thunderbolt: Apply USB 3.x bandwidth quirk only in software connection manager
Mika Westerberg
1
-0
/
+3
2023-10-19
thunderbolt: Restart XDomain discovery handshake after failure
Mika Westerberg
1
-17
/
+41
2023-10-19
thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding
Mika Westerberg
1
-0
/
+7
2023-10-19
thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple Ridge
Mika Westerberg
1
-20
/
+20
2023-09-02
thunderbolt: Fix a backport error for display flickering issue
Mario Limonciello
1
-0
/
+1
2023-08-30
thunderbolt: Fix Thunderbolt 3 display flickering issue on 2nd hot plug onwards
Sanjay R Mehta
1
-1
/
+2
2023-08-23
thunderbolt: Limit Intel Barlow Ridge USB3 bandwidth
Mika Westerberg
2
-0
/
+10
2023-08-23
thunderbolt: Add Intel Barlow Ridge PCI ID
Mika Westerberg
2
-0
/
+4
2023-08-23
thunderbolt: Read retimer NVM authentication status prior tb_retimer_set_inbo...
Mika Westerberg
1
-8
/
+21
2023-06-21
thunderbolt: Mask ring interrupt on Intel hardware as well
Mika Westerberg
1
-3
/
+8
2023-06-21
thunderbolt: dma_test: Use correct value for absent rings when creating paths
Mika Westerberg
1
-4
/
+4
2023-06-21
thunderbolt: Do not touch CL state configuration during discovery
Mika Westerberg
1
-5
/
+12
2023-05-24
thunderbolt: Clear registers properly when auto clear isn't in use
Mario Limonciello
2
-5
/
+26
2023-05-11
thunderbolt: Use correct type in tb_port_is_clx_enabled() prototype
Jiri Slaby (SUSE)
1
-1
/
+1
2023-04-06
thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routers
Gil Fine
3
-2
/
+49
2023-03-30
thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bit
Tom Rix
1
-8
/
+9
2023-03-30
thunderbolt: Use const qualifier for `ring_interrupt_index`
Mario Limonciello
1
-1
/
+1
2023-03-30
thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access
Gil Fine
4
-2
/
+37
2023-03-30
thunderbolt: Disable interrupt auto clear for rings
Mario Limonciello
2
-17
/
+29
2023-03-30
thunderbolt: Fix memory leak in margining
Mika Westerberg
1
-6
/
+6
2023-03-30
thunderbolt: Add quirk to disable CLx
Sanjay R Mehta
2
-3
/
+21
2023-03-30
thunderbolt: Call tb_check_quirks() after initializing adapters
Mika Westerberg
1
-2
/
+2
2023-03-30
thunderbolt: Use scale field when allocating USB3 bandwidth
Mika Westerberg
1
-5
/
+17
2023-01-24
thunderbolt: Do not call PM runtime functions in tb_retimer_scan()
Mika Westerberg
2
-19
/
+18
2023-01-24
thunderbolt: Do not report errors if on-board retimers are found
Utkarsh Patel
1
-3
/
+2
2023-01-24
thunderbolt: Use correct function to calculate maximum USB3 link rate
Mika Westerberg
1
-1
/
+1
2023-01-24
thunderbolt: Disable XDomain lane 1 only in software connection manager
Mika Westerberg
1
-5
/
+12
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-10-07
Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
15
-369
/
+1820
2022-10-04
Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
5
-15
/
+54
2022-10-03
Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-1
/
+1
2022-09-30
Merge branch 'acpi-dev'
Rafael J. Wysocki
1
-1
/
+1
2022-09-30
Merge tag 'thunderbolt-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
15
-369
/
+1820
2022-09-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+2
2022-09-27
Merge tag 'thunderbolt-for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel...
Greg Kroah-Hartman
1
-0
/
+1
2022-09-26
thunderbolt: Explicitly enable lane adapter hotplug events at startup
Mario Limonciello
4
-0
/
+46
2022-09-24
thunderbolt: Use dev_err_probe()
Andy Shevchenko
1
-30
/
+18
2022-09-24
thunderbolt: Convert to use sysfs_emit()/sysfs_emit_at() APIs
Andy Shevchenko
4
-37
/
+35
2022-09-23
Merge tag 'usb-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-0
/
+2
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
2022-09-22
thunderbolt: Explicitly reset plug events delay back to USB4 spec value
Mario Limonciello
1
-0
/
+1
2022-09-09
Merge tag 'linux-kselftest-kunit-fixes-6.0-rc5' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-2
/
+1
2022-09-09
thunderbolt: Add support for Intel Maple Ridge single port controller
Gil Fine
2
-0
/
+2
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2
-2
/
+6
2022-09-07
thunderbolt: debugfs: Fix spelling mistakes in seq_puts text
Colin Ian King
1
-2
/
+2
2022-09-07
thunderbolt: Add support for ASMedia NVM image format
Szuying Chen
1
-0
/
+37
2022-09-07
thunderbolt: Move vendor specific NVM handling into nvm.c
Szuying Chen
4
-167
/
+410
2022-09-07
thunderbolt: Provide tb_retimer_nvm_read() analogous to tb_switch_nvm_read()
Mika Westerberg
2
-7
/
+23
2022-09-07
thunderbolt: Rename and make nvm_read() available for other files
Szuying Chen
2
-18
/
+28
[next]