index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-23
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-3
/
+1
2021-02-08
Merge 5.11-rc7 into usb-next
Greg Kroah-Hartman
10
-51
/
+208
2021-02-05
xhci: ext-caps: Use software node API with the properties
Heikki Krogerus
1
-1
/
+2
2021-02-03
xhci: fix bounce buffer usage for non-sg list case
Mathias Nyman
1
-11
/
+20
2021-02-03
usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720
Pali Rohár
4
-1
/
+68
2021-02-02
usb: xhci-mtk: break loop when find the endpoint to drop
Chunfeng Yun
1
-1
/
+3
2021-02-01
ARM: 9048/1: sa1111: make sa1111 bus's remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-02-01
usb: xhci-mtk: skip dropping bandwidth of unchecked endpoints
Chunfeng Yun
2
-29
/
+36
2021-01-29
xhci: handle halting transfer event properly after endpoint stop and halt raced.
Mathias Nyman
1
-16
/
+52
2021-01-29
xhci: Check for pending reset endpoint command before queueing a new one.
Mathias Nyman
1
-3
/
+7
2021-01-29
xhci: remove obsolete dequeue pointer moving code
Mathias Nyman
2
-196
/
+0
2021-01-29
xhci: introduce a new move_dequeue_past_td() function to replace old code.
Mathias Nyman
1
-7
/
+145
2021-01-29
xhci: handle stop endpoint command completion with endpoint in running state.
Mathias Nyman
1
-0
/
+13
2021-01-29
xhci: Fix halted endpoint at stop endpoint command completion
Mathias Nyman
1
-2
/
+60
2021-01-29
xhci: split handling halted endpoints into two steps
Mathias Nyman
3
-179
/
+101
2021-01-29
xhci: move and rename xhci_cleanup_halted_endpoint()
Mathias Nyman
1
-41
/
+43
2021-01-29
xhci: turn cancelled td cleanup to its own function
Mathias Nyman
1
-55
/
+53
2021-01-29
xhci: store TD status in the td struct instead of passing it along
Mathias Nyman
2
-27
/
+30
2021-01-29
xhci: use xhci_td_cleanup() helper when giving back cancelled URBs
Mathias Nyman
1
-7
/
+5
2021-01-29
xhci: move xhci_td_cleanup so it can be called by more functions
Mathias Nyman
1
-46
/
+46
2021-01-29
xhci: Add xhci_reset_halted_ep() helper function
Mathias Nyman
1
-6
/
+25
2021-01-29
xhci: flush endpoint start to reduce race risk with stop endpoint command.
Mathias Nyman
1
-3
/
+2
2021-01-29
xhci: Check link TRBs when updating ring enqueue and dequeue pointers.
Mathias Nyman
1
-5
/
+32
2021-01-29
xhci: avoid DMA double fetch when reading event trb type.
Mathias Nyman
2
-16
/
+13
2021-01-29
xhci: remove extra loop in interrupt context
Mathias Nyman
2
-7
/
+16
2021-01-29
xhci: check slot_id is valid before gathering slot info
Lalithambika Krishna Kumar
1
-1
/
+6
2021-01-29
xhci: prevent a theoretical endless loop while preparing rings.
Mathias Nyman
1
-0
/
+7
2021-01-29
xhci: remove xhci_stream_id_to_ring() helper
Mathias Nyman
3
-22
/
+2
2021-01-29
xhci: add xhci_virt_ep_to_ring() helper
Mathias Nyman
1
-24
/
+22
2021-01-29
xhci: check virt_dev is valid before dereferencing it
Mathias Nyman
1
-3
/
+9
2021-01-29
xhci: add xhci_get_virt_ep() helper
Mathias Nyman
2
-25
/
+52
2021-01-29
xhci: remove unused event parameter from completion handlers
Mathias Nyman
1
-8
/
+6
2021-01-29
xhci: adjust parameters passed to cleanup_halted_endpoint()
Mathias Nyman
3
-21
/
+17
2021-01-29
xhci: get isochronous ring directly from endpoint structure
Mathias Nyman
1
-11
/
+6
2021-01-29
xhci: Avoid parsing transfer events several times
Mathias Nyman
3
-20
/
+12
2021-01-26
usb: xhci-mtk: fix unreleased bandwidth data
Ikjoon Jang
5
-39
/
+111
2021-01-25
Merge v5.11-rc5 into usb-next
Greg Kroah-Hartman
4
-0
/
+24
2021-01-15
xhci: tegra: Delay for disabling LFPS detector
JC Kuo
1
-0
/
+7
2021-01-15
xhci: make sure TRB is fully written before giving it to the controller
Mathias Nyman
1
-0
/
+2
2021-01-13
usb: host: ehci-tegra: Remove the driver
Dmitry Osipenko
3
-608
/
+7
2021-01-12
USB: ehci: fix an interrupt calltrace error
Longfang Liu
1
-0
/
+3
2021-01-12
ehci: fix EHCI host controller initialization sequence
Eugene Korenevsky
1
-0
/
+12
2020-12-28
USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk set
Michael Grzeschik
1
-12
/
+12
2020-12-18
Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2
-6
/
+2
2020-12-16
Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-11
/
+9
2020-12-10
usb: host: sl811: Switch to use platform_get_mem_or_io()
Andy Shevchenko
1
-11
/
+9
2020-12-09
usb: oxu210hp-hcd: Fix memory leak in oxu_create
Zhang Qilong
1
-1
/
+3
2020-12-09
usb: fotg210-hcd: remove casting dma_alloc_coherent
Xu Wang
1
-1
/
+1
2020-12-09
USB: host: u123-hcd: remove trailing semicolon in macro definition
Tom Rix
1
-3
/
+3
2020-12-09
usb: ehci-omap: Fix PM disable depth umbalance in ehci_hcd_omap_probe
Zhang Qilong
1
-0
/
+1
[next]