index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
2023-12-04
xhci: fix possible null pointer deref during xhci urb enqueue
Mathias Nyman
2023-12-04
xhci: Reconfigure endpoint 0 max packet size only during endpoint reset
Mathias Nyman
2023-12-04
xhci: minor coding style cleanup in 'xhci_try_enable_msi()'
Niklas Neronin
2023-12-04
xhci: rework 'xhci_try_enable_msi()' MSI and MSI-X setup code
Niklas Neronin
2023-12-04
xhci: change 'msix_count' to encompass MSI or MSI-X vectors
Niklas Neronin
2023-12-04
xhci: refactor static MSI function
Niklas Neronin
2023-12-04
xhci: refactor static MSI-X function
Niklas Neronin
2023-12-04
xhci: add handler for only one interrupt line
Niklas Neronin
2023-12-04
xhci: check if legacy irq is available before using it as fallback
Niklas Neronin
2023-12-04
xhci: dbc: Add missing headers
Andy Shevchenko
2023-12-04
xhci: dbc: Use sizeof(*pointer) instead of sizeof(type)
Andy Shevchenko
2023-12-04
xhci: dbc: Use sizeof_field() where it makes sense
Andy Shevchenko
2023-12-04
xhci: dbc: Replace custom return value with proper Linux error code
Andy Shevchenko
2023-12-04
xhci: dbc: Don't shadow error codes in store() functions
Andy Shevchenko
2023-12-04
xhci: dbc: Check for errors first in xhci_dbc_stop()
Andy Shevchenko
2023-12-04
xhci: dbc: Use ATTRIBUTE_GROUPS()
Andy Shevchenko
2023-12-04
xhci: dbc: Use sysfs_emit() to instead of scnprintf()
Andy Shevchenko
2023-12-04
xhci: dbc: Convert to use sysfs_streq()
Andy Shevchenko
2023-12-04
xhci: dbc: Drop duplicate checks for dma_free_coherent()
Andy Shevchenko
2023-11-28
eventfd: simplify eventfd_signal()
Christian Brauner
2023-11-27
usb: misc: onboard_usb_hub: Add support for Cypress CY7C6563x
Frieder Schrempf
2023-11-27
usb: misc: onboard_usb_hub: Add support for clock input
Frieder Schrempf
2023-11-27
usb: misc: onboard_usb_hub: Print symbolic error names
Frieder Schrempf
2023-11-27
Merge 6.7-rc3 into usb-next
Greg Kroah-Hartman
2023-11-24
Merge tag 'usb-serial-6.7-rc3' of https://git.kernel.org/pub/scm/linux/kernel...
Greg Kroah-Hartman
2023-11-23
USB: serial: option: add Luat Air72*U series products
Asuna Yang
2023-11-23
usb:gadget:uvc Do not use worker thread to pump isoc usb requests
Jayant Chowdhary
2023-11-23
usb: gadget: uvc: Fix use-after-free for inflight usb_requests
Avichal Rakesh
2023-11-23
usb: gadget: uvc: move video disable logic to its own function
Avichal Rakesh
2023-11-23
usb: gadget: uvc: Allocate uvc_requests one at a time
Avichal Rakesh
2023-11-23
usb: gadget: uvc: prevent use of disabled endpoint
Avichal Rakesh
2023-11-23
usb: new quirk to reduce the SET_ADDRESS request timeout
Hardik Gajjar
2023-11-23
usb: xhci: Add timeout argument in address_device USB HCD callback
Hardik Gajjar
2023-11-23
usb: typec: tcpm: skip checking port->send_discover in PD3.0
Guan-Yu Lin
2023-11-23
usb: phy: generic: add suspend support for regulator
Stefan Eichenberger
2023-11-22
USB: dwc3: qcom: fix ACPI platform device leak
Johan Hovold
2023-11-22
USB: dwc3: qcom: fix software node leak on probe errors
Johan Hovold
2023-11-22
USB: dwc3: qcom: fix resource leaks on probe deferral
Johan Hovold
2023-11-22
USB: dwc3: qcom: simplify wakeup interrupt setup
Johan Hovold
2023-11-22
USB: dwc3: qcom: fix wakeup after probe deferral
Johan Hovold
2023-11-22
usb: misc: onboard-hub: add support for Microchip USB5744
Stefan Eichenberger
2023-11-22
usb: misc: ljca: Fix enumeration error on Dell Latitude 9420
Hans de Goede
2023-11-22
usb: cdns3: skip set TRB_IOC when usb_request: no_interrupt is true
Frank Li
2023-11-22
usb: chipidea: udc: Add revision check of 2.20[CI_REVISION_22]
Piyush Mehta
2023-11-22
usb: misc: eud: Add IRQ check for platform_get_irq()
Chen Ni
2023-11-22
usb: gadget: f_midi: Replace strlcpy() with strscpy()
Kees Cook
2023-11-22
usb: gadget: pxa25x_udc: Convert to platform remove callback returning void
Uwe Kleine-König
2023-11-22
usb: gadget: lpc32xx_udc: Convert to platform remove callback returning void
Uwe Kleine-König
2023-11-22
usb: gadget: gr_udc: Convert to platform remove callback returning void
Uwe Kleine-König
2023-11-22
usb: gadget: fsl_udc: Convert to platform remove callback returning void
Uwe Kleine-König
[prev]
[next]