summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'usb-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds27-903/+3503
2026-06-12Merge tag 'thunderbolt-for-v7.2-rc1' of ssh://gitolite.kernel.org/pub/scm/lin...Greg Kroah-Hartman27-903/+3503
2026-06-08thunderbolt: debugfs: Fix sideband write size checkXu Rao1-1/+1
2026-06-04thunderbolt: debugfs: Fix margining error counter buffer leakXu Rao1-1/+7
2026-06-01thunderbolt: test: Release third DP tunnelXu Rao1-0/+1
2026-05-28thunderbolt: Prevent XDomain delayed work use-after-free on disconnectMichael Bommarito1-10/+31
2026-05-26thunderbolt: test: Add KUnit tests for property parser bounds checksMichael Bommarito1-0/+40
2026-05-26thunderbolt: Limit XDomain response copy to actual frame sizeMichael Bommarito1-1/+3
2026-05-26thunderbolt: Validate XDomain request packet size before type castMichael Bommarito1-2/+6
2026-05-26thunderbolt: Clamp XDomain response data copy to allocation sizeMichael Bommarito1-0/+2
2026-05-26thunderbolt: Bound root directory content to block sizeMichael Bommarito1-0/+4
2026-05-26thunderbolt: Reject zero-length property entries in validatorMichael Bommarito1-0/+2
2026-05-21thunderbolt: Add some more descriptive probe error messagesKonrad Dybcio2-5/+6
2026-05-21thunderbolt: Require nhi->ops be validKonrad Dybcio2-17/+21
2026-05-21thunderbolt: Separate out common NHI bitsKonrad Dybcio6-638/+712
2026-05-21thunderbolt: Move pci_device out of tb_nhiKonrad Dybcio11-117/+151
2026-05-20thunderbolt: Increase Notification Timeout to 255 ms for USB4 routersGil Fine2-11/+4
2026-05-20thunderbolt: Increase timeout for Configuration Ready bitGil Fine1-2/+2
2026-05-20thunderbolt: Verify Router Ready bit is set after router enumerationGil Fine2-1/+7
2026-05-20thunderbolt: Verify PCIe adapter in detect state before tunnel setupGil Fine4-0/+75
2026-05-20thunderbolt: Activate path hops from source to destinationGil Fine1-3/+3
2026-05-20thunderbolt: Fix lane bonding log when bonding not possibleGil Fine1-2/+2
2026-05-20thunderbolt: Don't access path config space on Lane 1 adapters in tb_switch_r...Pooja Katiyar1-0/+6
2026-05-20thunderbolt: Improve multi-display DisplayPort tunnel allocationAlan Borzeszkowski1-0/+3
2026-05-19thunderbolt: Add support for USB4STREAMMika Westerberg3-0/+1712
2026-05-19thunderbolt: Add support for ConfigFSMika Westerberg5-0/+76
2026-05-19thunderbolt: Add tb_ring_flush()Mika Westerberg1-0/+28
2026-05-19thunderbolt / net: Let the service drivers configure interrupt throttlingMika Westerberg3-28/+38
2026-05-19thunderbolt: Allow service drivers to specify their own propertiesMika Westerberg1-13/+82
2026-05-19thunderbolt: Add KUnit test for tb_property_merge_dir()Mika Westerberg1-0/+82
2026-05-19thunderbolt: Add tb_property_merge_dir()Mika Westerberg1-43/+111
2026-05-11thunderbolt: test: add KUnit regression tests for XDomain property parserMichael Bommarito1-0/+126
2026-05-11thunderbolt: property: Cap recursion depth in __tb_property_parse_dir()Michael Bommarito1-6/+12
2026-05-11thunderbolt: property: Reject dir_len < 4 to prevent size_t underflowMichael Bommarito1-2/+6
2026-05-11thunderbolt: property: Reject u32 wrap in tb_property_entry_valid()Michael Bommarito1-1/+5
2026-05-05thunderbolt: Don't create multiple DMA tunnels on firmware connection managerAlan Borzeszkowski2-6/+29
2026-05-05thunderbolt: Remove XDomain from the bus without holding tb->lockMika Westerberg7-50/+115
2026-05-05thunderbolt: Remove service debugfs entries during unregisterMika Westerberg1-3/+11
2026-05-05thunderbolt: dma_test: No need to store debugfs directory pointerMika Westerberg1-11/+9
2026-05-05thunderbolt: Keep XDomain reference during the lifetime of a serviceMika Westerberg1-1/+2
2026-05-05thunderbolt: Wait for tb_domain_release() to complete when driver is removedMika Westerberg2-0/+7
2026-05-05thunderbolt: Set tb->root_switch to NULL when domain is stoppedMika Westerberg2-1/+6
2026-05-05thunderbolt: Release request if tb_cfg_request() fails in __tb_xdomain_respon...Mika Westerberg1-1/+6
2026-05-05thunderbolt: Keep the domain reference while processing hotplugMika Westerberg1-1/+4
2026-05-05thunderbolt: Make XDomain lane bonding comply with the USB4 v2 specMika Westerberg1-18/+47
2026-05-05thunderbolt: Don't disable lane adapter if XDomain lane bonding isn't possibleMika Westerberg1-1/+7
2026-05-05thunderbolt: Avoid reserved fields in path config space for USB4 routersGil Fine1-9/+22
2026-04-27thunderbolt: debugfs: Don't stop reading SB registers if just one failsKonrad Dybcio1-2/+4
2026-04-10Merge tag 'thunderbolt-for-v7.1-rc1' of ssh://gitolite.kernel.org/pub/scm/lin...Greg Kroah-Hartman7-49/+51
2026-04-07thunderbolt: tunnel: Simplify allocationRosen Penev2-10/+5