summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-4/+2
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds11-23/+23
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook12-45/+40
8 daysMerge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+0
2026-02-04Merge branch 'pm-runtime'Rafael J. Wysocki1-5/+3
2026-01-19Merge 6.19-rc6 usb-nextGreg Kroah-Hartman2-0/+8
2026-01-14USB: HCD: remove logic about which hcd is loadedGreg Kroah-Hartman1-4/+0
2026-01-08USB: core: Discard pm_runtime_put() return valueRafael J. Wysocki1-5/+3
2026-01-07usb: core: add USB_QUIRK_NO_BOS for devices that hang on BOS descriptorJohannes Brüderl2-0/+8
2025-11-21USB: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+1
2025-10-27Merge 6.18-rc3 into usb-nextGreg Kroah-Hartman1-0/+2
2025-10-22usb: core: Add tracepoints for device allocation and state changesKuen-Han Tsai5-1/+75
2025-10-22usb: core: Centralize device state update logicKuen-Han Tsai1-12/+16
2025-10-22usb/core/quirks: Add Huawei ME906S to wakeup quirkTim Guttzeit1-0/+2
2025-10-13USB: Fix descriptor count when handling invalid MBIM extended descriptorSeungjin Bae1-1/+1
2025-10-13usb: hub: Use max() to improve usb_set_lpm_pel()Thorsten Blum1-8/+3
2025-10-13usb: core: Drop spaces after function namesClaudiu Beznea1-4/+4
2025-09-15Merge 6.17-rc6 into usb-nextGreg Kroah-Hartman1-2/+2
2025-09-12usb: host: enable USB offload during system sleepGuan-Yu Lin1-6/+44
2025-09-12usb: offload: add apis for offload usage trackingGuan-Yu Lin3-0/+138
2025-09-12USB: core: remove the move buf actionEdward Adam Davis1-2/+2
2025-09-06Merge patch series "eUSB2 Double Isochronous IN Bandwidth support"Greg Kroah-Hartman3-6/+62
2025-09-06usb: core: support eUSB2 double bandwidth large isoc URB framesRai, Amardeep2-4/+12
2025-09-06usb: core: Introduce usb_endpoint_is_hs_isoc_double()Sakari Ailus1-0/+19
2025-09-06usb: core: Add a function to get USB version independent periodic payloadRai, Amardeep1-0/+29
2025-09-06usb: core: eUSB2 companion descriptor is for isoc IN endpoints onlySakari Ailus1-2/+1
2025-09-06usb: core: Parse eUSB2 companion descriptors for high speed devices onlySakari Ailus1-1/+2
2025-09-06usb: core: Use le16_to_cpu() to read __le16 value in usb_parse_endpoint()Sakari Ailus1-1/+1
2025-08-25Merge 6.17-rc3 into usb-nextGreg Kroah-Hartman2-12/+17
2025-08-19USB: core: Update kerneldoc for usb_hcd_giveback_urb()Alan Stern1-4/+4
2025-08-17USB: Check no positive return values from pm_runtime_resume_and_get()Sakari Ailus1-4/+0
2025-08-13kcov, usb: Don't disable interrupts in kcov_remote_start_usb_softirq()Sebastian Andrzej Siewior1-7/+5
2025-08-13usb: core: hcd: fix accessing unmapped memory in SINGLE_STEP_SET_FEATURE testXu Yang1-1/+7
2025-08-13usb: quirks: Add DELAY_INIT quick for another SanDisk 3.2Gen1 Flash DriveMiao Li1-0/+1
2025-08-13USB: lower "Device is not authorized for usage" message to infoDominique Martinet2-3/+3
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