index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
2023-12-06
Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1"
Mathias Nyman
2023-11-21
USB: xhci-plat: fix legacy PHY double init
Johan Hovold
2023-11-21
usb: xhci-mtk: fix in-ep's start-split check failure
Chunfeng Yun
2023-11-03
Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-10-30
Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-10-21
usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not present
Wesley Cheng
2023-10-21
usb: host: xhci-plat: fix possible kernel oops while resuming
Sergey Shtylyov
2023-10-21
usb: xhci: Implement xhci_handshake_check_state() helper
Udipto Goswami
2023-10-21
xhci: split free interrupter into separate remove and free parts
Mathias Nyman
2023-10-21
xhci: Enable RPM on controllers that support low-power states
Basavaraj Natikar
2023-10-21
xhci: Loosen RPM as default policy to cover for AMD xHC 1.1
Basavaraj Natikar
2023-10-21
xhci: Simplify event ring dequeue pointer update for port change events
Mathias Nyman
2023-10-21
xhci: simplify event ring dequeue tracking for transfer events
Mathias Nyman
2023-10-21
xhci: Clean up xhci_{alloc,free}_erst() declarations
Lukas Wunner
2023-10-21
xhci: Clean up stale comment on ERST_SIZE macro
Lukas Wunner
2023-10-21
xhci: Clean up ERST_PTR_MASK inversion
Lukas Wunner
2023-10-21
xhci: Expose segment numbers in debugfs
Lukas Wunner
2023-10-21
xhci: Update last segment pointer after Event Ring expansion
Lukas Wunner
2023-10-21
xhci: Adjust segment numbers after ring expansion
Lukas Wunner
2023-10-21
xhci: Use more than one Event Ring segment
Jonathan Bell
2023-10-21
xhci: Set DESI bits in ERDP register correctly
Lukas Wunner
2023-10-21
xhci: expand next_trb() helper to support more ring types
Mathias Nyman
2023-10-21
xhci: Add busnumber to port tracing
Mathias Nyman
2023-10-21
xhci: pass port structure to tracing instead of port number
Mathias Nyman
2023-10-16
Merge 6.6-rc6 into usb-next
Greg Kroah-Hartman
2023-10-02
usb: Annotate struct urb_priv with __counted_by
Kees Cook
2023-10-02
xhci: Preserve RsvdP bits in ERSTBA register correctly
Lukas Wunner
2023-10-02
xhci: Clear EHB bit only at end of interrupt handler
Lukas Wunner
2023-10-02
xhci: track port suspend state correctly in unsuccessful resume cases
Mathias Nyman
2023-10-02
usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer
Wesley Cheng
2023-10-02
usb: xhci-mtk: improve split scheduling by separate IN/OUT budget
Chunfeng Yun
2023-10-02
usb: xhci-mtk: add a bandwidth budget table
Chunfeng Yun
2023-10-02
usb: pci-quirks: handle HAS_IOPORT dependency for UHCI handoff
Niklas Schnelle
2023-10-02
usb: pci-quirks: handle HAS_IOPORT dependency for AMD quirk
Niklas Schnelle
2023-10-02
usb: pci-quirks: group AMD specific quirk code together
Niklas Schnelle
2023-10-02
usb: xhci: Move extcaps related macros to respective header file
Krishna Kurapati
2023-09-01
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-08-12
usb: host: ehci-sched: try to turn on io watchdog as long as periodic_count > 0
Xu Yang
2023-08-12
USB: ohci-sm501: remove unnecessary check of mem
Yang Yingliang
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
2023-08-11
tty: propagate u8 data to tty_operations::put_char()
Jiri Slaby (SUSE)
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
2023-08-09
USB: Remove remnants of Wireless USB and UWB
Alan Stern
2023-08-09
usb: ehci: add workaround for chipidea PORTSC.PEC bug
Xu Yang
2023-08-04
usb: host: Do not check for 0 return after calling platform_get_irq()
Ruan Jinjie
2023-07-31
Merge 6.5-rc4 into usb-next
Greg Kroah-Hartman
2023-07-30
usb: ohci-at91: Fix the unhandle interrupt when resume
Guiting Shen
2023-07-27
usb: ohci-st: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-07-27
usb: ehci-exynos: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-07-27
usb: ehci-st: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
[next]