index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thunderbolt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
thunderbolt: Extend tunnel creation to more than 2 adjacent switches
Mika Westerberg
2019-04-18
3
-68
/
+163
*
thunderbolt: Add helper function to iterate from one port to another
Mika Westerberg
2019-04-18
2
-0
/
+56
*
thunderbolt: Assign remote for both ports in case of dual link
Mika Westerberg
2019-04-18
5
-52
/
+73
*
thunderbolt: Add functions for allocating and releasing HopIDs
Mika Westerberg
2019-04-18
3
-3
/
+98
*
thunderbolt: Generalize tunnel creation functionality
Mika Westerberg
2019-04-18
6
-150
/
+235
*
thunderbolt: Rename tunnel_pci to tunnel
Mika Westerberg
2019-04-18
4
-7
/
+7
*
thunderbolt: Cache adapter specific capability offset into struct port
Mika Westerberg
2019-04-18
4
-10
/
+13
*
thunderbolt: Properly disable path
Mika Westerberg
2019-04-18
2
-5
/
+45
*
thunderbolt: Set sleep bit when suspending switch
Mika Westerberg
2019-04-18
4
-4
/
+49
*
thunderbolt: Configure lanes when switch is initialized
Mika Westerberg
2019-04-18
4
-0
/
+136
*
thunderbolt: Move LC specific functionality into a separate file
Mika Westerberg
2019-04-18
5
-12
/
+37
*
thunderbolt: Add dummy read after port capability list walk on Light Ridge
Mika Westerberg
2019-04-18
1
-0
/
+16
*
thunderbolt: Enable TMU access when accessing port space on legacy devices
Mika Westerberg
2019-04-18
2
-17
/
+62
*
thunderbolt: Do not allocate switch if depth is greater than 6
Mika Westerberg
2019-04-18
3
-9
/
+15
*
thunderbolt: Take domain lock in switch sysfs attribute callbacks
Mika Westerberg
2019-04-18
2
-28
/
+20
*
thunderbolt: Block reads and writes if switch is unplugged
Mika Westerberg
2019-04-18
1
-0
/
+8
*
thunderbolt: Drop duplicated get_switch_at_route()
Mika Westerberg
2019-04-18
4
-26
/
+14
*
thunderbolt: Remove unused work field in struct tb_switch
Mika Westerberg
2019-04-18
1
-2
/
+0
*
thunderbolt: Fix to check the return value of kmemdup
Aditya Pakki
2019-03-28
1
-0
/
+5
*
thunderbolt: property: Fix a missing check of kzalloc
Kangjie Lu
2019-03-28
1
-1
/
+6
*
thunderbolt: xdomain: Fix to check return value of kmemdup
Aditya Pakki
2019-03-22
1
-6
/
+9
*
thunderbolt: Fix to check return value of ida_simple_get
Aditya Pakki
2019-03-22
1
-1
/
+7
*
thunderbolt: Fix to check for kmemdup failure
Aditya Pakki
2019-03-22
1
-6
/
+16
*
thunderbolt: Fix a missing check of kmemdup
Kangjie Lu
2019-03-20
1
-0
/
+4
*
thunderbolt: property: Fix a NULL pointer dereference
Kangjie Lu
2019-03-20
1
-0
/
+5
*
thunderbolt: Export IOMMU based DMA protection support to userspace
Mika Westerberg
2018-12-05
1
-0
/
+17
*
thunderbolt: Prevent root port runtime suspend during NVM upgrade
Mika Westerberg
2018-11-26
1
-2
/
+38
*
Merge 4.19-rc7 into char-misc-next
Greg Kroah-Hartman
2018-10-08
2
-30
/
+21
|
\
|
*
thunderbolt: Initialize after IOMMUs
Mika Westerberg
2018-10-02
1
-1
/
+1
|
*
thunderbolt: Do not handle ICM events after domain is stopped
Mika Westerberg
2018-10-02
1
-29
/
+20
*
|
thunderbolt: Add Intel as copyright holder
Mika Westerberg
2018-10-03
10
-9
/
+19
*
|
thunderbolt: Convert rest of the driver files to use SPDX identifier
Mika Westerberg
2018-10-03
7
-29
/
+8
*
|
thunderbolt: Print connected devices
Mika Westerberg
2018-10-03
1
-0
/
+11
*
|
thunderbolt: Make the driver less verbose
Mika Westerberg
2018-10-03
7
-69
/
+68
*
|
thunderbolt: Remove a meaningless NULL pointer check before dma_pool_destroy
zhong jiang
2018-10-03
1
-2
/
+1
|
/
*
thunderbolt: Add support for runtime PM
Mika Westerberg
2018-07-25
7
-20
/
+276
*
thunderbolt: Remove redundant variable 'approved'
Colin Ian King
2018-07-25
1
-2
/
+0
*
thunderbolt: Use correct ICM commands in system suspend
Mika Westerberg
2018-07-25
1
-5
/
+13
*
thunderbolt: No need to take tb->lock in domain suspend/complete
Mika Westerberg
2018-07-25
1
-14
/
+1
*
thunderbolt: Do not unnecessarily call ICM get route
Mika Westerberg
2018-07-25
1
-9
/
+26
*
thunderbolt: Use 64-bit DMA mask if supported by the platform
Mika Westerberg
2018-07-25
1
-0
/
+8
*
thunderbolt: Fix small typo in variable name
Nathan Ciobanu
2018-07-25
1
-1
/
+1
*
thunderbolt: Notify userspace when boot_acl is changed
Mika Westerberg
2018-07-07
1
-0
/
+4
*
thunderbolt: Handle NULL boot ACL entries properly
Mika Westerberg
2018-05-15
1
-1
/
+1
*
thunderbolt: Prevent crash when ICM firmware is not running
Mika Westerberg
2018-03-14
1
-0
/
+3
*
thunderbolt: Add support for Intel Titan Ridge
Radion Mirchevsky
2018-03-09
6
-15
/
+546
*
thunderbolt: Introduce USB only (SL4) security level
Mika Westerberg
2018-03-09
1
-1
/
+6
*
thunderbolt: Add support for preboot ACL
Mika Westerberg
2018-03-09
4
-10
/
+310
*
thunderbolt: Add 'boot' attribute for devices
Yehezkel Bernat
2018-03-09
4
-4
/
+25
*
thunderbolt: Move driver ready handling to struct icm
Mika Westerberg
2018-03-09
2
-13
/
+35
[next]