summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)Author
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
2017-10-19thunderbolt: Fix a couple right shifting to zero bugsDan Carpenter
2017-10-09thunderbolt: Initialize Thunderbolt bus earlierMika Westerberg
2017-10-02thunderbolt: Allocate ring HopID automatically if requestedMika Westerberg
2017-10-02thunderbolt: Add polling mode for ringsMika Westerberg
2017-10-02thunderbolt: Use spinlock in NHI serializationMika Westerberg
2017-10-02thunderbolt: Use spinlock in ring serializationMika Westerberg
2017-10-02thunderbolt: Move ring descriptor flags to thunderbolt.hMika Westerberg
2017-10-02thunderbolt: Export ring handling functions to modulesMika Westerberg
2017-10-02thunderbolt: Add support for frame modeMika Westerberg
2017-10-02thunderbolt: Configure interrupt throttling for all interruptsMika Westerberg
2017-10-02thunderbolt: Add support for XDomain discovery protocolMika Westerberg
2017-10-02thunderbolt: Move tb_switch_phy_port_from_link() to thunderbolt.hMika Westerberg
2017-10-02thunderbolt: Move thunderbolt domain structure to thunderbolt.hMika Westerberg
2017-10-02thunderbolt: Move enum tb_cfg_pkg_type to thunderbolt.hMika Westerberg
2017-10-02thunderbolt: Add support for XDomain propertiesMika Westerberg
2017-10-02thunderbolt: Remove __packed from ICM message structuresMika Westerberg
2017-10-02byteorder: Move {cpu_to_be32, be32_to_cpu}_array() from Thunderbolt to coreMika Westerberg
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2017-09-03Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki
2017-08-28thunderbolt: Fix reset response_typeDan Carpenter
2017-08-28thunderbolt: Allow clearing the keyBernat, Yehezkel
2017-08-28thunderbolt: Make key root-only accessibleBernat, Yehezkel
2017-08-28thunderbolt: Remove superfluous checkBernat, Yehezkel
2017-08-13Merge tag 'char-misc-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-08-10thunderbolt: Do not enumerate more ports from DROM than the controller hasMika Westerberg