Age | Commit message (Expand) | Author | Files | Lines |
2021-12-28 | thunderbolt: Add module parameter for CLx disabling | Gil Fine | 1 | -0/+11 |
2021-12-28 | thunderbolt: Enable CL0s for Intel Titan Ridge | Gil Fine | 6 | -38/+324 |
2021-12-22 | thunderbolt: Rename Intel TB_VSE_CAP_IECS capability | Gil Fine | 1 | -1/+1 |
2021-12-22 | thunderbolt: Implement TMU time disruption for Intel Titan Ridge | Gil Fine | 4 | -7/+23 |
2021-12-22 | thunderbolt: Move usb4_switch_wait_for_bit() to switch.c | Gil Fine | 3 | -27/+41 |
2021-12-22 | thunderbolt: Add CL0s support for USB4 routers | Gil Fine | 5 | -1/+348 |
2021-12-22 | thunderbolt: Add TMU uni-directional mode | Gil Fine | 4 | -52/+264 |
2021-12-15 | thunderbolt: Check return value of kmemdup() in icm_handle_event() | Xiaoke Wang | 1 | -1/+6 |
2021-12-08 | thunderbolt: Do not dereference fwnode in struct device | Andy Shevchenko | 1 | -1/+1 |
2021-12-07 | thunderbolt: Add debug logging of DisplayPort resource allocation | Mika Westerberg | 1 | -2/+15 |
2021-12-07 | thunderbolt: Do not program path HopIDs for USB4 routers | Mika Westerberg | 1 | -1/+6 |
2021-12-07 | thunderbolt: Do not allow subtracting more NFC credits than configured | Mika Westerberg | 1 | -0/+3 |
2021-12-07 | thunderbolt: Runtime resume USB4 port when retimers are scanned | Mika Westerberg | 1 | -10/+18 |
2021-12-07 | thunderbolt: Tear down existing tunnels when resuming from hibernate | Mika Westerberg | 5 | -47/+104 |
2021-12-07 | thunderbolt: Runtime PM activate both ends of the device link | Mika Westerberg | 1 | -0/+13 |
2021-12-07 | thunderbolt: xdomain: Avoid potential stack OOB read | Kees Cook | 2 | -27/+36 |
2021-10-25 | Merge tag 'thunderbolt-for-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/k... | Greg Kroah-Hartman | 2 | -2/+2 |
2021-10-07 | thunderbolt: build kunit tests without structleak plugin | Brendan Higgins | 1 | -0/+1 |
2021-09-28 | thunderbolt: Fix -Wrestrict warning | Arnd Bergmann | 1 | -1/+1 |
2021-09-27 | thunderbolt: Enable retry logic for intra-domain control packets | Sanjay R Mehta | 1 | -1/+1 |
2021-09-06 | thunderbolt: test: split up test cases in tb_test_credit_alloc_all | Linus Torvalds | 1 | -17/+81 |
2021-09-01 | Merge tag 'usb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -17/+57 |
2021-08-24 | Merge tag 'thunderbolt-for-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/k... | Greg Kroah-Hartman | 2 | -17/+57 |
2021-08-09 | thunderbolt: Fix port linking by checking all adapters | Sanjay R Mehta | 1 | -1/+1 |
2021-08-09 | thunderbolt: Do not read control adapter config space | Sanjay R Mehta | 1 | -5/+8 |
2021-08-09 | thunderbolt: Handle ring interrupt by reading interrupt status register | Sanjay R Mehta | 1 | -0/+13 |
2021-08-09 | thunderbolt: Add vendor specific NHI quirk for auto-clearing interrupt status | Sanjay R Mehta | 1 | -8/+25 |
2021-08-09 | Merge 5.14-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -14/+1 |
2021-08-02 | thunderbolt: Add authorized value to the KOBJ_CHANGE uevent | Rajat Jain | 1 | -3/+10 |
2021-07-27 | Revert "thunderbolt: Hide authorized attribute if router does not support PCI... | Mika Westerberg | 1 | -14/+1 |
2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
2021-07-06 | Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 24 | -439/+2384 |
2021-07-02 | Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/... | Linus Torvalds | 1 | -43/+43 |
2021-06-25 | thunderbolt: test: Reinstate a few casts of bitfields | David Gow | 1 | -22/+44 |
2021-06-24 | thunderbolt: test: Remove some casts which are no longer required | David Gow | 1 | -87/+65 |
2021-06-15 | thunderbolt: Fix DROM handling for USB4 DROM | Gil Fine | 1 | -8/+11 |
2021-06-11 | thunderbolt: Add support for Intel Alder Lake | Azhar Shaikh | 3 | -0/+8 |
2021-06-11 | thunderbolt: No need to include <linux/acpi.h> in usb4_port.c | Mika Westerberg | 1 | -1/+0 |
2021-06-11 | thunderbolt: Poll 10ms for REG_FW_STS_NVM_AUTH_DONE to be set | Gil Fine | 1 | -7/+11 |
2021-06-11 | thunderbolt: Add device links only when software connection manager is used | Mika Westerberg | 2 | -67/+67 |
2021-06-11 | thunderbolt: Bond lanes only when dual_link_port != NULL in alloc_dev_default() | Mika Westerberg | 1 | -11/+11 |
2021-06-01 | thunderbolt: Check for NVM authentication status after the operation started | Mika Westerberg | 1 | -1/+19 |
2021-06-01 | thunderbolt: Add WRITE_ONLY and AUTHENTICATE_ONLY NVM operations for retimers | Rajmohan Mani | 3 | -16/+52 |
2021-06-01 | thunderbolt: Allow router NVM authenticate separately | Mika Westerberg | 3 | -20/+45 |
2021-06-01 | thunderbolt: Move nvm_write_ops to tb.h | Rajmohan Mani | 2 | -5/+5 |
2021-06-01 | thunderbolt: Add support for retimer NVM upgrade when there is no link | Rajmohan Mani | 5 | -28/+222 |
2021-06-01 | thunderbolt: Add additional USB4 port operations for retimer access | Rajmohan Mani | 3 | -0/+74 |
2021-06-01 | thunderbolt: Add support for ACPI _DSM to power on/off retimers | Rajmohan Mani | 3 | -3/+225 |
2021-06-01 | thunderbolt: Add USB4 port devices | Mika Westerberg | 6 | -8/+222 |
2021-06-01 | thunderbolt: Log the link as TBT instead of TBT3 | Mika Westerberg | 1 | -1/+1 |