开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thunderbolt
/
switch.c
Age
Commit message (
Expand
)
Author
12 days
thunderbolt: Assert downstream port reset on shutdown
Basavaraj Natikar
2026-05-21
thunderbolt: Require nhi->ops be valid
Konrad Dybcio
2026-05-21
thunderbolt: Separate out common NHI bits
Konrad Dybcio
2026-05-21
thunderbolt: Move pci_device out of tb_nhi
Konrad Dybcio
2026-05-20
thunderbolt: Increase Notification Timeout to 255 ms for USB4 routers
Gil Fine
2026-05-20
thunderbolt: Fix lane bonding log when bonding not possible
Gil Fine
2026-05-20
thunderbolt: Don't access path config space on Lane 1 adapters in tb_switch_r...
Pooja Katiyar
2026-05-05
thunderbolt: Remove XDomain from the bus without holding tb->lock
Mika Westerberg
2026-03-02
thunderbolt: Read router NVM version before applying quirks
Rene Sapiens
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
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
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
2025-11-17
thunderbolt: Fix typos in switch.c
Alan Borzeszkowski
2025-09-17
thunderbolt: Update switch.c function documentation
Alan Borzeszkowski
2025-07-21
Merge tag 'v6.16-rc7' into usb-next
Greg Kroah-Hartman
2025-06-23
thunderbolt: Fix typos in documentation comments
Alok Tiwari
2025-06-23
thunderbolt: Fix bit masking in tb_dp_port_set_hops()
Alok Tiwari
2025-06-23
thunderbolt: Fix wake on connect at runtime
Mario Limonciello
2025-04-11
thunderbolt: Use wake on connect and disconnect over suspend
Mario Limonciello
2024-08-06
thunderbolt: Mark XDomain as unplugged when router is removed
Mika Westerberg
2024-04-10
thunderbolt: Avoid notify PM core about runtime PM resume
Gil Fine
2024-04-10
thunderbolt: Fix wake configurations after device unplug
Gil Fine
2024-03-21
Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2024-02-26
thunderbolt: Constify the struct device_type usage
Ricardo B. Marliere
2024-02-16
thunderbolt: Fix NULL pointer dereference in tb_port_update_credits()
Mika Westerberg
2024-01-23
thunderbolt: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2024-01-22
thunderbolt: Fix rollback in tb_port_lane_bonding_enable() for lane 1
Mohammad Rahimi
2024-01-22
thunderbolt: Make tb_switch_reset() support Thunderbolt 2, 3 and USB4 routers
Sanath S
2024-01-22
thunderbolt: Introduce tb_port_reset()
Sanath S
2024-01-02
Merge tag 'thunderbolt-for-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2023-12-22
thunderbolt: Keep link as asymmetric if preferred by hardware
Gil Fine
2023-12-14
thunderbolt: Move width_name() helper to tb.h
Gil Fine
2023-11-17
thunderbolt: Send uevent after asymmetric/symmetric switch
Mika Westerberg
2023-11-17
thunderbolt: Set lane bonding bit only for downstream port
Gil Fine
2023-10-27
Merge tag 'thunderbolt-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2023-10-20
thunderbolt: Add support for asymmetric link
Gil Fine
2023-10-20
thunderbolt: Make is_gen4_link() available to the rest of the driver
Gil Fine
2023-10-13
thunderbolt: Log NVM version of routers and retimers
Gil Fine
2023-10-13
thunderbolt: Fix typo of HPD bit for Hot Plug Detect
Gil Fine
2023-09-15
thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding
Mika Westerberg
2023-08-08
thunderbolt: Check Intel vendor ID in tb_switch_get_generation()
Mika Westerberg
2023-06-16
thunderbolt: Add support for enhanced uni-directional TMU mode
Mika Westerberg
2023-06-16
thunderbolt: Announce USB4 v2 connection manager support
Gil Fine
2023-06-16
thunderbolt: Add support for USB4 v2 80 Gb/s link
Gil Fine
2023-06-16
thunderbolt: Identify USB4 v2 routers
Gil Fine
2023-06-16
thunderbolt: Do not touch lane 1 adapter path config space
Mika Westerberg
2023-06-09
thunderbolt: Initialize CL states from the hardware
Mika Westerberg
2023-06-09
thunderbolt: Switch CL states from enum to a bitmask
Mika Westerberg
2023-06-09
thunderbolt: Move CLx support functions into clx.c
Mika Westerberg
[next]