index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thunderbolt
/
tb.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-12
thunderbolt: Make sure device runtime resume completes before taking domain lock
Mika Westerberg
1
-0
/
+7
2019-04-25
thunderbolt: Make priority unsigned in struct tb_path
Nathan Chancellor
1
-1
/
+1
2019-04-18
thunderbolt: Make __TB_[SW|PORT]_PRINT take const parameters
Mika Westerberg
1
-3
/
+3
2019-04-18
thunderbolt: Add support for DMA tunnels
Mika Westerberg
1
-0
/
+4
2019-04-18
thunderbolt: Run tb_xdp_handle_request() in system workqueue
Mika Westerberg
1
-0
/
+7
2019-04-18
thunderbolt: Add support for Display Port tunnels
Mika Westerberg
1
-0
/
+17
2019-04-18
thunderbolt: Generalize port finding routines to support all port types
Mika Westerberg
1
-0
/
+1
2019-04-18
thunderbolt: Scan only valid NULL adapter ports in hotplug
Mika Westerberg
1
-0
/
+5
2019-04-18
thunderbolt: Add support for full PCIe daisy chains
Mika Westerberg
1
-0
/
+27
2019-04-18
thunderbolt: Discover preboot PCIe paths the boot firmware established
Mika Westerberg
1
-0
/
+18
2019-04-18
thunderbolt: Extend tunnel creation to more than 2 adjacent switches
Mika Westerberg
1
-11
/
+43
2019-04-18
thunderbolt: Add helper function to iterate from one port to another
Mika Westerberg
1
-0
/
+2
2019-04-18
thunderbolt: Assign remote for both ports in case of dual link
Mika Westerberg
1
-5
/
+31
2019-04-18
thunderbolt: Add functions for allocating and releasing HopIDs
Mika Westerberg
1
-0
/
+11
2019-04-18
thunderbolt: Generalize tunnel creation functionality
Mika Westerberg
1
-0
/
+2
2019-04-18
thunderbolt: Cache adapter specific capability offset into struct port
Mika Westerberg
1
-0
/
+2
2019-04-18
thunderbolt: Set sleep bit when suspending switch
Mika Westerberg
1
-0
/
+1
2019-04-18
thunderbolt: Configure lanes when switch is initialized
Mika Westerberg
1
-0
/
+2
2019-04-18
thunderbolt: Move LC specific functionality into a separate file
Mika Westerberg
1
-0
/
+3
2019-04-18
thunderbolt: Enable TMU access when accessing port space on legacy devices
Mika Westerberg
1
-0
/
+10
2019-04-18
thunderbolt: Do not allocate switch if depth is greater than 6
Mika Westerberg
1
-0
/
+1
2019-04-18
thunderbolt: Take domain lock in switch sysfs attribute callbacks
Mika Westerberg
1
-2
/
+1
2019-04-18
thunderbolt: Block reads and writes if switch is unplugged
Mika Westerberg
1
-0
/
+8
2019-04-18
thunderbolt: Drop duplicated get_switch_at_route()
Mika Westerberg
1
-1
/
+0
2019-04-18
thunderbolt: Remove unused work field in struct tb_switch
Mika Westerberg
1
-2
/
+0
2018-10-02
thunderbolt: Add Intel as copyright holder
Mika Westerberg
1
-1
/
+2
2018-10-02
thunderbolt: Make the driver less verbose
Mika Westerberg
1
-2
/
+4
2018-07-25
thunderbolt: Add support for runtime PM
Mika Westerberg
1
-0
/
+10
2018-03-09
thunderbolt: Add support for preboot ACL
Mika Westerberg
1
-0
/
+4
2018-03-09
thunderbolt: Add 'boot' attribute for devices
Yehezkel Bernat
1
-0
/
+2
2018-03-09
thunderbolt: Add tb_switch_find_by_route()
Radion Mirchevsky
1
-0
/
+1
2018-03-09
thunderbolt: Add tb_switch_get()
Mika Westerberg
1
-0
/
+7
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-02
thunderbolt: Add support for XDomain discovery protocol
Mika Westerberg
1
-4
/
+35
2017-10-02
thunderbolt: Move tb_switch_phy_port_from_link() to thunderbolt.h
Mika Westerberg
1
-7
/
+0
2017-10-02
thunderbolt: Move thunderbolt domain structure to thunderbolt.h
Mika Westerberg
1
-42
/
+0
2017-07-24
thunderbolt: use uuid_t instead of uuid_be
Christoph Hellwig
1
-2
/
+2
2017-06-09
thunderbolt: Add support for host and device NVM firmware upgrade
Mika Westerberg
1
-1
/
+39
2017-06-09
thunderbolt: Add support for Internal Connection Manager (ICM)
Mika Westerberg
1
-0
/
+79
2017-06-09
thunderbolt: Add support for DMA configuration based mailbox
Mika Westerberg
1
-0
/
+5
2017-06-09
thunderbolt: Store Thunderbolt generation in the switch structure
Mika Westerberg
1
-0
/
+2
2017-06-09
thunderbolt: Rework control channel to be more reliable
Mika Westerberg
1
-1
/
+1
2017-06-09
thunderbolt: Let the connection manager handle all notifications
Mika Westerberg
1
-2
/
+3
2017-06-09
thunderbolt: Read vendor and device name from DROM
Mika Westerberg
1
-0
/
+4
2017-06-09
thunderbolt: Convert switch to a device
Mika Westerberg
1
-4
/
+41
2017-06-09
thunderbolt: Introduce thunderbolt bus and connection manager
Mika Westerberg
1
-17
/
+53
2017-06-09
thunderbolt: Rework capability handling
Mika Westerberg
1
-1
/
+2
2017-06-09
thunderbolt: Use const buffer pointer in write operations
Mika Westerberg
1
-1
/
+1
2016-04-08
thunderbolt: Fix typos and magic number
Lukas Wunner
1
-1
/
+1
[next]