| Age | Commit message (Expand) | Author | Files | Lines |
| 2 days | Merge branch 'usb-next' of https://git.kernel.org/pub/scm/linux/kernel/git/gr... | Mark Brown | 8 | -7/+172 |
| 3 days | Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/te... | Mark Brown | 1 | -12/+26 |
| 3 days | usb: xhci: tegra: Explicitly specify PMC instance to use | Thierry Reding | 1 | -12/+26 |
| 10 days | usb: host: add ARCH_AIROHA in XHCI MTK dependency | Christian Marangi | 1 | -1/+1 |
| 10 days | usb: host: max3421: Reject hub port requests for non-existent ports | Seungjin Bae | 1 | -0/+4 |
| 10 days | usb: host: max3421: Fix shift-out-of-bounds in max3421_hub_control() | Seungjin Bae | 1 | -0/+4 |
| 10 days | xhci: tegra: Fix ghost USB device on dual-role port unplug | Wei-Cheng Chen | 1 | -30/+39 |
| 11 days | usb: xhci-pci: add AMD Promontory 21 PCI glue | Jihong Min | 5 | -0/+158 |
| 11 days | usb: xhci-mtk: Use FIELD_MODIFY() | Hans Zhang | 1 | -3/+3 |
| 11 days | usb: xhci: Use FIELD_MODIFY() | Hans Zhang | 1 | -3/+2 |
| 2026-04-11 | drivers/usb/host: Fix spelling error 'seperate' -> 'separate' | Qinghua Zhao | 1 | -1/+1 |
| 2026-04-06 | Merge tag 'v7.0-rc7' into usb-next | Greg Kroah-Hartman | 2 | -17/+5 |
| 2026-04-02 | usb: xhci: Make usb_host_endpoint.hcpriv survive endpoint_disable() | Michal Pecio | 1 | -1/+0 |
| 2026-04-02 | usb: xhci: remove duplicate '0x' prefix | Niklas Neronin | 2 | -5/+5 |
| 2026-04-02 | usb: xhci: move roothub port limit validation | Niklas Neronin | 1 | -27/+18 |
| 2026-04-02 | usb: xhci: simpilfy resume root hub code | Niklas Neronin | 1 | -20/+16 |
| 2026-04-02 | usb: xhci: cleanup xhci_hub_report_usb3_link_state() | Niklas Neronin | 1 | -36/+20 |
| 2026-04-02 | usb: xhci: rename parameter to match argument 'portsc' | Niklas Neronin | 1 | -31/+30 |
| 2026-04-02 | usb: xhci: add PORTSC variable to xhci_hub_control() | Niklas Neronin | 1 | -51/+51 |
| 2026-04-02 | usb: xhci: add PORTPMSC variable to xhci_hub_control() | Niklas Neronin | 1 | -9/+9 |
| 2026-04-02 | usb: xhci: separate use of USB Chapter 11 PLS macros from xHCI-specific PLS m... | Niklas Neronin | 1 | -7/+7 |
| 2026-04-02 | usb: xhci: clean up 'wValue' handling in xhci_hub_control() | Niklas Neronin | 1 | -4/+6 |
| 2026-04-02 | usb: xhci: clean up handling of upper bits in SetPortFeature wIndex | Niklas Neronin | 1 | -13/+12 |
| 2026-04-02 | usb: xhci: rename 'wIndex' parameters to 'portnum' | Niklas Neronin | 1 | -33/+27 |
| 2026-04-02 | usb: xhci: stop treating 'wIndex' as a mutable port number | Niklas Neronin | 1 | -35/+30 |
| 2026-04-02 | usb: xhci: optimize resuming from S4 (suspend-to-disk) | Niklas Neronin | 3 | -23/+34 |
| 2026-04-02 | usb: xhci: improve debug messages during suspend | Niklas Neronin | 1 | -28/+37 |
| 2026-04-02 | usb: xhci: split core allocation and initialization | Niklas Neronin | 2 | -20/+13 |
| 2026-04-02 | usb: xhci: move initialization for lifetime objects | Niklas Neronin | 2 | -8/+8 |
| 2026-04-02 | usb: xhci: move ring initialization | Niklas Neronin | 3 | -5/+18 |
| 2026-04-02 | usb: xhci: move reserving command ring trb | Niklas Neronin | 2 | -7/+6 |
| 2026-04-02 | usb: xhci: factor out roothub bandwidth cleanup | Niklas Neronin | 1 | -21/+29 |
| 2026-04-02 | usb: xhci: relocate Restore/Controller error check | Niklas Neronin | 1 | -8/+5 |
| 2026-04-02 | usb: xhci: simplify CMRT initialization logic | Niklas Neronin | 1 | -5/+3 |
| 2026-04-02 | usb: xhci: Fix debugfs bandwidth reporting | Michal Pecio | 2 | -4/+15 |
| 2026-04-02 | usb: xhci: Simplify clearing the Event Interrupt bit | Michal Pecio | 1 | -3/+2 |
| 2026-04-02 | xhci: use BIT macro | Oliver Neukum | 1 | -60/+61 |
| 2026-04-02 | usb: host: xhci-sideband: delegate offload_usage tracking to class drivers | Guan-Yu Lin | 1 | -13/+1 |
| 2026-04-02 | usb: core: use dedicated spinlock for offload state | Guan-Yu Lin | 1 | -2/+2 |
| 2026-03-30 | usb: ehci-brcm: fix sleep during atomic | Justin Chen | 1 | -2/+2 |
| 2026-03-30 | usb: tegra: use MODULE_FIRMWARE if SOC is ENABLED | Nicolas Chauvet | 1 | -0/+8 |
| 2026-03-18 | usb: fhci: use kzalloc_flex for priv struct | Rosen Penev | 2 | -13/+5 |
| 2026-03-16 | Merge 7.0-rc4 into usb-next | Greg Kroah-Hartman | 3 | -3/+12 |
| 2026-03-11 | xhci: Fix NULL pointer dereference when reading portli debugfs files | Mathias Nyman | 1 | -1/+9 |
| 2026-03-11 | usb: xhci: Prevent interrupt storm on host controller error (HCE) | Dayu Jiang | 1 | -0/+1 |
| 2026-03-11 | usb: xhci: Fix memory leak in xhci_disable_slot() | Zilin Guan | 1 | -2/+2 |
| 2026-03-11 | usb: ehci-orion: remove optional PHY handling code remnants | Gabor Juhos | 1 | -9/+0 |
| 2026-03-11 | usb: xhci: tegra: Remove redundant mutex when setting phy mode | Diogo Ivo | 1 | -4/+0 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 2 | -4/+2 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 12 | -23/+23 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 24 | -61/+58 |
| 2026-02-17 | Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 10 | -3810/+223 |
| 2026-02-11 | Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+0 |
| 2026-01-23 | xhci: dbc: allow setting manufacturer string through sysfs | Łukasz Bartosik | 1 | -0/+36 |
| 2026-01-23 | xhci: dbc: allow setting product string through sysfs | Łukasz Bartosik | 1 | -0/+36 |
| 2026-01-23 | xhci: dbc: allow setting device serial number through sysfs | Łukasz Bartosik | 1 | -0/+36 |
| 2026-01-23 | xhci: dbc: prepare to expose strings through sysfs | Łukasz Bartosik | 2 | -78/+112 |
| 2026-01-23 | usb: host: tegra: Remove manual wake IRQ disposal | Wayne Chang | 1 | -19/+2 |
| 2026-01-19 | Merge 6.19-rc6 usb-next | Greg Kroah-Hartman | 5 | -5/+15 |
| 2026-01-16 | xhci: sideband: don't dereference freed ring when removing sideband endpoint | Mathias Nyman | 2 | -4/+12 |
| 2026-01-14 | usb: host: xhci-tegra: Use platform_get_irq_optional() for wake IRQs | Wayne Chang | 1 | -1/+1 |
| 2026-01-14 | USB: OHCI/UHCI: Add soft dependencies on ehci_platform | Huacai Chen | 2 | -0/+2 |
| 2026-01-14 | USB: HCD: remove logic about which hcd is loaded | Greg Kroah-Hartman | 3 | -16/+0 |
| 2026-01-09 | PCI: Add ASPEED vendor ID to pci_ids.h | Nirmoy Das | 1 | -1/+0 |
| 2026-01-07 | USB: host: drop unneeded dependency on OF_GPIO | Bartosz Golaszewski | 1 | -1/+1 |
| 2026-01-07 | usb: isp1362-hcd: remove Philips ISP1362 USB OTG controller driver | Vladimir Zapolskiy | 4 | -3696/+0 |
| 2025-12-23 | usb: ohci-nxp: clean up probe error labels | Johan Hovold | 1 | -8/+8 |
| 2025-12-23 | usb: ohci-nxp: fix device leak on probe failure | Johan Hovold | 1 | -0/+2 |
| 2025-12-17 | xhci: dbgtty: fix device unregister: fixup | Łukasz Bartosik | 1 | -1/+1 |
| 2025-12-06 | Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 20 | -466/+554 |
| 2025-12-02 | Merge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -0/+1 |
| 2025-11-21 | xhci: dbgtty: fix device unregister | Łukasz Bartosik | 1 | -0/+6 |
| 2025-11-21 | usb: ohci-da8xx: remove unused platform data | Bartosz Golaszewski | 1 | -17/+0 |
| 2025-11-21 | usb: Remove redundant pm_runtime_mark_last_busy() calls | Sakari Ailus | 2 | -2/+0 |
| 2025-11-21 | usb: host: ohci-platform: Call reset assert/deassert on suspend/resume | Claudiu Beznea | 1 | -2/+19 |
| 2025-11-21 | usb: host: ehci-platform: Call reset assert/deassert on suspend/resume | Claudiu Beznea | 1 | -2/+20 |
| 2025-11-21 | usb: host: Do not check priv->clks[clk] | Claudiu Beznea | 2 | -4/+2 |
| 2025-11-21 | usb: xhci: Add debugfs support for xHCI Port Link Info (PORTLI) register. | Rai, Amardeep | 3 | -1/+42 |
| 2025-11-21 | usb: xhci: standardize single bit-field macros | Niklas Neronin | 7 | -37/+38 |
| 2025-11-21 | usb: xhci: drop xhci-caps.h dependence on xhci-ext-caps.h | Niklas Neronin | 1 | -2/+2 |
| 2025-11-21 | usb: xhci: simplify Max Scratchpad buffer macros | Niklas Neronin | 1 | -1/+3 |
| 2025-11-21 | usb: xhci: simplify Isochronous Scheduling Threshold handling | Niklas Neronin | 2 | -15/+20 |
| 2025-11-21 | usb: xhci: improve xhci-caps.h comments | Niklas Neronin | 1 | -43/+57 |
| 2025-11-21 | usb: xhci: limit number of interrupts to 128 | Niklas Neronin | 2 | -8/+12 |
| 2025-11-21 | usb: xhci: limit number of ports to 127 | Niklas Neronin | 3 | -4/+7 |
| 2025-11-21 | usb: xhci: simplify handling of Structural Parameters 1 values | Niklas Neronin | 7 | -47/+33 |
| 2025-11-21 | usb: xhci: use cached HCSPARAMS1 value | Niklas Neronin | 1 | -2/+1 |
| 2025-11-21 | usb: xhci: remove unused trace operation and argument | Niklas Neronin | 2 | -21/+8 |
| 2025-11-21 | usb: xhci: remove deprecated TODO comment | Niklas Neronin | 1 | -1/+0 |
| 2025-11-21 | usb: xhci: replace use of system_wq with system_percpu_wq | Marco Crivellari | 2 | -5/+5 |
| 2025-11-21 | usb: xhci: Don't unchain link TRBs on quirky HCs | Michal Pecio | 1 | -11/+16 |
| 2025-11-21 | usb: xhci: Assume that endpoints halt as specified | Michal Pecio | 1 | -50/+23 |
| 2025-11-21 | usb: xhci: implement USB Port Register Set struct | Niklas Neronin | 4 | -30/+24 |
| 2025-11-21 | usb: xhci: add USB Port Register Set struct | Niklas Neronin | 2 | -22/+17 |
| 2025-11-21 | usb: xhci: add helper to read PORTSC register | Niklas Neronin | 7 | -48/+55 |
| 2025-11-21 | usb: xhci: add tracing for PORTSC register writes | Niklas Neronin | 6 | -20/+32 |
| 2025-11-21 | usb: xhci: rework xhci_decode_portsc() | Niklas Neronin | 1 | -22/+35 |
| 2025-11-21 | xhci: simplify and rework trb_in_td() | Mathias Nyman | 1 | -43/+27 |
| 2025-11-21 | xhci: Add helper to find trb from its dma address | Mathias Nyman | 1 | -6/+22 |
| 2025-11-21 | usb: xhci: limit run_graceperiod for only usb 3.0 devices | Hongyu Xie | 1 | -1/+1 |
| 2025-11-21 | usb: xhci-mtk: correct most kernel-doc problems in xhci-mtk.h | Randy Dunlap | 1 | -4/+6 |
| 2025-11-17 | Merge back earlier material related to system sleep for 6.19 | Rafael J. Wysocki | 1 | -0/+1 |
| 2025-11-14 | usb: sl811-hcd: Add PM_EVENT_POWEROFF into suspend callbacks | Mario Limonciello (AMD) | 1 | -0/+1 |
| 2025-11-09 | xhci: sideband: Fix race condition in sideband unregister | Mathias Nyman | 1 | -44/+58 |
| 2025-11-09 | xhci: dbgtty: Fix data corruption when transmitting data form DbC to host | Mathias Nyman | 2 | -1/+17 |
| 2025-11-09 | xhci: fix stale flag preventig URBs after link state error is cleared | Mathias Nyman | 2 | -5/+11 |
| 2025-10-28 | xen/usb: Constify struct hc_driver | Christophe JAILLET | 1 | -2/+2 |
| 2025-10-27 | Merge 6.18-rc3 into usb-next | Greg Kroah-Hartman | 2 | -4/+14 |
| 2025-10-22 | usb: uhci: Work around bogus clang shift overflow warning from DMA_BIT_MASK(64) | Nathan Chancellor | 1 | -9/+6 |
| 2025-10-14 | xhci: dbc: enable back DbC in resume if it was enabled before suspend | Mathias Nyman | 1 | -1/+8 |
| 2025-10-14 | xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races with stall event | Mathias Nyman | 1 | -2/+4 |
| 2025-10-14 | usb: xhci-pci: Fix USB2-only root hub registration | Michal Pecio | 1 | -1/+2 |
| 2025-10-13 | usb: ehci: Add Aspeed AST2700 support | Ryan Chen | 1 | -2/+13 |
| 2025-10-13 | usb: uhci: Add Aspeed AST2700 support | Ryan Chen | 1 | -2/+12 |
| 2025-10-13 | usb: uhci: Add reset control support | Ryan Chen | 2 | -2/+16 |
| 2025-09-18 | usb: xhci: align PORTSC trace with one-based port numbering | Niklas Neronin | 1 | -1/+1 |
| 2025-09-18 | usb: xhci: correct indentation for PORTSC tracing function | Niklas Neronin | 1 | -17/+17 |
| 2025-09-18 | usb: xhci: improve TR Dequeue Pointer mask | Niklas Neronin | 2 | -7/+8 |
| 2025-09-18 | usb: xhci-pci: add support for hosts with zero USB3 ports | Niklas Neronin | 1 | -18/+24 |
| 2025-09-18 | usb: xhci: Update a comment about Stop Endpoint retries | Michal Pecio | 1 | -2/+3 |
| 2025-09-18 | Revert "usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running" | Michal Pecio | 1 | -7/+4 |
| 2025-09-17 | usb: host: xhci-rcar: Add Renesas RZ/G3E USB3 Host driver support | Biju Das | 3 | -1/+68 |
| 2025-09-17 | usb: host: xhci-plat: Add .post_resume_quirk for struct xhci_plat_priv | Biju Das | 2 | -0/+15 |
| 2025-09-17 | usb: host: xhci-rcar: Move R-Car reg definitions | Biju Das | 2 | -44/+50 |
| 2025-09-17 | usb: xhci: plat: Facilitate using autosuspend for xhci plat devices | Krishna Kurapati | 1 | -0/+1 |
| 2025-09-15 | Merge 6.17-rc6 into usb-next | Greg Kroah-Hartman | 2 | -28/+68 |
| 2025-09-12 | Merge patch series "Support system sleep with offloaded usb transfers" into u... | Greg Kroah-Hartman | 3 | -4/+75 |
| 2025-09-12 | usb: host: enable USB offload during system sleep | Guan-Yu Lin | 2 | -0/+20 |
| 2025-09-12 | xhci: sideband: add api to trace sideband usage | Guan-Yu Lin | 1 | -0/+36 |
| 2025-09-12 | usb: xhci-plat: separate dev_pm_ops for each pm_event | Guan-Yu Lin | 1 | -4/+19 |
| 2025-09-12 | usb: xhci: tegra: Support USB wakeup function for Tegra234 | Haotien Hsu | 1 | -2/+80 |
| 2025-09-06 | xhci: fix memory leak regression when freeing xhci vdev devices depth first | Mathias Nyman | 1 | -1/+1 |
| 2025-09-06 | xhci: dbc: Fix full DbC transfer ring after several reconnects | Mathias Nyman | 1 | -2/+21 |
| 2025-09-06 | xhci: dbc: decouple endpoint allocation from initialization | Mathias Nyman | 1 | -25/+46 |
| 2025-09-06 | Merge patch series "eUSB2 Double Isochronous IN Bandwidth support" | Greg Kroah-Hartman | 5 | -48/+63 |
| 2025-09-06 | usb: xhci: Add host support for eUSB2 double isochronous bandwidth devices | Rai, Amardeep | 5 | -17/+62 |
| 2025-09-06 | usb: xhci: Use usb_endpoint_max_periodic_payload() | Sakari Ailus | 1 | -31/+1 |
| 2025-09-06 | usb: host: xhci-tegra: Remove redundant ternary operators | Liao Yuanhong | 1 | -1/+1 |
| 2025-09-06 | usb: ohci: s3c2410: Drop support for S3C2410 systems | Krzysztof Kozlowski | 1 | -8/+0 |
| 2025-08-25 | Merge 6.17-rc3 into usb-next | Greg Kroah-Hartman | 6 | -26/+41 |
| 2025-08-19 | usb: xhci: fix host not responding after suspend and resume | Niklas Neronin | 1 | -0/+2 |
| 2025-08-19 | usb: xhci: Fix slot_id resource race conflict | Weitao Wang | 5 | -23/+35 |
| 2025-08-13 | usb: renesas-xhci: Fix External ROM access timeouts | Marek Vasut | 1 | -3/+4 |
| 2025-08-13 | usb: host: max3421-hcd: Fix error pointer dereference in probe cleanup | Dan Carpenter | 1 | -1/+1 |
| 2025-07-25 | usb: xhci: print xhci->xhc_state when queue_command failed | Su Hui | 1 | -1/+2 |
| 2025-07-17 | usb: xhci: Set avg_trb_len = 8 for EP0 during Address Device Command | Jay Chen | 1 | -0/+2 |
| 2025-07-17 | usb: xhci: Avoid showing warnings for dying controller | Mario Limonciello | 1 | -2/+4 |
| 2025-07-17 | usb: xhci: Avoid showing errors during surprise removal | Mario Limonciello | 1 | -2/+5 |
| 2025-07-05 | Merge merge point of tag 'usb-6.16-rc5' into usb-next | Greg Kroah-Hartman | 8 | -32/+44 |
| 2025-06-28 | xhci: dbc: Flush queued requests before stopping dbc | Mathias Nyman | 1 | -0/+4 |
| 2025-06-28 | xhci: dbctty: disable ECHO flag by default | Łukasz Bartosik | 1 | -0/+1 |
| 2025-06-28 | xhci: Disable stream for xHC controller with XHCI_BROKEN_STREAMS | Hongyu Xie | 1 | -1/+2 |
| 2025-06-28 | usb: xhci: quirk for data loss in ISOC transfers | Raju Rangoju | 3 | -0/+30 |
| 2025-06-24 | usb: ehci: replace scnprintf() with sysfs_emit() | Hendrik Hamerlinck | 1 | -12/+6 |
| 2025-06-19 | Revert "usb: xhci: Implement xhci_handshake_check_state() helper" | Roy Luo | 3 | -30/+3 |
| 2025-06-19 | usb: xhci: Skip xhci_reset in xhci_resume if xhci is being removed | Roy Luo | 1 | -1/+4 |
| 2025-06-19 | usb: ohci-at91: Use dynamic device name for OHCI HCD creation | Mihai Sain | 1 | -1/+1 |
| 2025-06-19 | usb: fsl-mph-dr-of: Remove unnecessary NULL check before clk_disable_unprepare() | Chen Ni | 1 | -2/+1 |
| 2025-06-19 | usb: ohci-spear: Remove unnecessary NULL check before clk_disable_unprepare() | Chen Ni | 1 | -2/+1 |
| 2025-06-19 | usb: host: xhci-plat: fix incorrect type for of_match variable in xhci_plat_p... | Seungjin Bae | 1 | -1/+1 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 8 | -10/+13 |
| 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 | 2 | -12/+12 |
| 2025-05-21 | usb: xhci: rename 'irq_pending' to 'iman' | Niklas Neronin | 3 | -17/+17 |
| 2025-05-21 | usb: xhci: cleanup IMOD register comments | Niklas Neronin | 1 | -15/+18 |
| 2025-05-21 | usb: xhci: rework Event Ring Segment Table Address mask | Niklas Neronin | 2 | -3/+4 |
| 2025-05-21 | usb: xhci: rework Event Ring Segment Table Size mask | Niklas Neronin | 2 | -4/+4 |
| 2025-05-21 | usb: xhci: remove '0' write to write-1-to-clear register | Niklas Neronin | 4 | -9/+10 |
| 2025-05-21 | usb: xhci: guarantee that IMAN register is flushed | Niklas Neronin | 2 | -0/+6 |
| 2025-05-21 | usb: xhci: improve Interrupt Management register macros | Niklas Neronin | 2 | -12/+10 |
| 2025-05-21 | usb: xhci: set requested IMODI to the closest supported value | Niklas Neronin | 2 | -6/+6 |
| 2025-05-21 | usb: xhci: cleanup xhci_mem_init() | Niklas Neronin | 1 | -25/+27 |
| 2025-05-21 | usb: xhci: add individual allocation checks in xhci_mem_init() | Niklas Neronin | 1 | -4/+11 |
| 2025-05-21 | usb: xhci: move initialization of the primary interrupter | Niklas Neronin | 3 | -13/+14 |
| 2025-05-21 | usb: xhci: remove error handling from xhci_add_interrupter() | Niklas Neronin | 1 | -19/+8 |
| 2025-05-21 | usb: xhci: move enabling of USB 3 device notifications | Niklas Neronin | 3 | -12/+18 |
| 2025-05-21 | usb: xhci: move doorbell array pointer assignment | Niklas Neronin | 3 | -10/+15 |
| 2025-05-21 | usb: xhci: move DCBAA pointer write | Niklas Neronin | 2 | -1/+3 |
| 2025-05-21 | usb: xhci: refactor xhci_set_cmd_ring_deq() | Niklas Neronin | 2 | -16/+18 |
| 2025-05-21 | usb: xhci: move command ring pointer write | Niklas Neronin | 2 | -27/+20 |
| 2025-05-21 | usb: xhci: move device slot enabling register write | Niklas Neronin | 2 | -14/+22 |
| 2025-05-21 | usb: xhci: relocate pre-allocation initialization | Niklas Neronin | 2 | -31/+26 |
| 2025-05-21 | usb: xhci: Add debugfs support for xHCI port bandwidth | Xu Rao | 5 | -1/+215 |
| 2025-05-21 | usb: xhci: Don't log transfer ring segment list on errors | Michal Pecio | 1 | -3/+0 |
| 2025-05-13 | Merge 6.15-rc6 into usb-next | Greg Kroah-Hartman | 5 | -14/+32 |
| 2025-05-05 | xhci: dbc: Avoid event polling busyloop if pending rx transfers are inactive. | Mathias Nyman | 2 | -3/+19 |
| 2025-05-05 | usb: xhci: Don't trust the EP Context cycle bit when moving HW dequeue | Michal Pecio | 1 | -10/+9 |
| 2025-05-01 | usb: uhci-platform: Make the clock really optional | Alexey Charkov | 1 | -1/+1 |
| 2025-05-01 | usb: host: tegra: Prevent host controller crash when OTG port is used | Jim Lin | 1 | -0/+3 |
| 2025-04-28 | Merge 6.15-rc4 into usb-next | Greg Kroah-Hartman | 5 | -35/+49 |
| 2025-04-25 | USB: host: omap: Do not enable by default during compile testing | Krzysztof Kozlowski | 1 | -1/+1 |
| 2025-04-11 | USB: OHCI: Add quirk for LS7A OHCI controller (rev 0x02) | Huacai Chen | 1 | -0/+23 |
| 2025-04-11 | usb: ehci-fsl: Fix use of private data to avoid -Wflex-array-member-not-at-en... | Alan Stern | 1 | -17/+8 |
| 2025-04-11 | xhci: Limit time spent with xHC interrupts disabled during bus resume | Mathias Nyman | 3 | -16/+20 |
| 2025-04-11 | usb: xhci: Fix invalid pointer dereference in Etron workaround | Michal Pecio | 1 | -1/+1 |
| 2025-04-11 | usb: xhci: Fix Short Packet handling rework ignoring errors | Michal Pecio | 1 | -1/+1 |
| 2025-04-11 | Revert "xhci: Prevent early endpoint restart when handling STALL errors." | Mathias Nyman | 3 | -13/+3 |
| 2025-04-11 | Revert "xhci: Avoid queuing redundant Stop Endpoint command for stalled endpo... | Mathias Nyman | 1 | -5/+3 |
| 2025-04-11 | usb: host: xhci: Notify xHCI sideband on transfer ring free | Wesley Cheng | 2 | -1/+31 |