summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorLines
2025-09-17thunderbolt: Update cap.c function documentationAlan Borzeszkowski-18/+31
2025-09-17thunderbolt: Update acpi.c function documentationAlan Borzeszkowski-13/+15
2025-08-26thunderbolt: Use string choices helpersChelsy Ratnawat-8/+11
2025-08-14thunderbolt: Use is_pciehp instead of is_hotplug_bridgeLukas Wunner-1/+1
2025-08-13thunderbolt: Use Linux Foundation IDs for XDomain discoveryMika Westerberg-4/+3
2025-08-11thunderbolt: Use HMAC-SHA256 library instead of crypto_shashEric Biggers-40/+8
2025-08-11thunderbolt: Compare HMAC values in constant timeEric Biggers-1/+2
2025-07-21thunderbolt: Fix copy+paste error in match_service_id()Eric Biggers-1/+1
2025-07-21Merge tag 'v6.16-rc7' into usb-nextGreg Kroah-Hartman-13/+11
2025-06-23thunderbolt: Fix typos in documentation commentsAlok Tiwari-2/+2
2025-06-23thunderbolt: Fix bit masking in tb_dp_port_set_hops()Alok Tiwari-1/+1
2025-06-23thunderbolt: Fix wake on connect at runtimeMario Limonciello-12/+10
2025-05-21Merge tag 'thunderbolt-for-v6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman-23/+242
2025-05-09thunderbolt: Do not double dequeue a configuration requestSergey Senozhatsky-0/+5
2025-04-24thunderbolt: Notify userspace about firmware CM tunneling eventsAlan Borzeszkowski-1/+36
2025-04-24thunderbolt: Notify userspace about software CM tunneling eventsAlan Borzeszkowski-8/+129
2025-04-24thunderbolt: Introduce domain event message handlerAlan Borzeszkowski-1/+14
2025-04-17thunderbolt: Add Thunderbolt/USB4 <-> USB3 match functionAlan Borzeszkowski-8/+48
2025-04-17thunderbolt: Expose usb4_port_index() to other modulesAlan Borzeszkowski-3/+12
2025-04-16thunderbolt: Fix a logic error in wake on connectMario Limonciello-2/+2
2025-04-11thunderbolt: Use wake on connect and disconnect over suspendMario Limonciello-0/+1
2025-04-02Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-13/+27
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-2/+2
2025-03-17thunderbolt: Do not add non-active NVM if NVM upgrade is disabled for retimerMika Westerberg-3/+5
2025-03-17thunderbolt: Scan retimers after device router has been enumeratedMika Westerberg-2/+14
2025-03-07thunderbolt: Prevent use-after-free in resume from hibernateMika Westerberg-3/+10
2025-02-24thunderbolt: Make tb_tunnel_alloc_usb3() error paths consistent with the restAlan Borzeszkowski-8/+8
2025-02-08lib/crc32: standardize on crc32c() name for Castagnoli CRC32Eric Biggers-2/+2
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman-4/+68
2025-01-05thunderbolt: Expose router DROM through debugfsMika Westerberg-34/+51
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu-2/+2
2025-01-03thunderbolt: Handle DisplayPort tunnel activation asynchronouslyMika Westerberg-208/+444
2025-01-03thunderbolt: Rework tb_tunnel_consumed_bandwidth()Mika Westerberg-8/+2
2025-01-03thunderbolt: Move forward declarations in one placeMika Westerberg-2/+1
2025-01-03thunderbolt: Pass reason to tb_dp_resource_unavailable()Mika Westerberg-4/+5
2025-01-03thunderbolt: Drop tb_tunnel_restart()Mika Westerberg-27/+5
2025-01-03thunderbolt: Rework how tunnel->[init|deinit] hooks are calledMika Westerberg-21/+29
2025-01-03thunderbolt: Show path name in debug log when path is deactivatedMika Westerberg-2/+2
2025-01-03thunderbolt: Make tb_tunnel_one_dp() return voidMika Westerberg-4/+2
2025-01-03thunderbolt: Increase DPRX capabilities read timeoutMika Westerberg-2/+5
2025-01-03thunderbolt: Debug log an invalid config space reply just onceMika Westerberg-2/+5
2025-01-03thunderbolt: Log config space when invalid config space reply is receivedMika Westerberg-4/+4
2025-01-03thunderbolt: Drop doubled empty line from ctl.hMika Westerberg-1/+0
2025-01-03thunderbolt: debugfs: Add write capability to path config spaceGil Fine-10/+55
2024-12-16thunderbolt: Improve redrive mode handlingMika Westerberg-0/+41
2024-12-11thunderbolt: Don't display nvm_version unless upgrade supportedMario Limonciello-4/+15
2024-12-10thunderbolt: Add support for Intel Panther Lake-M/PMika Westerberg-0/+12
2024-11-29Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-164/+418
2024-11-12Merge tag 'thunderbolt-for-v6.13-rc1' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman-164/+418