index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-trace.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
xhci: Fix root hub port null pointer dereference in xhci tracepoints
Mathias Nyman
2024-04-04
1
-7
/
+5
*
xhci: replace real & fake port with pointer to root hub port
Niklas Neronin
2024-03-02
1
-6
/
+6
*
xhci: Add busnumber to port tracing
Mathias Nyman
2023-10-21
1
-1
/
+4
*
xhci: pass port structure to tracing instead of port number
Mathias Nyman
2023-10-21
1
-9
/
+9
*
xhci: Stop unnecessary tracking of free trbs in a ring
Mathias Nyman
2023-06-13
1
-4
/
+1
*
usb: xhci: Remove unused udev from xhci_log_ctx trace event
Udipto Goswami
2023-06-13
1
-4
/
+0
*
usb: xhci: change some trace event __dynamic_array() to __get_buf()
Linyu Yuan
2023-03-09
1
-13
/
+7
*
xhci: tracing: Use the new __vstring() helper
Steven Rostedt (Google)
2022-07-15
1
-2
/
+2
*
xhci: fix even more unsafe memory usage in xhci tracing
Mathias Nyman
2021-08-26
1
-7
/
+11
*
xhci: fix unsafe memory usage in xhci tracing
Mathias Nyman
2021-08-26
1
-4
/
+4
*
USB: host: Use the correct style for SPDX License Identifier
Nishad Kamdar
2020-04-16
1
-1
/
+1
*
xhci: Do not open code __print_symbolic() in xhci trace events
Steven Rostedt (VMware)
2020-03-10
1
-17
/
+6
*
xhci: Add tracing for xhci doorbell register writes
Mathias Nyman
2019-11-16
1
-0
/
+26
*
usb: xhci: add endpoint context tracing when an endpoint is added
Mathias Nyman
2019-04-27
1
-0
/
+5
*
xhci: Add tracing for input control context
Mathias Nyman
2019-04-27
1
-0
/
+25
*
xhci: Fix kernel oops in trace_xhci_free_virt_device
Zhengjun Xing
2018-06-25
1
-5
/
+31
*
xhci: add port status tracing for Get Hub Status requests
Mathias Nyman
2017-12-08
1
-0
/
+5
*
xhci: add port status tracing for Get Port Status hub requests
Mathias Nyman
2017-12-08
1
-0
/
+5
*
usb: xhci: Add DbC support in xHCI driver
Lu Baolu
2017-12-08
1
-0
/
+59
*
USB: host: xhci: Remove redundant license text
Greg Kroah-Hartman
2017-11-07
1
-4
/
+0
*
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-11-04
1
-0
/
+1
*
xhci: trace slot context when calling xhci_configure_endpoint()
Mathias Nyman
2017-10-05
1
-0
/
+5
*
xhci: add port status tracing
Mathias Nyman
2017-08-16
1
-0
/
+23
*
usb: xhci: add xhci_log_ring trace events
Lu Baolu
2017-04-08
1
-0
/
+65
*
usb: host: xhci: add Slot and EP Context tracers
Felipe Balbi
2017-04-08
1
-0
/
+101
*
usb: host: xhci: print device slot from URB tracers
Felipe Balbi
2017-04-08
1
-3
/
+5
*
usb: host: xhci: add xhci_virt_device tracer
Felipe Balbi
2017-01-25
1
-0
/
+57
*
usb: host: xhci: remove newline from tracer
Felipe Balbi
2017-01-25
1
-1
/
+1
*
usb: host: xhci: add urb_enqueue/dequeue/giveback tracers
Felipe Balbi
2017-01-25
1
-0
/
+70
*
usb: host: xhci: make a generic TRB tracer
Felipe Balbi
2017-01-25
1
-21
/
+34
*
tracing: Add TRACE_SYSTEM_VAR to xhci-hcd
Steven Rostedt (Red Hat)
2015-04-07
1
-0
/
+7
*
xhci: fix sparse warning in xhci-trace.h
Xenia Ragiadakou
2013-12-02
1
-1
/
+1
*
xhci: fix derivation of TRB's DMA address in xhci_log_event Trace Event Class
Xenia Ragiadakou
2013-12-02
1
-2
/
+2
*
xhci: trace debug statements related to ring expansion
Xenia Ragiadakou
2013-08-13
1
-0
/
+5
*
xhci: trace debug messages related to driver initialization and unload
Xenia Ragiadakou
2013-08-13
1
-0
/
+5
*
xhci: trace debug statements for urb cancellation
Xenia Ragiadakou
2013-08-13
1
-0
/
+5
*
xhci: add xhci_cmd_completion trace event
Xenia Ragiadakou
2013-08-13
1
-0
/
+30
*
xhci: add xhci_address_ctx trace event
Xenia Ragiadakou
2013-08-13
1
-0
/
+42
*
xhci: add trace for debug messages related to endpoint reset
Xenia Ragiadakou
2013-08-13
1
-0
/
+5
*
xhci: add trace for debug messages related to quirks
Xenia Ragiadakou
2013-08-13
1
-0
/
+5
*
xhci: add trace for debug messages related to changing contexts
Xenia Ragiadakou
2013-08-13
1
-0
/
+5
*
xhci: add traces for debug messages in xhci_address_device()
Xenia Ragiadakou
2013-08-13
1
-0
/
+49