index
:
Linux Stable
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.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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
usb: fotg210: Add missing kernel doc description
Andy Shevchenko
2024-05-11
1
-0
/
+1
|
*
usb: dwc3: core: Fix unused variable warning in core driver
Krishna Kurapati
2024-05-11
1
-3
/
+0
|
*
usb: typec: tipd: rely on i2c_get_match_data()
Javier Carrasco
2024-05-10
1
-4
/
+1
|
*
usb: typec: tipd: fix event checking for tps6598x
Javier Carrasco
2024-05-10
2
-13
/
+43
|
*
usb: typec: tipd: fix event checking for tps25750
Javier Carrasco
2024-05-10
1
-3
/
+3
|
*
usb: fotg210: Use *-y instead of *-objs in Makefile
Andy Shevchenko
2024-05-10
1
-7
/
+3
|
*
usb: typec: ucsi: displayport: Fix potential deadlock
Heikki Krogerus
2024-05-10
1
-4
/
+0
|
*
usb: typec: qcom-pmic-typec: split HPD bridge alloc and registration
Dmitry Baryshkov
2024-05-10
1
-2
/
+8
|
*
usb: musc: Remove unused list 'buffers'
Dr. David Alan Gilbert
2024-05-10
1
-9
/
+0
|
*
usb: dwc3: Wait unconditionally after issuing EndXfer command
Prashanth K
2024-05-10
1
-3
/
+1
|
*
Merge 6.9-rc7 into usb-next
Greg Kroah-Hartman
2024-05-10
15
-84
/
+147
|
|
\
|
*
|
usb: gadget: u_audio: Clear uac pointer when freed.
Chris Wulff
2024-05-04
1
-0
/
+2
|
*
|
usb: gadget: u_audio: Fix race condition use of controls after free during ga...
Chris Wulff
2024-05-04
1
-10
/
+9
|
*
|
usb: core: Remove the useless struct usb_devmap which is just a bitmap
Christophe JAILLET
2024-05-04
2
-7
/
+6
|
*
|
USB: usb_parse_endpoint: ignore reserved bits
Oliver Neukum
2024-05-03
1
-4
/
+4
|
*
|
usb: xhci: compact 'trb_in_td()' arguments
Niklas Neronin
2024-05-01
2
-27
/
+16
|
*
|
usb: xhci: remove duplicate TRB_TO_SLOT_ID() calls
Niklas Neronin
2024-05-01
1
-11
/
+6
|
*
|
xhci: pci: Use PCI_VENDOR_ID_RENESAS
Andy Shevchenko
2024-05-01
1
-2
/
+2
|
*
|
xhci: pci: Group out Thunderbolt xHCI IDs
Andy Shevchenko
2024-05-01
1
-7
/
+9
|
*
|
xhci: pci: Use full names in PCI IDs for Intel platforms
Andy Shevchenko
2024-05-01
1
-9
/
+9
|
*
|
usb: xhci: remove goto 'cleanup' in handle_tx_event()
Niklas Neronin
2024-05-01
1
-17
/
+21
|
*
|
usb: xhci: replace goto with return when possible in handle_tx_event()
Niklas Neronin
2024-05-01
1
-3
/
+3
|
*
|
usb: xhci: remove 'handling_skipped_tds' from handle_tx_event()
Niklas Neronin
2024-05-01
1
-9
/
+4
|
*
|
usb: xhci: prevent potential failure in handle_tx_event() for Transfer events...
Niklas Neronin
2024-05-01
1
-2
/
+3
|
*
|
xhci: remove XHCI_TRUST_TX_LENGTH quirk
Mathias Nyman
2024-05-01
4
-30
/
+10
|
*
|
xhci: improve PORTSC register debugging output
Mathias Nyman
2024-05-01
1
-1
/
+6
|
*
|
usb: xhci: use array_size() when allocating and freeing memory
Niklas Neronin
2024-05-01
1
-7
/
+7
|
*
|
usb: xhci: remove redundant variable 'erst_size'
Niklas Neronin
2024-05-01
2
-3
/
+1
|
*
|
usb: xhci: address off-by-one in xhci_num_trbs_free()
Niklas Neronin
2024-05-01
1
-1
/
+1
|
*
|
usb: xhci: improve debug message in xhci_ring_expansion_needed()
Niklas Neronin
2024-05-01
1
-4
/
+2
|
*
|
usb: xhci: check if 'requested segments' exceeds ERST capacity
Niklas Neronin
2024-05-01
2
-14
/
+14
|
*
|
xhci: remove xhci_check_usb2_port_capability helper
Mathias Nyman
2024-05-01
1
-21
/
+8
|
*
|
xhci: stored cached port capability values in one place
Mathias Nyman
2024-05-01
3
-28
/
+7
|
*
|
usb: dwc3: exynos: add support for Google Tensor gs101
André Draszik
2024-04-30
1
-0
/
+9
|
*
|
USB: fix up for "usb: misc: onboard_hub: rename to onboard_dev"
Stephen Rothwell
2024-04-30
1
-1
/
+5
|
*
|
usb: dwc3: core: Fix compile warning on s390 gcc in dwc3_get_phy call
Krishna Kurapati
2024-04-26
1
-3
/
+3
|
*
|
usb: dwc3: qcom: Add multiport suspend/resume support for wrapper
Krishna Kurapati
2024-04-23
1
-6
/
+17
|
*
|
usb: dwc3: qcom: Enable wakeup for applicable ports of multiport
Krishna Kurapati
2024-04-23
1
-30
/
+41
|
*
|
usb: dwc3: qcom: Refactor IRQ handling in glue driver
Krishna Kurapati
2024-04-23
1
-34
/
+106
|
*
|
usb: dwc3: qcom: Add helper function to request wakeup interrupts
Krishna Kurapati
2024-04-23
1
-29
/
+24
|
*
|
usb: dwc3: core: Refactor PHY logic to support Multiport Controller
Krishna Kurapati
2024-04-23
3
-84
/
+201
|
*
|
usb: dwc3: core: Skip setting event buffers for host only controllers
Krishna Kurapati
2024-04-23
1
-0
/
+13
|
*
|
usb: dwc3: core: Access XHCI address space temporarily to read port info
Krishna Kurapati
2024-04-23
2
-0
/
+66
|
*
|
Merge 6.9-rc5 into usb-next
Greg Kroah-Hartman
2024-04-23
13
-43
/
+85
|
|
\
\
|
*
|
|
usb: dwc3: exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Anand Moon
2024-04-18
1
-10
/
+3
|
*
|
|
usb: ohci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Anand Moon
2024-04-18
1
-10
/
+3
|
*
|
|
usb: ohci-exynos: Use devm_clk_get_enabled() helpers
Anand Moon
2024-04-18
1
-11
/
+3
|
*
|
|
usb: ehci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
Anand Moon
2024-04-18
1
-10
/
+3
|
*
|
|
usb: ehci-exynos: Use devm_clk_get_enabled() helpers
Anand Moon
2024-04-18
1
-11
/
+3
|
*
|
|
usb: renesas_usbhs: Remove renesas_usbhs_get_info() wrapper
Geert Uytterhoeven
2024-04-18
1
-1
/
+1
[prev]
[next]