index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thunderbolt
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-05
thunderbolt: Export IOMMU based DMA protection support to userspace
Mika Westerberg
1
-0
/
+17
2018-11-26
thunderbolt: Prevent root port runtime suspend during NVM upgrade
Mika Westerberg
1
-2
/
+38
2018-10-08
Merge 4.19-rc7 into char-misc-next
Greg Kroah-Hartman
2
-30
/
+21
2018-10-03
thunderbolt: Add Intel as copyright holder
Mika Westerberg
10
-9
/
+19
2018-10-03
thunderbolt: Convert rest of the driver files to use SPDX identifier
Mika Westerberg
7
-29
/
+8
2018-10-03
thunderbolt: Print connected devices
Mika Westerberg
1
-0
/
+11
2018-10-03
thunderbolt: Make the driver less verbose
Mika Westerberg
7
-69
/
+68
2018-10-03
thunderbolt: Remove a meaningless NULL pointer check before dma_pool_destroy
zhong jiang
1
-2
/
+1
2018-10-02
thunderbolt: Initialize after IOMMUs
Mika Westerberg
1
-1
/
+1
2018-10-02
thunderbolt: Do not handle ICM events after domain is stopped
Mika Westerberg
1
-29
/
+20
2018-07-25
thunderbolt: Add support for runtime PM
Mika Westerberg
7
-20
/
+276
2018-07-25
thunderbolt: Remove redundant variable 'approved'
Colin Ian King
1
-2
/
+0
2018-07-25
thunderbolt: Use correct ICM commands in system suspend
Mika Westerberg
1
-5
/
+13
2018-07-25
thunderbolt: No need to take tb->lock in domain suspend/complete
Mika Westerberg
1
-14
/
+1
2018-07-25
thunderbolt: Do not unnecessarily call ICM get route
Mika Westerberg
1
-9
/
+26
2018-07-25
thunderbolt: Use 64-bit DMA mask if supported by the platform
Mika Westerberg
1
-0
/
+8
2018-07-25
thunderbolt: Fix small typo in variable name
Nathan Ciobanu
1
-1
/
+1
2018-07-07
thunderbolt: Notify userspace when boot_acl is changed
Mika Westerberg
1
-0
/
+4
2018-05-15
thunderbolt: Handle NULL boot ACL entries properly
Mika Westerberg
1
-1
/
+1
2018-03-14
thunderbolt: Prevent crash when ICM firmware is not running
Mika Westerberg
1
-0
/
+3
2018-03-09
thunderbolt: Add support for Intel Titan Ridge
Radion Mirchevsky
6
-15
/
+546
2018-03-09
thunderbolt: Introduce USB only (SL4) security level
Mika Westerberg
1
-1
/
+6
2018-03-09
thunderbolt: Add support for preboot ACL
Mika Westerberg
4
-10
/
+310
2018-03-09
thunderbolt: Add 'boot' attribute for devices
Yehezkel Bernat
4
-4
/
+25
2018-03-09
thunderbolt: Move driver ready handling to struct icm
Mika Westerberg
2
-13
/
+35
2018-03-09
thunderbolt: Add constant for approval timeout
Mika Westerberg
1
-2
/
+3
2018-03-09
thunderbolt: Add tb_xdomain_find_by_route()
Radion Mirchevsky
1
-12
/
+35
2018-03-09
thunderbolt: Add tb_switch_find_by_route()
Radion Mirchevsky
2
-0
/
+34
2018-03-09
thunderbolt: Add tb_switch_get()
Mika Westerberg
1
-0
/
+7
2018-03-09
thunderbolt: Correct function name in kernel-doc comment
Radion Mirchevsky
1
-1
/
+1
2018-03-09
thunderbolt: Factor common ICM add and update operations out
Mika Westerberg
1
-49
/
+87
2018-03-09
thunderbolt: Handle rejected Thunderbolt devices
Mika Westerberg
2
-0
/
+7
2018-03-09
thunderbolt: Wait a bit longer for ICM to authenticate the active NVM
Mika Westerberg
1
-2
/
+5
2018-03-09
thunderbolt: Wait a bit longer for root switch config space
Mika Westerberg
1
-1
/
+2
2018-03-09
thunderbolt: Do not overwrite error code when domain adding fails
Mika Westerberg
1
-1
/
+1
2018-03-09
thunderbolt: Handle connecting device in place of host properly
Mika Westerberg
1
-9
/
+17
2018-03-09
thunderbolt: Serialize PCIe tunnel creation with PCI rescan
Mika Westerberg
1
-0
/
+9
2018-03-09
thunderbolt: Resume control channel after hibernation image is created
Mika Westerberg
1
-0
/
+1
2017-12-16
thunderbolt: Mask ring interrupt properly when polling starts
Mika Westerberg
1
-1
/
+1
2017-11-16
Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2017-11-06
thunderbolt: tb: fix use after free in tb_activate_pcie_devices
Gustavo A. R. Silva
1
-0
/
+1
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
13
-0
/
+13
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
13
-0
/
+13
2017-10-27
thunderbolt: Drop sequence number check from tb_xdomain_match()
Mika Westerberg
1
-9
/
+0
2017-10-19
thunderbolt: Fix a couple right shifting to zero bugs
Dan Carpenter
1
-2
/
+2
2017-10-09
thunderbolt: Initialize Thunderbolt bus earlier
Mika Westerberg
2
-1
/
+4
2017-10-02
thunderbolt: Allocate ring HopID automatically if requested
Mika Westerberg
1
-18
/
+60
2017-10-02
thunderbolt: Add polling mode for rings
Mika Westerberg
2
-10
/
+118
2017-10-02
thunderbolt: Use spinlock in NHI serialization
Mika Westerberg
1
-34
/
+41
2017-10-02
thunderbolt: Use spinlock in ring serialization
Mika Westerberg
1
-12
/
+14
[next]