- 0e5cb87 thunderbolt: Fix possible NULL pointer dereference in tb_acpi_add_link() by Mario Limonciello · 4 years, 2 months ago
- 600c084 thunderbolt: Fix use-after-free in remove_unplugged_switch() by Mika Westerberg · 4 years, 1 month ago
- f6439c5 thunderbolt: Add support for Intel Tiger Lake-H by Mika Westerberg · 4 years, 9 months ago
- f8fa2c2 thunderbolt: Only configure USB4 wake for lane 0 adapters by Mika Westerberg · 4 years, 3 months ago
- 7745512 thunderbolt: Add uaccess dependency to debugfs interface by Casey Bowman · 4 years, 3 months ago
- a663e0d thunderbolt: Fix memory leak if ida_simple_get() fails in enumerate_services() by Mika Westerberg · 4 years, 3 months ago
- 7342ca3 thunderbolt: Add the missed ida_simple_remove() in ring_request_msix() by Jing Xiangfeng · 4 years, 3 months ago
- 59ee364 Merge tag 'thunderbolt-for-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-next by Greg Kroah-Hartman · 4 years, 3 months ago
- 810278d thunderbolt: Capitalize comment on top of QUIRK_FORCE_POWER_LINK_CONTROLLER by Mika Westerberg · 4 years, 4 months ago
- 9c8cac6 thunderbolt: Correct tb_check_quirks() kernel-doc by Mika Westerberg · 4 years, 4 months ago
- 22255be thunderbolt: Log correct zeroX entries in decode_error() by Mika Westerberg · 5 years ago
- 80e7c5d thunderbolt: Handle ERR_LOCK notification by Mika Westerberg · 5 years ago
- 8eabfca thunderbolt: Use "if USB4" instead of "depends on" in Kconfig by Mika Westerberg · 4 years, 4 months ago
- 2c6ea4e thunderbolt: Allow KUnit tests to be built also when CONFIG_USB4=m by Mika Westerberg · 4 years, 4 months ago
- 884e4d5 thunderbolt: Only stop control channel when entering freeze by Mika Westerberg · 4 years, 4 months ago
- bf638d7 Merge tag 'thunderbolt-for-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus by Greg Kroah-Hartman · 4 years, 4 months ago
- 77e4907f thunderbolt: debugfs: Fix uninitialized return in counters_write() by Dan Carpenter · 4 years, 4 months ago
- f022ff7b thunderbolt: Retry DROM read once if parsing fails by Mika Westerberg · 4 years, 4 months ago
- 54e4181 thunderbolt: Add debugfs interface by Gil Fine · 4 years, 6 months ago
- fa1653d thunderbolt: No need to warn in TB_CFG_ERROR_INVALID_CONFIG_SPACE by Mika Westerberg · 4 years, 6 months ago
- 0637e3d thunderbolt: Introduce tb_switch_is_tiger_lake() by Gil Fine · 4 years, 5 months ago
- 8c3b15a thunderbolt: Introduce tb_switch_is_ice_lake() by Mika Westerberg · 4 years, 4 months ago
- 35ee69e thunderbolt: Check for Intel vendor ID when identifying controller by Mika Westerberg · 4 years, 5 months ago
- a3cfebd thunderbolt: Introduce tb_port_is_nhi() by Mika Westerberg · 4 years, 5 months ago
- 6de057e thunderbolt: Introduce tb_switch_next_cap() by Mika Westerberg · 4 years, 6 months ago
- 3c8b228 thunderbolt: Introduce tb_port_next_cap() by Mika Westerberg · 4 years, 6 months ago
- 8f83101 thunderbolt: Move struct tb_cap_any to tb_regs.h by Mika Westerberg · 4 years, 6 months ago
- 6ac6fae thunderbolt: Add runtime PM for Software CM by Mika Westerberg · 4 years, 7 months ago
- b2be2b0 thunderbolt: Create device links from ACPI description by Mika Westerberg · 6 years ago
- 2b9941e PCI / thunderbolt: Switch to use device links instead of PCI quirk by Mika Westerberg · 4 years, 7 months ago
- b2911a5 thunderbolt: Enable wakes from system suspend by Mika Westerberg · 5 years ago
- 341d451 thunderbolt: Disable lane 1 for XDomain connection by Mika Westerberg · 4 years, 10 months ago
- 284652a thunderbolt: Configure port for XDomain by Mika Westerberg · 4 years, 9 months ago
- e28178b thunderbolt: Set port configured for both ends of the link by Mika Westerberg · 4 years, 9 months ago
- de46203 thunderbolt: Configure link after lane bonding is enabled by Mika Westerberg · 4 years, 9 months ago
- 5cb6ed31 thunderbolt: Do not change default USB4 router notification timeout by Mika Westerberg · 4 years, 9 months ago
- 8145c43 thunderbolt: Initialize TMU again on resume by Mika Westerberg · 4 years, 9 months ago
- 81a2e3e thunderbolt: Tear down DP tunnels when suspending by Mika Westerberg · 4 years, 8 months ago
- 356b6c4 thunderbolt: Send reset only to first generation routers by Mika Westerberg · 5 years ago
- 2ca3263 thunderbolt: No need to log an error if tb_switch_lane_bonding_enable() fails by Mika Westerberg · 4 years, 9 months ago
- edfbd68 thunderbolt: Do not program NFC buffers for USB4 router protocol adapters by Mika Westerberg · 4 years, 4 months ago
- 49f2a7f thunderbolt: Use bit 31 to check if Firmware CM is running in Tiger Lake by Mika Westerberg · 4 years, 7 months ago
- 59ed8dc thunderbolt: Software CM only should set force power in Tiger Lake by Mika Westerberg · 4 years, 5 months ago
- 6651c91 thunderbolt: Optimize NHI LC mailbox command processing by Rajmohan Mani · 4 years, 4 months ago
- dc4c4bf thunderbolt: Optimize Force Power logic by Rajmohan Mani · 4 years, 4 months ago
- fff15f2 thunderbolt: Use kobj_to_dev() instead of container_of() by Tian Tao · 4 years, 4 months ago
- 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, 4 months ago
- 813050e thunderbolt: Use maximum USB3 link rate when reclaiming if link is not up by Mika Westerberg · 4 years, 6 months ago
- 8824d19 thunderbolt: Disable ports that are not implemented by Nikunj A. Dadhania · 4 years, 5 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 71fa1a4 thunderbolt: merge fix for kunix_resource changes by Stephen Rothwell · 4 years, 6 months ago
- ef7e120 thunderbolt: Fix old style declaration warning by Wei Yongjun · 4 years, 6 months ago
- 1cb3629 thunderbolt: Add support for authenticate on disconnect by Mario Limonciello · 4 years, 6 months ago
- 4b794f8 thunderbolt: Add support for separating the flush to SPI and authenticate by Mario Limonciello · 4 years, 6 months ago
- 4c767ce thunderbolt: Ensure left shift of 512 does not overflow a 32 bit int by Colin Ian King · 4 years, 6 months ago
- dacb128 thunderbolt: Add support for on-board retimers by Kranthi Kuntala · 4 years, 10 months ago
- 02d1285 thunderbolt: Implement USB4 port sideband operations for retimer access by Rajmohan Mani · 4 years, 10 months ago
- 6bfe334 thunderbolt: Retry USB4 block read operation by Mika Westerberg · 4 years, 11 months ago
- 7e72846 thunderbolt: Generalize usb4_switch_do_[read|write]_data() by Mika Westerberg · 4 years, 11 months ago
- 719a5fe thunderbolt: Split common NVM functionality into a separate file by Mika Westerberg · 4 years, 10 months ago
- 83d1703 thunderbolt: Add Intel USB-IF ID to the NVM upgrade supported list by Mika Westerberg · 4 years, 8 months ago
- 40c14d9 thunderbolt: Add KUnit tests for tunneling by Mika Westerberg · 4 years, 8 months ago
- 0bd680c thunderbolt: Add USB3 bandwidth management by Mika Westerberg · 4 years, 9 months ago
- 5b7b8c0 thunderbolt: Make tb_port_get_link_speed() available to other files by Mika Westerberg · 4 years, 8 months ago
- 3b1d8d5 thunderbolt: Implement USB3 bandwidth negotiation routines by Mika Westerberg · 4 years, 10 months ago
- acf815b thunderbolt: Increase DP DPRX wait timeout by Mika Westerberg · 4 years, 8 months ago
- 7c0ee8f thunderbolt: Report consumed bandwidth in both directions by Mika Westerberg · 4 years, 9 months ago
- 9cac51a thunderbolt: Make usb4_switch_map_pcie_down() also return enabled ports by Mika Westerberg · 4 years, 10 months ago
- 77cfa40 thunderbolt: Make usb4_switch_map_usb3_down() also return enabled ports by Mika Westerberg · 4 years, 10 months ago
- bbcf40b thunderbolt: Do not tunnel USB3 if link is not USB4 by Mika Westerberg · 4 years, 10 months ago
- e876f34 thunderbolt: Add DP IN resources for all routers by Mika Westerberg · 4 years, 9 months ago
- 54509f5 thunderbolt: Add KUnit tests for path walking by Mika Westerberg · 4 years, 8 months ago
- c738a79 thunderbolt: Increase path length in discovery by Mika Westerberg · 4 years, 8 months ago
- 75ab3f0 thunderbolt: Handle incomplete PCIe/USB3 paths correctly in discovery by Mika Westerberg · 4 years, 8 months ago
- 7e897bb thunderbolt: Check that both ports are reachable when allocating path by Mika Westerberg · 4 years, 8 months ago
- c64c3f3 thunderbolt: Make tb_path_alloc() work with tree topologies by Mika Westerberg · 4 years, 8 months ago
- 69eb79f thunderbolt: Make tb_next_port_on_path() work with tree topologies by Mika Westerberg · 4 years, 8 months ago
- 783735f thunderbolt: Fix path indices used in USB3 tunnel discovery by Mika Westerberg · 4 years, 9 months ago
- 53f1331 thunderbolt: Get rid of E2E workaround by Mika Westerberg · 4 years, 7 months ago
- 1267642 thunderbolt: NHI can use HopIDs 1-7 by Mika Westerberg · 4 years, 7 months ago
- 177aa36 thunderbolt: No need to warn if NHI hop_count != 12 or hop_count != 32 by Mika Westerberg · 4 years, 7 months ago
- 8a00c67 thunderbolt: Build initial XDomain property block upon first connect by Mika Westerberg · 4 years, 7 months ago
- b7c408a thunderbolt: Improve USB4 config symbol help text by Geert Uytterhoeven · 4 years, 7 months ago
- e611c0f Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 7 months ago
- 3925c3b Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 4 years, 7 months ago
- 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, 7 months ago
- 4caf251 thunderbolt: Add trivial .shutdown by Maxim Levitsky · 4 years, 7 months ago
- 6ae72bf PCI: Unify pcie_find_root_port() and pci_find_pcie_root_port() by Yicong Yang · 4 years, 8 months ago
- eb4a6de thunderbolt: Update Kconfig to allow building on other architectures. by David Manouchehri · 4 years, 8 months ago
- c3bf993 thunderbolt: Check return value of tb_sw_read() in usb4_switch_op() by Mika Westerberg · 4 years, 9 months ago
- 57d8df6 thunderbolt: Add support for Intel Tiger Lake by Mika Westerberg · 6 years ago
- cbb5494 Revert "thunderbolt: Prevent crash if non-active NVMem file is read" by Nicholas Johnson · 4 years, 9 months ago
- d2e971d Merge 5.6-rc7 into usb-next by Greg Kroah-Hartman · 4 years, 9 months ago
- 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
- 3010518 thunderbolt: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 10 months ago
- e9d0e75 thunderbolt: Fix error code in tb_port_is_width_supported() by Dan Carpenter · 4 years, 10 months ago
- 24e6aea4 Merge 5.6-rc3 into usb-next by Greg Kroah-Hartman · 4 years, 10 months ago
- 21d78d8 thunderbolt: Add missing kernel-doc parameter descriptions by Mika Westerberg · 4 years, 11 months ago
- 3084ea9 thunderbolt: icm: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
- c2a9fca thunderbolt: eeprom: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago