index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: mention URB_FREE_BUFFER in usb_free_urb documentation
Rabin Vincent
2008-11-13
1
-2
/
+2
*
USB: don't register endpoints for interfaces that are going away
Alan Stern
2008-11-13
2
-1
/
+2
*
USB: prevent autosuspend during hub initialization
Alan Stern
2008-10-29
1
-0
/
+3
*
USB: fix crash when URBs are unlinked after the device is gone
Alan Stern
2008-10-29
4
-3
/
+56
*
USB: don't rebind drivers after failed resume or reset
Alan Stern
2008-10-22
2
-2
/
+3
*
USB: remove err() macro from usb core code
Greg Kroah-Hartman
2008-10-17
5
-14
/
+17
*
USB: remove warn() macro from usb drivers
Greg Kroah-Hartman
2008-10-17
3
-4
/
+8
*
USB: hub.c: Add initial_descriptor_timeout module parameter for usbcore
Jaroslav Kysela
2008-10-17
1
-1
/
+10
*
USB: Export if an interface driver supports autosuspend.
Sarah Sharp
2008-10-17
1
-0
/
+24
*
USB: snoop processes opening usbfs device files
Alan Stern
2008-10-17
1
-0
/
+2
*
USB: EHCI: log a warning if ehci-hcd is not loaded first
Alan Stern
2008-10-17
2
-0
/
+10
*
USB: anchor API changes needed for btusb
Oliver Neukum
2008-10-17
1
-0
/
+70
*
USB: change hub initialization sleeps to delayed_work
Alan Stern
2008-10-17
1
-10
/
+81
*
USB: RESET_RESUME needs to block autosuspend when remote wakeup is needed
Oliver Neukum
2008-10-17
1
-1
/
+2
*
usb core: fix USB_OTG_BLACKLIST_HUB typo
Peter Korsgaard
2008-10-17
1
-1
/
+1
*
USB: extend poisoning to anchors
Oliver Neukum
2008-10-17
1
-9
/
+48
*
USB: kill URBs permanently
Oliver Neukum
2008-10-17
1
-6
/
+50
*
device create: usb: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
3
-9
/
+8
*
vfs: Use const for kernel parser table
Steven Whitehouse
2008-10-13
1
-1
/
+1
*
USB: revert recovery from transient errors
Alan Stern
2008-09-23
1
-22
/
+17
*
USB: fix hcd interrupt disabling
Geoff Levand
2008-09-23
1
-1
/
+2
*
USB: automatically enable RHSC interrupts
Alan Stern
2008-08-21
3
-22
/
+0
*
USB: Don't rebind before "complete" callback
Alan Stern
2008-08-21
1
-21
/
+9
*
USB: Add new PM callback methods for USB
Alan Stern
2008-08-21
3
-19
/
+72
*
USB: Defer Set-Interface for suspended devices
Alan Stern
2008-08-21
1
-3
/
+28
*
USB: Add udev argument to interface suspend/resume functions
Alan Stern
2008-08-21
1
-10
/
+10
*
USB: fix bug in usb_unlink_anchored_urbs()
Oliver Neukum
2008-08-21
1
-2
/
+7
*
USB: fix compiler warning fix
Alan Stern
2008-08-13
1
-2
/
+2
*
USB: fix interface unregistration logic
Alan Stern
2008-08-13
1
-1
/
+1
*
usb/core/driver: fix warning
Alexander Beregalov
2008-08-13
1
-2
/
+1
*
Fix USB storage hang on command abort
Alan Stern
2008-08-05
1
-1
/
+1
*
device create: usb: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
2
-5
/
+6
*
sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor
Dan Williams
2008-07-21
1
-0
/
+5
*
USB: use reset_resume when normal resume fails
Alan Stern
2008-07-21
1
-3
/
+17
*
USB: Fix pointer/int cast in USB devio code
David Howells
2008-07-21
1
-2
/
+3
*
usbfs: don't store bad pointers in registration
Alan Stern
2008-07-21
1
-9
/
+10
*
usbfs: fix race between open and unregister
Alan Stern
2008-07-21
1
-5
/
+11
*
usbfs: simplify the lookup-by-minor routines
Alan Stern
2008-07-21
1
-9
/
+6
*
usbfs: send disconnect signals when device is unregistered
Alan Stern
2008-07-21
3
-31
/
+41
*
USB: Force unbinding of drivers lacking reset_resume or other methods
Alan Stern
2008-07-21
3
-21
/
+139
*
USB: fix usb_reset_device and usb_reset_composite_device(take 3)
Ming Lei
2008-07-21
2
-17
/
+18
*
USB: fix comment of usb_set_configuration
Ming Lei
2008-07-21
1
-1
/
+1
*
USB: use standard SG iterator in the scatter-gather library
Alan Stern
2008-07-21
1
-6
/
+6
*
USB: remove interface parameter of usb_reset_composite_device
Ming Lei
2008-07-21
2
-9
/
+4
*
usb: hub: add check for unsupported bus topology
Felipe Balbi
2008-07-21
3
-2
/
+8
*
USB: remove CVS keywords
Adrian Bunk
2008-07-21
2
-4
/
+0
*
USB: implement "soft" unbinding
Alan Stern
2008-07-21
1
-5
/
+6
*
USB: combine hub_quiesce and hub_stop
Alan Stern
2008-07-21
1
-31
/
+32
*
USB: combine hub_activate and hub_restart
Alan Stern
2008-07-21
1
-26
/
+23
*
USB: optimize port debouncing during hub activation
Alan Stern
2008-07-21
1
-5
/
+27
[next]