1. 6b6c71e Merge tag 'thunderbolt-for-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus by Greg Kroah-Hartman · 4 years, 5 months ago
  2. 813050e thunderbolt: Use maximum USB3 link rate when reclaiming if link is not up by Mika Westerberg · 4 years, 7 months ago
  3. 8824d19 thunderbolt: Disable ports that are not implemented by Nikunj A. Dadhania · 4 years, 6 months ago
  4. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  5. 71fa1a4 thunderbolt: merge fix for kunix_resource changes by Stephen Rothwell · 4 years, 7 months ago
  6. ef7e120 thunderbolt: Fix old style declaration warning by Wei Yongjun · 4 years, 7 months ago
  7. 1cb3629 thunderbolt: Add support for authenticate on disconnect by Mario Limonciello · 4 years, 7 months ago
  8. 4b794f8 thunderbolt: Add support for separating the flush to SPI and authenticate by Mario Limonciello · 4 years, 7 months ago
  9. 4c767ce thunderbolt: Ensure left shift of 512 does not overflow a 32 bit int by Colin Ian King · 4 years, 7 months ago
  10. dacb128 thunderbolt: Add support for on-board retimers by Kranthi Kuntala · 4 years, 11 months ago
  11. 02d1285 thunderbolt: Implement USB4 port sideband operations for retimer access by Rajmohan Mani · 4 years, 11 months ago
  12. 6bfe334 thunderbolt: Retry USB4 block read operation by Mika Westerberg · 5 years ago
  13. 7e72846 thunderbolt: Generalize usb4_switch_do_[read|write]_data() by Mika Westerberg · 5 years ago
  14. 719a5fe thunderbolt: Split common NVM functionality into a separate file by Mika Westerberg · 4 years, 11 months ago
  15. 83d1703 thunderbolt: Add Intel USB-IF ID to the NVM upgrade supported list by Mika Westerberg · 4 years, 9 months ago
  16. 40c14d9 thunderbolt: Add KUnit tests for tunneling by Mika Westerberg · 4 years, 9 months ago
  17. 0bd680c thunderbolt: Add USB3 bandwidth management by Mika Westerberg · 4 years, 10 months ago
  18. 5b7b8c0 thunderbolt: Make tb_port_get_link_speed() available to other files by Mika Westerberg · 4 years, 9 months ago
  19. 3b1d8d5 thunderbolt: Implement USB3 bandwidth negotiation routines by Mika Westerberg · 5 years ago
  20. acf815b thunderbolt: Increase DP DPRX wait timeout by Mika Westerberg · 4 years, 8 months ago
  21. 7c0ee8f thunderbolt: Report consumed bandwidth in both directions by Mika Westerberg · 4 years, 10 months ago
  22. 9cac51a thunderbolt: Make usb4_switch_map_pcie_down() also return enabled ports by Mika Westerberg · 4 years, 10 months ago
  23. 77cfa40 thunderbolt: Make usb4_switch_map_usb3_down() also return enabled ports by Mika Westerberg · 4 years, 10 months ago
  24. bbcf40b thunderbolt: Do not tunnel USB3 if link is not USB4 by Mika Westerberg · 4 years, 11 months ago
  25. e876f34 thunderbolt: Add DP IN resources for all routers by Mika Westerberg · 4 years, 10 months ago
  26. 54509f5 thunderbolt: Add KUnit tests for path walking by Mika Westerberg · 4 years, 9 months ago
  27. c738a79 thunderbolt: Increase path length in discovery by Mika Westerberg · 4 years, 9 months ago
  28. 75ab3f0 thunderbolt: Handle incomplete PCIe/USB3 paths correctly in discovery by Mika Westerberg · 4 years, 9 months ago
  29. 7e897bb thunderbolt: Check that both ports are reachable when allocating path by Mika Westerberg · 4 years, 8 months ago
  30. c64c3f3 thunderbolt: Make tb_path_alloc() work with tree topologies by Mika Westerberg · 4 years, 9 months ago
  31. 69eb79f thunderbolt: Make tb_next_port_on_path() work with tree topologies by Mika Westerberg · 4 years, 9 months ago
  32. 783735f thunderbolt: Fix path indices used in USB3 tunnel discovery by Mika Westerberg · 4 years, 10 months ago
  33. 53f1331 thunderbolt: Get rid of E2E workaround by Mika Westerberg · 4 years, 7 months ago
  34. 1267642 thunderbolt: NHI can use HopIDs 1-7 by Mika Westerberg · 4 years, 8 months ago
  35. 177aa36 thunderbolt: No need to warn if NHI hop_count != 12 or hop_count != 32 by Mika Westerberg · 4 years, 8 months ago
  36. 8a00c67 thunderbolt: Build initial XDomain property block upon first connect by Mika Westerberg · 4 years, 8 months ago
  37. b7c408a thunderbolt: Improve USB4 config symbol help text by Geert Uytterhoeven · 4 years, 8 months ago
  38. e611c0f Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 8 months ago
  39. 3925c3b Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 4 years, 8 months ago
  40. d19c64b Merge tag 'thunderbolt-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-next by Greg Kroah-Hartman · 4 years, 8 months ago
  41. 4caf251 thunderbolt: Add trivial .shutdown by Maxim Levitsky · 4 years, 8 months ago
  42. 6ae72bf PCI: Unify pcie_find_root_port() and pci_find_pcie_root_port() by Yicong Yang · 4 years, 9 months ago
  43. eb4a6de thunderbolt: Update Kconfig to allow building on other architectures. by David Manouchehri · 4 years, 8 months ago
  44. c3bf993 thunderbolt: Check return value of tb_sw_read() in usb4_switch_op() by Mika Westerberg · 4 years, 10 months ago
  45. 57d8df6 thunderbolt: Add support for Intel Tiger Lake by Mika Westerberg · 6 years ago
  46. cbb5494 Revert "thunderbolt: Prevent crash if non-active NVMem file is read" by Nicholas Johnson · 4 years, 9 months ago
  47. d2e971d Merge 5.6-rc7 into usb-next by Greg Kroah-Hartman · 4 years, 10 months ago
  48. cfe2082 Merge tag 'thunderbolt-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-next by Greg Kroah-Hartman · 4 years, 10 months ago
  49. 3010518 thunderbolt: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 11 months ago
  50. e9d0e75 thunderbolt: Fix error code in tb_port_is_width_supported() by Dan Carpenter · 4 years, 11 months ago
  51. 24e6aea4 Merge 5.6-rc3 into usb-next by Greg Kroah-Hartman · 5 years ago
  52. 21d78d8 thunderbolt: Add missing kernel-doc parameter descriptions by Mika Westerberg · 5 years ago
  53. 3084ea9 thunderbolt: icm: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  54. c2a9fca thunderbolt: eeprom: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  55. 03cd45d2 thunderbolt: Prevent crash if non-active NVMem file is read by Mika Westerberg · 5 years ago
  56. 704a940 thunderbolt: fix memory leak of object sw by Colin Ian King · 5 years ago
  57. c7a7ac8 thunderbolt: Fix xhci check in usb4_switch_setup() by Mika Westerberg · 5 years ago
  58. e6f8185 thunderbolt: Add support for USB 3.x tunnels by Rajmohan Mani · 5 years ago
  59. cf29b9af thunderbolt: Add support for Time Management Unit by Rajmohan Mani · 5 years ago
  60. aa43a9d thunderbolt: Make tb_switch_find_cap() available to other files by Rajmohan Mani · 5 years ago
  61. 690ac0d thunderbolt: Update Kconfig entries to USB4 by Mika Westerberg · 5 years ago
  62. b040798 thunderbolt: Add initial support for USB4 by Mika Westerberg · 5 years ago
  63. 210e9f5 thunderbolt: Populate PG field in hot plug acknowledgment packet by Mika Westerberg · 5 years ago
  64. 4deb200 thunderbolt: Call tb_eeprom_get_drom_offset() from tb_eeprom_read_n() by Mika Westerberg · 5 years ago
  65. 386e5e2 thunderbolt: Make tb_find_port() available to other files by Mika Westerberg · 5 years ago
  66. 7a7ebfa thunderbolt: Power cycle the router if NVM authentication fails by Mika Westerberg · 5 years ago
  67. 354a7a7 thunderbolt: Do not start firmware unless asked by the user by Mika Westerberg · 6 years ago
  68. a11b88a thunderbolt: Add bandwidth management for Display Port tunnels by Mika Westerberg · 6 years ago
  69. 8afe909 thunderbolt: Add Display Port adapter pairing and resource management by Mika Westerberg · 6 years ago
  70. de718ac thunderbolt: Add Display Port CM handshake for Titan Ridge devices by Mika Westerberg · 6 years ago
  71. 7bffd97e thunderbolt: Add downstream PCIe port mappings for Alpine and Titan Ridge by Mika Westerberg · 6 years ago
  72. 17a8f81 thunderbolt: Expand controller name in tb_switch_is_xy() by Mika Westerberg · 5 years ago
  73. 0d46c08 thunderbolt: Add default linking between lane adapters if not provided by DROM by Mika Westerberg · 5 years ago
  74. 91c0c12 thunderbolt: Add support for lane bonding by Mika Westerberg · 6 years ago
  75. b5db76d thunderbolt: Refactor add_switch() into two functions by Mika Westerberg · 5 years ago
  76. b433d01 thunderbolt: Add helper macro to iterate over switch ports by Mika Westerberg · 5 years ago
  77. 826c6a1 thunderbolt: Make tb_sw_write() take const parameter by Mika Westerberg · 6 years ago
  78. 9817638 thunderbolt: Convert DP adapter register names to follow the USB4 spec by Mika Westerberg · 5 years ago
  79. 778bfca thunderbolt: Convert PCIe adapter register names to follow the USB4 spec by Mika Westerberg · 5 years ago
  80. 8f57d47 thunderbolt: Convert basic adapter register names to follow the USB4 spec by Mika Westerberg · 5 years ago
  81. af99f69 thunderbolt: Log error if adding switch fails by Mika Westerberg · 5 years ago
  82. 68b9129 thunderbolt: Log switch route string on config read/write timeout by Mika Westerberg · 6 years ago
  83. f07a360 thunderbolt: Introduce tb_switch_is_icm() by Mika Westerberg · 6 years ago
  84. 1c9c5bc Merge branch 'thunderbolt/fixes' into thunderbolt/next by Mika Westerberg · 5 years ago
  85. b406357 thunderbolt: Add 'generation' attribute for devices by Christian Kellner · 5 years ago
  86. 747125d thunderbolt: Drop unnecessary read when writing LC command in Ice Lake by Mika Westerberg · 5 years ago
  87. 6f67097 thunderbolt: Fix lockdep circular locking depedency warning by Mika Westerberg · 5 years ago
  88. fd5c46b thunderbolt: Read DP IN adapter first two dwords in one go by Mika Westerberg · 5 years ago
  89. 3cdb944 thunderbolt: Add support for Intel Ice Lake by Mika Westerberg · 7 years ago
  90. 3f415e5 thunderbolt: Expose active parts of NVM even if upgrade is not supported by Mika Westerberg · 6 years ago
  91. 58f414f thunderbolt: Hide switch attributes that are not set by Mika Westerberg · 6 years ago
  92. d94dcbb thunderbolt: Do not fail adding switch if some port is not implemented by Mika Westerberg · 7 years ago
  93. 9437952 thunderbolt: Use 32-bit writes when writing ring producer/consumer by Mika Westerberg · 7 years ago
  94. f437c24 thunderbolt: Move NVM upgrade support flag to struct icm by Mika Westerberg · 7 years ago
  95. ce19f91 thunderbolt: Correct path indices for PCIe tunnel by Mika Westerberg · 6 years ago
  96. 04f7745 thunderbolt: Show key using %*pE not %*pEp by J. Bruce Fields · 5 years ago
  97. 100c12f thunderbolt: Switch to use device_property_count_uXX() by Andy Shevchenko · 5 years ago
  98. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  99. 418e3ea bus_find_device: Unify the match callback with class_find_device by Suzuki K Poulose · 6 years ago
  100. 0d53827 thunderbolt: Implement CIO reset correctly for Titan Ridge by Mika Westerberg · 6 years ago