1. ff66e3c drivers/usb/core/devio.c: suppress warning with 64k PAGE_SIZE by Andrew Morton · 17 years ago
  2. 04e482ff USB: fix codingstyle issues in drivers/usb/core/devio.c by Greg Kroah-Hartman · 17 years ago
  3. dd95b81 USB: usbfs: struct async is a fixed size structure by Pete Zaitcev · 17 years ago
  4. 2e2eb83 USB: add usbfs stubs for suspend and resume by Alan Stern · 17 years ago
  5. 885e974 USB: repair USBDEVFS_CONNECT ioctl by Alan Stern · 17 years ago
  6. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  7. efefc6e Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  8. e015268 USB: remove traces of urb->status from usbcore by Alan Stern · 17 years ago
  9. 93cf9b9 USB: avoid urb->pipe in usbfs by Alan Stern · 17 years ago
  10. 7e7654a cdev: remove unneeded setting of cdev names by Greg Kroah-Hartman · 17 years ago
  11. 527660a usbfs micro optimitation by Oliver Neukum · 17 years ago
  12. 9f8b17e USB: make usbdevices export their device nodes instead of using a separate class by Kay Sievers · 18 years ago
  13. 341487a8 USB: remove use of the bus rwsem, as it doesn't really protect anything. by Greg Kroah-Hartman · 17 years ago
  14. 97b9eb9 USB: set the correct interval for interrupt URBs by Alan Stern · 18 years ago
  15. 3f141e2 USB: unconfigure devices which have config 0 by Alan Stern · 18 years ago
  16. 316547f USB: devio.c add missing INIT_LIST_HEAD() by Dan Carpenter · 18 years ago
  17. 7bc3d63 USB: move usb_device_class class devices to be real devices by Greg Kroah-Hartman · 18 years ago
  18. df251b8 USB: fix to usbfs_snoop logging of user defined control urbs by Chris Frey · 18 years ago
  19. 94fcda1 usbcore: remove unused argument in autosuspend by Alan Stern · 18 years ago
  20. 27d39e2 usb devio: handle class_device_create() error by Akinobu Mita · 18 years ago
  21. c714de5 [PATCH] devio __user annotations by Al Viro · 18 years ago
  22. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  23. 2425c08 [PATCH] usb: fixup usb so it uses struct pid by Eric W. Biederman · 18 years ago
  24. ec17cf1 USB: Remove unneeded void * casts in core files by Tobias Klauser · 18 years ago
  25. 1b21d5e USB: fix __must_check warnings in drivers/usb/core/ by Greg Kroah-Hartman · 18 years ago
  26. 01d883d usbcore: non-hub-specific uses of autosuspend by Alan Stern · 18 years ago
  27. 066202d USB: Make file operations structs in drivers/usb const. by Luiz Fernando N. Capitulino · 18 years ago
  28. 349710c usbfs: detect device unregistration by Alan Stern · 18 years ago
  29. 4a2a8a2 usbfs: private mutex for open, release, and remove by Alan Stern · 18 years ago
  30. 8e18e29 [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private by Theodore Ts'o · 18 years ago
  31. cae74b3 Revert "[PATCH] USB: move usb_device_class class devices to be real devices" by Greg Kroah-Hartman · 18 years ago
  32. 7a01955 [PATCH] SELinux: update USB code with new kill_proc_info_as_uid by David Quigley · 18 years ago
  33. 83626b0 Revert "[PATCH] usb: drivers/usb/core/devio.c dereferences a userspace pointer" by Linus Torvalds · 18 years ago
  34. c182274 [PATCH] USB: move usb_device_class class devices to be real devices by Greg Kroah-Hartman · 18 years ago
  35. 786dc1d [PATCH] usb: drivers/usb/core/devio.c dereferences a userspace pointer by Philippe Retornaz · 18 years ago
  36. 79efa09 [PATCH] usbcore: port reset for composite devices by Alan Stern · 18 years ago
  37. 3612242 [PATCH] USB: Allow high-bandwidth isochronous packets via usbfs by Micah Dowty · 18 years ago
  38. e016683 [PATCH] USB: Remove 4088-byte limit on usbfs control URBs by Micah Dowty · 18 years ago
  39. 24f8b11 [PATCH] USB: fix check_ctrlrecip to allow control transfers in state ADDRESS by Horst Schirmeier · 19 years ago
  40. 9fcd5c3 [PATCH] USB: optimise devio.c usbdev_read fix by Andrew Morton · 19 years ago
  41. 8781ba0 [PATCH] USB: optimise devio.c::usbdev_read by Oliver Neukum · 19 years ago
  42. 9ad3d6c [PATCH] USB: Remove USB private semaphore by Alan Stern · 19 years ago
  43. 75318d2 [PATCH] USB: remove .owner field from struct usb_driver by Greg Kroah-Hartman · 19 years ago
  44. 058120d [PATCH] usb devio warning fix by Andrew Morton · 19 years ago
  45. 777da59 [PATCH] USB: usbdevfs_ioctl 32bit fix by Andrew Morton · 19 years ago
  46. 0a1ef3b [PATCH] usbcore: Use kzalloc instead of kmalloc/memset by Alan Stern · 19 years ago
  47. c36fc88 [PATCH] usb: Patch for USBDEVFS_IOCTL from 32-bit programs by Pete Zaitcev · 19 years ago
  48. a7b986b [PATCH] USB: convert usbfs/devio.c to use usb notifiers by Greg Kroah-Hartman · 19 years ago
  49. 4592bf5 [PATCH] USB: remove the global function usbdev_lookup_minor by Greg Kroah-Hartman · 19 years ago
  50. e639dd3 [PATCH] USB: add more snooping hooks in devio.c by Greg Kroah-Hartman · 19 years ago
  51. 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
  52. d7dd8a7 Use the new "kill_proc_info_as_uid()" for USB disconnect too by Linus Torvalds · 19 years ago
  53. 4611383 [PATCH] Fix signal sending in usbdevio on async URB completion by Harald Welte · 19 years ago
  54. bf193d3 [PATCH] USB: Disconnect children when unbinding the hub driver by Alan Stern · 19 years ago
  55. fad21bd [PATCH] USB: Fix regression in core/devio.c by Alan Stern · 19 years ago
  56. fbf82fd [PATCH] USB: real nodes instead of usbfs by Kay Sievers · 19 years ago
  57. fe0410c [PATCH] USB: usbfs: Don't leak uninitialized data by Alan Stern · 19 years ago
  58. 72ebddb [PATCH] USB: turn a user mode driver error into a hard error by David Brownell · 19 years ago
  59. 6fd19f4 [PATCH] usb: kfree() cleanups in drivers/usb/core/devio.c by Jesper Juhl · 19 years ago
  60. 668a954 [PATCH] USB: bug fix in usbdevfs by Christopher Li · 19 years ago
  61. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago