index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thunderbolt
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-09
thunderbolt: Disable CL states when a DMA tunnel is established
Mika Westerberg
2
-6
/
+58
2023-06-09
thunderbolt: Make tb_switch_clx_disable() return CL states that were enabled
Mika Westerberg
2
-13
/
+30
2023-06-09
thunderbolt: Initialize CL states from the hardware
Mika Westerberg
3
-27
/
+78
2023-06-09
thunderbolt: Prefix CL state related log messages with "CLx: "
Mika Westerberg
1
-4
/
+4
2023-06-09
thunderbolt: Prefix TMU post time log message with "TMU: "
Mika Westerberg
1
-1
/
+1
2023-06-09
thunderbolt: Do not call CLx functions from TMU code
Mika Westerberg
1
-23
/
+0
2023-06-09
thunderbolt: Check for first depth router in tb.c
Mika Westerberg
2
-16
/
+16
2023-06-09
thunderbolt: Switch CL states from enum to a bitmask
Mika Westerberg
4
-119
/
+113
2023-06-09
thunderbolt: Move CLx enabling into tb_enable_clx()
Mika Westerberg
1
-17
/
+17
2023-06-09
thunderbolt: Get rid of __tb_switch_[en|dis]able_clx()
Mika Westerberg
1
-49
/
+42
2023-06-09
thunderbolt: Move CLx support functions into clx.c
Mika Westerberg
7
-378
/
+381
2023-06-09
thunderbolt: Check valid TMU configuration in tb_switch_tmu_configure()
Mika Westerberg
3
-10
/
+14
2023-06-09
thunderbolt: Move tb_enable_tmu() close to other TMU functions
Mika Westerberg
1
-29
/
+29
2023-06-09
thunderbolt: Move TMU configuration to tb_enable_tmu()
Mika Westerberg
1
-20
/
+10
2023-06-09
thunderbolt: Get rid of tb_switch_enable_tmu_1st_child()
Mika Westerberg
3
-40
/
+34
2023-06-09
thunderbolt: Rework Titan Ridge TMU objection disable function
Mika Westerberg
1
-14
/
+10
2023-06-09
thunderbolt: Drop useless 'unidirectional' parameter from tb_switch_tmu_is_en...
Mika Westerberg
3
-14
/
+9
2023-06-09
thunderbolt: Fix a couple of style issues in TMU code
Mika Westerberg
1
-12
/
+11
2023-06-09
thunderbolt: Introduce tb_xdomain_downstream_port()
Mika Westerberg
2
-9
/
+18
2023-06-09
thunderbolt: Introduce tb_switch_downstream_port()
Gil Fine
7
-55
/
+53
2023-06-09
Merge branch 'thunderbolt/fixes' into thunderbolt/next
Mika Westerberg
4
-13
/
+25
2023-05-31
thunderbolt: Mask ring interrupt on Intel hardware as well
Mika Westerberg
1
-3
/
+8
2023-05-30
thunderbolt: Log DisplayPort adapter rate and lanes on discovery
Mika Westerberg
1
-0
/
+43
2023-05-29
thunderbolt: Do not touch CL state configuration during discovery
Mika Westerberg
1
-5
/
+12
2023-05-29
thunderbolt: Increase DisplayPort Connection Manager handshake timeout
Mika Westerberg
1
-1
/
+1
2023-05-24
thunderbolt: Drop retimer vendor check
Mika Westerberg
1
-6
/
+0
2023-05-24
thunderbolt: dma_test: Update MODULE_DESCRIPTION
Mika Westerberg
1
-1
/
+1
2023-05-24
thunderbolt: Add MODULE_DESCRIPTION
Mika Westerberg
1
-0
/
+1
2023-05-24
thunderbolt: Allow specifying custom credits for DMA tunnels
Mika Westerberg
1
-4
/
+9
2023-05-24
thunderbolt: Add debug log for link controller power quirk
Mika Westerberg
1
-0
/
+1
2023-05-24
thunderbolt: Log function name of the called quirk
Mika Westerberg
1
-0
/
+1
2023-05-24
thunderbolt: Check for ring 0 in tb_tunnel_alloc_dma()
Mika Westerberg
1
-0
/
+4
2023-05-22
thunderbolt: dma_test: Use correct value for absent rings when creating paths
Mika Westerberg
1
-4
/
+4
2023-05-09
thunderbolt: Clear registers properly when auto clear isn't in use
Mario Limonciello
2
-5
/
+26
2023-04-19
Merge tag 'thunderbolt-for-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
7
-142
/
+149
2023-04-03
thunderbolt: Introduce usb4_port_sb_opcode_err_to_errno() helper
Andy Shevchenko
1
-21
/
+20
2023-03-29
thunderbolt: Make use of SI units from units.h
Andy Shevchenko
1
-2
/
+3
2023-03-29
thunderbolt: Get rid of redundant 'else'
Andy Shevchenko
6
-22
/
+19
2023-03-20
thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bit
Tom Rix
1
-8
/
+9
2023-03-20
thunderbolt: Disable interrupt auto clear for rings
Mario Limonciello
2
-17
/
+29
2023-03-20
thunderbolt: Use const qualifier for `ring_interrupt_index`
Mario Limonciello
1
-1
/
+1
2023-03-14
thunderbolt: Refactor DROM reading
Mario Limonciello
1
-94
/
+105
2023-03-14
thunderbolt: use `tb_eeprom_get_drom_offset` to discover DROM offset
Mario Limonciello
1
-3
/
+2
2023-03-13
thunderbolt: Use scale field when allocating USB3 bandwidth
Mika Westerberg
1
-5
/
+17
2023-03-13
thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routers
Gil Fine
3
-2
/
+49
2023-03-13
thunderbolt: Call tb_check_quirks() after initializing adapters
Mika Westerberg
1
-2
/
+2
2023-03-13
thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access
Gil Fine
4
-2
/
+37
2023-03-13
thunderbolt: Fix memory leak in margining
Mika Westerberg
1
-6
/
+6
2023-03-06
thunderbolt: Add quirk to disable CLx
Sanjay R Mehta
2
-3
/
+21
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-6
/
+6
[prev]
[next]