summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)Author
2026-06-19thunderbolt: property: Cap recursion depth in __tb_property_parse_dir()Michael Bommarito
2026-06-19thunderbolt: Limit XDomain response copy to actual frame sizeMichael Bommarito
2026-06-19thunderbolt: Clamp XDomain response data copy to allocation sizeMichael Bommarito
2026-06-19thunderbolt: Bound root directory content to block sizeMichael Bommarito
2026-06-19thunderbolt: Reject zero-length property entries in validatorMichael Bommarito
2026-06-19thunderbolt: property: Reject dir_len < 4 to prevent size_t underflowMichael Bommarito
2026-06-19thunderbolt: property: Reject u32 wrap in tb_property_entry_valid()Michael Bommarito
2026-04-18thunderbolt: Fix property read in nhi_wake_supported()Konrad Dybcio
2025-12-07thunderbolt: Add support for Intel Wildcat LakeAlan Borzeszkowski
2025-12-07thunderbolt: Use is_pciehp instead of is_hotplug_bridgeLukas Wunner
2025-08-28thunderbolt: Fix copy+paste error in match_service_id()Eric Biggers
2025-08-28thunderbolt: Fix bit masking in tb_dp_port_set_hops()Alok Tiwari
2025-06-27thunderbolt: Do not double dequeue a configuration requestSergey Senozhatsky
2025-01-09thunderbolt: Add support for Intel Panther Lake-M/PMika Westerberg
2025-01-09thunderbolt: Add support for Intel Lunar LakeMika Westerberg
2025-01-09thunderbolt: Add Intel Barlow Ridge PCI IDMika Westerberg
2025-01-09thunderbolt: Add support for Intel Meteor LakeMika Westerberg
2025-01-09thunderbolt: Add support for Intel Raptor LakeGeorge D Sworo
2024-09-04thunderbolt: Mark XDomain as unplugged when router is removedMika Westerberg
2024-04-27thunderbolt: Fix wake configurations after device unplugGil Fine
2024-04-27thunderbolt: Avoid notify PM core about runtime PM resumeGil Fine
2023-10-19thunderbolt: Check that lane 1 is in CL0 before enabling lane bondingMika Westerberg
2023-10-19thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple RidgeMika Westerberg
2023-08-26thunderbolt: Read retimer NVM authentication status prior tb_retimer_set_inbo...Mika Westerberg
2023-06-21thunderbolt: Mask ring interrupt on Intel hardware as wellMika Westerberg
2023-06-21thunderbolt: dma_test: Use correct value for absent rings when creating pathsMika Westerberg
2023-05-24thunderbolt: Clear registers properly when auto clear isn't in useMario Limonciello
2023-03-30thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bitTom Rix
2023-03-30thunderbolt: Use const qualifier for `ring_interrupt_index`Mario Limonciello
2023-03-30thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer accessGil Fine
2023-03-30thunderbolt: Disable interrupt auto clear for ringsMario Limonciello
2023-03-30thunderbolt: Call tb_check_quirks() after initializing adaptersMika Westerberg
2023-03-30thunderbolt: Use scale field when allocating USB3 bandwidthMika Westerberg
2023-01-24thunderbolt: Use correct function to calculate maximum USB3 link rateMika Westerberg
2022-11-16thunderbolt: Add DP OUT resource when DP tunnel is discoveredSanjay R Mehta
2022-11-16thunderbolt: Tear down existing tunnels when resuming from hibernateMika Westerberg
2022-10-26thunderbolt: Add back Intel Falcon Ridge end-to-end flow control workaroundMika Westerberg
2022-10-26thunderbolt: Explicitly enable lane adapter hotplug events at startupMario Limonciello
2022-10-05thunderbolt: Explicitly reset plug events delay back to USB4 spec valueMario Limonciello
2022-09-28thunderbolt: Add support for Intel Maple Ridge single port controllerGil Fine
2022-09-08thunderbolt: Use the actual buffer in tb_async_error()Mika Westerberg
2022-06-14thunderbolt: Use different lane for second DisplayPort tunnelMika Westerberg
2022-01-27thunderbolt: Runtime PM activate both ends of the device linkMika Westerberg
2021-10-06thunderbolt: build kunit tests without structleak pluginBrendan Higgins
2021-09-06thunderbolt: test: split up test cases in tb_test_credit_alloc_allLinus Torvalds
2021-09-01Merge tag 'usb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-08-24Merge tag 'thunderbolt-for-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman
2021-08-09thunderbolt: Fix port linking by checking all adaptersSanjay R Mehta
2021-08-09thunderbolt: Do not read control adapter config spaceSanjay R Mehta
2021-08-09thunderbolt: Handle ring interrupt by reading interrupt status registerSanjay R Mehta