1. c1f602d USB: legousbtower: drop superfluous newlines by Johan Hovold · 5 years ago
  2. 3c84f4b USB: legousbtower: drop superfluous brackets by Johan Hovold · 5 years ago
  3. a0cd1df USB: legousbtower: clean up runaway white space by Johan Hovold · 5 years ago
  4. 7287724 USB: legousbtower: drop redundant endianness comments by Johan Hovold · 5 years ago
  5. a76c234 USB: legousbtower: drop unnecessary packed attributes by Johan Hovold · 5 years ago
  6. 7cfa11a USB: legousbtower: clean up pointer declarations in driver data by Johan Hovold · 5 years ago
  7. aa6f383 USB: legousbtower: remove tower_abort_transfers() by Johan Hovold · 5 years ago
  8. bafd1b1 USB: legousbtower: stop interrupt-out URB unconditionally by Johan Hovold · 5 years ago
  9. 728fcd5 USB: legousbtower: drop redundant interrupt-in running flag by Johan Hovold · 5 years ago
  10. 835bd2b USB: legousbtower: drop noisy disconnect messages by Johan Hovold · 5 years ago
  11. b5a8025 USB: legousbtower: drop redundant open_count check by Johan Hovold · 5 years ago
  12. 30da837 USB: legousbtower: zero driver data at allocation by Johan Hovold · 5 years ago
  13. 07efa87 USB: legousbtower: drop redundant NULL check by Johan Hovold · 5 years ago
  14. fa5e146 USB: legousbtower: drop redundant MODULE_LICENSE ifdef by Johan Hovold · 5 years ago
  15. fd47a41 USB: legousbtower: fix a signedness bug in tower_probe() by Dan Carpenter · 5 years ago
  16. b6c03e5 USB: legousbtower: fix memleak on disconnect by Johan Hovold · 5 years ago
  17. 726b55d USB: legousbtower: fix use-after-free on release by Johan Hovold · 5 years ago
  18. 0b074f6 USB: legousbtower: fix open after failed reset request by Johan Hovold · 5 years ago
  19. cd81e6f USB: legousbtower: fix potential NULL-deref on disconnect by Johan Hovold · 5 years ago
  20. 33a7813 USB: legousbtower: fix deadlock on disconnect by Johan Hovold · 5 years ago
  21. 1d427be USB: legousbtower: fix slab info leak at probe by Johan Hovold · 5 years ago
  22. 4327059 usb: legousbtower: use irqsave() in USB's complete callback by Sebastian Andrzej Siewior · 7 years ago
  23. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  24. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  25. 5d62afb USB: misc: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  26. 5fd54ac USB: add SPDX identifiers to all remaining files in drivers/usb/ by Greg Kroah-Hartman · 7 years ago
  27. c35c376 USB: misc: remove unneeded MODULE_VERSION() usage by Greg Kroah-Hartman · 7 years ago
  28. 0bd193d usb: misc: legousbtower: Fix memory leak by Maksim Salau · 8 years ago
  29. 942a487 usb: misc: legousbtower: Fix buffers on stack by Maksim Salau · 8 years ago
  30. 9b18116 USB: legousbtower: refactor endpoint retrieval by Johan Hovold · 8 years ago
  31. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  32. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  33. 2fae9e5 usb: misc: legousbtower: Fix NULL pointer deference by Greg Kroah-Hartman · 8 years ago
  34. 49d8ffab usb: misc: legousbtower: don't print on ENOMEM by Wolfram Sang · 8 years ago
  35. a131f41 usb: misc: legousbtower: don't print error when allocating urb fails by Wolfram Sang · 8 years ago
  36. 8f7e947 USB: legotower: use msecs_to_jiffies for time conversion by Nicholas Mc Guire · 10 years ago
  37. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  38. 38726bf USB: legotower: remove direct calls to printk() by Greg Kroah-Hartman · 12 years ago
  39. 4dae996 USB: legotower: remove custom debug macro and module parameter by Greg Kroah-Hartman · 12 years ago
  40. fef526c USB: legousbtower: remove custom debug macro by Greg Kroah-Hartman · 12 years ago
  41. d26f6e5 USB: legotower: remove unneeded tracing macros by Greg Kroah-Hartman · 12 years ago
  42. 644034c USB: legousbtower.c: remove a bogus NULL check by Dan Carpenter · 12 years ago
  43. 9d974b2 USB: legousbtower.c: remove err() usage by Greg Kroah-Hartman · 13 years ago
  44. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  45. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  46. 65db430 USB: convert drivers/usb/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  47. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  48. 5bd6e8b USB: misc: Remove unnecessary casts of private_data by Joe Perches · 15 years ago
  49. f45ba77 USB: Convert concatenated __FILE__ to %s, __FILE__ by Joe Perches · 15 years ago
  50. 3c02b1d USB: BKL removal: legousbtower by Oliver Neukum · 15 years ago
  51. 8626645 USB: Push BKL on open down into the drivers by Oliver Neukum · 15 years ago
  52. 33b9e16 USB misc: make USB device id constant by Németh Márton · 15 years ago
  53. d35b4ce USB: legousbtower: make poll notice disconnect by Oliver Neukum · 16 years ago
  54. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  55. f7a386c Driver Core: usb: add nodename support for usb drivers. by Kay Sievers · 16 years ago
  56. 1b29a37 USB: remove info() macro from usb/misc drivers by Greg Kroah-Hartman · 16 years ago
  57. cdc9779 USB: remove unnecessary type casting of urb->context by Ming Lei · 17 years ago
  58. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  59. 18bcbcfe USB: misc: legousbtower: semaphore to mutex by Daniel Walker · 17 years ago
  60. 78663ec USB: disconnect open race in legousbtower by Oliver Neukum · 17 years ago
  61. 64771a0 USB: misc: legousbtower: clean up urb->status usage by Greg Kroah-Hartman · 17 years ago
  62. d4ead16 USB: prevent char device open/deregister race by Alan Stern · 18 years ago
  63. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  64. f53510e usb: legousbtower free kill urb cleanup by Mariusz Kozlowski · 18 years ago
  65. 240661c USB: legousbtower: Use usb_endpoint_* functions by Luiz Fernando N. Capitulino · 18 years ago
  66. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  67. 066202d USB: Make file operations structs in drivers/usb const. by Luiz Fernando N. Capitulino · 18 years ago
  68. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  69. 4186ecf [PATCH] USB: convert a bunch of USB semaphores to mutexes by Arjan van de Ven · 19 years ago
  70. 75318d2 [PATCH] USB: remove .owner field from struct usb_driver by Greg Kroah-Hartman · 19 years ago
  71. d6e5bcf [PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer needed by Greg Kroah-Hartman · 20 years ago
  72. 093cf72 [PATCH] USB: Spelling fixes for drivers/usb. by Steven Cole · 20 years ago
  73. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago