1. 78d9a48 USB: Force unbinding of drivers lacking reset_resume or other methods by Alan Stern · 16 years ago
  2. 742120c USB: fix usb_reset_device and usb_reset_composite_device(take 3) by Ming Lei · 16 years ago
  3. 625f694 USB: remove interface parameter of usb_reset_composite_device by Ming Lei · 16 years ago
  4. 38f3ad5 usb: hub: add check for unsupported bus topology by Felipe Balbi · 16 years ago
  5. 4330354 USB: combine hub_quiesce and hub_stop by Alan Stern · 16 years ago
  6. f283521 USB: combine hub_activate and hub_restart by Alan Stern · 16 years ago
  7. 948fea3 USB: optimize port debouncing during hub activation by Alan Stern · 16 years ago
  8. 8808f00 USB: try to salvage lost power sessions by Alan Stern · 16 years ago
  9. 6ee0b27 USB: simplify hub_restart() logic by Alan Stern · 16 years ago
  10. 9e5eace USB: revert "don't use reset-resume if drivers don't support it" by Greg Kroah-Hartman · 16 years ago
  11. 24618b0 USB: debounce before unregistering by Alan Stern · 16 years ago
  12. b01b03f USB: add new routine for checking port-resume type by Alan Stern · 16 years ago
  13. 36aa811 USB: revert "don't lose disconnections during suspend" by Greg Kroah-Hartman · 16 years ago
  14. 09ca8ad Revert "USB: don't explicitly reenable root-hub status interrupts" by Linus Torvalds · 16 years ago
  15. 1236edf USB: don't lose disconnections during suspend by Alan Stern · 16 years ago
  16. 5340ba8 USB: don't use reset-resume if drivers don't support it by Linus Torvalds · 16 years ago
  17. 3a31155 USB: EHCI: suppress unwanted error messages by Alan Stern · 16 years ago
  18. e16362a USB: fix possible deadlock involving sysfs attributes by Alan Stern · 16 years ago
  19. 4953d14 usb: don't update devnum for wusb devices by David Vrabel · 16 years ago
  20. fc721f5 wusb: make ep0_reinit available for modules by Inaky Perez-Gonzalez · 16 years ago
  21. 6c529cd wusb: devices dont use a set address by Inaky Perez-Gonzalez · 16 years ago
  22. 8af548d wusb: teach choose_address() about wireless devices by Inaky Perez-Gonzalez · 16 years ago
  23. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  24. e872154 USB: don't explicitly reenable root-hub status interrupts by Alan Stern · 16 years ago
  25. 6427f79 USB: log an error message when USB enumeration fails by Alan Stern · 16 years ago
  26. eb764c4 USB: check serial-number string after device reset by Alan Stern · 17 years ago
  27. feccc30 USB: remove CONFIG_USB_PERSIST setting by Alan Stern · 17 years ago
  28. 5e6effa USB: make USB-PERSIST work after every system sleep by Alan Stern · 17 years ago
  29. 3eb1491 USB: reorganize code in hub.c by Alan Stern · 17 years ago
  30. 3bb1af5 USB: EHCI: carry out port handover during each root-hub resume by Alan Stern · 17 years ago
  31. d313584 drivers: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  32. 782e70c USB: mark USB drivers as being GPL only by Greg Kroah-Hartman · 17 years ago
  33. 1512300 USB: Export suspend statistics by Sarah Sharp · 17 years ago
  34. 852c4b4 USB: updates to usb_reset_composite_device() by Alan Stern · 17 years ago
  35. f2a383e USB: always announce a device has been added to the system by Greg Kroah-Hartman · 17 years ago
  36. 90da096 USB: force handover port to companion when hub_port_connect_change fails by Balaji Rao · 17 years ago
  37. 0cc1a51 USB: use GFP_NOIO in reset path by Oliver Neukum · 17 years ago
  38. d48bd97 USB: fix locking loop by avoiding flush_scheduled_work by Alan Stern · 17 years ago
  39. 2e2c5ee USB: Fix priority mistakes in drivers/usb/core/hub.c by Roel Kluin · 17 years ago
  40. e42837b freezer: introduce freezer-friendly waiting macros by Rafael J. Wysocki · 17 years ago
  41. fd39c86 docbook: fix usb content by Randy Dunlap · 17 years ago
  42. 32fe019 USB: mutual exclusion for EHCI init and port resets by Alan Stern · 17 years ago
  43. 403fae7 USB: fix limited_power setting mistake in hub.c by jidong xiao · 17 years ago
  44. 6840d25 USB: flush outstanding URBs when suspending by Alan Stern · 17 years ago
  45. e015268 USB: remove traces of urb->status from usbcore by Alan Stern · 17 years ago
  46. b5ea060 USB: rename choose_configuration by Greg Kroah-Hartman · 17 years ago
  47. 93993a0 usb: introduce usb_authorize/deauthorize() by Inaky Perez-Gonzalez · 17 years ago
  48. d9d16e8 usb: split usb_new_device for clarity and refactoring by Inaky Perez-Gonzalez · 17 years ago
  49. 4326ed0 USB: address-0 handling during device initialization by Alan Stern · 17 years ago
  50. bdd016b USB: add ep->enable by Alan Stern · 17 years ago
  51. 46dede4 USB: accept 1-byte Device Status replies, fixing some b0rken devices by Alan Stern · 17 years ago
  52. 195af2c USB: fix warning caused by autosuspend counter going negative by Alan Stern · 17 years ago
  53. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  54. b41a60e USB: add power/persist device attribute by Alan Stern · 17 years ago
  55. 54515fe USB: unify reset_resume and normal resume by Alan Stern · 17 years ago
  56. f07600c USB: add reset_resume method by Alan Stern · 17 years ago
  57. 624d6c0 USB: remove excess code from hub.c by Alan Stern · 17 years ago
  58. 686314c USB: separate root and non-root suspend/resume by Alan Stern · 17 years ago
  59. 4956ecc USB: remove __usb_port_suspend by Alan Stern · 17 years ago
  60. ffcdc18 USB Core: hub.c: prevent re-enumeration on HNP by Vikram Pandita · 17 years ago
  61. 55e5fdf USB: hub.c loops forever on resume from ram due to bluetooth by Mark Lord · 17 years ago
  62. dd4dd19 USB: Make device reset stop retrying after disconnect by Alan Stern · 17 years ago
  63. 6bc6cff USB: add RESET_RESUME device quirk by Alan Stern · 17 years ago
  64. 0458d5b USB: add USB-Persist facility by Alan Stern · 17 years ago
  65. e805485 USB: make hub driver's release more robust by Alan Stern · 17 years ago
  66. 06b84e8 USB: remove "locktree" routine from the hub driver by Alan Stern · 17 years ago
  67. 8adb478 USB: don't unsuspend for a new connection by Alan Stern · 17 years ago
  68. b6f6436 USB: move bus_suspend and bus_resume method calls by Alan Stern · 17 years ago
  69. 515c535 PM: Remove prev_state from struct dev_pm_info by Rafael J. Wysocki · 17 years ago
  70. d5d4db7 USB: replace flush_workqueue with cancel_sync_work by Alan Stern · 17 years ago
  71. d4b7d8e USB: fix ratelimit call semantics by Alan Stern · 17 years ago
  72. b89ee19 USB: remove short initial timeout for device descriptor fetch by Alan Stern · 17 years ago
  73. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  74. 1941044 USB: add "last_busy" field for use in autosuspend by Alan Stern · 18 years ago
  75. 9f8b17e USB: make usbdevices export their device nodes instead of using a separate class by Kay Sievers · 18 years ago
  76. 6b157c9 USB: separate autosuspend from external suspend by Alan Stern · 18 years ago
  77. 404d5b1 dev_dbg: check dev_dbg() arguments by Dan Williams · 17 years ago
  78. 5bb16d1 USB: kill dead code from hub.c by Oliver Neukum · 18 years ago
  79. 7bc4b81 USB: ratelimit debounce error messages by Oliver Neukum · 18 years ago
  80. 7ceec1f USB: add a blacklist for devices that can't handle some things we throw at them. by Oliver Neukum · 18 years ago
  81. db90e7a USB: fix concurrent buffer access in the hub driver by Alan Stern · 18 years ago
  82. 12f1ff8 usbcore: small changes to hub driver's suspend method by Alan Stern · 18 years ago
  83. 3ede760 USB: total removal of multithreaded probing in usb by Oliver Neukum · 18 years ago
  84. b1bf4f4 USB: disable USB_MULTITHREAD_PROBE by Greg Kroah-Hartman · 18 years ago
  85. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  86. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  87. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  88. 6d5aefb WorkQueue: Fix up arch-specific work items where possible by David Howells · 18 years ago
  89. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  90. 94fcda1 usbcore: remove unused argument in autosuspend by Alan Stern · 18 years ago
  91. ee49fb5 USB: keep count of unsuspended children by Alan Stern · 18 years ago
  92. d25450c USB hub: simplify remote-wakeup handling by Alan Stern · 18 years ago
  93. 40f122f USB: Add autosuspend support to the hub driver by Alan Stern · 18 years ago
  94. c066475 USB: create a new thread for every USB device found during the probe sequence by Greg Kroah-Hartman · 18 years ago
  95. 1bb5f66 USB: Move private hub declarations out of public header file by Alan Stern · 18 years ago
  96. 88fafff usb hub: fix root hub code so it takes more than 15 devices per root hub by inaky@linux.intel.com · 18 years ago
  97. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  98. 11bd44a USB: fix compiler issues with newer gcc versions by David Brownell · 18 years ago
  99. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  100. e0318eb USB: fix autosuspend when CONFIG_PM isn't set by Alan Stern · 18 years ago