index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-05-21
xhci: Add missing parameter description to xhci_get_endpoint_index()
Hans Zhang
1
-0
/
+1
2025-05-21
usb: xhci: rename 'irq_control' to 'imod'
Niklas Neronin
1
-6
/
+6
2025-05-21
usb: xhci: rename 'irq_pending' to 'iman'
Niklas Neronin
1
-8
/
+8
2025-05-21
usb: xhci: remove '0' write to write-1-to-clear register
Niklas Neronin
1
-6
/
+7
2025-05-21
usb: xhci: guarantee that IMAN register is flushed
Niklas Neronin
1
-0
/
+3
2025-05-21
usb: xhci: improve Interrupt Management register macros
Niklas Neronin
1
-2
/
+6
2025-05-21
usb: xhci: set requested IMODI to the closest supported value
Niklas Neronin
1
-2
/
+5
2025-05-21
usb: xhci: move initialization of the primary interrupter
Niklas Neronin
1
-0
/
+4
2025-05-21
usb: xhci: move enabling of USB 3 device notifications
Niklas Neronin
1
-0
/
+17
2025-05-21
usb: xhci: move doorbell array pointer assignment
Niklas Neronin
1
-0
/
+13
2025-05-21
usb: xhci: move DCBAA pointer write
Niklas Neronin
1
-0
/
+3
2025-05-21
usb: xhci: refactor xhci_set_cmd_ring_deq()
Niklas Neronin
1
-13
/
+15
2025-05-21
usb: xhci: move command ring pointer write
Niklas Neronin
1
-17
/
+20
2025-05-21
usb: xhci: move device slot enabling register write
Niklas Neronin
1
-0
/
+21
2025-05-21
usb: xhci: relocate pre-allocation initialization
Niklas Neronin
1
-3
/
+26
2025-05-21
usb: xhci: Add debugfs support for xHCI port bandwidth
Xu Rao
1
-0
/
+36
2025-04-28
Merge 6.15-rc4 into usb-next
Greg Kroah-Hartman
1
-12
/
+4
2025-04-11
xhci: Limit time spent with xHC interrupts disabled during bus resume
Mathias Nyman
1
-2
/
+2
2025-04-11
Revert "xhci: Prevent early endpoint restart when handling STALL errors."
Mathias Nyman
1
-6
/
+0
2025-04-11
Revert "xhci: Avoid queuing redundant Stop Endpoint command for stalled endpoint"
Mathias Nyman
1
-5
/
+3
2025-04-11
usb: host: xhci: Notify xHCI sideband on transfer ring free
Wesley Cheng
1
-0
/
+3
2025-04-11
usb: host: xhci-mem: Cleanup pending secondary event ring events
Wesley Cheng
1
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-7
/
+7
2025-03-14
usb: xhci: change xhci_resume() parameters to explicit the desired info
Théo Lebrun
1
-11
/
+8
2025-03-11
xhci: Avoid queuing redundant Stop Endpoint command for stalled endpoint
Mathias Nyman
1
-3
/
+5
2025-03-10
Merge v6.14-rc6 into usb-next
Greg Kroah-Hartman
1
-1
/
+5
2025-03-06
xhci: Prevent early endpoint restart when handling STALL errors.
Mathias Nyman
1
-0
/
+6
2025-03-06
xhci: show correct U1 and U2 timeout values in debug messages
Mathias Nyman
1
-4
/
+4
2025-03-04
usb: xhci: Fix host controllers "dying" after suspend and resume
Michal Pecio
1
-1
/
+5
2025-01-15
USB: host: Use str_enable_disable-like helpers
Krzysztof Kozlowski
1
-1
/
+2
2024-11-06
usb: xhci: Avoid queuing redundant Stop Endpoint commands
Michal Pecio
1
-4
/
+15
2024-11-06
usb: xhci: Limit Stop Endpoint retries
Michal Pecio
1
-0
/
+2
2024-11-06
usb: xhci: improve xhci_clear_command_ring()
Niklas Neronin
1
-3
/
+1
2024-11-06
usb: xhci: move link TRB quirk to xhci_gen_setup()
Niklas Neronin
1
-8
/
+6
2024-11-06
usb: xhci: simplify TDs start and end naming scheme in struct 'xhci_td'
Niklas Neronin
1
-1
/
+1
2024-11-06
xhci: Don't issue Reset Device command to Etron xHCI host
Kuangyi Chiang
1
-0
/
+19
2024-11-06
usb: xhci: remove option to change a default ring's TRB cycle bit
Niklas Neronin
1
-1
/
+1
2024-11-06
usb: xhci: introduce macro for ring segment list iteration
Niklas Neronin
1
-12
/
+8
2024-10-17
xhci: add helper to stop endpoint and wait for completion
Mathias Nyman
1
-0
/
+45
2024-09-05
xhci: support setting interrupt moderation IMOD for secondary interrupters
Mathias Nyman
1
-2
/
+2
2024-09-03
usb: Add tunnel_mode parameter to usb device structure
Mathias Nyman
1
-2
/
+5
2024-09-03
xhci: Add USB4 tunnel detection for USB3 devices on Intel hosts
Mathias Nyman
1
-0
/
+11
2024-08-15
xhci: Fix Panther point NULL pointer deref at full-speed re-enumeration
Mathias Nyman
1
-3
/
+5
2024-07-03
xhci: always resume roothubs if xHC was reset during resume
Mathias Nyman
1
-3
/
+13
2024-05-01
xhci: remove xhci_check_usb2_port_capability helper
Mathias Nyman
1
-21
/
+8
2024-05-01
xhci: stored cached port capability values in one place
Mathias Nyman
1
-14
/
+5
2024-03-02
usb: xhci: Add error handling in xhci_map_urb_for_dma
Prashanth K
1
-0
/
+2
2024-03-02
usb: xhci: remove duplicate code from 'xhci_clear_command_ring()'
Niklas Neronin
1
-13
/
+1
2024-03-02
xhci: replace real & fake port with pointer to root hub port
Niklas Neronin
1
-7
/
+5
[next]