Age | Commit message (Expand) | Author |
2022-08-02 | Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds |
2022-07-11 | thunderbolt: test: Use kunit_test_suite() macro | David Gow |
2022-06-20 | thunderbolt: ACPI: Replace tb_acpi_find_port() with acpi_find_child_by_adr() | Rafael J. Wysocki |
2022-06-03 | Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2022-05-31 | Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-05-12 | thunderbolt: Add KUnit test for devices with no DisplayPort adapters | Gil Fine |
2022-05-12 | thunderbolt: Fix buffer allocation of devices with no DisplayPort adapters | Gil Fine |
2022-05-05 | thunderbolt: Add support for XDomain lane bonding | Mika Westerberg |
2022-05-05 | thunderbolt: Ignore port locked error in tb_port_wait_for_link_width() | Mika Westerberg |
2022-05-05 | thunderbolt: Split setting link width and lane bonding into own functions | Mika Westerberg |
2022-05-05 | thunderbolt: Move tb_port_state() prototype to correct place | Mika Westerberg |
2022-05-05 | thunderbolt: Add debug logging when lane is enabled/disabled | Mika Westerberg |
2022-04-29 | thunderbolt: Link USB4 ports to their USB Type-C connectors | Heikki Krogerus |
2022-04-28 | thunderbolt: Make iommu_dma_protection more accurate | Robin Murphy |
2022-04-19 | thunderbolt: Use different lane for second DisplayPort tunnel | Mika Westerberg |
2022-04-19 | thunderbolt: Dump path config space entries during discovery | Mika Westerberg |
2022-04-19 | thunderbolt: Use decimal number with port numbers | Mika Westerberg |
2022-04-19 | thunderbolt: Fix typo in comment | Mika Westerberg |
2022-04-04 | thunderbolt: test: use NULL macros | Ricardo Ribalda |
2022-04-04 | thunderbolt: Replace usage of found with dedicated list iterator variable | Jakob Koschel |
2022-03-28 | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-03-04 | thunderbolt: Rename EEPROM handling bits to match USB4 spec | Mario Limonciello |
2022-03-04 | thunderbolt: Clarify register definitions for `tb_cap_plug_events` | Mario Limonciello |
2022-03-04 | thunderbolt: Do not make DROM read success compulsory | Mario Limonciello |
2022-03-04 | thunderbolt: Do not resume routers if UID is not set | Mario Limonciello |
2022-03-04 | thunderbolt: Retry DROM reads for more failure scenarios | Mario Limonciello |
2022-02-21 | thunderbolt: Drop duplicate NULL checks around nvmem_unregister() | Andy Shevchenko |
2022-02-02 | thunderbolt: Replace acpi_bus_get_device() | Rafael J. Wysocki |
2022-02-02 | thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devices | Mika Westerberg |
2022-02-02 | thunderbolt: Add missing device ID to tb_switch_is_alpine_ridge() | Mika Westerberg |
2022-02-02 | thunderbolt: Disable LTTPR on Intel Titan Ridge | Mika Westerberg |
2022-01-24 | thunderbolt: Remove useless DMA-32 fallback configuration | Christophe JAILLET |
2021-12-28 | thunderbolt: Add module parameter for CLx disabling | Gil Fine |
2021-12-28 | thunderbolt: Enable CL0s for Intel Titan Ridge | Gil Fine |
2021-12-22 | thunderbolt: Rename Intel TB_VSE_CAP_IECS capability | Gil Fine |
2021-12-22 | thunderbolt: Implement TMU time disruption for Intel Titan Ridge | Gil Fine |
2021-12-22 | thunderbolt: Move usb4_switch_wait_for_bit() to switch.c | Gil Fine |
2021-12-22 | thunderbolt: Add CL0s support for USB4 routers | Gil Fine |
2021-12-22 | thunderbolt: Add TMU uni-directional mode | Gil Fine |
2021-12-15 | thunderbolt: Check return value of kmemdup() in icm_handle_event() | Xiaoke Wang |
2021-12-08 | thunderbolt: Do not dereference fwnode in struct device | Andy Shevchenko |
2021-12-07 | thunderbolt: Add debug logging of DisplayPort resource allocation | Mika Westerberg |
2021-12-07 | thunderbolt: Do not program path HopIDs for USB4 routers | Mika Westerberg |
2021-12-07 | thunderbolt: Do not allow subtracting more NFC credits than configured | Mika Westerberg |
2021-12-07 | thunderbolt: Runtime resume USB4 port when retimers are scanned | Mika Westerberg |
2021-12-07 | thunderbolt: Tear down existing tunnels when resuming from hibernate | Mika Westerberg |
2021-12-07 | thunderbolt: Runtime PM activate both ends of the device link | Mika Westerberg |
2021-12-07 | thunderbolt: xdomain: Avoid potential stack OOB read | Kees Cook |
2021-10-25 | Merge tag 'thunderbolt-for-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/k... | Greg Kroah-Hartman |
2021-10-06 | thunderbolt: build kunit tests without structleak plugin | Brendan Higgins |