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
2012-06-14
USB: fix gathering of interface associations
Daniel Mack
1
-1
/
+2
2012-06-13
Merge tag 'for-usb-linus-2012-06-13' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
1
-1
/
+1
2012-06-13
USB: Checking the wrong variable in usb_disable_lpm()
Dan Carpenter
1
-1
/
+1
2012-06-13
USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2
Alan Stern
1
-9
/
+0
2012-05-22
Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+3
2012-05-21
USB: Fix core compile with CONFIG_USB_SUSPEND=n
Sarah Sharp
1
-0
/
+4
2012-05-18
USB: Remove races in devio.c
Huajun Li
1
-8
/
+25
2012-05-18
USB: Disable USB 3.0 LPM in critical sections.
Sarah Sharp
3
-1
/
+118
2012-05-18
USB: Add support to enable/disable USB3 link states.
Sarah Sharp
1
-0
/
+414
2012-05-18
USB: Calculate USB 3.0 exit latencies for LPM.
Sarah Sharp
1
-1
/
+210
2012-05-18
USB: Refactor code to set LPM support flag.
Sarah Sharp
1
-5
/
+17
2012-05-18
USB: Make sure to fetch the BOS desc for roothubs.
Sarah Sharp
1
-0
/
+9
2012-05-17
usbcore: enable USB2 LPM if port suspend fails
Andiry Xu
1
-0
/
+4
2012-05-16
usb: fix breakage on systems without ACPI
Sasha Levin
1
-4
/
+1
2012-05-14
sysfs: get rid of some lockdep false positives
Alan Stern
1
-3
/
+3
2012-05-14
USB: add read support to usb-serial/../new_id
Bjørn Mork
1
-3
/
+10
2012-05-14
USB: let both new_id and remove_id show dynamic id list
Bjørn Mork
1
-2
/
+19
2012-05-14
Revert "usb: add struct usb_hub_port to store port related members."
Greg Kroah-Hartman
1
-16
/
+13
2012-05-14
Revert "usb: move struct usb_device->children to struct usb_hub_port->child"
Greg Kroah-Hartman
2
-42
/
+28
2012-05-14
usb: Kconfig: remove unneeded default value
David Herrmann
1
-1
/
+0
2012-05-11
usb: move struct usb_device->children to struct usb_hub_port->child
Lan Tianyu
2
-28
/
+42
2012-05-11
usb: add struct usb_hub_port to store port related members.
Lan Tianyu
1
-13
/
+16
2012-05-11
usb: Set device removable state based on ACPI USB data
Matthew Garrett
1
-0
/
+57
2012-05-11
usb: Bind devices to ACPI devices when possible
Matthew Garrett
4
-0
/
+74
2012-05-07
USB: make vendor id of root hubs greppable
Paul Bolle
1
-3
/
+3
2012-05-07
Merge 3.4-rc6 into usb-next
Greg Kroah-Hartman
1
-0
/
+9
2012-05-01
USB: file.c: remove dbg() usage
Greg Kroah-Hartman
1
-2
/
+2
2012-05-01
usbhid: prevent deadlock during timeout
Oliver Neukum
1
-0
/
+21
2012-04-30
usb: add USB_QUIRK_RESET_RESUME for M-Audio 88es
Steffen Müller
1
-0
/
+3
2012-04-29
USB: remove CONFIG_USB_DEVICE_CLASS
Greg Kroah-Hartman
2
-72
/
+0
2012-04-29
USB: remove CONFIG_USB_DEVICEFS
Greg Kroah-Hartman
6
-814
/
+2
2012-04-24
USB: EHCI: fix crash during suspend on ASUS computers
Alan Stern
1
-0
/
+9
2012-04-17
USB: fix deadlock in bConfigurationValue attribute method
Alan Stern
2
-6
/
+3
2012-04-11
USB: fix bug of device descriptor got from superspeed device
Elric Fu
1
-0
/
+16
2012-04-09
USB: fix race between root-hub suspend and remote wakeup
Alan Stern
1
-0
/
+12
2012-04-09
USB: don't ignore suspend errors for root hubs
Alan Stern
1
-2
/
+7
2012-04-08
Merge 3.2-rc1 into usb-linus
Greg Kroah-Hartman
2
-5
/
+18
2012-04-06
USB documentation: explain lifetime rules for unlinking URBs
Alan Stern
1
-0
/
+12
2012-04-06
USB: don't clear urb->dev in scatter-gather library
Alan Stern
1
-5
/
+6
2012-04-05
simple_open: automatically convert to simple_open()
Stephen Boyd
1
-9
/
+1
2012-03-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-20
/
+3
2012-03-20
usbfs: kill racy detection of simple_pin_fs()
Al Viro
1
-9
/
+1
2012-03-20
tidy up after d_make_root() conversion
Al Viro
1
-4
/
+2
2012-03-20
switch open-coded instances of d_make_root() to new helper
Al Viro
1
-8
/
+1
2012-03-20
Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
8
-113
/
+285
2012-03-13
USB: dynamically allocate usb_device children pointers instead of using a fix...
Huajun Li
1
-3
/
+7
2012-03-09
Merge 3.3-rc6 into driver-core-next
Greg Kroah-Hartman
3
-16
/
+25
2012-03-02
usb/core: remove "always" from usb_unlink_urb() kernel doc entry
Sebastian Andrzej Siewior
1
-4
/
+7
2012-03-01
usb: core: hcd: make hcd->irq unsigned
Felipe Balbi
1
-3
/
+3
2012-02-28
usb: fix defined but not used warnings in hcd-pci.c
Paul Gortmaker
1
-0
/
+2
[next]