index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-29
usb: core: usbport: fix "BUG: key not in .data" when lockdep is enabled
Christian Lamparter
1
-0
/
+1
2017-08-28
usb: Add device quirk for Logitech HD Pro Webcam C920-C
Dmitry Fleytman
1
-1
/
+2
2017-08-28
usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
Kai-Heng Feng
1
-0
/
+3
2017-08-28
USB: core: constify vm_operations_struct
Arvind Yadav
1
-1
/
+1
2017-08-28
USB: core: Avoid race of async_completed() w/ usbdev_release()
Douglas Anderson
1
-2
/
+2
2017-08-16
usb: Increase root hub reset signaling time to prevent retry
Mathias Nyman
1
-1
/
+1
2017-08-14
Merge 4.13-rc5 into usb-next
Greg Kroah-Hartman
3
-5
/
+13
2017-08-10
usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet Adapter
Kai-Heng Feng
1
-0
/
+3
2017-08-10
USB: Check for dropped connection before switching to full speed
Alan Stern
1
-4
/
+6
2017-08-10
usb:xhci:Add quirk for Certain failing HP keyboard on reset after resume
Sandeep Singh
1
-0
/
+1
2017-08-10
usb: hcd: constify attribute_group structures.
Arvind Yadav
1
-1
/
+1
2017-07-30
usb: core: unlink urbs from the tail of the endpoint's urb_list
Bin Liu
1
-1
/
+1
2017-07-30
USB: hcd: Mark secondary HCD as dead if the primary one died
Rafael J. Wysocki
1
-0
/
+2
2017-07-22
usb: core: hub: controller driver name may be NULL
Peter Chen
1
-2
/
+15
2017-07-22
usb: Convert to using %pOF instead of full_name
Rob Herring
2
-3
/
+3
2017-07-06
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-29
/
+19
2017-07-04
Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-6
/
+1
2017-06-29
usbdevfs: get rid of field-by-field copyin
Al Viro
1
-29
/
+19
2017-06-29
Add USB quirk for HVR-950q to avoid intermittent device resets
Devin Heitmueller
1
-0
/
+4
2017-06-29
USB hub_probe: rework ugly goto-into-compound-statement
Eugene Korenevsky
1
-17
/
+21
2017-06-27
usb: core: read USB ports from DT in the usbport LED trigger driver
Rafał Miłecki
1
-0
/
+56
2017-06-15
usb: Avoid unnecessary LPM enabling and disabling during suspend and resume
Mathias Nyman
1
-11
/
+2
2017-06-15
USB / PCI / PM: Allow the PCI core to do the resume cleanup
Rafael J. Wysocki
1
-6
/
+1
2017-06-13
USB: of: fix root-hub device-tree node handling
Johan Hovold
2
-4
/
+2
2017-06-13
USB: of: document reference taken by child-lookup helper
Johan Hovold
1
-1
/
+2
2017-06-13
USB: core: fix device node leak
Johan Hovold
1
-0
/
+2
2017-06-13
USB: add usbfs ioctl to retrieve the connection speed
Alan Stern
1
-0
/
+3
2017-06-03
usb: optimize acpi companion search for usb port devices
Mathias Nyman
1
-3
/
+23
2017-05-22
Merge 4.12-rc2 into usb-next
Greg Kroah-Hartman
5
-16
/
+35
2017-05-17
usb: core: Check URB setup_packet and transfer_buffer sanity
Florian Fainelli
1
-0
/
+12
2017-05-17
USB: hub: fix SS max number of ports
Johan Hovold
1
-1
/
+7
2017-05-17
USB: hub: fix non-SS hub-descriptor handling
Johan Hovold
1
-4
/
+9
2017-05-17
USB: hub: fix SS hub-descriptor handling
Johan Hovold
1
-2
/
+6
2017-05-17
USB: core: of: document reference taken by companion helper
Johan Hovold
1
-0
/
+3
2017-05-17
usb: core: fix potential memory leak in error path during hcd creation
Anton Bondarenko
1
-0
/
+1
2017-05-17
USB: core: replace %p with %pK
Vamsi Krishna Samavedam
3
-10
/
+10
2017-05-04
Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
9
-57
/
+259
2017-05-02
Merge tag 'docs-4.12' of git://git.lwn.net/linux
Linus Torvalds
2
-1
/
+2
2017-04-18
usb: fix some references for /proc/bus/usb
Mauro Carvalho Chehab
1
-2
/
+2
2017-04-11
docs-rst: fix usb cross-references
Mauro Carvalho Chehab
1
-1
/
+1
2017-04-11
usb: get rid of some ReST doc build errors
Mauro Carvalho Chehab
1
-0
/
+1
2017-04-08
usb: hcd: use correct device pointer for dma ops
Sekhar Nori
1
-1
/
+1
2017-04-03
Merge 4.11-rc5 into usb-next
Greg Kroah-Hartman
1
-2
/
+5
2017-03-29
USB: Proper handling of Race Condition when two USB class drivers try to call...
Ajay Kaher
1
-2
/
+7
2017-03-27
USB: fix linked-list corruption in rh_call_control()
Alan Stern
1
-2
/
+5
2017-03-27
Merge 4.11-rc4 into usb-next
Greg Kroah-Hartman
3
-1
/
+19
2017-03-24
USB: core: fix up kerneldoc comment
Johan Hovold
1
-2
/
+13
2017-03-23
USB: core: add helpers to retrieve endpoints in reverse order
Johan Hovold
1
-36
/
+76
2017-03-23
USB: core: add helpers to retrieve endpoints
Johan Hovold
1
-0
/
+83
2017-03-23
usb: separate out sysdev pointer from usb_bus
Arnd Bergmann
3
-50
/
+60
[next]