index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-dbgtty.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-27
xhci: dbgtty: Improve performance by handling received data immediately.
Mathias Nyman
1
-33
/
+65
2024-10-17
xhci: dbc: honor usb transfer size boundaries.
Mathias Nyman
1
-5
/
+50
2024-09-26
Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-21
/
+9
2024-09-05
xhci: dbc: add dbgtty request to end of list once it completes
Mathias Nyman
1
-1
/
+1
2024-08-14
xhci: dbgtty: use kfifo from tty_port struct
Jiri Slaby (SUSE)
1
-8
/
+9
2024-08-14
xhci: dbgtty: remove kfifo_out() wrapper
Jiri Slaby (SUSE)
1
-14
/
+1
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
1
-1
/
+2
2023-08-11
tty: propagate u8 data to tty_operations::put_char()
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
1
-3
/
+1
2022-02-17
xhci: dbgtty: use IDR to support several dbc instances.
Mathias Nyman
1
-7
/
+39
2022-02-17
xhci: dbc: Don't call dbc_tty_init() on every dbc tty probe
Mathias Nyman
1
-19
/
+7
2022-02-17
xhci: dbc: create and remove dbc structure in dbgtty driver.
Mathias Nyman
1
-7
/
+15
2021-10-11
USB: xhci: dbc: fix tty registration race
Johan Hovold
1
-15
/
+13
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
1
-2
/
+2
2021-05-13
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
1
-2
/
+2
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
1
-2
/
+2
2020-08-18
usb: xhci: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-3
/
+3
2020-07-28
xhci: dbgtty: Make some functions static
Wei Yongjun
1
-2
/
+2
2020-07-23
xhci: dbc: remove tty specific port structure from struct xhci_dbc
Mathias Nyman
1
-6
/
+23
2020-07-23
xhci: dbgcap: remove dbc dependency on dbctty specific flag
Mathias Nyman
1
-0
/
+5
2020-07-23
xhci: dbc: Add a operations structure to access driver functions
Mathias Nyman
1
-2
/
+9
2020-07-23
xhci: dbctty: split dbc tty driver registration and unregistration functions.
Mathias Nyman
1
-49
/
+76
2020-07-23
xhci: dbc: remove endpoint pointers from dbc_port structure
Mathias Nyman
1
-2
/
+0
2020-07-23
xhci: dbc: simplify dbc requests allocation and queueing
Mathias Nyman
1
-16
/
+17
2020-07-23
xhci: dbc: Use dbc structure in the request completion instead of xhci_hcd
Mathias Nyman
1
-6
/
+4
2020-07-23
xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpoints
Mathias Nyman
1
-7
/
+7
2020-07-23
xhci: dbgtty: Pass dbc pointer when registering a dbctty device
Mathias Nyman
1
-5
/
+3
2020-07-09
usb: host: xhci-dbgtty: File headers are not good candidates for kerneldoc
Lee Jones
1
-1
/
+1
2019-09-03
usb: xhci: dbc: Use GFP_KERNEL instead of GFP_ATOMIC in 'xhci_dbc_alloc_reque...
Christophe JAILLET
1
-1
/
+1
2019-09-03
usb: xhci: dbc: Simplify error handling in 'xhci_dbc_alloc_requests()'
Christophe JAILLET
1
-1
/
+1
2018-05-24
usb: xhci: dbc: Add SPDX identifiers to dbc files
Lu Baolu
1
-0
/
+1
2018-04-22
xhci: Fix Kernel oops in xhci dbgtty
Zhengjun Xing
1
-3
/
+5
2018-03-20
Merge branch 4.16-rc6 into usb-next
Greg Kroah-Hartman
1
-8
/
+12
2018-03-16
usb: xhci: Clean up error code in xhci_dbc_tty_register_device()
Dan Carpenter
1
-2
/
+3
2018-03-08
usb: xhci: dbc: Fix lockdep warning
Lu Baolu
1
-8
/
+12
2017-12-12
usb: xhci: make function xhci_dbc_free_req static
Colin Ian King
1
-1
/
+1
2017-12-08
usb: xhci: Add DbC support in xHCI driver
Lu Baolu
1
-0
/
+497