1. 9ac39f2 USB: add asynchronous autosuspend/autoresume support by Alan Stern · 16 years ago
  2. 011b15d USB: change interface to usb_lock_device_for_reset() by Alan Stern · 16 years ago
  3. adf0949 PM: Simplify the new suspend/hibernation framework for devices by Rafael J. Wysocki · 16 years ago
  4. f2189c4 USB: Add new PM callback methods for USB by Alan Stern · 16 years ago
  5. 0031a06 USB: usb dev_set_name() instead of dev->bus_id by Kay Sievers · 16 years ago
  6. 7071a3c USB: usb dev_name() instead of dev->bus_id by Kay Sievers · 16 years ago
  7. 2e5f10e USB: create attributes before sending uevent by Alan Stern · 16 years ago
  8. 7a8d37a PM: Do not acquire device semaphores upfront during suspend by Rafael J. Wysocki · 17 years ago
  9. d0bcabc docbook: fix usb source files by Randy Dunlap · 16 years ago
  10. 2c044a4 USB: fix codingstyle issues in drivers/usb/core/*.c by Greg Kroah-Hartman · 17 years ago
  11. 782e70c USB: mark USB drivers as being GPL only by Greg Kroah-Hartman · 17 years ago
  12. 1512300 USB: Export suspend statistics by Sarah Sharp · 17 years ago
  13. 4145ed6 USB: make ksuspend_usbd thread non-freezable by Alan Stern · 17 years ago
  14. 4a9bee8 USB: uevent environment key fix by Alan Stern · 17 years ago
  15. 87ae9af cleanup asm/scatterlist.h includes by Adrian Bunk · 17 years ago
  16. cbfee34 security/ cleanups by Adrian Bunk · 17 years ago
  17. 4d59d8a USB: Export URB statistics for powertop by Sarah Sharp · 17 years ago
  18. 6840d25 USB: flush outstanding URBs when suspending by Alan Stern · 17 years ago
  19. d7d0725 usb: initialize authorization and wusb bits in USB devices by Inaky Perez-Gonzalez · 17 years ago
  20. 5e60a16 USB: avoid using urb->pipe in usbcore by Alan Stern · 17 years ago
  21. bdd016b USB: add ep->enable by Alan Stern · 17 years ago
  22. fbf54dd USB: usb/dma doc updates by David Brownell · 17 years ago
  23. 70f458f USB: make the usb_device numa_node get assigned from controller by Yinghai Lu · 17 years ago
  24. d5d4db7 USB: replace flush_workqueue with cancel_sync_work by Alan Stern · 17 years ago
  25. 7ed92f1 USB: make the autosuspend workqueue thread freezable by Alan Stern · 17 years ago
  26. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  27. 9f8b17e USB: make usbdevices export their device nodes instead of using a separate class by Kay Sievers · 17 years ago
  28. eaafbc3 USB: Allow autosuspend delay to equal 0 by Alan Stern · 17 years ago
  29. 6b157c9 USB: separate autosuspend from external suspend by Alan Stern · 17 years ago
  30. 718efa6 usbcore: move usb_autosuspend_work by Alan Stern · 17 years ago
  31. b5e795f USB: make autosuspend delay a module parameter by Alan Stern · 18 years ago
  32. 9251644 usbcore: trivial whitespace fixes by Oliver Neukum · 18 years ago
  33. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  34. db06350 USB core: fix compiler warning about usb_autosuspend_work by Alan Stern · 18 years ago
  35. 0c1ac4f USB: makes usb_endpoint_* functions inline. by Luiz Fernando N. Capitulino · 18 years ago
  36. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  37. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  38. e0318eb USB: fix autosuspend when CONFIG_PM isn't set by Alan Stern · 18 years ago
  39. bd85928 USB: create new workqueue thread for USB autosuspend by Alan Stern · 18 years ago
  40. 1b21d5e USB: fix __must_check warnings in drivers/usb/core/ by Greg Kroah-Hartman · 18 years ago
  41. 645daaa usbcore: add autosuspend/autoresume infrastructure by Alan Stern · 18 years ago
  42. 1720058 usbcore: trim down usb_bus structure by Alan Stern · 18 years ago
  43. a6d2bb9 USB: remove struct usb_operations by Alan Stern · 18 years ago
  44. 095bc33 USB core: Use const where possible. by Luiz Fernando N. Capitulino · 18 years ago
  45. b7cfaaa USB: New functions to check endpoints info. by Luiz Fernando N. Capitulino · 18 years ago
  46. 782da72 usbcore: make usb_generic a usb_device_driver by Alan Stern · 18 years ago
  47. 8bb54ab usbcore: add usb_device_driver definition by Alan Stern · 18 years ago
  48. 36e56a3 usbcore: move code among source files by Alan Stern · 18 years ago
  49. 140d8f6 usbcore: rename usb_suspend_device to usb_port_suspend by Alan Stern · 18 years ago
  50. b94badb USB: Make usb_buffer_free() NULL-safe by Dmitry Torokhov · 18 years ago
  51. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  52. 0517587 [PATCH] USB: get USB suspend to work again by Greg Kroah-Hartman · 18 years ago
  53. 79efa09 [PATCH] usbcore: port reset for composite devices by Alan Stern · 18 years ago
  54. 87ed0ae [PATCH] USB: drivers/usb/core/: remove unused exports by Adrian Bunk · 18 years ago
  55. 4186ecf [PATCH] USB: convert a bunch of USB semaphores to mutexes by Arjan van de Ven · 19 years ago
  56. db9edfd Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 19 years ago
  57. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  58. f5691d7 [PATCH] USB: fix usb_find_interface for ppc64 by Pete Zaitcev · 19 years ago
  59. aafbf24 [PATCH] USB: replace __setup("nousb") with __module_param_call by Pete Zaitcev · 19 years ago
  60. 12c3da3 [PATCH] USB: Store port number in usb_device by Alan Stern · 19 years ago
  61. 9ad3d6c [PATCH] USB: Remove USB private semaphore by Alan Stern · 19 years ago
  62. ddae41b [PATCH] USB: reorg some functions out of the main usb.c file by Greg Kroah-Hartman · 19 years ago
  63. 5a9191f [PATCH] usbcore: allow suspend/resume even if drivers don't support it by Alan Stern · 19 years ago
  64. 654f311 [PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile by Greg Kroah-Hartman · 19 years ago
  65. 0a1ef3b [PATCH] usbcore: Use kzalloc instead of kmalloc/memset by Alan Stern · 19 years ago
  66. 7521803 [PATCH] USB: always export interface information for modalias by Greg Kroah-Hartman · 19 years ago
  67. 979d519 [PATCH] root hub changes (lesser half) by David Brownell · 19 years ago
  68. 390a8c3 [PATCH] remove usb_suspend_device() parameter by David Brownell · 19 years ago
  69. db69087 [PATCH] usb_interface power state by David Brownell · 19 years ago
  70. 55016f1 [PATCH] gfp_t: drivers/usb by Al Viro · 19 years ago
  71. d305ef5 [PATCH] driver core: add helper device_is_registered() by Daniel Ritz · 19 years ago
  72. 3b4d7f7 [PATCH] USB: Support unbinding of the usb_generic driver by Alan Stern · 19 years ago
  73. 3ea1596 [PATCH] USB: Add timeout to usb_lock_device_for_reset by Alan Stern · 19 years ago
  74. fbf82fd [PATCH] USB: real nodes instead of usbfs by Kay Sievers · 19 years ago
  75. ca078ba [PATCH] swsusp: switch pm_message_t to struct by Pavel Machek · 19 years ago
  76. a3fdf4e [PATCH] USB: export usb_get_intf() and usb_put_intf() by brian@murphy.dk · 19 years ago
  77. 5db539e [PATCH] USB: Fix kmalloc's flags type in USB by Olav Kongas · 19 years ago
  78. f409661 [PATCH] usbcore: Don't call device_release_driver recursively by Alan Stern · 19 years ago
  79. 273971b [PATCH] usb: klist_node_attached() fix by Patrick Mochel · 19 years ago
  80. ff71071 [PATCH] USB: fix build warning in usb core as pointed out by Andrew. by gregkh@suse.de · 19 years ago
  81. d4a7537 [PATCH] Fix up USB to use klist_node_attached() instead of list_empty() on lists that will go away. by mochel@digitalimplant.org · 19 years ago
  82. 6034a08 [PATCH] Use driver_for_each_device() instead of manually walking list. by mochel@digitalimplant.org · 19 years ago
  83. fb3b4eb [PATCH] USB: MODALIAS change for bcdDevice by Roman Kagan · 19 years ago
  84. 6d5e825 [PATCH] USB: fix up some sparse warnings about static functions that aren't static. by Greg KH · 19 years ago
  85. 27d72e8 [PATCH] usb suspend updates (interface suspend) by David Brownell · 19 years ago
  86. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago