index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thunderbolt
/
xdomain.c
Age
Commit message (
Expand
)
Author
2026-06-25
thunderbolt: xdomain: Notify peers after enumeration
Milo Chen
2026-06-23
thunderbolt: Assert that a service driver has a probe callback
Uwe Kleine-König (The Capable Hub)
2026-06-22
Merge tag 'usb-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2026-05-28
thunderbolt: Prevent XDomain delayed work use-after-free on disconnect
Michael Bommarito
2026-05-26
thunderbolt: Limit XDomain response copy to actual frame size
Michael Bommarito
2026-05-26
thunderbolt: Validate XDomain request packet size before type cast
Michael Bommarito
2026-05-26
thunderbolt: Clamp XDomain response data copy to allocation size
Michael Bommarito
2026-05-19
thunderbolt: Allow service drivers to specify their own properties
Mika Westerberg
2026-05-05
thunderbolt: Don't create multiple DMA tunnels on firmware connection manager
Alan Borzeszkowski
2026-05-05
thunderbolt: Remove XDomain from the bus without holding tb->lock
Mika Westerberg
2026-05-05
thunderbolt: Remove service debugfs entries during unregister
Mika Westerberg
2026-05-05
thunderbolt: Keep XDomain reference during the lifetime of a service
Mika Westerberg
2026-05-05
thunderbolt: Set tb->root_switch to NULL when domain is stopped
Mika Westerberg
2026-05-05
thunderbolt: Release request if tb_cfg_request() fails in __tb_xdomain_respon...
Mika Westerberg
2026-05-05
thunderbolt: Make XDomain lane bonding comply with the USB4 v2 spec
Mika Westerberg
2026-05-05
thunderbolt: Don't disable lane adapter if XDomain lane bonding isn't possible
Mika Westerberg
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-11-17
thunderbolt: Fix typos in xdomain.c
Alan Borzeszkowski
2025-09-17
thunderbolt: Update xdomain.c function documentation
Alan Borzeszkowski
2025-08-13
thunderbolt: Use Linux Foundation IDs for XDomain discovery
Mika Westerberg
2025-01-03
driver core: Constify API device_find_child() and adapt for various usages
Zijun Hu
2024-04-19
thunderbolt: Use correct error code with ERROR_NOT_SUPPORTED
Mika Westerberg
2024-02-26
thunderbolt: Constify the struct device_type usage
Ricardo B. Marliere
2024-01-23
thunderbolt: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2024-01-22
thunderbolt: Fix XDomain rx_lanes_show and tx_lanes_show
Mohammad Rahimi
2023-12-14
thunderbolt: Log XDomain link speed and width
Gil Fine
2023-12-14
thunderbolt: Handle lane bonding of Gen 4 XDomain links properly
Gil Fine
2023-09-15
thunderbolt: Restart XDomain discovery handshake after failure
Mika Westerberg
2023-06-16
thunderbolt: Add support for USB4 v2 80 Gb/s link
Gil Fine
2023-06-09
thunderbolt: Introduce tb_xdomain_downstream_port()
Mika Westerberg
2023-03-29
thunderbolt: Get rid of redundant 'else'
Andy Shevchenko
2023-01-27
driver core: make struct device_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-09
thunderbolt: Disable XDomain lane 1 only in software connection manager
Mika Westerberg
2022-10-23
thunderbolt: Remove redundant assignment to variable len
Colin Ian King
2022-10-23
thunderbolt: Use str_enabled_disabled() helper
Andy Shevchenko
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-09-24
thunderbolt: Convert to use sysfs_emit()/sysfs_emit_at() APIs
Andy Shevchenko
2022-09-05
thunderbolt: Add support for receiver lane margining
Mika Westerberg
2022-09-05
thunderbolt: Move tb_xdomain_parent() to tb.h
Mika Westerberg
2022-05-05
thunderbolt: Add support for XDomain lane bonding
Mika Westerberg
2021-12-07
thunderbolt: xdomain: Avoid potential stack OOB read
Kees Cook
2021-09-28
thunderbolt: Fix -Wrestrict warning
Arnd Bergmann
2021-06-01
thunderbolt: Update port credits after bonding is enabled/disabled
Mika Westerberg
2021-06-01
thunderbolt: Wait for the lanes to actually bond
Mika Westerberg
2021-03-18
thunderbolt: Allow multiple DMA tunnels over a single XDomain connection
Mika Westerberg
2021-03-18
thunderbolt: Add support for maxhopid XDomain property
Mika Westerberg
2021-03-18
thunderbolt: Align XDomain protocol timeouts with the spec
Mika Westerberg
2021-03-18
thunderbolt: Use pseudo-random number as initial property block generation
Mika Westerberg
2021-03-18
thunderbolt: Do not re-establish XDomain DMA paths automatically
Mika Westerberg
[next]