1. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  2. ff9d78b USB: Set usb_hcd->state and flags for shared roothubs. by Sarah Sharp · 14 years ago
  3. c563543 usb: Make core allocate resources per PCI-device. by Sarah Sharp · 14 years ago
  4. 83de4b2 usb: Store bus type in usb_hcd, not in driver flags. by Sarah Sharp · 14 years ago
  5. d673bfc usb: Change usb_hcd->bandwidth_mutex to a pointer. by Sarah Sharp · 14 years ago
  6. 23e0d10 usb: Refactor irq enabling out of usb_add_hcd() by Sarah Sharp · 14 years ago
  7. 22c6a35 usb: Make USB 3.0 roothub have a SS EP comp descriptor. by Sarah Sharp · 14 years ago
  8. 4814030 usb: Initialize hcd->state roothubs. by Sarah Sharp · 14 years ago
  9. abc4f9b USB: Fix usb_add_hcd() checkpatch errors. by Sarah Sharp · 14 years ago
  10. 9b37596 USB: move usbcore away from hcd->state by Alan Stern · 14 years ago
  11. 66b0835 Merge 2.6.38-rc5 into usb-next by Greg Kroah-Hartman · 14 years ago
  12. 2694a48 USB: HCD: Add driver hooks for (un)?map_urb_for_dma by Robert Morell · 14 years ago
  13. c8cf203 USB: HCD: Add usb_hcd prefix to exported functions by Robert Morell · 14 years ago
  14. bf3d7d4 USB: fix race between root-hub resume and wakeup requests by Alan Stern · 14 years ago
  15. 36facad Merge branch 'usb-next' into musb-merge by Greg Kroah-Hartman · 14 years ago
  16. 07a8cdd usb: musb: do not use dma for control transfers by Anand Gadiyar · 14 years ago
  17. 6ddf27c USB: make usb_mark_last_busy use pm_runtime_mark_last_busy by Ming Lei · 14 years ago
  18. 1dae423 USB: introduce unmap_urb_setup_for_dma() by Martin Fuzzey · 14 years ago
  19. 496dda7 usb: musb: host: unmap the buffer for PIO data transfers by Maulik Mankad · 14 years ago
  20. 43b86af USB: xHCI: Supporting MSI/MSI-X by Dong Nguyen · 14 years ago
  21. 4307a28 USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEM by Andrea Righi · 14 years ago
  22. ff2f078 USB: fix race between root-hub wakeup & controller suspend by Alan Stern · 14 years ago
  23. 541c7d4 USB: convert usb_hcd bitfields into atomic flags by Alan Stern · 14 years ago
  24. 6d88e67 USB: don't stop root-hub status polls too soon by Alan Stern · 14 years ago
  25. 96e077a USB: fix failure path in usb_add_hcd() by Alan Stern · 14 years ago
  26. f537da6 USB: add missing "{}" in map_urb_for_dma by Ming Lei · 14 years ago
  27. 910f8d0 USB: Change the scatterlist type in struct urb by Matthew Wilcox · 14 years ago
  28. 85bcb5e USB: remove URB_NO_SETUP_DMA_MAP by Alan Stern · 14 years ago
  29. eab1caf USB: Support for allocating USB 3.0 streams. by Sarah Sharp · 15 years ago
  30. ff9c895 USB: fix usbmon and DMA mapping for scatter-gather URBs by Alan Stern · 15 years ago
  31. 45f30e0 USB: remove duplicated #include by Huang Weiyi · 15 years ago
  32. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 14 years ago
  33. cd78069 USB: fix the idProduct value for USB-3.0 root hubs by Alan Stern · 15 years ago
  34. 9bbdf1e USB: convert to the runtime PM framework by Alan Stern · 15 years ago
  35. 0534d46 USB: consolidate remote wakeup routines by Alan Stern · 15 years ago
  36. d837e21 USB: Use bInterfaceNumber in bandwidth allocations. by Sarah Sharp · 15 years ago
  37. 04a723e USB: Fix duplicate sysfs problem after device reset. by Sarah Sharp · 15 years ago
  38. 70445ae USB core: fix recent kernel-doc warnings by Randy Dunlap · 15 years ago
  39. 3f0479e USB: Check bandwidth when switching alt settings. by Sarah Sharp · 15 years ago
  40. 91017f9 USB: Refactor code to find alternate interface settings. by Sarah Sharp · 15 years ago
  41. 576a362 USB: hcd.c: quiet NULL pointer sparse noise by H Hartley Sweeten · 15 years ago
  42. 85e034f USB: Check results of dma_map_single by Larry Finger · 15 years ago
  43. 392ca68 USB: Clean up root hub string descriptors by George Spelvin · 15 years ago
  44. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  45. 7dd19e6 USB: xhci: replace if-elseif-else with switch-case by Viral Mehta · 15 years ago
  46. e04748e USB: Push scatter gather lists down to host controller drivers. by Sarah Sharp · 15 years ago
  47. 79abb1a USB: Support for bandwidth allocation. by Sarah Sharp · 15 years ago
  48. d2e9b4d USB: Add USB 3.0 roothub support to USB core. by Sarah Sharp · 15 years ago
  49. 6b403b0 USB: Add SuperSpeed to the list of USB device speeds. by Sarah Sharp · 15 years ago
  50. 820d7a2 USB: remove unused usb_host class by Greg Kroah-Hartman · 15 years ago
  51. 3444b26 USB: add reset endpoint operations by David Vrabel · 16 years ago
  52. 71d2718 USB: more u32 conversion after transfer_buffer_length and actual_length by Roel Kluin · 16 years ago
  53. 551509d USB: replace uses of __constant_{endian} by Harvey Harrison · 16 years ago
  54. 49367d8 USB: mark "reject" field of struct urb as atomic_t by Ming Lei · 16 years ago
  55. 65bfd29 USB: Enhance usage of pm_message_t by Alan Stern · 16 years ago
  56. f150fa1 USB: Allow usbmon as a module even if usbcore is builtin by Pete Zaitcev · 16 years ago
  57. cde217a USB: fix crash when URBs are unlinked after the device is gone by Alan Stern · 16 years ago
  58. 9beeee6 USB: EHCI: log a warning if ehci-hcd is not loaded first by Alan Stern · 16 years ago
  59. b0b090e device create: usb: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  60. 83a7982 USB: fix hcd interrupt disabling by Geoff Levand · 16 years ago
  61. b5fb454 USB: automatically enable RHSC interrupts by Alan Stern · 16 years ago
  62. 7071a3c USB: usb dev_name() instead of dev->bus_id by Kay Sievers · 16 years ago
  63. 1b26da1 USB: handle pci_name() being const by Greg Kroah-Hartman · 16 years ago
  64. 09ca8ad Revert "USB: don't explicitly reenable root-hub status interrupts" by Linus Torvalds · 16 years ago
  65. de85422 USB: fix interrupt disabling for HCDs with shared interrupt handlers by Stefan Becker · 16 years ago
  66. c013d04 USB: Core: fix race in device_create by Greg Kroah-Hartman · 16 years ago
  67. e872154 USB: don't explicitly reenable root-hub status interrupts by Alan Stern · 17 years ago
  68. 7329e21 USB: root hubs don't lie about their number of TTs by Alan Stern · 17 years ago
  69. 44a29fd USB: fix comments of 2 functions in hcd.c by Ming Lei · 17 years ago
  70. 782e70c USB: mark USB drivers as being GPL only by Greg Kroah-Hartman · 17 years ago
  71. 667d691 USB: use a real vendor and product id for root hubs by Greg Kroah-Hartman · 17 years ago
  72. b347667 usb: dma bounce buffer support by Magnus Damm · 17 years ago
  73. 5a3201b USB: Convert from class_device to device for USB core by Tony Jones · 17 years ago
  74. ddc1fd6 USB HCD: avoid duplicate local_irq_disable() by Alan Stern · 17 years ago
  75. 87ae9af cleanup asm/scatterlist.h includes by Adrian Bunk · 17 years ago
  76. 4d59d8a USB: Export URB statistics for powertop by Sarah Sharp · 17 years ago
  77. 6840d25 USB: flush outstanding URBs when suspending by Alan Stern · 17 years ago
  78. 95cf82f USB: break apart flush_endpoint and disable_endpoint by Alan Stern · 17 years ago
  79. 4a00027 USB: Eliminate urb->status usage! by Alan Stern · 17 years ago
  80. 9347d51 USB: reorganize urb->status use in usbmon by Alan Stern · 17 years ago
  81. 1f5a3d0 USB: fix mistake in usb_hcd_giveback_urb by Alan Stern · 17 years ago
  82. eb23105 USB: add urb->unlinked field by Alan Stern · 17 years ago
  83. b0d9efb USB: centralize -EREMOTEIO handling by Alan Stern · 17 years ago
  84. e9df41c USB: make HCDs responsible for managing endpoint queues by Alan Stern · 17 years ago
  85. eb579f5 usb: cleanup usb_register_bus() and hook up sysfs group by Inaky Perez-Gonzalez · 17 years ago
  86. 5234ce1 usb: add the concept of default authorization to USB hosts by Inaky Perez-Gonzalez · 17 years ago
  87. 9a9bf40 USB: separate out endpoint queue management and DMA mapping routines by Alan Stern · 17 years ago
  88. 9439eb9 USB: update spinlock usage for root-hub URBs by Alan Stern · 17 years ago
  89. d617bc8 USB: cleanup for previous patches by Alan Stern · 17 years ago
  90. 5e60a16 USB: avoid using urb->pipe in usbcore by Alan Stern · 17 years ago
  91. fea3409 USB: add direction bit to urb->transfer_flags by Alan Stern · 17 years ago
  92. bdd016b USB: add ep->enable by Alan Stern · 17 years ago
  93. 5b653c7 USB: add urb->ep by Alan Stern · 17 years ago
  94. 809a58b USB: change name of spinlock in hcd.c by Alan Stern · 17 years ago
  95. 32aca56 USB: move routines in hcd.c by Alan Stern · 17 years ago
  96. cfa59da USB: Don't resume root hub if the controller is suspended by Alan Stern · 17 years ago
  97. e7e6da9 USB: Remove usages of dev->power.power_state by Alan Stern · 17 years ago
  98. 9f6a93f usb: free DMA mappings if enqueue fails by Pete Zaitcev · 17 years ago
  99. 686314c USB: separate root and non-root suspend/resume by Alan Stern · 17 years ago
  100. 51a2f07 USB: introduce usb_anchor by Oliver Neukum · 17 years ago