Age | Commit message (Expand) | Author |
2020-09-01 | Merge tag 'thunderbolt-for-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman |
2020-08-25 | thunderbolt: Use maximum USB3 link rate when reclaiming if link is not up | Mika Westerberg |
2020-08-25 | thunderbolt: Disable ports that are not implemented | Nikunj A. Dadhania |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-09 | thunderbolt: merge fix for kunix_resource changes | Stephen Rothwell |
2020-07-02 | thunderbolt: Fix old style declaration warning | Wei Yongjun |
2020-07-01 | thunderbolt: Add support for authenticate on disconnect | Mario Limonciello |
2020-07-01 | thunderbolt: Add support for separating the flush to SPI and authenticate | Mario Limonciello |
2020-07-01 | thunderbolt: Ensure left shift of 512 does not overflow a 32 bit int | Colin Ian King |
2020-06-22 | thunderbolt: Add support for on-board retimers | Kranthi Kuntala |
2020-06-22 | thunderbolt: Implement USB4 port sideband operations for retimer access | Rajmohan Mani |
2020-06-22 | thunderbolt: Retry USB4 block read operation | Mika Westerberg |
2020-06-22 | thunderbolt: Generalize usb4_switch_do_[read|write]_data() | Mika Westerberg |
2020-06-22 | thunderbolt: Split common NVM functionality into a separate file | Mika Westerberg |
2020-06-22 | thunderbolt: Add Intel USB-IF ID to the NVM upgrade supported list | Mika Westerberg |
2020-06-22 | thunderbolt: Add KUnit tests for tunneling | Mika Westerberg |
2020-06-22 | thunderbolt: Add USB3 bandwidth management | Mika Westerberg |
2020-06-22 | thunderbolt: Make tb_port_get_link_speed() available to other files | Mika Westerberg |
2020-06-22 | thunderbolt: Implement USB3 bandwidth negotiation routines | Mika Westerberg |
2020-06-22 | thunderbolt: Increase DP DPRX wait timeout | Mika Westerberg |
2020-06-22 | thunderbolt: Report consumed bandwidth in both directions | Mika Westerberg |
2020-06-22 | thunderbolt: Make usb4_switch_map_pcie_down() also return enabled ports | Mika Westerberg |
2020-06-22 | thunderbolt: Make usb4_switch_map_usb3_down() also return enabled ports | Mika Westerberg |
2020-06-22 | thunderbolt: Do not tunnel USB3 if link is not USB4 | Mika Westerberg |
2020-06-22 | thunderbolt: Add DP IN resources for all routers | Mika Westerberg |
2020-06-22 | thunderbolt: Add KUnit tests for path walking | Mika Westerberg |
2020-06-22 | thunderbolt: Increase path length in discovery | Mika Westerberg |
2020-06-22 | thunderbolt: Handle incomplete PCIe/USB3 paths correctly in discovery | Mika Westerberg |
2020-06-22 | thunderbolt: Check that both ports are reachable when allocating path | Mika Westerberg |
2020-06-22 | thunderbolt: Make tb_path_alloc() work with tree topologies | Mika Westerberg |
2020-06-22 | thunderbolt: Make tb_next_port_on_path() work with tree topologies | Mika Westerberg |
2020-06-22 | thunderbolt: Fix path indices used in USB3 tunnel discovery | Mika Westerberg |
2020-06-22 | thunderbolt: Get rid of E2E workaround | Mika Westerberg |
2020-06-22 | thunderbolt: NHI can use HopIDs 1-7 | Mika Westerberg |
2020-06-22 | thunderbolt: No need to warn if NHI hop_count != 12 or hop_count != 32 | Mika Westerberg |
2020-06-22 | thunderbolt: Build initial XDomain property block upon first connect | Mika Westerberg |
2020-06-15 | thunderbolt: Improve USB4 config symbol help text | Geert Uytterhoeven |
2020-06-07 | Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2020-06-06 | Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-05-26 | Merge tag 'thunderbolt-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel... | Greg Kroah-Hartman |
2020-05-25 | thunderbolt: Add trivial .shutdown | Maxim Levitsky |
2020-05-14 | PCI: Unify pcie_find_root_port() and pci_find_pcie_root_port() | Yicong Yang |
2020-05-13 | thunderbolt: Update Kconfig to allow building on other architectures. | David Manouchehri |
2020-04-28 | thunderbolt: Check return value of tb_sw_read() in usb4_switch_op() | Mika Westerberg |
2020-04-23 | thunderbolt: Add support for Intel Tiger Lake | Mika Westerberg |
2020-04-16 | Revert "thunderbolt: Prevent crash if non-active NVMem file is read" | Nicholas Johnson |
2020-03-23 | Merge 5.6-rc7 into usb-next | Greg Kroah-Hartman |
2020-03-17 | Merge tag 'thunderbolt-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel... | Greg Kroah-Hartman |
2020-03-12 | thunderbolt: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai |
2020-03-04 | thunderbolt: Fix error code in tb_port_is_width_supported() | Dan Carpenter |