index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
ehci-sched.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: remove remaining usages of hcd->state from usbcore and fix regression
Alan Stern
2011-05-19
1
-2
/
+6
*
EHCI: don't rescan interrupt QHs needlessly
Alan Stern
2011-05-17
1
-4
/
+10
*
USB host: Move AMD PLL quirk to pci-quirks.c
Andiry Xu
2011-03-01
1
-65
/
+8
*
Revert "USB host: Move AMD PLL quirk to pci-quirks.c"
Greg Kroah-Hartman
2011-02-17
1
-8
/
+65
*
USB: EHCI: Remove dead code from ehci-sched.c
David Daney
2011-02-04
1
-3
/
+0
*
USB host: Move AMD PLL quirk to pci-quirks.c
Andiry Xu
2011-02-04
1
-65
/
+8
*
Merge branch 'usb-next' into musb-merge
Greg Kroah-Hartman
2010-12-16
1
-0
/
+79
|
\
|
*
USB: EHCI: ASPM quirk of ISOC on AMD SB800
Alex He
2010-12-10
1
-0
/
+79
*
|
USB: EHCI: AMD periodic frame list table quirk
Andiry Xu
2010-11-16
1
-3
/
+18
|
/
*
USB: EHCI: remove dead code in the periodic scheduler
Alan Stern
2010-08-10
1
-15
/
+0
*
USB: EHCI: reorganize isochronous scheduler routine
Alan Stern
2010-08-10
1
-53
/
+57
*
USB: EHCI: add missing frame -> microframe conversion
Alan Stern
2010-08-10
1
-9
/
+12
*
USB: EHCI: simplify remainder computations
Alan Stern
2010-08-10
1
-14
/
+15
*
USB: EHCI: remove PCI assumption
Alan Stern
2010-08-10
1
-6
/
+4
*
USB: convert usb_hcd bitfields into atomic flags
Alan Stern
2010-08-10
1
-6
/
+3
*
USB: EHCI: defer reclamation of siTDs
Alan Stern
2010-04-22
1
-9
/
+31
*
USB: EHCI: adjust ehci_iso_stream for changes in ehci_qh
Clemens Ladisch
2010-03-19
1
-2
/
+2
*
USB: EHCI: fix ITD list order
Clemens Ladisch
2010-03-19
1
-5
/
+19
*
USB: ehci: fix audio record functionality for some Full speed sound blaster d...
Dmitri Epshtein
2010-03-02
1
-3
/
+7
*
USB: ehci: add call of free_cached_itd_list() function in disable_periodic()
Dmitri Epshtein
2010-03-02
1
-0
/
+2
*
USB: ehci: Respect IST when scheduling new split iTDs.
Sarah Sharp
2009-12-11
1
-10
/
+20
*
USB: ehci: Minor constant fix for SCHEDULE_SLOP.
Sarah Sharp
2009-12-11
1
-4
/
+4
*
USB: work around for EHCI with quirky periodic schedules
Oliver Neukum
2009-11-30
1
-0
/
+12
*
USB: ehci: Fix IST boundary checking interval math.
Sarah Sharp
2009-10-14
1
-6
/
+6
*
USB: ehci: Fix isoc scheduling boundary checking.
Sarah Sharp
2009-10-09
1
-0
/
+1
*
USB: EHCI: change deschedule logic for interrupt QHs
Alan Stern
2009-09-23
1
-3
/
+33
*
USB: EHCI: split ehci_qh into hw and sw parts
Alek Du
2009-09-23
1
-22
/
+44
*
USB: EHCI: fix counting of transaction error retries
Alan Stern
2009-08-07
1
-0
/
+1
*
USB: EHCI: report actual_length for iso transfers
Alan Stern
2009-07-12
1
-4
/
+8
*
USB: EHCI: stagger frames for interrupt transfers
Alan Stern
2009-06-15
1
-3
/
+5
*
USB: ehci-sched.c: EHCI SITD scheduling bugfix
Dan Streetman
2009-04-23
1
-1
/
+1
*
USB: replace uses of __constant_{endian}
Harvey Harrison
2009-03-24
1
-1
/
+1
*
USB: EHCI: Fix isochronous URB leak
Karsten Wiese
2009-03-17
1
-6
/
+4
*
USB: EHCI: slow down ITD reuse
Karsten Wiese
2009-02-27
1
-8
/
+48
*
USB: EHCI: fix divide-by-zero bug
Alan Stern
2008-11-13
1
-2
/
+2
*
USB: fix EHCI periodic transfers
David Brownell
2008-09-23
1
-18
/
+14
*
USB: EHCI: fix bug in Iso scheduling
Alan Stern
2008-05-29
1
-23
/
+44
*
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-24
1
-1
/
+1
*
USB: minor ehci xITD simplifications
Karsten Wiese
2008-04-24
1
-18
/
+12
*
USB: EHCI: Refactor "if (handshake()) state = HC_STATE_HALT"
Karsten Wiese
2008-04-24
1
-8
/
+6
*
USB: ehci completes high speed ISO URBs sooner
David Brownell
2008-02-01
1
-14
/
+27
*
USB: ehci: minor ISO updates, always support split ISO
David Brownell
2008-02-01
1
-35
/
+12
*
USB: ehci saves some memory in ISO transfer descriptors
Karsten Wiese
2008-02-01
1
-2
/
+2
*
USB: PS3: Fix EHCI ISO transfer bug
David Brownell
2008-02-01
1
-16
/
+42
*
USB: Spelling fixes
Joe Perches
2008-02-01
1
-1
/
+1
*
USB: reorganize urb->status use in ehci-hcd
Alan Stern
2007-10-12
1
-2
/
+2
*
USB: make HCDs responsible for managing endpoint queues
Alan Stern
2007-10-12
1
-12
/
+31
*
Revert "USB: EHCI cpufreq fix"
Linus Torvalds
2007-08-20
1
-127
/
+0
*
USB: EHCI support for big-endian descriptors
Stefan Roese
2007-07-12
1
-118
/
+130
*
USB: EHCI cpufreq fix
Stuart_Hayes@Dell.com
2007-07-12
1
-0
/
+129
[next]