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
/
host
/
ehci-hcd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-18
USB EHCI/Xen: propagate controller reset information to hypervisor
Jan Beulich
1
-2
/
+2
2012-07-26
Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-286
/
+226
2012-07-19
usb: add host support for the tilegx architecture
Chris Metcalf
1
-0
/
+5
2012-07-17
USB: EHCI: resolve some unlikely races
Alan Stern
1
-1
/
+19
2012-07-17
USB: EHCI: fix up locking
Alan Stern
1
-15
/
+33
2012-07-17
USB: EHCI: simplify isochronous scanning
Alan Stern
1
-3
/
+0
2012-07-17
USB: EHCI: use hrtimer for the I/O watchdog
Alan Stern
1
-46
/
+1
2012-07-17
USB: EHCI: always scan each interrupt QH
Alan Stern
1
-2
/
+5
2012-07-17
USB: EHCI: don't lose events during a scan
Alan Stern
1
-3
/
+10
2012-07-17
USB: EHCI: use hrtimer for unlinking empty async QHs
Alan Stern
1
-15
/
+1
2012-07-17
USB: EHCI: unlink multiple async QHs together
Alan Stern
1
-31
/
+4
2012-07-17
USB: EHCI: use hrtimer for the IAA watchdog
Alan Stern
1
-52
/
+14
2012-07-17
USB: EHCI: don't refcount iso_stream structures
Alan Stern
1
-3
/
+9
2012-07-17
USB: EHCI: use hrtimer for (s)iTD deallocation
Alan Stern
1
-0
/
+1
2012-07-17
USB: EHCI: use hrtimer for controller death
Alan Stern
1
-10
/
+10
2012-07-17
USB: EHCI: use hrtimer for interrupt QH unlink
Alan Stern
1
-2
/
+4
2012-07-17
USB: EHCI: use hrtimer for async schedule
Alan Stern
1
-10
/
+3
2012-07-17
USB: EHCI: remove PS3 status polling
Alan Stern
1
-67
/
+2
2012-07-17
USB: EHCI: use hrtimer for the periodic schedule
Alan Stern
1
-1
/
+1
2012-07-17
USB: EHCI: introduce high-res timer
Alan Stern
1
-2
/
+13
2012-07-17
USB: EHCI: add new root-hub state: STOPPING
Alan Stern
1
-7
/
+6
2012-07-17
USB: EHCI: add pointer to end of async-unlink list
Alan Stern
1
-7
/
+2
2012-07-17
USB: EHCI: rename "reclaim"
Alan Stern
1
-13
/
+12
2012-07-17
USB: EHCI: add symbolic constants for QHs
Alan Stern
1
-1
/
+1
2012-07-17
USB: EHCI: don't refcount QHs
Alan Stern
1
-1
/
+1
2012-07-17
USB: EHCI: remove unneeded suspend/resume code
Alan Stern
1
-7
/
+0
2012-07-17
USB: EHCI: initialize data before resetting hardware
Alan Stern
1
-3
/
+3
2012-07-10
EHCI: centralize controller initialization
Alan Stern
1
-1
/
+4
2012-07-09
EHCI: centralize controller suspend/resume
Alan Stern
1
-0
/
+89
2012-06-27
USB: EHCI: define extension registers like normal ones
Alan Stern
1
-10
/
+5
2012-06-14
USB: fix PS3 EHCI systems
Ricardo Martins
1
-0
/
+2
2012-05-21
Revert "USB: EHCI: work around bug in the Philips ISP1562 controller"
Greg Kroah-Hartman
1
-1
/
+1
2012-05-19
USB: EHCI: fix command register configuration lost problem
Ming Lei
1
-1
/
+0
2012-05-14
USB: EHCI: work around bug in the Philips ISP1562 controller
Alan Stern
1
-1
/
+1
2012-05-12
usb: chipidea: add host role
Alexander Shishkin
1
-0
/
+8
2012-04-23
EHCI: maintain the ehci->command value properly
Alan Stern
1
-6
/
+10
2012-04-23
Merge 3.4-rc4 into usb-next.
Greg Kroah-Hartman
1
-7
/
+6
2012-04-20
usb: host: mips: sead3: USB Host controller support for SEAD-3 platform.
Steven J. Hill
1
-0
/
+5
2012-04-19
EHCI: don't try to clear the IAAD bit
Alan Stern
1
-7
/
+1
2012-04-19
EHCI: always clear the STS_FLR status bit
Alan Stern
1
-1
/
+6
2012-04-18
EHCI: fix criterion for resuming the root hub
Alan Stern
1
-1
/
+1
2012-04-10
EHCI: keep track of ports being resumed and indicate in hub_status_data
Alan Stern
1
-0
/
+3
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-03-15
USB: use generic platform driver on ath79
Hauke Mehrtens
1
-5
/
+0
2012-03-15
USB: EHCI: Add a generic platform device driver
Hauke Mehrtens
1
-0
/
+5
2012-02-25
usb: host: remove ehci-pxa168.c
Neil Zhang
1
-5
/
+0
2012-01-25
USB: Add EHCI bus glue for Loongson1x SoCs (UPDATED)
Kelvin Cheung
1
-0
/
+5
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-1
/
+1
2011-12-23
Merge branch 'for-gadget/next' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
1
-0
/
+5
2011-12-20
USB: EHCI: Add Marvell Host Controller driver
Neil Zhang
1
-0
/
+5
[next]