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