aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* potential parse error in ifdef part 3Yoann Padioleau2007-06-082-2/+2
* loop: preallocate eight loop devicesKen Chen2007-06-081-18/+82
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-06-073-15/+49
|\
| * [IPV4]: Convert IPv4 devconf to an arrayHerbert Xu2007-06-071-1/+1
| * [BNX2]: Update version and reldate.Michael Chan2007-06-071-2/+2
| * [BNX2]: Fix occasional counter corruption on 5708.Michael Chan2007-06-071-1/+13
| * [BNX2]: Enable DMA on 5709.Michael Chan2007-06-072-0/+6
| * [BNX2]: Add missing wait in bnx2_init_5709_context().Michael Chan2007-06-071-3/+14
| * [BNX2]: Fix netdev watchdog on 5708.Michael Chan2007-06-071-8/+13
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-06-072-5/+5
|\ \ | |/ |/|
| * [ARM] pxa: fix pxa27x keyboard driverRussell King2007-06-051-3/+3
| * [ARM] Fix 4417/1: Serial: Fix AMBA drivers lockingRussell King2007-06-051-2/+2
* | [VIDEO] sunxvr500fb: Fix pseudo_palette array sizeAntonino Daplas2007-06-051-2/+4
* | [VIDEO] sunxvr2500fb: Fix pseudo_palette array sizeAntonino Daplas2007-06-051-9/+8
* | [VIDEO] ffb: The pseudo_palette is only 16 elements longAntonino Daplas2007-06-051-2/+2
* | [VIDEO]: Fix section mismatch warning in promcon.Sam Ravnborg2007-06-041-1/+1
* | [ATA]: Back out bogus (SPARC64 && !PCI) Kconfig depends.David S. Miller2007-06-041-1/+0
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2007-06-043-7/+233
|\ \
| * | [MTD] Fix error checking after get_mtd_device() in get_sb_mtd functionsDavid Woodhouse2007-06-011-3/+3
| * | [MTD] generalise the handling of MTD-specific superblocksDavid Howells2007-05-112-2/+233
| * | [MTD] [MAPS] don't force uclinux mtd map to be root devMike Frysinger2007-05-111-5/+0
* | | libata: always use polling SETXFERTejun Heo2007-06-042-15/+10
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2007-06-045-53/+26
|\ \ \
| * | | [SCSI] JAZZ ESP and SUN ESP need SPI_ATTRSDavid S. Miller2007-06-041-0/+2
| * | | [SCSI] atari_NCR5380: update_timeout removalMichael Schmitz2007-06-041-42/+2
| * | | [SCSI] aacraid: fix shutdown handler to also disable interrupts.Salyzyn, Mark2007-06-011-10/+12
| * | | [SCSI] qla2xxx: fix timeout in qla2x00_down_timeoutBill Nottingham2007-05-301-1/+1
| * | | [SCSI] fix CONFIG_SCSI_WAIT_SCAN=mHugh Dickins2007-05-301-0/+9
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-06-047-9/+10
|\ \ \ \
| * | | | Input: reduce raciness when input handlers disconnectDmitry Torokhov2007-06-034-4/+4
| * | | | Input: ucb1x00 - do not access input_dev->private directlyDmitry Torokhov2007-06-031-3/+4
| * | | | Input: logips2pp - fix typo in KconfigUwe Bugla2007-05-281-1/+1
| * | | | Input: db9 - do not ignore dev2 module parameterDmitry Torokhov2007-05-281-1/+1
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-06-042-6/+14
|\ \ \ \ \
| * | | | | [ATM]: Fix warning.Jeff Garzik2007-06-031-4/+11
| * | | | | [TG3]: Fix link problem on Dell's onboard 5906.Michael Chan2007-06-031-2/+3
* | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-06-042-3/+4
|\ \ \ \ \ \
| * | | | | | [ATA]: Don't allow to enable this for SPARC64 without PCI.David S. Miller2007-06-031-0/+1
| * | | | | | [VIDEO]: XVR500 and XVR2500 require FB=yDavid S. Miller2007-06-031-3/+3
| |/ / / / /
* | | | | | SPI dynamic busid generation bugfixDavid Brownell2007-06-041-1/+1
|/ / / / /
* | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-06-0322-257/+34
|\ \ \ \ \
| * | | | | myri10ge: report link up/down in standard ethtool wayBrice Goglin2007-06-031-0/+1
| * | | | | NetXen: Removal of extra free_irq callMithlesh Thukral2007-06-031-2/+0
| * | | | | smc91x: sh solution engine fixes.Paul Mundt2007-06-031-4/+1
| * | | | | e1000: disable polling before registering netdeviceAuke Kok2007-06-031-4/+7
| * | | | | network drivers: eliminate unneeded kill_vid codeStephen Hemminger2007-06-0314-183/+6
| * | | | | atl1: eliminate unneeded kill_vid codeStephen Hemminger2007-06-031-32/+1
| * | | | | 8139cp: fix VLAN unregistrationStephen Hemminger2007-06-031-13/+4
| * | | | | sky2: Fix VLAN unregistrationStephen Hemminger2007-06-031-18/+13
| * | | | | qla3xxx: device doesnt do hardware checksumming.Stephen Hemminger2007-06-031-1/+1
| | |_|_|/ | |/| | |