1. d5d1cea USB: open disconnect race in usblcd by Oliver Neukum · 17 years ago
  2. 78663ec USB: disconnect open race in legousbtower by Oliver Neukum · 17 years ago
  3. 03f36e8 USB: open disconnect race in iowarrior by Oliver Neukum · 17 years ago
  4. 5919a43b USB: missing error check in emi62 by Oliver Neukum · 17 years ago
  5. cf4cf0b USB: missing error check in emi26 by Oliver Neukum · 17 years ago
  6. d718d2b USB: fix read vs. disconnect race in cytherm driver by Oliver Neukum · 17 years ago
  7. 54d2bc0 USB: fix locking in idmouse by Oliver Neukum · 17 years ago
  8. 3328d97 USB rio500.c: fix check-after-use by Adrian Bunk · 17 years ago
  9. e28c6a7 USB iowarrior.c: fix check-after-use by Adrian Bunk · 17 years ago
  10. c93d465 USB: FTDI Elan driver: Convert ftdi->u132_lock to mutex by Matthias Kaehlcke · 17 years ago
  11. f230d10 [PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt} by Jeff Garzik · 17 years ago
  12. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  13. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  14. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  15. e400b6e vt/vgacon: Check if screen resize request comes from userspace by Antonino A. Daplas · 17 years ago
  16. a59048d USB: drivers/usb/misc/sisusbvga/sisusb.c: kill two unused variables by WANG Cong · 17 years ago
  17. 9dcfbd9 USB: fix gregkh-usb-usb-sisusb2vga-convert-printk-to-dev_-macros by Andrew Morton · 17 years ago
  18. e6d42f0 USB: sisusbvga: Fix bug by Satyam Sharma · 17 years ago
  19. fdf99c9 USB: fix memory leak in berry_charge driver by Greg Kroah-Hartman · 17 years ago
  20. f6c1cea USB: missing test for ESHUTDOWN in adutux driver by Oliver Neukum · 17 years ago
  21. 5280d60 USB: ftdi-elan.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  22. 7b5cd5f USB: SisUSB2VGA: Convert printk to dev_* macros by Felipe Balbi · 17 years ago
  23. ecb8b19 USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_struct.h by Felipe Balbi · 17 years ago
  24. 7c59901 USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_init.h by Felipe Balbi · 17 years ago
  25. 22b2c52 USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_init.c by Felipe Balbi · 17 years ago
  26. 1c1772a USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb.h by Felipe Balbi · 17 years ago
  27. 2acbd64 USB: SisUSB2VGA: Mis-spelled word by Felipe Balbi · 17 years ago
  28. 9dedd36 USB: SisUSB2VGA: Remove if 0'ed code by Felipe Balbi · 17 years ago
  29. ed86d97 USB: SisUSB2VGA: Whitespace Cleanups by Felipe Balbi · 17 years ago
  30. ca9024e usb/misc/sisusbvga: add product ID of TARGUS/MCT device by samson yeung · 17 years ago
  31. 2fe83b3 Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight by Linus Torvalds · 18 years ago
  32. 82210d3 USB: misc: uss720: clean up urb->status usage by Greg Kroah-Hartman · 18 years ago
  33. 59d9978 USB: misc: usbtest: clean up urb->status usage by Greg Kroah-Hartman · 18 years ago
  34. 0723af1 USB: misc: usblcd: clean up urb->status usage by Greg Kroah-Hartman · 18 years ago
  35. a95a038 USB: misc: phidgetmotorcontrol: clean up urb->status usage by Greg Kroah-Hartman · 18 years ago
  36. 2fe8c3f USB: misc: phidgetkit: clean up urb->status usage by Greg Kroah-Hartman · 18 years ago
  37. 64771a0 USB: misc: legousbtower: clean up urb->status usage by Greg Kroah-Hartman · 18 years ago
  38. 491c021 USB: misc: ldusb: clean up urb->status usage by Greg Kroah-Hartman · 18 years ago
  39. fb3abee USB: misc: iowarrior: clean up urb->status usage by Greg Kroah-Hartman · 18 years ago
  40. 8434626 USB: misc: ftdi-elan: clean up urb->status usage by Greg Kroah-Hartman · 18 years ago
  41. 22bea33 USB: misc: auerswald: clean up urb->status usage by Greg Kroah-Hartman · 18 years ago
  42. 13f9782 USB: misc: appledisplay: clean up urb->status usage by Greg Kroah-Hartman · 18 years ago
  43. 24497a0 USB: misc: adtux: clean up urb->status usage by Greg Kroah-Hartman · 18 years ago
  44. eb33cae USB: use mutex instead of semaphore in the FTDI ELAN driver by Matthias Kaehlcke · 18 years ago
  45. 8293c56 USB: use mutex instead of semaphore in the Adutux driver by Matthias Kaehlcke · 18 years ago
  46. a6343af drivers/*: mark variables with uninitialized_var() by Jeff Garzik · 18 years ago
  47. ae97fec drivers/usb/misc/auerswald: fix status check, remove redundant check by Jeff Garzik · 18 years ago
  48. 655bfd7 backlight: Convert from struct class_device to struct device by Richard Purdie · 18 years ago
  49. 49bb607 USB: Support Blackberry Pearl with berry_charge by Jeremy Katz · 18 years ago
  50. 7bbe990 USB: autosuspend for usblcd by Oliver Neukum · 18 years ago
  51. d4ead16 USB: prevent char device open/deregister race by Alan Stern · 18 years ago
  52. 0da2f0f potential compiler error, irqfunc caller sites update by Yoann Padioleau · 18 years ago
  53. 5afeb10 USB: usblcd doesn't limit memory consumption during write by Oliver Neukum · 18 years ago
  54. fc0f8fc USB: memory leak in iowarrior.c by Oliver Neukum · 18 years ago
  55. 9d33efd USB: ldusb bugfix by Oliver Neukum · 18 years ago
  56. be23edf USB: auerswald: fix file release handler by Andrew Morton · 18 years ago
  57. 47f8468 USB: fix more ftdi-elan/u132-hcd #include lossage by David Brownell · 18 years ago
  58. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 18 years ago
  59. 31990a9 SIS USB2VGA Warning fix by WANG Cong · 18 years ago
  60. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  61. 147c5a1 USB: iowarrior.c: timeouts too small in usb_control_msg calls by Eberhard Fahle · 18 years ago
  62. 79dcdbf USB: add picdem device to ldusb by Joey Goncalves · 18 years ago
  63. 5c975ac USB: Remove duplicate define of OHCI_QUIRK_ZFMICRO by S.Caglar Onur · 18 years ago
  64. 893a342 USB Elan FTDI: check for driver registration status by Cyrill Gorcunov · 18 years ago
  65. ebc3ac1 USB: cleanup ofd adutux by Oliver Neukum · 18 years ago
  66. 949ce47 USB: cypress_cy7c63: race disconnect/sysfs read-write leading to following NULL pointer by Oliver Neukum · 18 years ago
  67. f81ee4d USB: iowarrior.c: fix NULL dereference by Oliver Neukum · 18 years ago
  68. 2e85c91 USB: kill BKL in usblcd by Oliver Neukum · 18 years ago
  69. 774f78c USB: berry_charge: correct dbg string for second magic command by Ken L Johnson · 18 years ago
  70. ee17b28 USB Elan FTDI: check for workqueue creation by Cyrill Gorcunov · 18 years ago
  71. 946b960 USB: add driver for iowarrior devices. by Greg Kroah-Hartman · 18 years ago
  72. 599a52d backlight: Separate backlight properties from backlight ops pointers by Richard Purdie · 18 years ago
  73. 28ee086 backlight: Fix external uses of backlight internal semaphore by Richard Purdie · 18 years ago
  74. dfcba20 backlight: Remove unneeded owner field by Richard Purdie · 18 years ago
  75. 460223d Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 18 years ago
  76. 81450b7 Pull misc-for-upstream into release branch by Len Brown · 18 years ago
  77. df23fa0 USB: Driver to charge USB blackberry devices by Greg Kroah-Hartman · 18 years ago
  78. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  79. 00977a5 [PATCH] mark struct file_operations const 6 by Arjan van de Ven · 18 years ago
  80. 2ca48ed [PATCH] null pointer dereference in appledisplay driver by Michael Hanselmann · 18 years ago
  81. d78112e ACPI: video: Fix null pointer in appledisplay driver by Michael Hanselmann · 18 years ago
  82. 2cba72f USB: mutexification of rio500 by Oliver Neukum · 18 years ago
  83. 4727810 USB: Remove unneeded void * casts in idmouse.c by Tobias Klauser · 18 years ago
  84. c067dfc sisusb_con warning fixes by Andrew Morton · 18 years ago
  85. 18ed1c0 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 18 years ago
  86. 4b87361 USB: u132-hcd/ftdi-elan: add support for Option GT 3G Quad card by Tony Olech · 18 years ago
  87. 66eb2e9 USB AUERSWALD: replace kmalloc+memset with kzalloc by Burman Yan · 18 years ago
  88. 96ca014 USB: fix transvibrator disconnect race by Oliver Neukum · 18 years ago
  89. 6a7255e USB: Fix oops in PhidgetServo by Sean Young · 18 years ago
  90. 40b20c2 Pull platform-drivers into test branch by Len Brown · 18 years ago
  91. 519ab5f ACPI: video: Add dev argument for backlight_device_register by Yu Luming · 18 years ago
  92. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  93. cd86128 [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() by Robert P. J. Day · 18 years ago
  94. 33cb899 [PATCH] struct path: convert usb by Josef Sipek · 18 years ago
  95. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  96. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  97. 6d5aefb WorkQueue: Fix up arch-specific work items where possible by David Howells · 18 years ago
  98. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  99. 9641219 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 18 years ago
  100. 8feabf7 USB: build the appledisplay driver by Adrian Bunk · 18 years ago