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
/
hub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-11-21
USB: mutual exclusion for EHCI init and port resets
Alan Stern
1
-1
/
+14
2007-08-10
USB: fix warning caused by autosuspend counter going negative
Alan Stern
1
-4
/
+6
2007-05-30
USB: replace flush_workqueue with cancel_sync_work
Alan Stern
1
-7
/
+25
2007-05-23
USB: fix ratelimit call semantics
Alan Stern
1
-4
/
+4
2007-05-23
USB: remove short initial timeout for device descriptor fetch
Alan Stern
1
-9
/
+4
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-04-28
USB: add "last_busy" field for use in autosuspend
Alan Stern
1
-0
/
+1
2007-04-28
USB: make usbdevices export their device nodes instead of using a separate class
Kay Sievers
1
-3
/
+7
2007-04-28
USB: separate autosuspend from external suspend
Alan Stern
1
-13
/
+1
2007-04-27
dev_dbg: check dev_dbg() arguments
Dan Williams
1
-3
/
+1
2007-03-10
USB: kill dead code from hub.c
Oliver Neukum
1
-7
/
+0
2007-03-10
USB: ratelimit debounce error messages
Oliver Neukum
1
-1
/
+1
2007-02-24
USB: add a blacklist for devices that can't handle some things we throw at them.
Oliver Neukum
1
-0
/
+3
2007-02-17
USB: fix concurrent buffer access in the hub driver
Alan Stern
1
-0
/
+6
2007-02-17
usbcore: small changes to hub driver's suspend method
Alan Stern
1
-15
/
+10
2007-02-08
USB: total removal of multithreaded probing in usb
Oliver Neukum
1
-43
/
+21
2007-01-22
USB: disable USB_MULTITHREAD_PROBE
Greg Kroah-Hartman
1
-8
/
+1
2006-12-07
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
Nigel Cunningham
1
-0
/
+1
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
1
-2
/
+2
2006-12-07
[PATCH] slab: remove SLAB_ATOMIC
Christoph Lameter
1
-1
/
+1
2006-12-05
WorkQueue: Fix up arch-specific work items where possible
David Howells
1
-1
/
+1
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
1
-66
/
+168
2006-12-02
usbcore: remove unused argument in autosuspend
Alan Stern
1
-6
/
+6
2006-12-02
USB: keep count of unsuspended children
Alan Stern
1
-0
/
+14
2006-12-02
USB hub: simplify remote-wakeup handling
Alan Stern
1
-23
/
+20
2006-12-02
USB: Add autosuspend support to the hub driver
Alan Stern
1
-19
/
+26
2006-12-02
USB: create a new thread for every USB device found during the probe sequence
Greg Kroah-Hartman
1
-22
/
+59
2006-12-02
USB: Move private hub declarations out of public header file
Alan Stern
1
-0
/
+42
2006-12-02
usb hub: fix root hub code so it takes more than 15 devices per root hub
inaky@linux.intel.com
1
-1
/
+6
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-8
/
+10
2006-11-03
USB: fix compiler issues with newer gcc versions
David Brownell
1
-2
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-1
/
+1
2006-09-29
USB: fix autosuspend when CONFIG_PM isn't set
Alan Stern
1
-2
/
+2
2006-09-27
USB: remove OTG build warning
David Brownell
1
-2
/
+1
2006-09-27
USB: force root hub resume after power loss
Alan Stern
1
-0
/
+6
2006-09-27
USB: Remove unneeded void * casts in core files
Tobias Klauser
1
-2
/
+2
2006-09-27
usbcore: remove usb_suspend_root_hub
Alan Stern
1
-17
/
+1
2006-09-27
usbcore: add autosuspend/autoresume infrastructure
Alan Stern
1
-15
/
+34
2006-09-27
usbcore: store each usb_device's level in the tree
Alan Stern
1
-0
/
+1
2006-09-27
USB: usb-hub-driver-improve-use-of-ifdef fix
Andrew Morton
1
-0
/
+2
2006-09-27
wusb: pretty print new wireless USB devices when they connect
Inaky Perez-Gonzalez
1
-10
/
+15
2006-09-27
wusb: handle wusb device ep0 speed settings
Inaky Perez-Gonzalez
1
-2
/
+10
2006-09-27
wusb: hub code recognizes wusb ports
Inaky Perez-Gonzalez
1
-1
/
+15
2006-09-27
usbcore: khubd and busy-port handling
Alan Stern
1
-1
/
+10
2006-09-27
USB: hub: Use usb_endpoint_* functions.
Luiz Fernando N. Capitulino
1
-7
/
+2
2006-09-27
hub driver: improve use of #ifdef
Alan Stern
1
-18
/
+46
2006-09-27
usbcore: fix up device and power state tests
Alan Stern
1
-37
/
+10
2006-09-27
usbcore: set device and power states properly
Alan Stern
1
-6
/
+4
2006-09-27
usbcore: resume device resume recursion
Alan Stern
1
-83
/
+13
2006-09-27
usbcore: make usb_generic a usb_device_driver
Alan Stern
1
-150
/
+14
[next]