summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
2025-09-23thunderbolt: Fix use-after-free in tb_dp_dprx_workDuoming Zhou1-2/+3
2025-09-17thunderbolt: Update xdomain.c function documentationAlan Borzeszkowski1-13/+33
2025-09-17thunderbolt: Update usb4_port.c function documentationAlan Borzeszkowski1-2/+5
2025-09-17thunderbolt: Update usb4.c function documentationAlan Borzeszkowski1-104/+229
2025-09-17thunderbolt: Update tunnel.h function documentationAlan Borzeszkowski1-4/+5
2025-09-17thunderbolt: Update tunnel.c function documentationAlan Borzeszkowski1-32/+53
2025-09-17thunderbolt: Update tmu.c function documentationAlan Borzeszkowski1-3/+13
2025-09-17thunderbolt: Add missing documentation in tb.hAlan Borzeszkowski1-2/+6
2025-09-17thunderbolt: Update tb.h function documentationAlan Borzeszkowski1-14/+23
2025-09-17thunderbolt: Update tb.c function documentationAlan Borzeszkowski1-11/+19
2025-09-17thunderbolt: Update switch.c function documentationAlan Borzeszkowski1-38/+102
2025-09-17thunderbolt: Update retimer.c function documentationAlan Borzeszkowski1-2/+5
2025-09-17thunderbolt: Update property.c function documentationAlan Borzeszkowski1-10/+28
2025-09-17thunderbolt: Update path.c function documentationAlan Borzeszkowski1-5/+9
2025-09-17thunderbolt: Update nvm.c function documentationAlan Borzeszkowski1-16/+26
2025-09-17thunderbolt: Add missing documentation in nhi_regs.h ring_desc structureAlan Borzeszkowski1-0/+6
2025-09-17thunderbolt: Update nhi.c function documentationAlan Borzeszkowski1-4/+13
2025-09-17thunderbolt: Update lc.c function documentationAlan Borzeszkowski1-15/+43
2025-09-17thunderbolt: Update eeprom.c function documentationAlan Borzeszkowski1-1/+3
2025-09-17thunderbolt: Update domain.c function documentationAlan Borzeszkowski1-9/+19
2025-09-17thunderbolt: Update dma_port.c function documentationAlan Borzeszkowski1-5/+16
2025-09-17thunderbolt: Add missing documentation in ctl.h tb_cfg_request structAlan Borzeszkowski1-0/+1
2025-09-17thunderbolt: Update ctl.c function documentationAlan Borzeszkowski1-8/+25
2025-09-17thunderbolt: Update clx.c function documentationAlan Borzeszkowski1-5/+7
2025-09-17thunderbolt: Update cap.c function documentationAlan Borzeszkowski1-18/+31
2025-09-17thunderbolt: Update acpi.c function documentationAlan Borzeszkowski1-13/+15
2025-08-26thunderbolt: Use string choices helpersChelsy Ratnawat3-8/+11
2025-08-14thunderbolt: Use is_pciehp instead of is_hotplug_bridgeLukas Wunner1-1/+1
2025-08-13thunderbolt: Use Linux Foundation IDs for XDomain discoveryMika Westerberg1-4/+3
2025-08-11thunderbolt: Use HMAC-SHA256 library instead of crypto_shashEric Biggers2-40/+8
2025-08-11thunderbolt: Compare HMAC values in constant timeEric Biggers1-1/+2
2025-07-21thunderbolt: Fix copy+paste error in match_service_id()Eric Biggers1-1/+1
2025-07-21Merge tag 'v6.16-rc7' into usb-nextGreg Kroah-Hartman3-13/+11
2025-06-23thunderbolt: Fix typos in documentation commentsAlok Tiwari2-2/+2
2025-06-23thunderbolt: Fix bit masking in tb_dp_port_set_hops()Alok Tiwari1-1/+1
2025-06-23thunderbolt: Fix wake on connect at runtimeMario Limonciello3-12/+10
2025-05-21Merge tag 'thunderbolt-for-v6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman10-23/+242
2025-05-09thunderbolt: Do not double dequeue a configuration requestSergey Senozhatsky1-0/+5
2025-04-24thunderbolt: Notify userspace about firmware CM tunneling eventsAlan Borzeszkowski2-1/+36
2025-04-24thunderbolt: Notify userspace about software CM tunneling eventsAlan Borzeszkowski3-8/+129
2025-04-24thunderbolt: Introduce domain event message handlerAlan Borzeszkowski2-1/+14
2025-04-17thunderbolt: Add Thunderbolt/USB4 <-> USB3 match functionAlan Borzeszkowski1-8/+48
2025-04-17thunderbolt: Expose usb4_port_index() to other modulesAlan Borzeszkowski2-3/+12
2025-04-16thunderbolt: Fix a logic error in wake on connectMario Limonciello1-2/+2
2025-04-11thunderbolt: Use wake on connect and disconnect over suspendMario Limonciello1-0/+1
2025-04-03Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-13/+27
2025-03-26Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2-2/+2
2025-03-17thunderbolt: Do not add non-active NVM if NVM upgrade is disabled for retimerMika Westerberg1-3/+5
2025-03-17thunderbolt: Scan retimers after device router has been enumeratedMika Westerberg1-2/+14
2025-03-07thunderbolt: Prevent use-after-free in resume from hibernateMika Westerberg2-3/+10