1. 98f541c USB: remove remaining instances of USB_SUSPEND by Alan Stern · 11 years ago
  2. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  3. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  4. 84ebc10 USB: remove CONFIG_USB_SUSPEND option by Alan Stern · 11 years ago
  5. fb4e98a usb: remove use of __devexit by Bill Pemberton · 12 years ago
  6. 41ac7b3 usb: remove use of __devinit by Bill Pemberton · 12 years ago
  7. 7690417 usb: remove use of __devexit_p by Bill Pemberton · 12 years ago
  8. 2edd968 drivers/usb/host/sl811-hcd.c: removes unnecessary semicolon by Peter Senna Tschudin · 12 years ago
  9. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  10. 6ef1a92 usb: sl811-hcd: Convert to module_platform_driver by Tobias Klauser · 12 years ago
  11. b5dd18d USB: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  12. c44dead Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  13. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 13 years ago
  14. ad7c56f USB: sl811: add Kconfig option for ISOCHRONOUS mode by Mike Frysinger · 13 years ago
  15. dbe79bb USB 3.0 Hub Changes by John Youn · 23 years ago
  16. da13051 USB: Remove bitmap #define from hcd.h by Sarah Sharp · 14 years ago
  17. 2bd15f1 USB SL811HS HCD: Fix memory leak in sl811h_urb_enqueue() by Jesper Juhl · 14 years ago
  18. 76be932 usb: host: sl811-hcd: check kzalloc() result by Kulikov Vasiliy · 14 years ago
  19. 749da5f USB: straighten out port feature vs. port status usage by Alan Stern · 14 years ago
  20. 288ead4 USB: remove bogus USB_PORT_FEAT_*_SPEED symbols by Alan Stern · 14 years ago
  21. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 14 years ago
  22. 8a3461e USB: sl811-hcd: Fix device disconnect by Michael Hennerich · 14 years ago
  23. 8ca5bfab USB: host: SL811: fix unaligned accesses by Michael Hennerich · 15 years ago
  24. eb661bc USB: sl811-hcd: Fix device disconnect: by Hennerich, Michael · 15 years ago
  25. 16e2e5f USB: make transfer_buffer_lengths in struct urb field u32 by Greg Kroah-Hartman · 15 years ago
  26. 2714021 USB: Let some USB host controllers get IRQ flags from resource by Marc Zyngier · 16 years ago
  27. b6c6393 Rename WARN() to WARNING() to clear the namespace by Arjan van de Ven · 16 years ago
  28. 7071a3c USB: usb dev_name() instead of dev->bus_id by Kay Sievers · 16 years ago
  29. cdefa18 usb: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  30. fd05e72 drivers/usb annotations and fixes by Al Viro · 16 years ago
  31. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  32. 70a1c9e USB: remove dev->power.power_state by Alan Stern · 16 years ago
  33. f4fce61 usb host: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  34. 3a2d5b7 PM: Introduce PM_EVENT_HIBERNATE callback state by Rafael J. Wysocki · 16 years ago
  35. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  36. 4a00027 USB: Eliminate urb->status usage! by Alan Stern · 17 years ago
  37. 65e5109 USB: reorganize urb->status use in sl811-hcd by Alan Stern · 17 years ago
  38. eb23105 USB: add urb->unlinked field by Alan Stern · 17 years ago
  39. b0d9efb USB: centralize -EREMOTEIO handling by Alan Stern · 17 years ago
  40. e39ab59 USB: remove unnecessary tests in isp116x and sl811 by Alan Stern · 17 years ago
  41. e9df41c USB: make HCDs responsible for managing endpoint queues by Alan Stern · 17 years ago
  42. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  43. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  44. 38e2bfc USB: Dealias -110 code (more complete) by Pete Zaitcev · 18 years ago
  45. 066202d USB: Make file operations structs in drivers/usb const. by Luiz Fernando N. Capitulino · 18 years ago
  46. 1858499 PM: USB HCDs use PM_EVENT_PRETHAW by David Brownell · 18 years ago
  47. d54b5ca [PATCH] irq-flags: usb: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  48. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  49. 2427ddd [PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_t where needed by Greg Kroah-Hartman · 18 years ago
  50. 325a4af [PATCH] USB: move hardware-specific <linux/usb_*.h> to <linux/usb/*.h> by David Brownell · 18 years ago
  51. 6a8e87b [PATCH] USB core and HCDs: don't put_device while atomic by Alan Stern · 19 years ago
  52. 1c50c31 [PATCH] USB: central handling for host controllers that were reset during suspend/resume by Alan Stern · 19 years ago
  53. c9a50cc [PATCH] USB: hcd uses EXTRA_CFLAGS for -DDEBUG by David Brownell · 19 years ago
  54. 0c8624f [PATCH] USB: wakeup flag updates (1/3) sl811-hcd by David Brownell · 19 years ago
  55. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  56. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  57. efa400d [PATCH] USB: add owner initialisation to host drivers by Ben Dooks · 19 years ago
  58. 0c0382e [PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspend by Alan Stern · 19 years ago
  59. 6fbfddc Merge ../bleed-2.6 by Greg KH · 19 years ago
  60. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  61. 55016f1 [PATCH] gfp_t: drivers/usb by Al Viro · 19 years ago
  62. 4b2e790 [PATCH] USB: sl811-hcd minor fixes by David Brownell · 19 years ago
  63. 7b842b6 [PATCH] USB: convert kcalloc to kzalloc by Pekka Enberg · 19 years ago
  64. ca078ba [PATCH] swsusp: switch pm_message_t to struct by Pavel Machek · 19 years ago
  65. 5db539e [PATCH] USB: Fix kmalloc's flags type in USB by Olav Kongas · 19 years ago
  66. 247f310 [PATCH] USB HCDs: no longer need to register root hub by Alan Stern · 19 years ago
  67. bc96c0a [PATCH] ohci-omap, sl811, dummy: remove hub_set_power_budget by Alan Stern · 19 years ago
  68. 1e9a47b [PATCH] USB: sl811-hcd fixes by David Brownell · 19 years ago
  69. 093cf72 [PATCH] USB: Spelling fixes for drivers/usb. by Steven Cole · 19 years ago
  70. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago