summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-07-21Merge tag 'v6.16-rc7' into usb-nextGreg Kroah-Hartman1-2/+6
2025-07-16usb: hub: Don't try to recover devices lost during warm reset.Mathias Nyman1-2/+6
2025-07-09usb: core: add dma-noncoherent buffer alloc and free APIXu Yang2-8/+101
2025-07-05Merge merge point of tag 'usb-6.16-rc5' into usb-nextGreg Kroah-Hartman4-2/+37
2025-07-01usb: core: config: Prevent OOB read in SS endpoint companion parsingXinyu Liu1-2/+8
2025-06-30usb: hub: Fix flushing of delayed work used for post resume purposesMathias Nyman2-13/+9
2025-06-26usb: hub: Fix flushing and scheduling of delayed work that tunes runtime pmMathias Nyman1-2/+4
2025-06-24usb: core: Use sysfs_emit_at() when showing dynamic IDsHanne-Lotta Mäenpää1-2/+2
2025-06-19usb: acpi: fix device link removalHeikki Krogerus2-1/+6
2025-06-19usb: hub: fix detection of high tier USB3 devices behind suspended hubsMathias Nyman1-1/+32
2025-06-19Logitech C-270 even more brokenOliver Neukum1-1/+2
2025-06-19usb: core: modify comments xhci_hc_driver has HCD_MEMORY just like ehci ohciXu Rao1-1/+1
2025-06-19usb: core: usb_submit_urb: downgrade type checkOliver Neukum1-1/+1
2025-06-19usb: core: Remove unused usb_unlink_anchored_urbsDr. David Alan Gilbert1-26/+3
2025-06-19usb: core: Add 0x prefix to quirks debug outputJiayi Li1-1/+1
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-2/+2
2025-05-21usb: core: config: Use USB API functions rather than constantsChen Ni1-1/+1
2025-05-21usb: Flush altsetting 0 endpoints before reinitializating them after reset.Mathias Nyman1-2/+14
2025-05-21usb: quirks: Add NO_LPM quirk for SanDisk Extreme 55AEJiayi Li1-0/+3
2025-04-28Merge 6.15-rc4 into usb-nextGreg Kroah-Hartman1-0/+9
2025-04-25usb: acpi: Prevent null pointer dereference in usb_acpi_add_usb4_devlink()Chenyuan Yang1-0/+2
2025-04-15usb: quirks: Add delay init quirk for SanDisk 3.2Gen1 Flash DriveMiao Li1-0/+3
2025-04-11USB: VLI disk crashes if LPM is usedOliver Neukum1-0/+3
2025-04-11usb: quirks: add DELAY_INIT quirk for Silicon Motion Flash DriveMiao Li1-0/+3
2025-04-11usb: hub: Fail fast in USB3 link power management enable pathMathias Nyman1-8/+12
2025-04-11usb: hub: reorder USB3 link power management enable requestsMathias Nyman1-8/+13
2025-04-11usb: hub: Don't disable LPM completely if device initiated LPM failsMathias Nyman1-11/+2
2025-04-11usb: hub: verify device is configured in usb_device_may_initiate_lpm()Mathias Nyman1-8/+8
2025-04-11usb: hub: Block less in USB3 link power management LPM disable pathMathias Nyman1-6/+10
2025-04-11usb: Add checks for snprintf() calls in usb_alloc_dev()Andy Shevchenko1-4/+10
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-4/+4
2025-03-14usb: core: Don't use %pK through printkThomas Weißschuh2-3/+3
2025-03-10Merge v6.14-rc6 into usb-nextGreg Kroah-Hartman2-0/+37
2025-03-06usb: quirks: Add DELAY_INIT and NO_LPM for Prolific Mass Storage Card ReaderMiao Li1-0/+4
2025-03-03usb: core: replace usb_sndaddr0pipe macro with usb_sndctrlpipeStefan Eichenberger1-3/+1
2025-03-03usb: hub: lack of clearing xHC resourcesPawel Laszczak1-0/+33
2025-02-21USB: core: Add eUSB2 descriptor and parsing in USB coreKannappan R1-5/+46
2025-02-14USB: quirks: add USB_QUIRK_NO_LPM quirk for Teclast distLei Huang1-0/+3
2025-02-14usb: core: fix pipe creation for get_bMaxPacketSize0Stefan Eichenberger1-2/+1
2025-02-14USB: Add USB_QUIRK_NO_LPM quirk for sony xperia xz1 smartphoneMathias Nyman1-0/+3
2025-02-03USB: hub: Ignore non-compliant devices with too many configs or interfacesAlan Stern1-0/+11
2025-01-28Merge tag 'usb-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds9-39/+44
2025-01-20Merge branches 'acpi-battery', 'acpi-fan' and 'acpi-misc'Rafael J. Wysocki1-2/+1
2025-01-17usb: hcd: Bump local buffer size in rh_string()Andy Shevchenko1-1/+1
2025-01-15usb: quirks: Add NO_LPM quirk for TOSHIBA TransMemory-Mx deviceMiao Li1-0/+3
2025-01-15USB: Use str_enable_disable-like helpersKrzysztof Kozlowski2-6/+7
2025-01-15USB: Replace own str_plural with common oneKrzysztof Kozlowski2-20/+11
2025-01-13Merge 6.13-rc7 into usb-nextGreg Kroah-Hartman2-5/+8