summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
2023-04-05thunderbolt: Use const qualifier for `ring_interrupt_index`Mario Limonciello1-1/+1
2022-09-15thunderbolt: Use the actual buffer in tb_async_error()Mika Westerberg1-1/+1
2021-06-03thunderbolt: dma_port: Fix NVM read buffer bounds and offset issueMathias Nyman1-5/+6
2020-11-18thunderbolt: Add the missed ida_simple_remove() in ring_request_msix()Jing Xiangfeng1-4/+15
2020-11-18thunderbolt: Fix memory leak if ida_simple_get() fails in enumerate_services()Mika Westerberg1-0/+1
2020-05-27thunderbolt: Drop duplicated get_switch_at_route()Mika Westerberg4-26/+14
2020-02-28thunderbolt: Prevent crash if non-active NVMem file is readMika Westerberg1-0/+7
2019-12-05thunderbolt: Power cycle the router if NVM authentication failsMika Westerberg1-12/+42
2019-11-06thunderbolt: Use 32-bit writes when writing ring producer/consumerMika Westerberg1-4/+18
2019-05-31thunderbolt: property: Fix a NULL pointer dereferenceKangjie Lu1-0/+5
2019-05-31thunderbolt: Fix to check for kmemdup failureAditya Pakki1-6/+16
2019-05-31thunderbolt: Fix to check return value of ida_simple_getAditya Pakki1-1/+7
2019-05-31thunderbolt: Fix to check the return value of kmemdupAditya Pakki1-0/+5
2019-05-31thunderbolt: property: Fix a missing check of kzallocKangjie Lu1-1/+6
2019-05-31thunderbolt: Take domain lock in switch sysfs attribute callbacksMika Westerberg2-28/+20
2018-12-17thunderbolt: Prevent root port runtime suspend during NVM upgradeMika Westerberg1-2/+38
2018-10-02thunderbolt: Initialize after IOMMUsMika Westerberg1-1/+1
2018-10-02thunderbolt: Do not handle ICM events after domain is stoppedMika Westerberg1-29/+20
2018-07-25thunderbolt: Add support for runtime PMMika Westerberg7-20/+276
2018-07-25thunderbolt: Remove redundant variable 'approved'Colin Ian King1-2/+0
2018-07-25thunderbolt: Use correct ICM commands in system suspendMika Westerberg1-5/+13
2018-07-25thunderbolt: No need to take tb->lock in domain suspend/completeMika Westerberg1-14/+1
2018-07-25thunderbolt: Do not unnecessarily call ICM get routeMika Westerberg1-9/+26
2018-07-25thunderbolt: Use 64-bit DMA mask if supported by the platformMika Westerberg1-0/+8
2018-07-25thunderbolt: Fix small typo in variable nameNathan Ciobanu1-1/+1
2018-07-07thunderbolt: Notify userspace when boot_acl is changedMika Westerberg1-0/+4
2018-05-15thunderbolt: Handle NULL boot ACL entries properlyMika Westerberg1-1/+1
2018-03-14thunderbolt: Prevent crash when ICM firmware is not runningMika Westerberg1-0/+3
2018-03-09thunderbolt: Add support for Intel Titan RidgeRadion Mirchevsky6-15/+546
2018-03-09thunderbolt: Introduce USB only (SL4) security levelMika Westerberg1-1/+6
2018-03-09thunderbolt: Add support for preboot ACLMika Westerberg4-10/+310
2018-03-09thunderbolt: Add 'boot' attribute for devicesYehezkel Bernat4-4/+25
2018-03-09thunderbolt: Move driver ready handling to struct icmMika Westerberg2-13/+35
2018-03-09thunderbolt: Add constant for approval timeoutMika Westerberg1-2/+3
2018-03-09thunderbolt: Add tb_xdomain_find_by_route()Radion Mirchevsky1-12/+35
2018-03-09thunderbolt: Add tb_switch_find_by_route()Radion Mirchevsky2-0/+34
2018-03-09thunderbolt: Add tb_switch_get()Mika Westerberg1-0/+7
2018-03-09thunderbolt: Correct function name in kernel-doc commentRadion Mirchevsky1-1/+1
2018-03-09thunderbolt: Factor common ICM add and update operations outMika Westerberg1-49/+87
2018-03-09thunderbolt: Handle rejected Thunderbolt devicesMika Westerberg2-0/+7
2018-03-09thunderbolt: Wait a bit longer for ICM to authenticate the active NVMMika Westerberg1-2/+5
2018-03-09thunderbolt: Wait a bit longer for root switch config spaceMika Westerberg1-1/+2
2018-03-09thunderbolt: Do not overwrite error code when domain adding failsMika Westerberg1-1/+1
2018-03-09thunderbolt: Handle connecting device in place of host properlyMika Westerberg1-9/+17
2018-03-09thunderbolt: Serialize PCIe tunnel creation with PCI rescanMika Westerberg1-0/+9
2018-03-09thunderbolt: Resume control channel after hibernation image is createdMika Westerberg1-0/+1
2017-12-16thunderbolt: Mask ring interrupt properly when polling startsMika Westerberg1-1/+1
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2017-11-06thunderbolt: tb: fix use after free in tb_activate_pcie_devicesGustavo A. R. Silva1-0/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-0/+13