1. 0d53827 thunderbolt: Implement CIO reset correctly for Titan Ridge by Mika Westerberg · 6 years ago
  2. 4f7c2e0 thunderbolt: Make sure device runtime resume completes before taking domain lock by Mika Westerberg · 6 years ago
  3. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  4. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  5. f678d6d Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  6. 3720978 thunderbolt: Make priority unsigned in struct tb_path by Nathan Chancellor · 6 years ago
  7. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  8. c4630d6 thunderbolt: Start firmware on Titan Ridge Apple systems by Mika Westerberg · 6 years ago
  9. 6755156 thunderbolt: Reword output of tb_dump_hop() by Mika Westerberg · 6 years ago
  10. 62efe69 thunderbolt: Make rest of the logging to happen at debug level by Mika Westerberg · 6 years ago
  11. b323a98 thunderbolt: Make __TB_[SW|PORT]_PRINT take const parameters by Mika Westerberg · 6 years ago
  12. 7ea4cd6 thunderbolt: Add support for XDomain connections by Mika Westerberg · 6 years ago
  13. 444ac38 thunderbolt: Make tb_switch_alloc() return ERR_PTR() by Mika Westerberg · 6 years ago
  14. 44242d6 thunderbolt: Add support for DMA tunnels by Mika Westerberg · 6 years ago
  15. 3b4b323 thunderbolt: Add XDomain UUID exchange support by Mika Westerberg · 6 years ago
  16. 559c1e1 thunderbolt: Run tb_xdp_handle_request() in system workqueue by Mika Westerberg · 6 years ago
  17. ab9f31c thunderbolt: Do not tear down tunnels when driver is unloaded by Mika Westerberg · 6 years ago
  18. 4f807e4 thunderbolt: Add support for Display Port tunnels by Mika Westerberg · 6 years ago
  19. c5ee6fe thunderbolt: Rework NFC credits handling by Mika Westerberg · 6 years ago
  20. e78db6f thunderbolt: Generalize port finding routines to support all port types by Mika Westerberg · 7 years ago
  21. 344e064 thunderbolt: Scan only valid NULL adapter ports in hotplug by Mika Westerberg · 7 years ago
  22. 99cabbb thunderbolt: Add support for full PCIe daisy chains by Mika Westerberg · 6 years ago
  23. 0414bec thunderbolt: Discover preboot PCIe paths the boot firmware established by Mika Westerberg · 8 years ago
  24. aae9e27 thunderbolt: Deactivate all paths before restarting them by Mika Westerberg · 8 years ago
  25. 8c7acaaf thunderbolt: Extend tunnel creation to more than 2 adjacent switches by Mika Westerberg · 8 years ago
  26. fb19fac thunderbolt: Add helper function to iterate from one port to another by Mika Westerberg · 8 years ago
  27. dfe40ca thunderbolt: Assign remote for both ports in case of dual link by Mika Westerberg · 6 years ago
  28. 0b2863a thunderbolt: Add functions for allocating and releasing HopIDs by Mika Westerberg · 8 years ago
  29. 93f36ad thunderbolt: Generalize tunnel creation functionality by Mika Westerberg · 8 years ago
  30. 1752b9f thunderbolt: Rename tunnel_pci to tunnel by Mika Westerberg · 8 years ago
  31. 56183c8 thunderbolt: Cache adapter specific capability offset into struct port by Mika Westerberg · 8 years ago
  32. 4944269 thunderbolt: Properly disable path by Mika Westerberg · 8 years ago
  33. 5480dfc thunderbolt: Set sleep bit when suspending switch by Mika Westerberg · 6 years ago
  34. e879a70 thunderbolt: Configure lanes when switch is initialized by Mika Westerberg · 6 years ago
  35. a9be558 thunderbolt: Move LC specific functionality into a separate file by Mika Westerberg · 6 years ago
  36. ffd003b thunderbolt: Add dummy read after port capability list walk on Light Ridge by Mika Westerberg · 6 years ago
  37. 8b0110d thunderbolt: Enable TMU access when accessing port space on legacy devices by Mika Westerberg · 6 years ago
  38. f0342e7 thunderbolt: Do not allocate switch if depth is greater than 6 by Mika Westerberg · 6 years ago
  39. 09f11b6 thunderbolt: Take domain lock in switch sysfs attribute callbacks by Mika Westerberg · 6 years ago
  40. 4708384 thunderbolt: Block reads and writes if switch is unplugged by Mika Westerberg · 6 years ago
  41. 8f965ef thunderbolt: Drop duplicated get_switch_at_route() by Mika Westerberg · 6 years ago
  42. a336b62 thunderbolt: Remove unused work field in struct tb_switch by Mika Westerberg · 6 years ago
  43. fd21b79 thunderbolt: Fix to check the return value of kmemdup by Aditya Pakki · 6 years ago
  44. 6183d5a thunderbolt: property: Fix a missing check of kzalloc by Kangjie Lu · 6 years ago
  45. 48f40b9 thunderbolt: xdomain: Fix to check return value of kmemdup by Aditya Pakki · 6 years ago
  46. 9aabb68 thunderbolt: Fix to check return value of ida_simple_get by Aditya Pakki · 6 years ago
  47. 2cc1275 thunderbolt: Fix to check for kmemdup failure by Aditya Pakki · 6 years ago
  48. e4dfdd5 thunderbolt: Fix a missing check of kmemdup by Kangjie Lu · 6 years ago
  49. 106204b thunderbolt: property: Fix a NULL pointer dereference by Kangjie Lu · 6 years ago
  50. dcc3c9e thunderbolt: Export IOMMU based DMA protection support to userspace by Mika Westerberg · 6 years ago
  51. 1830b6e thunderbolt: Prevent root port runtime suspend during NVM upgrade by Mika Westerberg · 6 years ago
  52. ba1cb31 Merge 4.19-rc7 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  53. 15c6784 thunderbolt: Add Intel as copyright holder by Mika Westerberg · 6 years ago
  54. fd3b339 thunderbolt: Convert rest of the driver files to use SPDX identifier by Mika Westerberg · 6 years ago
  55. a83bc4a thunderbolt: Print connected devices by Mika Westerberg · 6 years ago
  56. daa5140 thunderbolt: Make the driver less verbose by Mika Westerberg · 6 years ago
  57. 0bb5a1a thunderbolt: Remove a meaningless NULL pointer check before dma_pool_destroy by zhong jiang · 6 years ago
  58. eafa717 thunderbolt: Initialize after IOMMUs by Mika Westerberg · 6 years ago
  59. 86da809 thunderbolt: Do not handle ICM events after domain is stopped by Mika Westerberg · 6 years ago
  60. 2d8ff0b thunderbolt: Add support for runtime PM by Mika Westerberg · 6 years ago
  61. fa3af1c thunderbolt: Remove redundant variable 'approved' by Colin Ian King · 6 years ago
  62. d04522fa thunderbolt: Use correct ICM commands in system suspend by Mika Westerberg · 6 years ago
  63. 84db685 thunderbolt: No need to take tb->lock in domain suspend/complete by Mika Westerberg · 6 years ago
  64. fdd92e8 thunderbolt: Do not unnecessarily call ICM get route by Mika Westerberg · 6 years ago
  65. dba3caf thunderbolt: Use 64-bit DMA mask if supported by the platform by Mika Westerberg · 6 years ago
  66. c356915 thunderbolt: Fix small typo in variable name by Nathan Ciobanu · 6 years ago
  67. 007a749 thunderbolt: Notify userspace when boot_acl is changed by Mika Westerberg · 7 years ago
  68. dd010bd thunderbolt: Handle NULL boot ACL entries properly by Mika Westerberg · 7 years ago
  69. ea9d7bb thunderbolt: Prevent crash when ICM firmware is not running by Mika Westerberg · 7 years ago
  70. 4bac471 thunderbolt: Add support for Intel Titan Ridge by Radion Mirchevsky · 7 years ago
  71. 6fc14e1 thunderbolt: Introduce USB only (SL4) security level by Mika Westerberg · 7 years ago
  72. 9aaa3b8 thunderbolt: Add support for preboot ACL by Mika Westerberg · 7 years ago
  73. 14862ee thunderbolt: Add 'boot' attribute for devices by Yehezkel Bernat · 7 years ago
  74. 3080e19 thunderbolt: Move driver ready handling to struct icm by Mika Westerberg · 7 years ago
  75. 0b0a0bd thunderbolt: Add constant for approval timeout by Mika Westerberg · 7 years ago
  76. 484cb15 thunderbolt: Add tb_xdomain_find_by_route() by Radion Mirchevsky · 7 years ago
  77. 8e9267b thunderbolt: Add tb_switch_find_by_route() by Radion Mirchevsky · 7 years ago
  78. b6b0ea7 thunderbolt: Add tb_switch_get() by Mika Westerberg · 7 years ago
  79. 432019d thunderbolt: Correct function name in kernel-doc comment by Radion Mirchevsky · 7 years ago
  80. ee487dd thunderbolt: Factor common ICM add and update operations out by Mika Westerberg · 7 years ago
  81. cb653ee thunderbolt: Handle rejected Thunderbolt devices by Mika Westerberg · 7 years ago
  82. e4be8c9 thunderbolt: Wait a bit longer for ICM to authenticate the active NVM by Mika Westerberg · 7 years ago
  83. 44b51bb thunderbolt: Wait a bit longer for root switch config space by Mika Westerberg · 7 years ago
  84. 68a7a2a thunderbolt: Do not overwrite error code when domain adding fails by Mika Westerberg · 7 years ago
  85. 79fae98 thunderbolt: Handle connecting device in place of host properly by Mika Westerberg · 7 years ago
  86. a03e828 thunderbolt: Serialize PCIe tunnel creation with PCI rescan by Mika Westerberg · 7 years ago
  87. f2a659f thunderbolt: Resume control channel after hibernation image is created by Mika Westerberg · 7 years ago
  88. 7465718 thunderbolt: Mask ring interrupt properly when polling starts by Mika Westerberg · 7 years ago
  89. 2bf16b7 Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  90. a2e3734 thunderbolt: tb: fix use after free in tb_activate_pcie_devices by Gustavo A. R. Silva · 7 years ago
  91. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  92. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  93. a78ec0d thunderbolt: Drop sequence number check from tb_xdomain_match() by Mika Westerberg · 7 years ago
  94. 9a03c3d thunderbolt: Fix a couple right shifting to zero bugs by Dan Carpenter · 7 years ago
  95. acb40d8 thunderbolt: Initialize Thunderbolt bus earlier by Mika Westerberg · 7 years ago
  96. 9a01c7c2 thunderbolt: Allocate ring HopID automatically if requested by Mika Westerberg · 7 years ago
  97. 4ffe722 thunderbolt: Add polling mode for rings by Mika Westerberg · 7 years ago
  98. 59120e0 thunderbolt: Use spinlock in NHI serialization by Mika Westerberg · 7 years ago
  99. 22b7de1 thunderbolt: Use spinlock in ring serialization by Mika Westerberg · 7 years ago
  100. 2a91ec6 thunderbolt: Move ring descriptor flags to thunderbolt.h by Mika Westerberg · 7 years ago