summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-10-119-28/+56
|\
| * [S390] dasd: fix race condition in resume codeStefan Haberland2009-10-062-4/+10
| * [S390] zcrypt: Improve some commentsFelix Beck2009-10-061-3/+6
| * [S390] zcrypt: Fix sparse warning.Felix Beck2009-10-061-2/+2
| * [S390] cio: allow setting boxed devices offlinePeter Oberparleiter2009-10-061-0/+4
| * [S390] cio: make not operational handling consistentPeter Oberparleiter2009-10-063-7/+9
| * [S390] cio: make disconnected handling consistentPeter Oberparleiter2009-10-061-3/+17
| * [S390] Fix memory leak in /proc/cio_ignoreChristian Borntraeger2009-10-061-8/+5Star
| * [S390] cio: channel path memory leakMichael Ernst2009-10-061-1/+1
| * [S390] 3270 console build fixSebastian Ott2009-10-061-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-10-1134-412/+315Star
|\ \
| * | USB: serial: no unnecessary GFP_ATOMIC in oti6858Oliver Neukum2009-10-091-3/+3
| * | USB: serial: fix race between unthrottle and completion handler in visorOliver Neukum2009-10-091-6/+9
| * | USB: serial: fix assumption that throttle/unthrottle cannot sleepOliver Neukum2009-10-0910-51/+37Star
| * | USB: serial: fix race between unthrottle and completion handler in symbolserialOliver Neukum2009-10-091-4/+8
| * | USB: serial: fix race between unthrottle and completion handler in opticonOliver Neukum2009-10-091-5/+8
| * | USB: ehci: Fix isoc scheduling boundary checking.Sarah Sharp2009-10-091-0/+1
| * | USB: storage: When a device returns no sense data, call it a Hardware ErrorAlan Stern2009-10-091-7/+22
| * | USB: small fix in error case of suspend in generic usbserial codeOliver Neukum2009-10-091-1/+3
| * | USB: visor: fix trivial accounting bug in visor driverOliver Neukum2009-10-091-1/+2
| * | USB: Fix throttling in generic usbserial driverJoris van Rantwijk2009-10-091-1/+1
| * | USB: cp210x: Add support for the DW700 UARTÉric Piel2009-10-091-0/+1
| * | USB: ipaq: fix oops when device is plugged inAlan Stern2009-10-091-0/+9
| * | USB: isp1362: fix build warnings on 64-bit systemsMike Frysinger2009-10-092-15/+15
| * | USB: gadget: imx_udc: Use resource sizeTobias Klauser2009-10-091-4/+4
| * | USB: storage: iRiver P7 UNUSUAL_DEV patchSergey Pinaev2009-10-091-0/+7
| * | USB: musb: make HAVE_CLK support optionalMike Frysinger2009-10-094-11/+8Star
| * | USB: xhci: Fix dropping endpoints from the xHC schedule.Sarah Sharp2009-10-091-1/+1
| * | USB: xhci: Don't wait for a disable slot cmd when HC dies.Sarah Sharp2009-10-091-0/+9
| * | USB: xhci: Handle canceled URBs when HC dies.Sarah Sharp2009-10-091-0/+12
| * | USB: xhci: Stop debugging polling loop when HC dies.Sarah Sharp2009-10-091-0/+6
| * | USB: usbtmc: fix timeout increaseGergely Imreh2009-10-091-1/+1
| * | USB: option: Patch for Huawei Mobile Broadband E270+ ModemRonnie Furuskog2009-10-091-0/+2
| * | USB: option: Toshiba G450 device idPeter Magdina2009-10-091-0/+2
| * | USB: usblcd, fix memory leakJiri Slaby2009-10-091-1/+2
| * | USB: serial: sierra driver version change to 1.3.8Elina Pasheva2009-10-091-1/+1
| * | USB: serial: don't call release without attachAlan Stern2009-10-091-1/+5
| * | USB: digi_acceleport: Fix broken unthrottle.Johan Hovold2009-10-091-4/+4
| * | USB: pl2303: fix error characters not being reported to ldiscJohan Hovold2009-10-091-3/+5
| * | USB: ftdi_sio: re-implement read processingJohan Hovold2009-10-091-252/+131Star
| * | USB: ftdi_sio: clean up read completion handlerJohan Hovold2009-10-091-27/+1Star
| * | USB: ftdi_sio: remove unused rx_byte counterJohan Hovold2009-10-091-13/+0Star
| * | USB: ftdi_sio: remove tty->low_latencyJohan Hovold2009-10-091-4/+0Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2009-10-1140-8248/+148Star
|\ \ \
| * | | Staging: comedi: fix build on arches that don't want comedi driversGreg Kroah-Hartman2009-10-091-1/+1
| * | | Staging: comedi: pcmcia irq fixesFrank Mori Hess2009-10-096-6/+6
| * | | Staging: comedi: ni_pcimio: Added device id for pxi-6225.Frank Mori Hess2009-10-091-1/+21
| * | | Staging: comedi: ni_65xx.c: fix output inversion problem.Ian Abbott2009-10-091-0/+6
| * | | Staging: comedi: ni_65xx.c: fix insn_bits shift calculation.Ian Abbott2009-10-091-3/+3
| * | | Staging: comedi: s526: fixes for pulse generatorIan Abbott2009-10-091-31/+19Star