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
2009-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
15
-484
/
+907
2009-06-16
USB: xhci: replace if-elseif-else with switch-case
Viral Mehta
1
-7
/
+18
2009-06-16
USB: Change names of SuperSpeed ep companion descriptor structs.
Sarah Sharp
1
-17
/
+19
2009-06-16
USB: Push scatter gather lists down to host controller drivers.
Sarah Sharp
2
-49
/
+93
2009-06-16
USB: Support for bandwidth allocation.
Sarah Sharp
4
-0
/
+144
2009-06-16
USB: Parse and store the SuperSpeed endpoint companion descriptors.
Sarah Sharp
1
-9
/
+180
2009-06-16
USB: Support for addressing a USB device under xHCI
Sarah Sharp
3
-20
/
+76
2009-06-16
USB: Add route string to struct usb_device.
Sarah Sharp
1
-2
/
+8
2009-06-16
USB: Don't reset USB 3.0 devices on port change detection.
Sarah Sharp
1
-6
/
+36
2009-06-16
USB: Add USB 3.0 roothub support to USB core.
Sarah Sharp
3
-2
/
+77
2009-06-16
USB: Add SuperSpeed to the list of USB device speeds.
Sarah Sharp
5
-4
/
+31
2009-06-16
USB: xhci: BIOS handoff and HW initialization.
Sarah Sharp
1
-0
/
+1
2009-06-16
USB: Avoid PM error messages during resume if a device was disconnected
Frans Pop
1
-1
/
+9
2009-06-16
USB: replace dma_sync_single and dma_sync_sg with dma_sync_single_for_cpu and...
FUJITA Tomonori
1
-4
/
+4
2009-06-16
usb: convert endpoint devices to bus-less childs of the usb interface
Kay Sievers
4
-170
/
+29
2009-06-16
USB: new flag for resume-from-hibernation
Alan Stern
2
-4
/
+4
2009-06-16
USB: move PCI host controllers to new PM framework
Alan Stern
2
-125
/
+126
2009-06-16
USB: remove unused usb_host class
Greg Kroah-Hartman
3
-35
/
+0
2009-06-16
NLS: update handling of Unicode
Alan Stern
1
-7
/
+3
2009-06-16
usb: return device strings in UTF-8
Clemens Ladisch
1
-24
/
+17
2009-06-16
USB: add the usbfs devices file to debugfs
Greg Kroah-Hartman
2
-2
/
+15
2009-06-16
USB: add usb debugfs directory
Greg Kroah-Hartman
1
-0
/
+22
2009-06-16
USB: hub.c: fix sparse warnings
H Hartley Sweeten
1
-3
/
+3
2009-06-16
USB: core/sysfs: fix sparse warnings
H Hartley Sweeten
1
-6
/
+6
2009-06-16
USB: usbfs: deprecate and hide option for !embedded
Scott James Remnant
1
-6
/
+10
2009-06-16
USB: consolidate usb_unbind_interface and usb_driver_release_interface
Alan Stern
1
-13
/
+8
2009-06-16
Driver Core: usb: add nodename support for usb drivers.
Kay Sievers
2
-1
/
+23
2009-06-12
Push BKL down into ->remount_fs()
Alessio Igor Bogani
1
-0
/
+5
2009-04-24
USB: pass mem_flags to dma_alloc_coherent
Johannes Berg
1
-1
/
+1
2009-04-17
USB: add reset endpoint operations
David Vrabel
5
-23
/
+79
2009-03-25
USB: allow malformed LANGID descriptors
Daniel Mack
1
-4
/
+2
2009-03-25
USB: more u32 conversion after transfer_buffer_length and actual_length
Roel Kluin
5
-25
/
+18
2009-03-25
USB: usbfs: remove unneeded "inline" annotations
Alan Stern
1
-6
/
+6
2009-03-25
USB: don't send Set-Interface after reset
Alan Stern
1
-7
/
+16
2009-03-25
USB: allow libusb to talk to unauthenticated WUSB devices
David Vrabel
3
-2
/
+4
2009-03-25
USB: replace uses of __constant_{endian}
Harvey Harrison
2
-5
/
+5
2009-03-25
USB: drivers: use USB API functions rather than constants
Julia Lawall
2
-6
/
+5
2009-03-25
USB: add quirk to avoid config and interface strings
Alan Stern
3
-2
/
+9
2009-03-18
USB: usbfs: keep async URBs until the device file is closed
Alan Stern
1
-5
/
+7
2009-02-28
USB: usb_get_string should check the descriptor type
Alan Stern
1
-3
/
+8
2009-02-18
USB/PCI: Fix resume breakage of controllers behind cardbus bridges
Rafael J. Wysocki
2
-14
/
+2
2009-01-28
USB: fix char-device disconnect handling
Alan Stern
3
-10
/
+12
2009-01-28
USB: Fix suspend-resume of PCI USB controllers
Rafael J. Wysocki
2
-90
/
+27
2009-01-28
USB: don't enable wakeup by default for PCI host controllers
Alan Stern
1
-1
/
+0
2009-01-28
USB: fix toggle mismatch in disable_endpoint paths
Alan Stern
4
-21
/
+30
2009-01-16
drivers/usb/core/hub.c: fix CONFIG_USB_OTG=y build
David Brownell
1
-1
/
+1
2009-01-07
USB: fix minor nit in usbfs checking
Mark Lord
1
-1
/
+1
2009-01-07
USB: re-enable interface after driver unbinds
Alan Stern
5
-16
/
+26
2009-01-07
USB: cancel pending Set-Config requests if userspace gets there first
Alan Stern
1
-4
/
+38
2009-01-07
USB: automatically enable wakeup for PCI host controllers
Alan Stern
1
-0
/
+1
[next]