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: 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
*
|
crypto: shash - remove shash_desc::flags
Eric Biggers
2019-04-25
1
-1
/
+0
|
/
*
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
*
thunderbolt: Add constant for approval timeout
Mika Westerberg
2018-03-09
1
-2
/
+3
*
thunderbolt: Add tb_xdomain_find_by_route()
Radion Mirchevsky
2018-03-09
1
-12
/
+35
*
thunderbolt: Add tb_switch_find_by_route()
Radion Mirchevsky
2018-03-09
2
-0
/
+34
*
thunderbolt: Add tb_switch_get()
Mika Westerberg
2018-03-09
1
-0
/
+7
*
thunderbolt: Correct function name in kernel-doc comment
Radion Mirchevsky
2018-03-09
1
-1
/
+1
*
thunderbolt: Factor common ICM add and update operations out
Mika Westerberg
2018-03-09
1
-49
/
+87
*
thunderbolt: Handle rejected Thunderbolt devices
Mika Westerberg
2018-03-09
2
-0
/
+7
*
thunderbolt: Wait a bit longer for ICM to authenticate the active NVM
Mika Westerberg
2018-03-09
1
-2
/
+5
*
thunderbolt: Wait a bit longer for root switch config space
Mika Westerberg
2018-03-09
1
-1
/
+2
*
thunderbolt: Do not overwrite error code when domain adding fails
Mika Westerberg
2018-03-09
1
-1
/
+1
*
thunderbolt: Handle connecting device in place of host properly
Mika Westerberg
2018-03-09
1
-9
/
+17
*
thunderbolt: Serialize PCIe tunnel creation with PCI rescan
Mika Westerberg
2018-03-09
1
-0
/
+9
*
thunderbolt: Resume control channel after hibernation image is created
Mika Westerberg
2018-03-09
1
-0
/
+1
*
thunderbolt: Mask ring interrupt properly when polling starts
Mika Westerberg
2017-12-16
1
-1
/
+1
*
Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-11-16
1
-0
/
+1
|
\
[prev]
[next]