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
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-02
thunderbolt: Add Intel as copyright holder
Mika Westerberg
10
-9
/
+19
2018-10-02
thunderbolt: Convert rest of the driver files to use SPDX identifier
Mika Westerberg
7
-29
/
+8
2018-10-02
thunderbolt: Print connected devices
Mika Westerberg
1
-0
/
+11
2018-10-02
thunderbolt: Make the driver less verbose
Mika Westerberg
7
-69
/
+68
2018-10-02
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]