aboutsummaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
2018-07-25thunderbolt: Add support for runtime PMGravatar Mika Westerberg 7-20/+276
2018-07-25thunderbolt: Remove redundant variable 'approved'Gravatar Colin Ian King 1-2/+0
2018-07-25thunderbolt: Use correct ICM commands in system suspendGravatar Mika Westerberg 1-5/+13
2018-07-25thunderbolt: No need to take tb->lock in domain suspend/completeGravatar Mika Westerberg 1-14/+1
2018-07-25thunderbolt: Do not unnecessarily call ICM get routeGravatar Mika Westerberg 1-9/+26
2018-07-25thunderbolt: Use 64-bit DMA mask if supported by the platformGravatar Mika Westerberg 1-0/+8
2018-07-25thunderbolt: Fix small typo in variable nameGravatar Nathan Ciobanu 1-1/+1
2018-07-07thunderbolt: Notify userspace when boot_acl is changedGravatar Mika Westerberg 1-0/+4
2018-05-15thunderbolt: Handle NULL boot ACL entries properlyGravatar Mika Westerberg 1-1/+1
2018-03-14thunderbolt: Prevent crash when ICM firmware is not runningGravatar Mika Westerberg 1-0/+3
2018-03-09thunderbolt: Add support for Intel Titan RidgeGravatar Radion Mirchevsky 6-15/+546
2018-03-09thunderbolt: Introduce USB only (SL4) security levelGravatar Mika Westerberg 1-1/+6
2018-03-09thunderbolt: Add support for preboot ACLGravatar Mika Westerberg 4-10/+310
2018-03-09thunderbolt: Add 'boot' attribute for devicesGravatar Yehezkel Bernat 4-4/+25
2018-03-09thunderbolt: Move driver ready handling to struct icmGravatar Mika Westerberg 2-13/+35
2018-03-09thunderbolt: Add constant for approval timeoutGravatar Mika Westerberg 1-2/+3
2018-03-09thunderbolt: Add tb_xdomain_find_by_route()Gravatar Radion Mirchevsky 1-12/+35
2018-03-09thunderbolt: Add tb_switch_find_by_route()Gravatar Radion Mirchevsky 2-0/+34
2018-03-09thunderbolt: Add tb_switch_get()Gravatar Mika Westerberg 1-0/+7
2018-03-09thunderbolt: Correct function name in kernel-doc commentGravatar Radion Mirchevsky 1-1/+1
2018-03-09thunderbolt: Factor common ICM add and update operations outGravatar Mika Westerberg 1-49/+87
2018-03-09thunderbolt: Handle rejected Thunderbolt devicesGravatar Mika Westerberg 2-0/+7
2018-03-09thunderbolt: Wait a bit longer for ICM to authenticate the active NVMGravatar Mika Westerberg 1-2/+5
2018-03-09thunderbolt: Wait a bit longer for root switch config spaceGravatar Mika Westerberg 1-1/+2
2018-03-09thunderbolt: Do not overwrite error code when domain adding failsGravatar Mika Westerberg 1-1/+1
2018-03-09thunderbolt: Handle connecting device in place of host properlyGravatar Mika Westerberg 1-9/+17
2018-03-09thunderbolt: Serialize PCIe tunnel creation with PCI rescanGravatar Mika Westerberg 1-0/+9
2018-03-09thunderbolt: Resume control channel after hibernation image is createdGravatar Mika Westerberg 1-0/+1
2017-12-16thunderbolt: Mask ring interrupt properly when polling startsGravatar Mika Westerberg 1-1/+1
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2017-11-06thunderbolt: tb: fix use after free in tb_activate_pcie_devicesGravatar Gustavo A. R. Silva 1-0/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 13-0/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 13-0/+13
2017-10-27thunderbolt: Drop sequence number check from tb_xdomain_match()Gravatar Mika Westerberg 1-9/+0
2017-10-19thunderbolt: Fix a couple right shifting to zero bugsGravatar Dan Carpenter 1-2/+2
2017-10-09thunderbolt: Initialize Thunderbolt bus earlierGravatar Mika Westerberg 2-1/+4
2017-10-02thunderbolt: Allocate ring HopID automatically if requestedGravatar Mika Westerberg 1-18/+60
2017-10-02thunderbolt: Add polling mode for ringsGravatar Mika Westerberg 2-10/+118
2017-10-02thunderbolt: Use spinlock in NHI serializationGravatar Mika Westerberg 1-34/+41
2017-10-02thunderbolt: Use spinlock in ring serializationGravatar Mika Westerberg 1-12/+14
2017-10-02thunderbolt: Move ring descriptor flags to thunderbolt.hGravatar Mika Westerberg 1-7/+0
2017-10-02thunderbolt: Export ring handling functions to modulesGravatar Mika Westerberg 3-176/+53
2017-10-02thunderbolt: Add support for frame modeGravatar Mika Westerberg 4-30/+61
2017-10-02thunderbolt: Configure interrupt throttling for all interruptsGravatar Mika Westerberg 2-3/+22
2017-10-02thunderbolt: Add support for XDomain discovery protocolGravatar Mika Westerberg 10-18/+2159
2017-10-02thunderbolt: Move tb_switch_phy_port_from_link() to thunderbolt.hGravatar Mika Westerberg 2-8/+1
2017-10-02thunderbolt: Move thunderbolt domain structure to thunderbolt.hGravatar Mika Westerberg 1-42/+0
2017-10-02thunderbolt: Move enum tb_cfg_pkg_type to thunderbolt.hGravatar Mika Westerberg 2-17/+1
2017-10-02thunderbolt: Add support for XDomain propertiesGravatar Mika Westerberg 2-1/+671
2017-10-02thunderbolt: Remove __packed from ICM message structuresGravatar Mika Westerberg 1-14/+14