aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/gregkh/char-miscLinus 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
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman13-0/+13
2017-10-27thunderbolt: Drop sequence number check from tb_xdomain_match()Mika Westerberg1-9/+0
2017-10-19thunderbolt: Fix a couple right shifting to zero bugsDan Carpenter1-2/+2
2017-10-09thunderbolt: Initialize Thunderbolt bus earlierMika Westerberg2-1/+4
2017-10-02thunderbolt: Allocate ring HopID automatically if requestedMika Westerberg1-18/+60
2017-10-02thunderbolt: Add polling mode for ringsMika Westerberg2-10/+118
2017-10-02thunderbolt: Use spinlock in NHI serializationMika Westerberg1-34/+41
2017-10-02thunderbolt: Use spinlock in ring serializationMika Westerberg1-12/+14
2017-10-02thunderbolt: Move ring descriptor flags to thunderbolt.hMika Westerberg1-7/+0
2017-10-02thunderbolt: Export ring handling functions to modulesMika Westerberg3-176/+53
2017-10-02thunderbolt: Add support for frame modeMika Westerberg4-30/+61
2017-10-02thunderbolt: Configure interrupt throttling for all interruptsMika Westerberg2-3/+22
2017-10-02thunderbolt: Add support for XDomain discovery protocolMika Westerberg10-18/+2159
2017-10-02thunderbolt: Move tb_switch_phy_port_from_link() to thunderbolt.hMika Westerberg2-8/+1
2017-10-02thunderbolt: Move thunderbolt domain structure to thunderbolt.hMika Westerberg1-42/+0
2017-10-02thunderbolt: Move enum tb_cfg_pkg_type to thunderbolt.hMika Westerberg2-17/+1
2017-10-02thunderbolt: Add support for XDomain propertiesMika Westerberg2-1/+671
2017-10-02thunderbolt: Remove __packed from ICM message structuresMika Westerberg1-14/+14
2017-10-02byteorder: Move {cpu_to_be32, be32_to_cpu}_array() from Thunderbolt to coreMika Westerberg1-14/+0
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-11/+6
2017-09-03Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki2-11/+6
2017-08-28thunderbolt: Fix reset response_typeDan Carpenter1-1/+1
2017-08-28thunderbolt: Allow clearing the keyBernat, Yehezkel1-4/+11
2017-08-28thunderbolt: Make key root-only accessibleBernat, Yehezkel1-1/+1
2017-08-28thunderbolt: Remove superfluous checkBernat, Yehezkel1-3/+0
2017-08-13Merge tag 'char-misc-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+9