summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
AgeCommit message (Expand)Author
2021-06-03thunderbolt: dma_port: Fix NVM read buffer bounds and offset issueMathias Nyman
2020-11-18thunderbolt: Add the missed ida_simple_remove() in ring_request_msix()Jing Xiangfeng
2020-11-18thunderbolt: Fix memory leak if ida_simple_get() fails in enumerate_services()Mika Westerberg
2020-05-27thunderbolt: Drop duplicated get_switch_at_route()Mika Westerberg
2020-02-28thunderbolt: Prevent crash if non-active NVMem file is readMika Westerberg
2019-12-05thunderbolt: Power cycle the router if NVM authentication failsMika Westerberg
2019-11-06thunderbolt: Use 32-bit writes when writing ring producer/consumerMika Westerberg
2019-05-31thunderbolt: property: Fix a NULL pointer dereferenceKangjie Lu
2019-05-31thunderbolt: Fix to check for kmemdup failureAditya Pakki
2019-05-31thunderbolt: Fix to check return value of ida_simple_getAditya Pakki
2019-05-31thunderbolt: Fix to check the return value of kmemdupAditya Pakki
2019-05-31thunderbolt: property: Fix a missing check of kzallocKangjie Lu
2019-05-31thunderbolt: Take domain lock in switch sysfs attribute callbacksMika Westerberg
2018-12-17thunderbolt: Prevent root port runtime suspend during NVM upgradeMika Westerberg
2018-10-02thunderbolt: Initialize after IOMMUsMika Westerberg
2018-10-02thunderbolt: Do not handle ICM events after domain is stoppedMika Westerberg
2018-07-25thunderbolt: Add support for runtime PMMika Westerberg
2018-07-25thunderbolt: Remove redundant variable 'approved'Colin Ian King
2018-07-25thunderbolt: Use correct ICM commands in system suspendMika Westerberg
2018-07-25thunderbolt: No need to take tb->lock in domain suspend/completeMika Westerberg
2018-07-25thunderbolt: Do not unnecessarily call ICM get routeMika Westerberg
2018-07-25thunderbolt: Use 64-bit DMA mask if supported by the platformMika Westerberg
2018-07-25thunderbolt: Fix small typo in variable nameNathan Ciobanu
2018-07-07thunderbolt: Notify userspace when boot_acl is changedMika Westerberg
2018-05-15thunderbolt: Handle NULL boot ACL entries properlyMika Westerberg
2018-03-14thunderbolt: Prevent crash when ICM firmware is not runningMika Westerberg
2018-03-09thunderbolt: Add support for Intel Titan RidgeRadion Mirchevsky
2018-03-09thunderbolt: Introduce USB only (SL4) security levelMika Westerberg
2018-03-09thunderbolt: Add support for preboot ACLMika Westerberg
2018-03-09thunderbolt: Add 'boot' attribute for devicesYehezkel Bernat
2018-03-09thunderbolt: Move driver ready handling to struct icmMika Westerberg
2018-03-09thunderbolt: Add constant for approval timeoutMika Westerberg
2018-03-09thunderbolt: Add tb_xdomain_find_by_route()Radion Mirchevsky
2018-03-09thunderbolt: Add tb_switch_find_by_route()Radion Mirchevsky
2018-03-09thunderbolt: Add tb_switch_get()Mika Westerberg
2018-03-09thunderbolt: Correct function name in kernel-doc commentRadion Mirchevsky
2018-03-09thunderbolt: Factor common ICM add and update operations outMika Westerberg
2018-03-09thunderbolt: Handle rejected Thunderbolt devicesMika Westerberg
2018-03-09thunderbolt: Wait a bit longer for ICM to authenticate the active NVMMika Westerberg
2018-03-09thunderbolt: Wait a bit longer for root switch config spaceMika Westerberg
2018-03-09thunderbolt: Do not overwrite error code when domain adding failsMika Westerberg
2018-03-09thunderbolt: Handle connecting device in place of host properlyMika Westerberg
2018-03-09thunderbolt: Serialize PCIe tunnel creation with PCI rescanMika Westerberg
2018-03-09thunderbolt: Resume control channel after hibernation image is createdMika Westerberg
2017-12-16thunderbolt: Mask ring interrupt properly when polling startsMika Westerberg
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-06thunderbolt: tb: fix use after free in tb_activate_pcie_devicesGustavo A. R. Silva
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-27thunderbolt: Drop sequence number check from tb_xdomain_match()Mika Westerberg