index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
2010-03-19
USB: Fix usb_fill_int_urb for SuperSpeed devices
Matthew Wilcox
1
-0
/
+1
2010-03-19
USB: fix usbfs regression
Alan Stern
1
-3
/
+14
2010-03-08
Driver core: create lock/unlock functions for struct device
Greg Kroah-Hartman
1
-2
/
+2
2010-03-07
USB: remove unused defintion of struct usb_device_status
Dmitry Torokhov
1
-5
/
+0
2010-03-07
usbfs: fix deadlock on 'usbfs_mutex', clean up poll
Linus Torvalds
1
-42
/
+24
2010-03-03
USB: don't read past config->interface[] if usb_control_msg() fails in usb_re...
Roel Kluin
1
-1
/
+1
2010-03-03
USB: fix the idProduct value for USB-3.0 root hubs
Alan Stern
1
-1
/
+1
2010-03-03
USB: remove debugging message for uevent constructions
Alan Stern
1
-3
/
+1
2010-03-03
USB: usbfs_snoop: add data logging back in
Chris Frey
1
-13
/
+38
2010-03-03
USB: trivial: missing newline in usb core warning message
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2010-03-03
USB: BKL removal from ioctl path of usbfs
Oliver Neukum
1
-9
/
+3
2010-03-03
USB: Reduce scope of BKL in usb ioctl handling
Oliver Neukum
1
-4
/
+10
2010-03-03
USB: Push BKL on open down into the drivers
Oliver Neukum
1
-2
/
+0
2010-03-03
USB: Remove BKL from lseek implementations
Oliver Neukum
2
-4
/
+4
2010-03-03
USB: Remove BKL from usbdev_open()
Oliver Neukum
1
-4
/
+0
2010-03-03
USB: Remove BKL from poll()
Oliver Neukum
1
-19
/
+9
2010-03-03
USB hub: make USB device id constant
Németh Márton
1
-1
/
+1
2010-03-03
USB: Move hcd free_dev call into usb_disconnect to fix oops
Herbert Xu
3
-4
/
+13
2010-03-03
USB: convert to the runtime PM framework
Alan Stern
8
-612
/
+410
2010-03-03
USB: rearrange functions in driver.c
Alan Stern
1
-103
/
+103
2010-03-03
USB: change handling of negative autosuspend delays
Alan Stern
2
-5
/
+27
2010-03-03
USB: implement usb_enable_autosuspend
Alan Stern
4
-21
/
+56
2010-03-03
USB: use the device lock for persist_enabled
Alan Stern
1
-2
/
+3
2010-03-03
USB: consolidate remote wakeup routines
Alan Stern
3
-11
/
+11
2010-03-03
USB: change locking for device-level autosuspend
Alan Stern
3
-20
/
+30
2010-03-03
USB: rearrange code in usb_probe_interface
Alan Stern
1
-32
/
+31
2010-03-03
USB: Use bInterfaceNumber in bandwidth allocations.
Sarah Sharp
1
-2
/
+7
2010-03-03
USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
Greg Kroah-Hartman
3
-7
/
+7
2010-03-03
USB: retain USB device power/wakeup setting across reconfiguration
Dan Streetman
1
-4
/
+12
2010-03-03
USB: Export QUIRK_RESET_MORPHS through sysfs
Oliver Neukum
1
-0
/
+31
2010-03-03
USB: storage: Never reset devices that will morph to an old mode
Oliver Neukum
1
-1
/
+2
2010-03-03
USB: Add call to notify xHC of a device reset.
Sarah Sharp
2
-8
/
+12
2010-03-03
USB: check the endpoint type against the pipe type
Alan Stern
2
-9
/
+20
2010-02-26
PM: Allow USB devices to suspend/resume asynchronously
Rafael J. Wysocki
3
-0
/
+3
2010-02-26
USB: implement non-tree resume ordering constraints for PCI host controllers
Alan Stern
2
-1
/
+134
2010-02-17
USB: usbfs: properly clean up the as structure on error paths
Linus Torvalds
1
-14
/
+26
2010-02-17
USB: usbfs: only copy the actual data received
Greg KH
1
-4
/
+4
2010-01-21
USB: Fix duplicate sysfs problem after device reset.
Sarah Sharp
2
-10
/
+23
2010-01-21
USB: add speed values for USB 3.0 and wireless controllers
Greg Kroah-Hartman
1
-0
/
+6
2010-01-21
USB: add missing delay during remote wakeup
Alan Stern
1
-0
/
+3
2010-01-21
USB: Don't use GFP_KERNEL while we cannot reset a storage device
Oliver Neukum
2
-5
/
+5
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
[next]