summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/path.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-20thunderbolt: Set path power management packet support bit for USB4 v2 routersMika Westerberg4-13/+34
2023-10-20thunderbolt: Change bandwidth reservations to comply USB4 v2Gil Fine3-3/+76
2023-10-20thunderbolt: Make is_gen4_link() available to the rest of the driverGil Fine2-7/+30
2023-10-20thunderbolt: Use weight constants in tb_usb3_consumed_bandwidth()Mika Westerberg1-3/+6
2023-10-20thunderbolt: Use constants for path weight and priorityMika Westerberg1-12/+27
2023-10-13thunderbolt: Add DP IN added last in the head of the list of DP resourcesGil Fine1-1/+1
2023-10-13thunderbolt: Create multiple DisplayPort tunnels if there are more DP IN/OUT ...Gil Fine1-9/+17
2023-10-13thunderbolt: Log NVM version of routers and retimersGil Fine2-0/+2
2023-10-13thunderbolt: Use tb_tunnel_xxx() log macros in tb.cMika Westerberg1-22/+28
2023-10-13thunderbolt: Expose tb_tunnel_xxx() log macros to the rest of the driverMika Westerberg2-22/+28
2023-10-13thunderbolt: Use tb_tunnel_dbg() where possible to make logging more consistentMika Westerberg1-35/+30
2023-10-13thunderbolt: Fix typo of HPD bit for Hot Plug DetectGil Fine2-6/+6
2023-10-13thunderbolt: Fix typo in enum tb_link_width kernel-docMika Westerberg1-1/+1
2023-10-13thunderbolt: Fix debug log when DisplayPort adapter not available for pairingGil Fine1-4/+3
2023-10-13thunderbolt: Check for unplugged router in tb_switch_clx_disable()Mika Westerberg1-0/+3
2023-10-13thunderbolt: Make tb_switch_clx_is_supported() staticMika Westerberg2-23/+22
2023-10-13thunderbolt: Get rid of usb4_usb3_port_actual_link_rate()Mika Westerberg4-42/+2
2023-10-13thunderbolt: dma_test: Use enum tb_link_widthMika Westerberg1-9/+5
2023-09-15thunderbolt: Apply USB 3.x bandwidth quirk only in software connection managerMika Westerberg1-0/+3
2023-09-11Linux 6.6-rc1v6.6-rc1Linus Torvalds1-2/+2
2023-09-10iov_iter: Kunit tests for page extractionDavid Howells1-0/+240
2023-09-10iov_iter: Kunit tests for copying to/from an iteratorDavid Howells3-0/+549
2023-09-10iov_iter: Fix iov_iter_extract_pages() with zero-sized entriesDavid Howells1-15/+15
2023-09-09sh: push-switch: Reorder cleanup operations to avoid use-after-free bugDuoming Zhou1-1/+1
2023-09-09sh: boards: Fix CEU buffer size passed to dma_declare_coherent_memory()Petr Tesarik5-11/+7
2023-09-09spnego: add missing OID to oid registrySteve French1-0/+1
2023-09-09media: dvb: symbol fixup for dvb_attach()Greg Kroah-Hartman106-113/+113
2023-09-09smb3: fix minor typo in SMB2_GLOBAL_CAP_LARGE_MTUSteve French1-1/+1
2023-09-08Revert "PCI: Mark NVIDIA T4 GPUs to avoid bus reset"Bjorn Helgaas1-1/+1
2023-09-08soc: renesas: Kconfig: For ARCH_R9A07G043 select the required configs if depe...Lad Prabhakar1-3/+4
2023-09-08riscv: Kconfig.errata: Add dependency for RISCV_SBI in ERRATA_ANDES configLad Prabhakar1-1/+1
2023-09-08riscv: Kconfig.errata: Drop dependency for MMU in ERRATA_ANDES_CMO configLad Prabhakar1-1/+1
2023-09-08riscv: Kconfig: Select DMA_DIRECT_REMAP only if MMU is enabledLad Prabhakar1-1/+1
2023-09-08Revert "dma-contiguous: check for memory region overlap"Zhenhua Huang1-5/+0
2023-09-07net: enetc: distinguish error from valid pointers in enetc_fixup_clear_rss_rfs()Vladimir Oltean1-1/+1
2023-09-07Revert "net: team: do not use dynamic lockdep key"Jakub Kicinski3-85/+60
2023-09-07ntfs3: drop inode references in ntfs_put_super()Christian Brauner1-6/+12
2023-09-07vfs: mostly undo glibc turning 'fstat()' into 'fstatat(AT_EMPTY_PATH)'Linus Torvalds1-0/+17
2023-09-07Revert "io_uring: fix IO hang in io_wq_put_and_exit from do_exit()"Jens Axboe1-32/+0
2023-09-07io_uring: fix unprotected iopoll overflowPavel Begunkov1-2/+2
2023-09-07io_uring: break out of iowq iopoll on teardownPavel Begunkov3-0/+13
2023-09-07Revert "printk: export symbols for debug modules"Christoph Hellwig1-2/+0
2023-09-07arm64: csum: Fix OoB access in IP checksum code for negative lengthsWill Deacon1-1/+1
2023-09-07net: hns3: remove GSO partial feature bitJie Wang1-2/+0
2023-09-07net: hns3: fix the port information display when sfp is absentYisen Zhuang1-1/+3
2023-09-07net: hns3: fix invalid mutex between tc qdisc and dcb ets command issueJijie Shao4-19/+9
2023-09-07net: hns3: fix debugfs concurrency issue between kfree buffer and readHao Chen1-3/+4
2023-09-07net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read()Hao Chen1-7/+7
2023-09-07net: hns3: Support query tx timeout threshold by debugfsJijie Shao1-0/+4
2023-09-07net: hns3: fix tx timeout issueJian Shen1-5/+12