index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thunderbolt
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-22
Merge tag 'usb-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
27
-903
/
+3503
2026-06-12
Merge tag 'thunderbolt-for-v7.2-rc1' of ssh://gitolite.kernel.org/pub/scm/lin...
Greg Kroah-Hartman
27
-903
/
+3503
2026-06-08
thunderbolt: debugfs: Fix sideband write size check
Xu Rao
1
-1
/
+1
2026-06-04
thunderbolt: debugfs: Fix margining error counter buffer leak
Xu Rao
1
-1
/
+7
2026-06-01
thunderbolt: test: Release third DP tunnel
Xu Rao
1
-0
/
+1
2026-05-28
thunderbolt: Prevent XDomain delayed work use-after-free on disconnect
Michael Bommarito
1
-10
/
+31
2026-05-26
thunderbolt: test: Add KUnit tests for property parser bounds checks
Michael Bommarito
1
-0
/
+40
2026-05-26
thunderbolt: Limit XDomain response copy to actual frame size
Michael Bommarito
1
-1
/
+3
2026-05-26
thunderbolt: Validate XDomain request packet size before type cast
Michael Bommarito
1
-2
/
+6
2026-05-26
thunderbolt: Clamp XDomain response data copy to allocation size
Michael Bommarito
1
-0
/
+2
2026-05-26
thunderbolt: Bound root directory content to block size
Michael Bommarito
1
-0
/
+4
2026-05-26
thunderbolt: Reject zero-length property entries in validator
Michael Bommarito
1
-0
/
+2
2026-05-21
thunderbolt: Add some more descriptive probe error messages
Konrad Dybcio
2
-5
/
+6
2026-05-21
thunderbolt: Require nhi->ops be valid
Konrad Dybcio
2
-17
/
+21
2026-05-21
thunderbolt: Separate out common NHI bits
Konrad Dybcio
6
-638
/
+712
2026-05-21
thunderbolt: Move pci_device out of tb_nhi
Konrad Dybcio
11
-117
/
+151
2026-05-20
thunderbolt: Increase Notification Timeout to 255 ms for USB4 routers
Gil Fine
2
-11
/
+4
2026-05-20
thunderbolt: Increase timeout for Configuration Ready bit
Gil Fine
1
-2
/
+2
2026-05-20
thunderbolt: Verify Router Ready bit is set after router enumeration
Gil Fine
2
-1
/
+7
2026-05-20
thunderbolt: Verify PCIe adapter in detect state before tunnel setup
Gil Fine
4
-0
/
+75
2026-05-20
thunderbolt: Activate path hops from source to destination
Gil Fine
1
-3
/
+3
2026-05-20
thunderbolt: Fix lane bonding log when bonding not possible
Gil Fine
1
-2
/
+2
2026-05-20
thunderbolt: Don't access path config space on Lane 1 adapters in tb_switch_r...
Pooja Katiyar
1
-0
/
+6
2026-05-20
thunderbolt: Improve multi-display DisplayPort tunnel allocation
Alan Borzeszkowski
1
-0
/
+3
2026-05-19
thunderbolt: Add support for USB4STREAM
Mika Westerberg
3
-0
/
+1712
2026-05-19
thunderbolt: Add support for ConfigFS
Mika Westerberg
5
-0
/
+76
2026-05-19
thunderbolt: Add tb_ring_flush()
Mika Westerberg
1
-0
/
+28
2026-05-19
thunderbolt / net: Let the service drivers configure interrupt throttling
Mika Westerberg
3
-28
/
+38
2026-05-19
thunderbolt: Allow service drivers to specify their own properties
Mika Westerberg
1
-13
/
+82
2026-05-19
thunderbolt: Add KUnit test for tb_property_merge_dir()
Mika Westerberg
1
-0
/
+82
2026-05-19
thunderbolt: Add tb_property_merge_dir()
Mika Westerberg
1
-43
/
+111
2026-05-11
thunderbolt: test: add KUnit regression tests for XDomain property parser
Michael Bommarito
1
-0
/
+126
2026-05-11
thunderbolt: property: Cap recursion depth in __tb_property_parse_dir()
Michael Bommarito
1
-6
/
+12
2026-05-11
thunderbolt: property: Reject dir_len < 4 to prevent size_t underflow
Michael Bommarito
1
-2
/
+6
2026-05-11
thunderbolt: property: Reject u32 wrap in tb_property_entry_valid()
Michael Bommarito
1
-1
/
+5
2026-05-05
thunderbolt: Don't create multiple DMA tunnels on firmware connection manager
Alan Borzeszkowski
2
-6
/
+29
2026-05-05
thunderbolt: Remove XDomain from the bus without holding tb->lock
Mika Westerberg
7
-50
/
+115
2026-05-05
thunderbolt: Remove service debugfs entries during unregister
Mika Westerberg
1
-3
/
+11
2026-05-05
thunderbolt: dma_test: No need to store debugfs directory pointer
Mika Westerberg
1
-11
/
+9
2026-05-05
thunderbolt: Keep XDomain reference during the lifetime of a service
Mika Westerberg
1
-1
/
+2
2026-05-05
thunderbolt: Wait for tb_domain_release() to complete when driver is removed
Mika Westerberg
2
-0
/
+7
2026-05-05
thunderbolt: Set tb->root_switch to NULL when domain is stopped
Mika Westerberg
2
-1
/
+6
2026-05-05
thunderbolt: Release request if tb_cfg_request() fails in __tb_xdomain_respon...
Mika Westerberg
1
-1
/
+6
2026-05-05
thunderbolt: Keep the domain reference while processing hotplug
Mika Westerberg
1
-1
/
+4
2026-05-05
thunderbolt: Make XDomain lane bonding comply with the USB4 v2 spec
Mika Westerberg
1
-18
/
+47
2026-05-05
thunderbolt: Don't disable lane adapter if XDomain lane bonding isn't possible
Mika Westerberg
1
-1
/
+7
2026-05-05
thunderbolt: Avoid reserved fields in path config space for USB4 routers
Gil Fine
1
-9
/
+22
2026-04-27
thunderbolt: debugfs: Don't stop reading SB registers if just one fails
Konrad Dybcio
1
-2
/
+4
2026-04-10
Merge tag 'thunderbolt-for-v7.1-rc1' of ssh://gitolite.kernel.org/pub/scm/lin...
Greg Kroah-Hartman
7
-49
/
+51
2026-04-07
thunderbolt: tunnel: Simplify allocation
Rosen Penev
2
-10
/
+5
[next]