index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-23
USB core: fix recent kernel-doc warnings
Randy Dunlap
2
-4
/
+6
2009-12-23
USB: fix bugs in usb_(de)authorize_device
Alan Stern
2
-13
/
+25
2009-12-23
USB: rename usb_configure_device
Alan Stern
1
-13
/
+13
2009-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
1
-7
/
+16
2009-12-15
const: constify remaining dev_pm_ops
Alexey Dobriyan
3
-3
/
+3
2009-12-15
USB: Close usb_find_interface race v3
Russ Dill
1
-15
/
+16
2009-12-15
Revert "USB: Close usb_find_interface race"
Greg Kroah-Hartman
1
-10
/
+18
2009-12-12
Merge branch 'compat-ioctl-merge' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-11
/
+99
2009-12-11
USB: core: message: fix sparse warning
Felipe Balbi
1
-1
/
+1
2009-12-11
USB: core: hub: fix sparse warning
Felipe Balbi
1
-1
/
+1
2009-12-11
USB: core: fix sparse warning for static function
Felipe Balbi
1
-1
/
+1
2009-12-11
USB: Check bandwidth when switching alt settings.
Sarah Sharp
4
-22
/
+149
2009-12-11
USB: Refactor code to find alternate interface settings.
Sarah Sharp
2
-10
/
+39
2009-12-11
USB: add remove_id sysfs attr for usb drivers
CHENG Renquan
1
-9
/
+91
2009-12-11
USB: prepare for changover to Runtime PM framework
Alan Stern
3
-65
/
+36
2009-12-11
USB: add devpath sysfs attribute
Greg Kroah-Hartman
1
-1
/
+12
2009-12-11
USB: fix possible null deref in init_usb_class()
Dan Carpenter
1
-0
/
+1
2009-12-11
USB: remove the auto_pm flag
Alan Stern
1
-4
/
+0
2009-12-11
USB: hcd.c: quiet NULL pointer sparse noise
H Hartley Sweeten
1
-1
/
+1
2009-12-11
USB: Close usb_find_interface race
Russ Dill
1
-18
/
+10
2009-12-11
USB: Check results of dma_map_single
Larry Finger
1
-4
/
+10
2009-12-11
USB: fix a bug in the scatter-gather library
Alan Stern
1
-1
/
+2
2009-12-11
USB: add a "remove hardware" sysfs attribute
Alan Stern
3
-2
/
+72
2009-12-11
USB: don't use a fixed DMA mapping for hub status URBs
Alan Stern
1
-7
/
+2
2009-12-11
USB: improved error handling in usb_port_suspend()
Oliver Neukum
1
-2
/
+7
2009-12-11
USB: allow interrupt transfers to WUSB devices
David Vrabel
1
-4
/
+18
2009-12-11
USB: make urb scatter-gather support more generic
David Vrabel
1
-7
/
+1
2009-12-11
USB: Convert a dev_info to a dev_dbg
Matthew Wilcox
1
-1
/
+1
2009-12-11
usbdevfs: move compat_ioctl handling to devio.c
Arnd Bergmann
1
-11
/
+99
2009-12-07
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-1
/
+1
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
1
-1
/
+1
2009-12-01
USB: EHCI: don't send Clear-TT-Buffer following a STALL
Alan Stern
1
-1
/
+1
2009-09-23
USB: Add hub descriptor update hook for xHCI
Sarah Sharp
2
-0
/
+19
2009-09-23
USB: xhci: Set route string for all devices.
Sarah Sharp
1
-2
/
+7
2009-09-23
USB: fix missing error check in probing
Oliver Neukum
1
-12
/
+22
2009-09-23
USB: usbfs: add USBDEVFS_URB_BULK_CONTINUATION flag
Alan Stern
1
-1
/
+77
2009-09-23
USB: Clean up root hub string descriptors
George Spelvin
1
-47
/
+64
2009-09-23
USB: make usb_buffer_map_sg consistent with doc
Jiri Slaby
1
-2
/
+2
2009-09-23
USB: increase usbdevfs max isoc buffer size
Markus Rechberger
1
-1
/
+2
2009-09-23
USB: don't lose mode switch events on suspended devices
Alan Stern
1
-8
/
+1
2009-09-23
USB: check for hub driver not bound to root hub device
Alan Stern
1
-3
/
+7
2009-09-23
USB: make the "usbfs_snoop" log more pertinent
Alan Stern
1
-69
/
+62
2009-09-23
USB: make intf.pm_usage an atomic_t
Alan Stern
2
-18
/
+25
2009-09-23
USB: add API for userspace drivers to "claim" ports
Alan Stern
5
-6
/
+131
2009-09-23
USB: Let usb_sg_init to set transfer_buffer more often
Pete Zaitcev
1
-22
/
+10
2009-09-23
USB: Fix SS endpoint companion descriptor parsing.
Sarah Sharp
1
-1
/
+1
2009-09-22
const: mark remaining super_operations const
Alexey Dobriyan
1
-2
/
+1
2009-09-19
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
2
-6
/
+6
2009-09-15
driver model: constify attribute groups
David Brownell
3
-5
/
+5
2009-08-08
USB: usbfs: fix -ENOENT error code to be -ENODEV
Alan Stern
1
-1
/
+1
[next]