1. 2c93e79 usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW by yuan linyu · 8 years ago
  2. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  3. 314e672 usb: host: uhci-hcd: don't print on ENOMEM by Wolfram Sang · 8 years ago
  4. f589b3e USB: UHCI: don't allocate frame list atomically by Vladimir Zapolskiy · 11 years ago
  5. 1c20163 usb: kill DEBUG compile option by Oliver Neukum · 11 years ago
  6. cadb375 uhci: change dependency for debug parameter by Oliver Neukum · 11 years ago
  7. 67635d3 Merge 3.8-rc5 into usb-next by Greg Kroah-Hartman · 12 years ago
  8. 3171fca USB: uhci: beautify source code by Chen Gang · 12 years ago
  9. 13996ca USB: uhci: check buffer length to avoid memory overflow by Chen Gang · 12 years ago
  10. 0f815a0 USB: UHCI: fix IRQ race during initialization by Alan Stern · 12 years ago
  11. 100d459 ARM: vt8500: Add support for UHCI companion controller by Tony Prisk · 12 years ago
  12. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  13. 2851784 usb/uhci: initialize sg_table properly by Sebastian Andrzej Siewior · 13 years ago
  14. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  15. 5c12e78 USB: UHCI: improve comments and logic for root-hub suspend by Alan Stern · 13 years ago
  16. c44dead Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  17. 51e2f62 USB: UHCI: Add support for big endian descriptors by Jan Andersson · 14 years ago
  18. 3db7739 USB: UHCI: Add support for GRLIB GRUSBHC controller by Jan Andersson · 14 years ago
  19. d3219d1 USB: UHCI: Support non-PCI host controllers by Jan Andersson · 14 years ago
  20. 9faa091 USB: UHCI: Wrap I/O register accesses by Jan Andersson · 14 years ago
  21. c31a65f USB: UHCI: Move PCI specific functions to uhci-pci.c by Jan Andersson · 14 years ago
  22. e4d235d USB: UHCI: Codingstyle fixes by Jan Andersson · 14 years ago
  23. e7652e1 USB: UHCI: Allow dynamic assignment of bus specific functions by Jan Andersson · 14 years ago
  24. dfeca7a USB: UHCI: Remove PCI dependencies from uhci-hub by Jan Andersson · 14 years ago
  25. 85ee7a1 treewide: cleanup continuations and remove logging message whitespace by Joe Perches · 14 years ago
  26. 99083f1 USB: UHCI: don't try to revive a dead controller by Alan Stern · 14 years ago
  27. 7d670a2 USB: UHCI: remove uses of hcd->state by Alan Stern · 14 years ago
  28. 06125be usb: host: uhci-hcd.c Remove one to many n's in a word. by Justin P. Mattock · 14 years ago
  29. ce7eb32 drivers/usb/host/uhci-hcd.c: Remove unnecessary casts of pci_get_drvdata by Joe Perches · 14 years ago
  30. b409214 USB: remove fake "address-of" expressions by Alan Stern · 14 years ago
  31. 0d436b4 USB: UHCI: add support for Intel's wakeup flags by Alan Stern · 15 years ago
  32. ee0b9be USB: controller resume should check the root hub by Alan Stern · 15 years ago
  33. 4147200 USB: add do_wakeup parameter for PCI HCD suspend by Alan Stern · 15 years ago
  34. 541c7d4 USB: convert usb_hcd bitfields into atomic flags by Alan Stern · 15 years ago
  35. ba297ed USB: UHCI: acquire spinlock before calling start_rh() by Alan Stern · 15 years ago
  36. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 15 years ago
  37. d23356da USB: fix crash in uhci_scan_schedule by Pete Zaitcev · 15 years ago
  38. cec3a53 USB: EHCI & UHCI: fix race between root-hub suspend and port resume by Alan Stern · 15 years ago
  39. 837cbb0 debugfs: Modified default dir of debugfs for debugging UHCI. by GeunSik Lim · 15 years ago
  40. 6ec4beb USB: new flag for resume-from-hibernation by Alan Stern · 16 years ago
  41. abb3064 USB: move PCI host controllers to new PM framework by Alan Stern · 16 years ago
  42. ec20df2 USB: UHCI: use the new usb debugfs directory by Greg Kroah-Hartman · 16 years ago
  43. 3494252 USB/PCI: Fix resume breakage of controllers behind cardbus bridges by Rafael J. Wysocki · 16 years ago
  44. a15d95a USB: Fix suspend-resume of PCI USB controllers by Rafael J. Wysocki · 16 years ago
  45. a0d4922 USB: fix up suspend and resume for PCI host controllers by Alan Stern · 16 years ago
  46. 9beeee6 USB: EHCI: log a warning if ehci-hcd is not loaded first by Alan Stern · 16 years ago
  47. 2b70f07 USB: EHCI, OHCI, UHCI: remove version numbers by Alan Stern · 16 years ago
  48. d8f12ab USB: UHCI: disable remote wakeup when it's not needed by Alan Stern · 17 years ago
  49. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  50. 58a97ff USB: HCDs use the do_remote_wakeup flag by Alan Stern · 17 years ago
  51. 7be7d74 USB: clarify usage of hcd->suspend/resume methods by Alan Stern · 17 years ago
  52. 442258e USB: use IRQF_DISABLED for HCD interrupt handlers by Alan Stern · 17 years ago
  53. 1855256 drivers/firmware: const-ify DMI API and internals by Jeff Garzik · 17 years ago
  54. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  55. cfa59da USB: Don't resume root hub if the controller is suspended by Alan Stern · 18 years ago
  56. e009f1b UHCI: Fix problem caused by lack of terminating QH by Alan Stern · 18 years ago
  57. 17230ac UHCI: Eliminate asynchronous skeleton Queue Headers by Alan Stern · 18 years ago
  58. 28b9325 UHCI: Add macros for computing DMA values by Alan Stern · 18 years ago
  59. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  60. f3fe239b UHCI: improved debugging checks for the frame list by Alan Stern · 18 years ago
  61. 25c77b3 UHCI: support device_may_wakeup by Alan Stern · 18 years ago
  62. c80a70d UHCI: make test for ASUS motherboard more specific by Alan Stern · 18 years ago
  63. 5f8364b UHCI: module parameter to ignore overcurrent changes by Alan Stern · 18 years ago
  64. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  65. b62df45 UHCI: workaround for Asus motherboard by Alan Stern · 18 years ago
  66. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  67. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  68. 1858499 PM: USB HCDs use PM_EVENT_PRETHAW by David Brownell · 18 years ago
  69. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  70. c5e3b74 [PATCH] UHCI: Improve FSBR-off timing by Alan Stern · 19 years ago
  71. e323de46 [PATCH] UHCI: remove hc_inaccessible flag by Alan Stern · 19 years ago
  72. be3cbc5 [PATCH] UHCI: various updates by David Brownell · 19 years ago
  73. c433472 [PATCH] UHCI: use integer-sized frame numbers by Alan Stern · 19 years ago
  74. 84afddd [PATCH] UHCI: Reimplement FSBR by Alan Stern · 19 years ago
  75. 04538a2 [PATCH] UHCI: Eliminate the TD-removal list by Alan Stern · 19 years ago
  76. c67808e [PATCH] USB: Use new PCI_CLASS_SERIAL_USB_* defines by Jean Delvare · 19 years ago
  77. 8e32640 [PATCH] USB: UHCI: don't track suspended ports by Alan Stern · 19 years ago
  78. 75e2df6 [PATCH] USB: pci-quirks.c: proper prototypes by Adrian Bunk · 19 years ago
  79. 8d402e1 [PATCH] UHCI: improve debugging code by Alan Stern · 19 years ago
  80. 0ed8fee [PATCH] UHCI: remove main list of URBs by Alan Stern · 19 years ago
  81. dccf4a4 [PATCH] UHCI: use one QH per endpoint, not per URB by Alan Stern · 19 years ago
  82. 687f5f3 [PATCH] USB: UHCI: edit some comments by Alan Stern · 19 years ago
  83. fa34656 [PATCH] USB: UHCI: change uhci_explen macro by Alan Stern · 19 years ago
  84. 1c50c31 [PATCH] USB: central handling for host controllers that were reset during suspend/resume by Alan Stern · 19 years ago
  85. c9a50cc [PATCH] USB: hcd uses EXTRA_CFLAGS for -DDEBUG by David Brownell · 19 years ago
  86. baefbc3 [PATCH] USB: wakeup flag updates (2/3) uhci-hcd by David Brownell · 19 years ago
  87. 42245e6 [PATCH] UHCI: add missing memory barriers by Alan Stern · 19 years ago
  88. 8de9840 [PATCH] USB: Fix USB suspend/resume crasher (#2) by Benjamin Herrenschmidt · 19 years ago
  89. 249bb07 [PATCH] PCI: removed unneeded .owner field from struct pci_driver by Greg Kroah-Hartman · 19 years ago
  90. efa400d [PATCH] USB: add owner initialisation to host drivers by Ben Dooks · 19 years ago
  91. f37be9b [PATCH] Fix hcd->state assignments in uhci-hcd by Alan Stern · 19 years ago
  92. 0c0382e [PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspend by Alan Stern · 19 years ago
  93. bb200f6 [PATCH] UHCI: unify BIOS handoff and driver reset code by Alan Stern · 19 years ago
  94. a7f72ab [PATCH] UHCI PM updates by David Brownell · 19 years ago
  95. a1d59ce [PATCH] USB: UHCI: Split apart the physical and logical framelist arrays by Alan Stern · 19 years ago
  96. 8b4cd42 [PATCH] USB: UHCI: Remove unused fields and unneeded tests for NULL by Alan Stern · 19 years ago
  97. 1f09df8 [PATCH] USB UHCI: remove the FSBR kernel timer by Alan Stern · 19 years ago
  98. e07fefa [PATCH] USB UHCI: Detect invalid ports by Alan Stern · 20 years ago
  99. 247f310 [PATCH] USB HCDs: no longer need to register root hub by Alan Stern · 20 years ago
  100. 2532178 [PATCH] UHCI: Don't store device pointer in QH or TD by Alan Stern · 20 years ago