1. cec3a53 USB: EHCI & UHCI: fix race between root-hub suspend and port resume by Alan Stern · 15 years ago
  2. 837cbb0 debugfs: Modified default dir of debugfs for debugging UHCI. by GeunSik Lim · 15 years ago
  3. 6ec4beb USB: new flag for resume-from-hibernation by Alan Stern · 15 years ago
  4. abb3064 USB: move PCI host controllers to new PM framework by Alan Stern · 15 years ago
  5. ec20df2 USB: UHCI: use the new usb debugfs directory by Greg Kroah-Hartman · 15 years ago
  6. 3494252 USB/PCI: Fix resume breakage of controllers behind cardbus bridges by Rafael J. Wysocki · 16 years ago
  7. a15d95a USB: Fix suspend-resume of PCI USB controllers by Rafael J. Wysocki · 16 years ago
  8. a0d4922 USB: fix up suspend and resume for PCI host controllers by Alan Stern · 16 years ago
  9. 9beeee6 USB: EHCI: log a warning if ehci-hcd is not loaded first by Alan Stern · 16 years ago
  10. 2b70f07 USB: EHCI, OHCI, UHCI: remove version numbers by Alan Stern · 16 years ago
  11. d8f12ab USB: UHCI: disable remote wakeup when it's not needed by Alan Stern · 17 years ago
  12. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  13. 58a97ff USB: HCDs use the do_remote_wakeup flag by Alan Stern · 17 years ago
  14. 7be7d74 USB: clarify usage of hcd->suspend/resume methods by Alan Stern · 17 years ago
  15. 442258e USB: use IRQF_DISABLED for HCD interrupt handlers by Alan Stern · 17 years ago
  16. 1855256 drivers/firmware: const-ify DMI API and internals by Jeff Garzik · 17 years ago
  17. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  18. cfa59da USB: Don't resume root hub if the controller is suspended by Alan Stern · 17 years ago
  19. e009f1b UHCI: Fix problem caused by lack of terminating QH by Alan Stern · 18 years ago
  20. 17230ac UHCI: Eliminate asynchronous skeleton Queue Headers by Alan Stern · 18 years ago
  21. 28b9325 UHCI: Add macros for computing DMA values by Alan Stern · 18 years ago
  22. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  23. f3fe239 UHCI: improved debugging checks for the frame list by Alan Stern · 18 years ago
  24. 25c77b3 UHCI: support device_may_wakeup by Alan Stern · 18 years ago
  25. c80a70d UHCI: make test for ASUS motherboard more specific by Alan Stern · 18 years ago
  26. 5f8364b UHCI: module parameter to ignore overcurrent changes by Alan Stern · 18 years ago
  27. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  28. b62df45 UHCI: workaround for Asus motherboard by Alan Stern · 18 years ago
  29. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  30. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  31. 1858499 PM: USB HCDs use PM_EVENT_PRETHAW by David Brownell · 18 years ago
  32. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  33. c5e3b74 [PATCH] UHCI: Improve FSBR-off timing by Alan Stern · 18 years ago
  34. e323de4 [PATCH] UHCI: remove hc_inaccessible flag by Alan Stern · 18 years ago
  35. be3cbc5 [PATCH] UHCI: various updates by David Brownell · 18 years ago
  36. c433472 [PATCH] UHCI: use integer-sized frame numbers by Alan Stern · 18 years ago
  37. 84afddd [PATCH] UHCI: Reimplement FSBR by Alan Stern · 18 years ago
  38. 04538a2 [PATCH] UHCI: Eliminate the TD-removal list by Alan Stern · 18 years ago
  39. c67808e [PATCH] USB: Use new PCI_CLASS_SERIAL_USB_* defines by Jean Delvare · 19 years ago
  40. 8e32640 [PATCH] USB: UHCI: don't track suspended ports by Alan Stern · 19 years ago
  41. 75e2df6 [PATCH] USB: pci-quirks.c: proper prototypes by Adrian Bunk · 19 years ago
  42. 8d402e1 [PATCH] UHCI: improve debugging code by Alan Stern · 19 years ago
  43. 0ed8fee [PATCH] UHCI: remove main list of URBs by Alan Stern · 19 years ago
  44. dccf4a4 [PATCH] UHCI: use one QH per endpoint, not per URB by Alan Stern · 19 years ago
  45. 687f5f3 [PATCH] USB: UHCI: edit some comments by Alan Stern · 19 years ago
  46. fa34656 [PATCH] USB: UHCI: change uhci_explen macro by Alan Stern · 19 years ago
  47. 1c50c31 [PATCH] USB: central handling for host controllers that were reset during suspend/resume by Alan Stern · 19 years ago
  48. c9a50cc [PATCH] USB: hcd uses EXTRA_CFLAGS for -DDEBUG by David Brownell · 19 years ago
  49. baefbc3 [PATCH] USB: wakeup flag updates (2/3) uhci-hcd by David Brownell · 19 years ago
  50. 42245e6 [PATCH] UHCI: add missing memory barriers by Alan Stern · 19 years ago
  51. 8de9840 [PATCH] USB: Fix USB suspend/resume crasher (#2) by Benjamin Herrenschmidt · 19 years ago
  52. 249bb07 [PATCH] PCI: removed unneeded .owner field from struct pci_driver by Greg Kroah-Hartman · 19 years ago
  53. efa400d [PATCH] USB: add owner initialisation to host drivers by Ben Dooks · 19 years ago
  54. f37be9b [PATCH] Fix hcd->state assignments in uhci-hcd by Alan Stern · 19 years ago
  55. 0c0382e [PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspend by Alan Stern · 19 years ago
  56. bb200f6 [PATCH] UHCI: unify BIOS handoff and driver reset code by Alan Stern · 19 years ago
  57. a7f72ab [PATCH] UHCI PM updates by David Brownell · 19 years ago
  58. a1d59ce [PATCH] USB: UHCI: Split apart the physical and logical framelist arrays by Alan Stern · 19 years ago
  59. 8b4cd42 [PATCH] USB: UHCI: Remove unused fields and unneeded tests for NULL by Alan Stern · 19 years ago
  60. 1f09df8 [PATCH] USB UHCI: remove the FSBR kernel timer by Alan Stern · 19 years ago
  61. e07fefa [PATCH] USB UHCI: Detect invalid ports by Alan Stern · 19 years ago
  62. 247f310 [PATCH] USB HCDs: no longer need to register root hub by Alan Stern · 19 years ago
  63. 2532178 [PATCH] UHCI: Don't store device pointer in QH or TD by Alan Stern · 19 years ago
  64. 02597d2 [PATCH] USB UHCI: Add shutdown method by Alan Stern · 19 years ago
  65. c074b41 [PATCH] USB UHCI: improved reset handling by Alan Stern · 20 years ago
  66. 6c1b445 [PATCH] USB UHCI: Use root-hub IRQs while suspended by Alan Stern · 20 years ago
  67. 4daaa87 [PATCH] USB UHCI: Fix up loose ends by Alan Stern · 20 years ago
  68. a8bed8b [PATCH] USB UHCI: Add root-hub suspend/resume support by Alan Stern · 20 years ago
  69. c8f4fe4 [PATCH] USB UHCI: Add root hub states by Alan Stern · 20 years ago
  70. f5946f8 [PATCH] USB UHCI: Minor improvements by Alan Stern · 20 years ago
  71. 014e73c [PATCH] USB UHCI: subroutine reordering by Alan Stern · 20 years ago
  72. 1bc3c9e [PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULL by Jesper Juhl · 20 years ago
  73. 9a5d3e9 [PATCH] USB: hcd suspend uses pm_message_t by David Brownell · 20 years ago
  74. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago