index
:
pub/scm/linux/kernel/git/libata/linux.git
master
libata development tree
LibATA Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-dbgcap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-25
xhci: dbc: support runtime suspend while DbC is in enabled state
Mathias Nyman
1
-2
/
+58
2026-06-03
xhci: dbc: detect and recover hung DbC during enumeraton
Mathias Nyman
1
-1
/
+27
2026-06-03
xhci: dbc: add timestamps to DbC state changes in a new helper.
Mathias Nyman
1
-6
/
+12
2026-06-03
xhci: dbc: add helper to set and clear DbC DCE enable bit
Mathias Nyman
1
-11
/
+18
2026-06-03
xhci: dbc: serialize enabling and disabling dbc
Mathias Nyman
1
-27
/
+39
2026-06-03
usb: xhci: remove legacy 'num_trbs_free' tracking
Niklas Neronin
1
-4
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-5
/
+5
2026-01-23
xhci: dbc: allow setting manufacturer string through sysfs
Łukasz Bartosik
1
-0
/
+36
2026-01-23
xhci: dbc: allow setting product string through sysfs
Łukasz Bartosik
1
-0
/
+36
2026-01-23
xhci: dbc: allow setting device serial number through sysfs
Łukasz Bartosik
1
-0
/
+36
2026-01-23
xhci: dbc: prepare to expose strings through sysfs
Łukasz Bartosik
1
-67
/
+84
2025-11-21
usb: xhci: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-4
/
+4
2025-10-14
xhci: dbc: enable back DbC in resume if it was enabled before suspend
Mathias Nyman
1
-1
/
+8
2025-10-14
xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races with stall event
Mathias Nyman
1
-2
/
+4
2025-09-06
xhci: dbc: Fix full DbC transfer ring after several reconnects
Mathias Nyman
1
-2
/
+21
2025-09-06
xhci: dbc: decouple endpoint allocation from initialization
Mathias Nyman
1
-25
/
+46
2025-06-28
xhci: dbc: Flush queued requests before stopping dbc
Mathias Nyman
1
-0
/
+4
2025-05-05
xhci: dbc: Avoid event polling busyloop if pending rx transfers are inactive.
Mathias Nyman
1
-3
/
+16
2024-12-27
xhci: dbc: Improve performance by removing delay in transfer event polling.
Mathias Nyman
1
-1
/
+1
2024-11-06
usb: xhci: remove option to change a default ring's TRB cycle bit
Niklas Neronin
1
-1
/
+1
2024-11-06
xhci: show DMA address of TRB when tracing TRBs
Mathias Nyman
1
-4
/
+7
2024-09-05
xhci: dbc: Fix STALL transfer event handling
Mathias Nyman
1
-51
/
+82
2024-06-27
xhci: dbc: Allow users to modify DbC poll interval via sysfs
Uday M Bhat
1
-0
/
+38
2024-05-01
usb: xhci: remove redundant variable 'erst_size'
Niklas Neronin
1
-1
/
+1
2024-03-02
xhci: dbc: poll at different rate depending on data transfer activity
Mathias Nyman
1
-2
/
+11
2023-12-04
xhci: dbc: Add missing headers
Andy Shevchenko
1
-1
/
+16
2023-12-04
xhci: dbc: Use sizeof(*pointer) instead of sizeof(type)
Andy Shevchenko
1
-3
/
+3
2023-12-04
xhci: dbc: Use sizeof_field() where it makes sense
Andy Shevchenko
1
-1
/
+1
2023-12-04
xhci: dbc: Replace custom return value with proper Linux error code
Andy Shevchenko
1
-1
/
+1
2023-12-04
xhci: dbc: Don't shadow error codes in store() functions
Andy Shevchenko
1
-8
/
+18
2023-12-04
xhci: dbc: Check for errors first in xhci_dbc_stop()
Andy Shevchenko
1
-4
/
+4
2023-12-04
xhci: dbc: Use ATTRIBUTE_GROUPS()
Andy Shevchenko
1
-7
/
+4
2023-12-04
xhci: dbc: Use sysfs_emit() to instead of scnprintf()
Andy Shevchenko
1
-28
/
+16
2023-12-04
xhci: dbc: Convert to use sysfs_streq()
Andy Shevchenko
1
-2
/
+2
2023-12-04
xhci: dbc: Drop duplicate checks for dma_free_coherent()
Andy Shevchenko
1
-9
/
+5
2023-03-23
xhci: dbc: Provide sysfs option to configure dbc descriptors
Mathias Nyman
1
-4
/
+187
2022-09-22
xhci: dbc: Fix memory leak in xhci_alloc_dbc()
Rafael Mendonca
1
-1
/
+1
2022-02-17
xhci: dbc: Don't call dbc_tty_init() on every dbc tty probe
Mathias Nyman
1
-0
/
+10
2022-02-17
xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exit
Mathias Nyman
1
-2
/
+3
2022-02-17
xhci: dbc: create and remove dbc structure in dbgtty driver.
Mathias Nyman
1
-23
/
+3
2022-02-17
xhci: dbc: refactor xhci_dbc_init()
Mathias Nyman
1
-58
/
+66
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-28
xhci: dbc: Make function xhci_dbc_ring_alloc() static
Wei Yongjun
1
-1
/
+1
2020-07-23
xhci: dbgcap: remove dbc dependency on dbctty specific flag
Mathias Nyman
1
-4
/
+12
2020-07-23
xhci: dbc: Add a operations structure to access driver functions
Mathias Nyman
1
-11
/
+6
2020-07-23
xhci: dbctty: split dbc tty driver registration and unregistration functions.
Mathias Nyman
1
-3
/
+3
2020-07-23
xhci: dbc: simplify dbc requests allocation and queueing
Mathias Nyman
1
-15
/
+28
2020-07-23
xhci: dbc: Pass dbc pointer to dbc start and stop functions.
Mathias Nyman
1
-15
/
+14
2020-07-23
xhci: dbc: Pass dbc pointer to dbc memory init and cleanup functions
Mathias Nyman
1
-9
/
+5
[next]