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
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-22
Merge branch 'master' into for-linus
Russell King
1
-1
/
+1
2009-09-15
debugfs: Modified default dir of debugfs for debugging UHCI.
GeunSik Lim
1
-1
/
+1
2009-09-10
USB: ohci-pxa27x: Reconfigure power settings on resume
Aric D. Blumer
1
-0
/
+4
2009-09-10
[ARM] pxa: update ohci-pxa27x.c to use 'struct dev_pm_ops'
Mike Rapoport
1
-11
/
+15
2009-08-07
USB: EHCI: fix counting of transaction error retries
Alan Stern
2
-5
/
+5
2009-08-07
USB: EHCI: fix two new bugs related to Clear-TT-Buffer
Alan Stern
2
-4
/
+5
2009-07-28
USB: xhci: Stall handling bug fixes.
Sarah Sharp
3
-49
/
+120
2009-07-28
USB: xhci: Support for 64-byte contexts
John Youn
5
-163
/
+287
2009-07-28
USB: xhci: Always align output device contexts to 64 bytes.
Sarah Sharp
4
-53
/
+89
2009-07-28
USB: xhci: Scratchpad buffer allocation
John Youn
2
-0
/
+113
2009-07-28
USB: xhci: Fail gracefully if there's no SS ep companion descriptor.
Sarah Sharp
1
-1
/
+6
2009-07-28
USB: xhci: Handle babble errors on transfers.
Sarah Sharp
1
-0
/
+4
2009-07-28
USB: xhci: Setup HW retries correctly.
Sarah Sharp
1
-2
/
+4
2009-07-28
USB: xhci: Check if the host controller died in IRQ handler.
Sarah Sharp
1
-0
/
+4
2009-07-28
USB: xhci: Don't oops if the host doesn't halt.
Sarah Sharp
1
-1
/
+4
2009-07-28
USB: xhci: Make debugging more verbose.
Sarah Sharp
3
-24
/
+72
2009-07-28
USB: xhci: Correct Event Handler Busy flag usage.
Sarah Sharp
2
-3
/
+7
2009-07-28
USB: xhci: Handle short control packets correctly.
Sarah Sharp
1
-3
/
+11
2009-07-28
USB: xhci: Represent 64-bit addresses with one u64.
Sarah Sharp
5
-148
/
+137
2009-07-28
USB: xhci: Use GFP_ATOMIC while holding spinlocks.
Sarah Sharp
1
-2
/
+5
2009-07-28
USB: xhci: Deal with stalled endpoints.
Sarah Sharp
4
-4
/
+85
2009-07-28
USB: xhci: Set TD size in transfer TRB.
Sarah Sharp
1
-5
/
+15
2009-07-28
USB: xhci: fix less- and greater than confusion
Roel Kluin
1
-2
/
+2
2009-07-28
USB: ehci-orion: Call ehci_reset before ehci_halt
Simon Kagstrom
1
-1
/
+1
2009-07-28
USB: OMAP: OHCI: hc_driver's stop method should call ohci_stop
Anand Gadiyar
1
-0
/
+1
2009-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
14
-82
/
+162
2009-07-12
USB: EHCI: report actual_length for iso transfers
Alan Stern
1
-4
/
+8
2009-07-12
USB: EHCI: check for STALL before other errors
Alan Stern
1
-14
/
+16
2009-07-12
USB: EHCI: use the new clear_tt_buffer interface
Alan Stern
10
-23
/
+86
2009-07-12
USB: fix the clear_tt_buffer interface
Alan Stern
1
-1
/
+1
2009-07-12
USB: buildfix ppc randconfig
Arnd Bergmann
1
-14
/
+15
2009-07-12
USB: isp1760: use __devexit_p() for remove function
Mike Frysinger
1
-1
/
+1
2009-07-12
USB: EHCI: update toggle state for linked QHs
Alan Stern
2
-20
/
+34
2009-07-12
USB: fhci: mutually exclusive port_status
Roel Kluin
1
-6
/
+2
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-1
/
+0
2009-07-05
usb: allow sh7724 to enable on-chip r8a66597
Magnus Damm
1
-2
/
+2
2009-06-18
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
32
-177
/
+6275
2009-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
32
-177
/
+6275
2009-06-15
USB: xhci depends on PCI.
Paul Mundt
1
-1
/
+1
2009-06-15
USB: xhci: Add Makefile, MAINTAINERS, and Kconfig entries.
Sarah Sharp
2
-0
/
+22
2009-06-15
USB: xhci: Respect critical sections.
Sarah Sharp
3
-35
/
+37
2009-06-15
USB: xHCI: Fix interrupt moderation.
Sarah Sharp
1
-1
/
+1
2009-06-15
USB: xhci: Remove packed attribute from structures.
Sarah Sharp
3
-24
/
+43
2009-06-15
usb; xhci: Fix TRB offset calculations.
Sarah Sharp
1
-7
/
+6
2009-06-15
USB: xhci: Make xhci-mem.c include linux/dmapool.h
Sarah Sharp
1
-0
/
+1
2009-06-15
USB: xhci: drop spinlock in xhci_urb_enqueue() error path.
Sarah Sharp
1
-1
/
+2
2009-06-15
USB: Change names of SuperSpeed ep companion descriptor structs.
Sarah Sharp
1
-1
/
+1
2009-06-15
USB: xhci: Avoid compiler reordering in Link TRB giveback.
Sarah Sharp
1
-2
/
+3
2009-06-15
USB: xhci: Clean up xhci_irq() function.
Sarah Sharp
1
-1
/
+1
2009-06-15
USB: xhci: Avoid global namespace pollution.
Sarah Sharp
5
-72
/
+82
[next]