1. ec17cf1 USB: Remove unneeded void * casts in core files by Tobias Klauser · 19 years ago
  2. 1b21d5e USB: fix __must_check warnings in drivers/usb/core/ by Greg Kroah-Hartman · 19 years ago
  3. 592fbbe USB: fix root-hub resume when CONFIG_USB_SUSPEND is not set by Alan Stern · 19 years ago
  4. 02c399e usbcore: remove usb_suspend_root_hub by Alan Stern · 19 years ago
  5. 01d883d usbcore: non-hub-specific uses of autosuspend by Alan Stern · 19 years ago
  6. 645daaa usbcore: add autosuspend/autoresume infrastructure by Alan Stern · 19 years ago
  7. b6956ff usbcore: store each usb_device's level in the tree by Alan Stern · 19 years ago
  8. 1720058 usbcore: trim down usb_bus structure by Alan Stern · 19 years ago
  9. dd990f1 usbcore: Add flag for whether a host controller uses DMA by Alan Stern · 19 years ago
  10. a6d2bb9 USB: remove struct usb_operations by Alan Stern · 19 years ago
  11. 511366d USB: usb-hub-driver-improve-use-of-ifdef fix by Andrew Morton · 19 years ago
  12. 42d8a2d USB: Turn usb_resume_both() into static inline by Alexey Dobriyan · 19 years ago
  13. 088dc27 usbcore: help drivers to change device configs by Alan Stern · 19 years ago
  14. 095bc33 USB core: Use const where possible. by Luiz Fernando N. Capitulino · 19 years ago
  15. 83a0719 wusb: pretty print new wireless USB devices when they connect by Inaky Perez-Gonzalez · 19 years ago
  16. 5bb6e0a wusb: handle wusb device ep0 speed settings by Inaky Perez-Gonzalez · 19 years ago
  17. 0165de0 wusb: hub code recognizes wusb ports by Inaky Perez-Gonzalez · 19 years ago
  18. cb4c8fe usb: deal with broken config descriptors by Inaky Perez-Gonzalez · 19 years ago
  19. d5cbad4 usbcore: khubd and busy-port handling by Alan Stern · 19 years ago
  20. 455b25f usbcore: make hcd_endpoint_disable wait for queue to drain by Alan Stern · 19 years ago
  21. 64a21d0 USB: Properly unregister reboot notifier in case of failure in ehci hcd by Aleksey Gorelov · 19 years ago
  22. fbf81c2 USB: hub: Use usb_endpoint_* functions. by Luiz Fernando N. Capitulino · 19 years ago
  23. b7cfaaa USB: New functions to check endpoints info. by Luiz Fernando N. Capitulino · 19 years ago
  24. 066202d USB: Make file operations structs in drivers/usb const. by Luiz Fernando N. Capitulino · 19 years ago
  25. ecdc0a5 USB: usbcore get rid of the timer in usb_start_wait_urb() by Franck Bui-Huu · 19 years ago
  26. d388dab hub driver: improve use of #ifdef by Alan Stern · 19 years ago
  27. 1c5df7e usbcore: suspending devices with no driver by Alan Stern · 19 years ago
  28. 114b368 usbcore: fix up device and power state tests by Alan Stern · 19 years ago
  29. 2bf4086 usbcore: set device and power states properly by Alan Stern · 19 years ago
  30. 4d064c0 usbcore: track whether interfaces are suspended by Alan Stern · 19 years ago
  31. a8e7c56 usbcore: resume device resume recursion by Alan Stern · 19 years ago
  32. 1cc8a25 usbcore: split suspend/resume for device and interfaces by Alan Stern · 19 years ago
  33. 782da72 usbcore: make usb_generic a usb_device_driver by Alan Stern · 19 years ago
  34. 8bb54ab usbcore: add usb_device_driver definition by Alan Stern · 19 years ago
  35. 36e56a3 usbcore: move code among source files by Alan Stern · 19 years ago
  36. 140d8f6 usbcore: rename usb_suspend_device to usb_port_suspend by Alan Stern · 19 years ago
  37. 349710c usbfs: detect device unregistration by Alan Stern · 19 years ago
  38. 4a2a8a2 usbfs: private mutex for open, release, and remove by Alan Stern · 19 years ago
  39. b6eb2d8 usbcore: add configuration_string to attribute group by Alan Stern · 19 years ago
  40. b94badb USB: Make usb_buffer_free() NULL-safe by Dmitry Torokhov · 19 years ago
  41. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 19 years ago
  42. 8e18e29 [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private by Theodore Ts'o · 19 years ago
  43. 1858499 PM: USB HCDs use PM_EVENT_PRETHAW by David Brownell · 19 years ago
  44. cae74b3 Revert "[PATCH] USB: move usb_device_class class devices to be real devices" by Greg Kroah-Hartman · 19 years ago
  45. 27fb4f0 Revert "[PATCH] USB: convert usb class devices to real devices" by Greg Kroah-Hartman · 19 years ago
  46. 49e523b [PATCH] USB: remove devfs information from Kconfig by Michal Piotrowski · 19 years ago
  47. 2030794 [PATCH] usbcore: fixes for hub_port_resume by Alan Stern · 19 years ago
  48. b40b7a9 [PATCH] USB hub: don't return status > 0 from resume by Alan Stern · 19 years ago
  49. 58a5b0a [PATCH] usbfs: use the correct signal number for disconnection by Zoran Marceta · 19 years ago
  50. 8e7795e [PATCH] lockdep: annotate USBFS by Arjan van de Ven · 19 years ago
  51. f2eace2 [PATCH] lockdep: annotate i_mutex by Ingo Molnar · 19 years ago
  52. d54b5ca [PATCH] irq-flags: usb: Use the new IRQF_ constants by Thomas Gleixner · 19 years ago
  53. 22a3e23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
  54. 7a01955 [PATCH] SELinux: update USB code with new kill_proc_info_as_uid by David Quigley · 19 years ago
  55. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  56. 76a9f26 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 19 years ago
  57. 83626b0 Revert "[PATCH] usb: drivers/usb/core/devio.c dereferences a userspace pointer" by Linus Torvalds · 19 years ago
  58. 816724e Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 19 years ago
  59. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 19 years ago
  60. 0517587 [PATCH] USB: get USB suspend to work again by Greg Kroah-Hartman · 19 years ago
  61. 43104f1 [PATCH] USB: only make /sys/class/usb show up when there is something in it by Greg Kroah-Hartman · 19 years ago
  62. bd00949 [PATCH] USB: convert usb class devices to real devices by Greg Kroah-Hartman · 19 years ago
  63. c182274 [PATCH] USB: move usb_device_class class devices to be real devices by Greg Kroah-Hartman · 19 years ago
  64. 9bde749 [PATCH] USB: make endpoints real struct devices by Greg Kroah-Hartman · 19 years ago
  65. 36679ea [PATCH] USB: make usb_create_ep_files take a struct device by Greg Kroah-Hartman · 19 years ago
  66. 84412f6 [PATCH] USB: move the endpoint specific sysfs code to it's own file by Greg Kroah-Hartman · 19 years ago
  67. 786dc1d [PATCH] usb: drivers/usb/core/devio.c dereferences a userspace pointer by Philippe Retornaz · 19 years ago
  68. 6ad0712 [PATCH] usbcore: recovery from Set-Configuration failure by Alan Stern · 19 years ago
  69. 7de18d8 [PATCH] USB hub: use usb_reset_composite_device by Alan Stern · 19 years ago
  70. 79efa09 [PATCH] usbcore: port reset for composite devices by Alan Stern · 19 years ago
  71. 3f8f4a1 [PATCH] usbcore: Fix broken RNDIS config selection by Giridhar Pemmasani · 19 years ago
  72. 1fbe75e [PATCH] USB: print message when device is rejected due to insufficient power by Daniel Drake · 19 years ago
  73. 782a7a6 [PATCH] USB: add usb_interrupt_msg() function for api completeness. by Greg Kroah-Hartman · 19 years ago
  74. 3612242 [PATCH] USB: Allow high-bandwidth isochronous packets via usbfs by Micah Dowty · 19 years ago
  75. e016683 [PATCH] USB: Remove 4088-byte limit on usbfs control URBs by Micah Dowty · 19 years ago
  76. 4489a57 [PATCH] USB: usbcore: always turn on hub port power by Alan Stern · 19 years ago
  77. c6387a4 [SPARC]: Kill __irq_itoa(). by David S. Miller · 19 years ago
  78. 1f5ce9e VFS: Unexport do_kern_mount() and clean up simple_pin_fs() by Trond Myklebust · 19 years ago
  79. 436f576 [PATCH] USB: usbcore: don't check the device's power source by Alan Stern · 19 years ago
  80. db4cefa [PATCH] USB: fix OHCI PM regression by David Brownell · 19 years ago
  81. 754a264 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 19 years ago
  82. 0266949 [PATCH] pm: print name of failed suspend function by Andrew Morton · 19 years ago
  83. 89ccbdc [PATCH] USB: otg hub support is optional by David Brownell · 19 years ago
  84. 87ed0ae [PATCH] USB: drivers/usb/core/: remove unused exports by Adrian Bunk · 19 years ago
  85. bac30d1 Merge ../linux-2.6 by Paul Mackerras · 19 years ago
  86. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 19 years ago
  87. e822250 [PATCH] powerpc: Kill _machine and hard-coded platform numbers by Benjamin Herrenschmidt · 19 years ago
  88. e041c68 [PATCH] Notifier chain update: API changes by Alan Stern · 19 years ago
  89. 2bf2154 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 19 years ago
  90. 24f8b11 [PATCH] USB: fix check_ctrlrecip to allow control transfers in state ADDRESS by Horst Schirmeier · 19 years ago
  91. f48219d [PATCH] USB: usbcore: usb_set_configuration oops (NULL ptr dereference) by Horst Schirmeier · 19 years ago
  92. 6aa3567 [PATCH] USB: usbcore: Don't assume a USB configuration includes any interfaces by Alan Stern · 19 years ago
  93. 43c5d5a [PATCH] usbcore: fix compile error with CONFIG_USB_SUSPEND=n by Alan Stern · 20 years ago
  94. 6a8e87b [PATCH] USB core and HCDs: don't put_device while atomic by Alan Stern · 20 years ago
  95. fb669cc [PATCH] USB: remove usbcore-specific wakeup flags by David Brownell · 20 years ago
  96. b1e8f0a [PATCH] USB: usbcore sets up root hubs earlier by David Brownell · 20 years ago
  97. 4186ecf [PATCH] USB: convert a bunch of USB semaphores to mutexes by Arjan van de Ven · 20 years ago
  98. e266a12 [PATCH] USB: drivers/usb/core/message.c: make usb_get_string() static by Adrian Bunk · 20 years ago
  99. 9fcd5c3 [PATCH] USB: optimise devio.c usbdev_read fix by Andrew Morton · 20 years ago
  100. 8781ba0 [PATCH] USB: optimise devio.c::usbdev_read by Oliver Neukum · 20 years ago