index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-04
usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in remove_power_attri...
Zijun Hu
1
-0
/
+1
2024-07-18
USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descri...
Alan Stern
1
-3
/
+15
2024-07-18
USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k
WangYuli
1
-0
/
+3
2024-05-17
USB: core: Fix access violation during port device removal
Alan Stern
1
-2
/
+6
2024-05-17
usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device
Alan Stern
1
-2
/
+3
2024-04-27
usb: Disable USB3 LPM at shutdown
Kai-Heng Feng
1
-1
/
+3
2024-04-27
usb: new quirk to reduce the SET_ADDRESS request timeout
Hardik Gajjar
2
-2
/
+20
2024-04-27
usb: xhci: Add timeout argument in address_device USB HCD callback
Hardik Gajjar
1
-1
/
+1
2024-04-03
USB: core: Fix deadlock in usb_deauthorize_interface()
Alan Stern
1
-3
/
+13
2024-04-03
USB: core: Fix deadlock in port "disable" sysfs attribute
Alan Stern
1
-4
/
+34
2024-04-03
USB: core: Add hub_get() and hub_put() routines
Alan Stern
2
-7
/
+18
2024-04-03
usb: port: Don't try to peer unused USB ports based on location
Mathias Nyman
1
-2
/
+3
2024-02-23
USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORT
Oliver Neukum
1
-11
/
+19
2024-02-05
usb: hub: Add quirk to decrease IN-ep poll interval for Microchip USB491x hub
Hardik Gajjar
1
-0
/
+29
2024-02-05
usb: hub: Replace hardcoded quirk value with BIT() macro
Hardik Gajjar
1
-2
/
+2
2023-12-08
usb: config: fix iteration issue in 'usb_get_bos_descriptor()'
Niklas Neronin
1
-1
/
+2
2023-12-08
USB: core: Change configuration warnings to notices
Alan Stern
1
-41
/
+41
2023-10-19
usb: hub: Guard against accesses to uninitialized BOS descriptors
Ricardo Cañuelo
2
-4
/
+23
2023-09-13
USB: core: Fix oversight in SuperSpeed initialization
Alan Stern
1
-12
/
+24
2023-09-13
USB: core: Fix race by not overwriting udev->descriptor in hub_port_init()
Alan Stern
1
-44
/
+70
2023-09-13
USB: core: Change usb_get_device_descriptor() API
Alan Stern
4
-43
/
+44
2023-09-13
USB: core: Unite old scheme and new scheme descriptor reads
Alan Stern
1
-79
/
+94
2023-08-03
USB: quirks: add quirk for Focusrite Scarlett
Łukasz Bartosik
1
-0
/
+4
2023-07-19
usb: hide unused usbfs_notify_suspend/resume functions
Arnd Bergmann
1
-0
/
+2
2023-06-14
usb: usbfs: Use consistent mmap functions
Ruihan Li
1
-2
/
+9
2023-06-14
usb: usbfs: Enforce page requirements for mmap
Ruihan Li
2
-4
/
+46
2023-05-30
USB: core: Add routines for endpoint checks in old drivers
Alan Stern
1
-0
/
+76
2023-03-11
USB: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+1
2023-03-03
USB: core: Don't hold device lock while reading the "descriptors" sysfs file
Alan Stern
2
-8
/
+2
2023-02-14
usb: core: add quirk for Alcor Link AK9563 smartcard reader
Mark Pearson
1
-0
/
+3
2023-01-24
usb: core: hub: disable autosuspend for TI TUSB8041
Flavio Suligoi
1
-0
/
+13
2023-01-24
usb: acpi: add helper to check port lpm capability using acpi _DSM
Mathias Nyman
1
-0
/
+65
2022-12-31
usb: core: hcd: Fix return value check in usb_hcd_setup_local_mem()
Yang Yingliang
1
-1
/
+5
2022-11-09
usb: add NO_LPM quirk for Realforce 87U Keyboard
Nicolas Dumazet
1
-0
/
+3
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+2
2022-10-03
kmsan: handle memory sent to/from USB
Alexander Potapenko
1
-0
/
+2
2022-09-30
usb: add quirks for Lenovo OneLink+ Dock
Jean-Francois Le Fillatre
1
-0
/
+4
2022-09-26
Merge 6.0-rc7 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2022-09-22
USB: add RESET_RESUME quirk for NVIDIA Jetson devices in RCM
Hannu Hartikainen
1
-0
/
+9
2022-09-05
USB: core: Fix RST error in hub.c
Alan Stern
1
-1
/
+1
2022-09-05
Merge 6.0-rc4 into usb-next
Greg Kroah-Hartman
1
-0
/
+10
2022-09-01
USB: hcd-pci: Drop the unused id parameter from usb_hcd_pci_probe()
Heikki Krogerus
1
-6
/
+1
2022-08-31
Revert "usb: add quirks for Lenovo OneLink+ Dock"
Greg Kroah-Hartman
1
-4
/
+0
2022-08-31
usb: host: Initiate urb ep with udev ep0
Khalid Masum
1
-8
/
+1
2022-08-30
USB: core: Prevent nested device-reset calls
Alan Stern
1
-0
/
+10
2022-08-30
usb: add quirks for Lenovo OneLink+ Dock
Jean-Francois Le Fillatre
1
-0
/
+4
2022-08-19
usb/hcd: Fix dma_map_sg error check
Jack Wang
1
-1
/
+1
2022-08-19
usb: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-08-06
Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...
Linus Torvalds
1
-3
/
+14
2022-08-04
Merge tag 'usb-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
8
-112
/
+204
[next]