summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
10 daysthunderbolt: Prevent XDomain delayed work use-after-free on disconnectMichael Bommarito1-5/+17
10 daysthunderbolt: Remove XDomain from the bus without holding tb->lockMika Westerberg6-47/+113
10 daysthunderbolt: Remove service debugfs entries during unregisterMika Westerberg1-3/+11
10 daysthunderbolt: Keep XDomain reference during the lifetime of a serviceMika Westerberg1-1/+2
10 daysthunderbolt: Update property.c function documentationAlan Borzeszkowski1-10/+28
10 daysthunderbolt: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET5-13/+13
13 daysthunderbolt: Bound the DROM dual link port number before indexing sw->portsBryam Vargas1-1/+8
13 daysthunderbolt: icm: Preserve USB4 proxy data-valid bitXu Rao1-1/+1
2026-06-19thunderbolt: property: Cap recursion depth in __tb_property_parse_dir()Michael Bommarito1-6/+12
2026-06-19thunderbolt: Limit XDomain response copy to actual frame sizeMichael Bommarito1-1/+3
2026-06-19thunderbolt: Clamp XDomain response data copy to allocation sizeMichael Bommarito1-0/+2
2026-06-19thunderbolt: Bound root directory content to block sizeMichael Bommarito1-0/+4
2026-06-19thunderbolt: Reject zero-length property entries in validatorMichael Bommarito1-0/+2
2026-06-19thunderbolt: property: Reject dir_len < 4 to prevent size_t underflowMichael Bommarito1-2/+6
2026-06-19thunderbolt: property: Reject u32 wrap in tb_property_entry_valid()Michael Bommarito1-1/+5
2026-04-18thunderbolt: Fix property read in nhi_wake_supported()Konrad Dybcio1-1/+1
2025-12-07thunderbolt: Add support for Intel Wildcat LakeAlan Borzeszkowski2-0/+3
2025-12-07thunderbolt: Use is_pciehp instead of is_hotplug_bridgeLukas Wunner1-1/+1
2025-08-28thunderbolt: Fix copy+paste error in match_service_id()Eric Biggers1-1/+1
2025-08-28thunderbolt: Fix bit masking in tb_dp_port_set_hops()Alok Tiwari1-1/+1
2025-06-27thunderbolt: Do not double dequeue a configuration requestSergey Senozhatsky1-0/+5
2025-01-09thunderbolt: Add support for Intel Panther Lake-M/PMika Westerberg2-0/+12
2025-01-09thunderbolt: Add support for Intel Lunar LakeMika Westerberg2-0/+6
2025-01-09thunderbolt: Add Intel Barlow Ridge PCI IDMika Westerberg2-0/+4
2025-01-09thunderbolt: Add support for Intel Meteor LakeMika Westerberg3-0/+12
2025-01-09thunderbolt: Add support for Intel Raptor LakeGeorge D Sworo3-0/+8
2024-09-04thunderbolt: Mark XDomain as unplugged when router is removedMika Westerberg1-0/+1
2024-04-27thunderbolt: Fix wake configurations after device unplugGil Fine1-7/+14
2024-04-27thunderbolt: Avoid notify PM core about runtime PM resumeGil Fine4-11/+36
2023-10-20thunderbolt: Check that lane 1 is in CL0 before enabling lane bondingMika Westerberg1-0/+7
2023-10-20thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple RidgeMika Westerberg1-20/+20
2023-08-26thunderbolt: Read retimer NVM authentication status prior tb_retimer_set_inbo...Mika Westerberg1-8/+21
2023-06-21thunderbolt: Mask ring interrupt on Intel hardware as wellMika Westerberg1-3/+8
2023-06-21thunderbolt: dma_test: Use correct value for absent rings when creating pathsMika Westerberg1-4/+4
2023-05-24thunderbolt: Clear registers properly when auto clear isn't in useMario Limonciello2-5/+26
2023-03-30thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bitTom Rix1-8/+9
2023-03-30thunderbolt: Use const qualifier for `ring_interrupt_index`Mario Limonciello1-1/+1
2023-03-30thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer accessGil Fine4-2/+37
2023-03-30thunderbolt: Disable interrupt auto clear for ringsMario Limonciello2-17/+29
2023-03-30thunderbolt: Call tb_check_quirks() after initializing adaptersMika Westerberg1-2/+2
2023-03-30thunderbolt: Use scale field when allocating USB3 bandwidthMika Westerberg1-5/+17
2023-01-24thunderbolt: Use correct function to calculate maximum USB3 link rateMika Westerberg1-1/+1
2022-11-16thunderbolt: Add DP OUT resource when DP tunnel is discoveredSanjay R Mehta1-0/+28
2022-11-16thunderbolt: Tear down existing tunnels when resuming from hibernateMika Westerberg5-47/+104
2022-10-26thunderbolt: Add back Intel Falcon Ridge end-to-end flow control workaroundMika Westerberg1-7/+42
2022-10-26thunderbolt: Explicitly enable lane adapter hotplug events at startupMario Limonciello4-0/+46
2022-10-05thunderbolt: Explicitly reset plug events delay back to USB4 spec valueMario Limonciello1-0/+1
2022-09-28thunderbolt: Add support for Intel Maple Ridge single port controllerGil Fine2-0/+2
2022-09-08thunderbolt: Use the actual buffer in tb_async_error()Mika Westerberg1-1/+1
2022-06-14thunderbolt: Use different lane for second DisplayPort tunnelMika Westerberg4-17/+33