summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2008-05-036-51/+81
|\ \ \ \ \ \ \
| * | | | | | | [POWERPC] PS3: Remove unsupported wakeup sourcesGeoff Levand2008-05-021-6/+1
| * | | | | | | [POWERPC] PS3: Add time include to lpmFUJITA Tomonori2008-05-021-0/+1
| * | | | | | | Merge branch 'powerpc-next' of master.kernel.org:/pub/scm/linux/kernel/git/ga...Paul Mackerras2008-05-021-3/+3
| |\ \ \ \ \ \ \
| | * | | | | | | [POWERPC] Xilinx: Fix compile warningsKumar Gala2008-05-011-3/+3
| * | | | | | | | Fix a potential issue in mpc52xx uart driverAndrew Liu2008-05-011-0/+2
| * | | | | | | | [POWERPC] mpc5200: Allow for fixed speed MII configurationsGrant Likely2008-05-012-42/+74
| |/ / / / / / /
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-05-0236-268/+793
|\ \ \ \ \ \ \ \
| * | | | | | | | [SCSI] aic94xx: fix section mismatchSam Ravnborg2008-05-021-3/+3
| * | | | | | | | [SCSI] u14-34f: Fix 32bit only problemAlan Cox2008-05-021-2/+4
| * | | | | | | | [SCSI] dpt_i2o: sysfs codeMiquel van Smoorenburg2008-05-021-0/+26
| * | | | | | | | [SCSI] dpt_i2o: 64 bit supportMiquel van Smoorenburg2008-05-026-53/+260
| * | | | | | | | [SCSI] dpt_i2o: move from virt_to_bus/bus_to_virt to dma_alloc_coherentMiquel van Smoorenburg2008-05-022-74/+169
| * | | | | | | | [SCSI] dpt_i2o: use standard __init / __exit codeMiquel van Smoorenburg2008-05-022-57/+51
| * | | | | | | | [SCSI] megaraid_sas: fix suspend/resume sectionsJiri Slaby2008-05-021-3/+8
| * | | | | | | | [SCSI] aacraid: Add Power Management supportMark Salyzyn2008-05-024-11/+154
| * | | | | | | | [SCSI] aacraid: Fix jbod operations scan issuesMark Salyzyn2008-05-022-14/+34
| * | | | | | | | [SCSI] aacraid: Fix warning about macro side-effectsMark Salyzyn2008-05-021-2/+2
| * | | | | | | | [SCSI] add support for variable length extended commandsBoaz Harrosh2008-05-023-19/+8
| * | | | | | | | [SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh2008-05-0215-25/+31
| * | | | | | | | [SCSI] aacraid: Fix down_interruptible() to check the return value correctlyMark Salyzyn2008-05-021-1/+1
| * | | | | | | | [SCSI] megaraid_sas; Update the Version and Changelogbo yang2008-04-292-4/+4
| * | | | | | | | [SCSI] ibmvscsi: Handle non SCSI error statusBrian King2008-04-292-1/+13
| * | | | | | | | [SCSI] bug fix for free list handlingAlan D. Brunelle2008-04-291-0/+8
| * | | | | | | | [SCSI] ipr: Rename ipr's state scsi host attribute to prevent collisionsBrian King2008-04-291-1/+1
| * | | | | | | | [SCSI] megaraid_mbox: fix Dell CERC firmware problemHannes Reinecke2008-04-292-0/+18
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-05-022-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [PATCH] split linux/file.hAl Viro2008-05-012-0/+2
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-05-0241-536/+9127
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | USB GADGET/PERIPHERAL: g_file_storage Bulk-Only Transport compliance, clear-f...David Lopo2008-05-021-1/+24
| * | | | | | | | | usb_serial: some coding style fixesAlan Cox2008-05-024-103/+112
| * | | | | | | | | USB: Remove redundant dependencies on USB_ATM.Robert P. J. Day2008-05-021-4/+0
| * | | | | | | | | USB: UHCI: disable remote wakeup when it's not neededAlan Stern2008-05-022-18/+61
| * | | | | | | | | USB: OHCI: work around bogus compiler warningAlan Stern2008-05-021-1/+1
| * | | | | | | | | USB: add Cypress c67x00 OTG controller HCD driverPeter Korsgaard2008-05-029-0/+1836
| * | | | | | | | | USB: add Cypress c67x00 OTG controller core driverPeter Korsgaard2008-05-021-0/+230
| * | | | | | | | | USB: add Cypress c67x00 low level interface codePeter Korsgaard2008-05-022-0/+690
| * | | | | | | | | USB: airprime: unlock mutex instead of trying to lock it againLeonardo Chiquitto2008-05-021-1/+1
| * | | | | | | | | USB: storage: Update mailling list addressAndrew Lunn2008-05-022-2/+4
| * | | | | | | | | USB: storage: UNUSUAL_DEVS() for PanDigital Picture frame.Andrew Lunn2008-05-021-0/+11
| * | | | | | | | | USB: add more FTDI device idsPeter Mack2008-05-022-0/+19
| * | | | | | | | | USB: fix cannot work usb storage when using ohci-sm501Yoshihiro Shimoda2008-05-021-1/+3
| * | | | | | | | | usb: gadget zero timer init fixDavid Lopo2008-05-021-3/+4
| * | | | | | | | | usb: gadget zero style fixups (mostly whitespace)David Brownell2008-05-021-193/+172
| * | | | | | | | | usb serial gadget: CDC ACM fixesDavid Brownell2008-05-021-17/+73
| * | | | | | | | | usb: pxa27x_udc driverRobert Jarzmik2008-05-025-4/+2916
| * | | | | | | | | USB: INTOVA Pixtreme camera mass storage deviceRohan Hart2008-05-021-0/+7
| * | | | | | | | | USB: mos7840: test and propagate set_uart_reg return valueRoel Kluin2008-05-021-3/+2
| * | | | | | | | | USB: usbtest displays diagnostics againDavid Brownell2008-05-021-143/+133
| * | | | | | | | | ub: CosmeticsPete Zaitcev2008-05-021-9/+6