summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorLines
2026-04-02usb: core: use dedicated spinlock for offload stateGuan-Yu Lin-52/+74
2026-04-02USB: core: add NO_LPM quirk for Razer Kiyo Pro webcamJP Hein-0/+2
2026-04-02usb: core: phy: avoid double use of 'usb3-phy'Gabor Juhos-1/+11
2026-03-30usb: quirks: add DELAY_INIT quirk for another Silicon Motion flash driveMiao Li-0/+1
2026-03-18usb: hcd: queue wakeup_work to system_freezable_wq workqueueXu Yang-1/+1
2026-03-13USB: ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb speedVyacheslav Vahnenko-0/+3
2026-03-11usb/core/quirks: Add Huawei ME906S-device to wakeup quirkChristoffer Sandberg-0/+4
2026-03-11usb: core: new quirk to handle devices with zero configurationsJie Deng-1/+10
2026-03-11USB: core: Limit the length of unkillable synchronous timeoutsAlan Stern-14/+13
2026-03-11USB: usbcore: Introduce usb_bulk_msg_killable()Alan Stern-10/+69
2026-03-11usb: core: don't power off roothub PHYs if phy_set_mode() failsGabor Juhos-7/+1
2026-02-23USB: add QUIRK_NO_BOS for video capture several devicesA1RM4X-0/+9
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-23/+23
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-45/+40
2026-02-17Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-4/+0
2026-02-04Merge branch 'pm-runtime'Rafael J. Wysocki-5/+3
2026-01-19Merge 6.19-rc6 usb-nextGreg Kroah-Hartman-0/+8
2026-01-14USB: HCD: remove logic about which hcd is loadedGreg Kroah-Hartman-4/+0
2026-01-08USB: core: Discard pm_runtime_put() return valueRafael J. Wysocki-5/+3
2026-01-07usb: core: add USB_QUIRK_NO_BOS for devices that hang on BOS descriptorJohannes BrĂ¼derl-0/+8
2025-11-21USB: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-1/+1
2025-10-27Merge 6.18-rc3 into usb-nextGreg Kroah-Hartman-0/+2
2025-10-22usb: core: Add tracepoints for device allocation and state changesKuen-Han Tsai-1/+75
2025-10-22usb: core: Centralize device state update logicKuen-Han Tsai-12/+16
2025-10-22usb/core/quirks: Add Huawei ME906S to wakeup quirkTim Guttzeit-0/+2
2025-10-13USB: Fix descriptor count when handling invalid MBIM extended descriptorSeungjin Bae-1/+1
2025-10-13usb: hub: Use max() to improve usb_set_lpm_pel()Thorsten Blum-8/+3
2025-10-13usb: core: Drop spaces after function namesClaudiu Beznea-4/+4
2025-09-15Merge 6.17-rc6 into usb-nextGreg Kroah-Hartman-2/+2
2025-09-12usb: host: enable USB offload during system sleepGuan-Yu Lin-6/+44
2025-09-12usb: offload: add apis for offload usage trackingGuan-Yu Lin-0/+138
2025-09-12USB: core: remove the move buf actionEdward Adam Davis-2/+2
2025-09-06Merge patch series "eUSB2 Double Isochronous IN Bandwidth support"Greg Kroah-Hartman-6/+62
2025-09-06usb: core: support eUSB2 double bandwidth large isoc URB framesRai, Amardeep-4/+12
2025-09-06usb: core: Introduce usb_endpoint_is_hs_isoc_double()Sakari Ailus-0/+19
2025-09-06usb: core: Add a function to get USB version independent periodic payloadRai, Amardeep-0/+29
2025-09-06usb: core: eUSB2 companion descriptor is for isoc IN endpoints onlySakari Ailus-2/+1
2025-09-06usb: core: Parse eUSB2 companion descriptors for high speed devices onlySakari Ailus-1/+2
2025-09-06usb: core: Use le16_to_cpu() to read __le16 value in usb_parse_endpoint()Sakari Ailus-1/+1
2025-08-25Merge 6.17-rc3 into usb-nextGreg Kroah-Hartman-12/+17
2025-08-19USB: core: Update kerneldoc for usb_hcd_giveback_urb()Alan Stern-4/+4
2025-08-17USB: Check no positive return values from pm_runtime_resume_and_get()Sakari Ailus-4/+0
2025-08-13kcov, usb: Don't disable interrupts in kcov_remote_start_usb_softirq()Sebastian Andrzej Siewior-7/+5
2025-08-13usb: core: hcd: fix accessing unmapped memory in SINGLE_STEP_SET_FEATURE testXu Yang-1/+7
2025-08-13usb: quirks: Add DELAY_INIT quick for another SanDisk 3.2Gen1 Flash DriveMiao Li-0/+1
2025-08-13USB: lower "Device is not authorized for usage" message to infoDominique Martinet-3/+3
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2025-07-21Merge tag 'v6.16-rc7' into usb-nextGreg Kroah-Hartman-2/+6