1. 4b337c5 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  2. e1f5b94 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  3. 1b6ed69 USB: xhci depends on PCI. by Paul Mundt · 15 years ago
  4. eb6bab1 USB: xhci: Add Makefile, MAINTAINERS, and Kconfig entries. by Sarah Sharp · 15 years ago
  5. f88ba78 USB: xhci: Respect critical sections. by Sarah Sharp · 15 years ago
  6. a4d8830 USB: xHCI: Fix interrupt moderation. by Sarah Sharp · 15 years ago
  7. 9844197 USB: xhci: Remove packed attribute from structures. by Sarah Sharp · 15 years ago
  8. 6071d83 usb; xhci: Fix TRB offset calculations. by Sarah Sharp · 15 years ago
  9. 527c6d7 USB: xhci: Make xhci-mem.c include linux/dmapool.h by Sarah Sharp · 15 years ago
  10. c7959fb USB: xhci: drop spinlock in xhci_urb_enqueue() error path. by Sarah Sharp · 15 years ago
  11. f0058c6 USB: Change names of SuperSpeed ep companion descriptor structs. by Sarah Sharp · 15 years ago
  12. b7116eb USB: xhci: Avoid compiler reordering in Link TRB giveback. by Sarah Sharp · 15 years ago
  13. c96a2b8 USB: xhci: Clean up xhci_irq() function. by Sarah Sharp · 15 years ago
  14. 23e3be1 USB: xhci: Avoid global namespace pollution. by Sarah Sharp · 15 years ago
  15. 06e7a14 USB: xhci: Fix Link TRB handoff bit twiddling. by Sarah Sharp · 15 years ago
  16. 3841d56 USB: xhci: Fix register write order. by Sarah Sharp · 15 years ago
  17. 045f123 USB: xhci: fix some compiler warnings in xhci.h by Greg Kroah-Hartman · 15 years ago
  18. 700e205 USB: xhci: fix lots of compiler warnings. by Greg Kroah-Hartman · 15 years ago
  19. b7258a4 USB: xhci: use xhci_handle_event instead of handle_event by Stephen Rothwell · 15 years ago
  20. ae63674 USB: xhci: URB cancellation support. by Sarah Sharp · 15 years ago
  21. 8a96c05 USB: xhci: Scatter gather list support for bulk transfers. by Sarah Sharp · 15 years ago
  22. b10de14 USB: xhci: Bulk transfer support by Sarah Sharp · 15 years ago
  23. f94e0186 USB: xhci: Bandwidth allocation support by Sarah Sharp · 15 years ago
  24. d0e96f5a USB: xhci: Control transfer support. by Sarah Sharp · 15 years ago
  25. 3ffbba9 USB: xhci: Allocate and address USB devices by Sarah Sharp · 15 years ago
  26. 0f2a793 USB: xhci: Root hub support. by Sarah Sharp · 15 years ago
  27. 7f84eef USB: xhci: No-op command queueing and irq handler. by Sarah Sharp · 15 years ago
  28. a74588f USB: xhci: Device context array allocation. by Sarah Sharp · 15 years ago
  29. 0ebbab3 USB: xhci: Ring allocation and initialization. by Sarah Sharp · 15 years ago
  30. 66d4ead USB: xhci: BIOS handoff and HW initialization. by Sarah Sharp · 15 years ago
  31. 74c6874 USB: xhci: Support xHCI host controllers and USB 3.0 devices. by Sarah Sharp · 15 years ago
  32. b18ffd4 USB: EHCI: update toggle state for linked QHs by Alan Stern · 15 years ago
  33. 5effabb USB: r8a66597-hcd: use platform_data instead of module_param by Yoshihiro Shimoda · 15 years ago
  34. 68335e8 USB: EHCI: stagger frames for interrupt transfers by Alan Stern · 15 years ago
  35. 5700f4c wusb: hwa-hc: Drop unused pci_suspend/resume hooks. by Paul Mundt · 15 years ago
  36. 6ec4beb USB: new flag for resume-from-hibernation by Alan Stern · 15 years ago
  37. abb3064 USB: move PCI host controllers to new PM framework by Alan Stern · 15 years ago
  38. ed14f03 USB: EHCI: create sysfs companion files directly in the controller device by Greg Kroah-Hartman · 15 years ago
  39. 1098334 USB: OHCI: use the ohci structure directly in debugfs files. by Greg Kroah-Hartman · 15 years ago
  40. ec20df2 USB: UHCI: use the new usb debugfs directory by Greg Kroah-Hartman · 15 years ago
  41. 485f4f3 USB: OHCI: use the new usb debugfs directory by Greg Kroah-Hartman · 15 years ago
  42. 66536ab USB: FHCI: use the new usb debugfs directory by Greg Kroah-Hartman · 15 years ago
  43. 08f4e58 USB: EHCI: use the new usb debugfs directory by Greg Kroah-Hartman · 15 years ago
  44. 96f90a8 USB: host/ohci-hcd.c: fix sparse warnings by H Hartley Sweeten · 15 years ago
  45. 1eba67a USB: UHCI queue: use usb_endpoint_type() by Matthias Kaehlcke · 15 years ago
  46. dc2f2b7 USB: move orion-ehci's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  47. 8864bd8 USB: move r8a66597_hcd's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  48. 3134851 usb/ps3: Add missing annotations by Geert Uytterhoeven · 15 years ago
  49. 03fa68c ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdata by Geert Uytterhoeven · 15 years ago
  50. b0efb42 Merge branch 'ep93xx' into devel by Russell King · 15 years ago
  51. e3a6d01 [ARM] 5526/1: ep93xx: usb driver cleanup by Hartley Sweeten · 15 years ago
  52. 0afb20e USB: isp1760: urb_dequeue doesn't always find the urbs by Warren Free · 15 years ago
  53. c065c60 USB: ehci-sched.c: EHCI SITD scheduling bugfix by Dan Streetman · 15 years ago
  54. f720af9 USB: whci-hcd: check return value of usb_hcd_link_urb_to_ep() by David Vrabel · 15 years ago
  55. 7f0406d USB: whci-hcd: provide a endpoint_reset method by David Vrabel · 15 years ago
  56. 139ef17 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  57. 3d6fdf7 [ARM] 5446/1: ohci-at91: Limit vbus_pin assignment to the size of the array by Justin Waters · 15 years ago
  58. 929a22a dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31) by Yang Hongyang · 15 years ago
  59. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  60. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  61. ed40d0c Merge branch 'origin' into devel by Russell King · 15 years ago
  62. 61a0918 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  63. 0c93ea4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  64. 928a726 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  65. 8937b73 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into devel by Russell King · 15 years ago
  66. 6866ac9 USB: FHCI: use dev_name() in place of bus_id. by Sachin Sant · 15 years ago
  67. e6bdfe3 USB: isp1760: Add a delay before reading the SKIPMAP registers in isp1760-hcd.c by Catalin Marinas · 15 years ago
  68. e1e609b USB: r8a66597-hcd: suspend/resume support by Yoshihiro Shimoda · 15 years ago
  69. 49121aa USB: S3C: Move usb-control.h to platform include by Ben Dooks · 15 years ago
  70. 3ba5f38 USB: ohci-hcd: Add ARCH_S3C24XX to the ohci-s3c2410.c glue by Ben Dooks · 15 years ago
  71. a9f8ec4 USB: host: fix sparse warning: Using plain integer as NULL pointer by Hannes Eder · 15 years ago
  72. 2dfa319 USB: ohci-s3c2410: fix name of bus clock by Ben Dooks · 15 years ago
  73. 3edb8a2 USB: ohci-s3c2410: remove <mach/hardware.h> include by Ben Dooks · 15 years ago
  74. 31dbb80 USB: use kzfree() by Johannes Weiner · 15 years ago
  75. 16e2e5f USB: make transfer_buffer_lengths in struct urb field u32 by Greg Kroah-Hartman · 15 years ago
  76. 7ea0a2b USB: uhci: don't use pseudo negative values by Alan Stern · 15 years ago
  77. d062680 USB: fix ehci printk formats by Randy Dunlap · 15 years ago
  78. 551509d USB: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  79. f7e7aa5 USB: Add platform device support for the ISP1760 USB chip by Catalin Marinas · 15 years ago
  80. f9031f2 USB: Make the isp1760_register function prototype more generic by Catalin Marinas · 15 years ago
  81. a2c2706 USB: EHCI: add software retry for transaction errors by Alan Stern · 15 years ago
  82. bc29847 USB: EHCI: Make timer_action out-of-line by Alan Stern · 15 years ago
  83. b967c88 usb: kill prehistorical comments about USB_EHCI_HCD by Thierry Vignaud · 15 years ago
  84. 6f8aa65 USB: add missing KERN_* constants to printks by Frank Seidel · 15 years ago
  85. 6e14bda USB: count reaches -1, tested 0 by Roel Kluin · 16 years ago
  86. 2e0fe70 USB: drivers: use USB API functions rather than constants by Julia Lawall · 16 years ago
  87. 391016f USB: EHCI: expedite unlinks when the root hub is suspended by Alan Stern · 15 years ago
  88. 508db8c USB: EHCI: Fix isochronous URB leak by Karsten Wiese · 15 years ago
  89. 4c3f450 sh: Add OHCI USB support for SH7786 by Kuninori Morimoto · 15 years ago
  90. 97fb44e Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel by Russell King · 15 years ago
  91. 9aa09d2 USB: EHCI: slow down ITD reuse by Karsten Wiese · 15 years ago
  92. 1c7880d [ARM] 5406/1: ep93xx: remove unneeded header in ohci-ep93xx.c by Hartley Sweeten · 15 years ago
  93. 3494252 USB/PCI: Fix resume breakage of controllers behind cardbus bridges by Rafael J. Wysocki · 15 years ago
  94. a3c1239 wusb: whci-hcd: always lock whc->lock with interrupts disabled by David Vrabel · 15 years ago
  95. 8f04915 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-upstream by David Vrabel · 16 years ago
  96. 236dd4d USB: Driver for Freescale QUICC Engine USB Host Controller by Anton Vorontsov · 16 years ago
  97. 2bf5fa1 USB: omap1 ohci buildfix (otg related) by David Brownell · 16 years ago
  98. a15d95a USB: Fix suspend-resume of PCI USB controllers by Rafael J. Wysocki · 16 years ago
  99. bcca06e USB: don't enable wakeup by default for PCI host controllers by Alan Stern · 16 years ago
  100. 953a7e8 [ARM] omap: ensure OMAP drivers pass a struct device to clk_get() by Russell King · 16 years ago