summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-09-23IB/ipath: trivial cleanupsBryan O'Sullivan1-1/+0
2006-09-23IB/ipath: remove stale references to userspace SMABryan O'Sullivan14-119/+35
2006-09-23IB/ipath: simplify debugging code after ipath_core and ib_ipath mergerBryan O'Sullivan8-134/+17
2006-09-23IB/ipath: simplify layering codeBryan O'Sullivan17-1329/+1126
2006-09-23IB/ipath: merge ipath_core and ib_ipath driversBryan O'Sullivan10-292/+62
2006-09-23IB/ipath: drop requirement that PIO buffers be mmaped write-onlyBryan O'Sullivan1-9/+4
2006-09-23IB/ipath: fix handling of kpiobufsBryan O'Sullivan1-1/+2
2006-09-23IB/ipath: fix for crash on module unload, if cfgports < portcntBryan O'Sullivan1-1/+5
2006-09-23IB/ipath: lock resource limit counters correctlyBryan O'Sullivan3-8/+38
2006-09-23IB/ipath: More changes to support InfiniPath on PowerPC 970 systemsBryan O'Sullivan4-0/+66
2006-09-23IB/ipath: Performance improvements via mmap of queuesRalph Campbell9-382/+785
2006-09-23IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell10-15/+30
2006-09-23IB/uverbs: Allow resize CQ operation to return driver-specific dataRalph Campbell1-2/+1
2006-09-23IB/ehca: Add driver for IBM eHCA InfiniBand adaptersHeiko J Schick33-0/+11574
2006-09-23IB/srp: Add port/device attributesIshai Rabinovitz1-6/+24
2006-09-23IB/mthca: Include the header we really wantJames Lentini1-1/+1
2006-09-23IB/uverbs: Fix lockdep warning when QP is created with 2 CQsRoland Dreier1-15/+19
2006-09-23IB/uverbs: Use idr_read_cq() where appropriateRoland Dreier1-10/+6
2006-09-23IB/ipoib: Fix flush/start xmit race (from code review)Michael S. Tsirkin1-4/+8
2006-09-23IB/mthca: Don't use privileged UAR for kernel accessMichael S. Tsirkin1-1/+1
2006-09-23IB/mthca: Fix lid used for sending trapsJack Morgenstein1-1/+1
2006-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds13-429/+877
2006-09-22Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds43-6658/+7105
2006-09-22Merge git://git.infradead.org/mtd-2.6Linus Torvalds31-723/+1256
2006-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds48-214/+1077
2006-09-22Revert "[MTD] blkdev helper code: fix printk format warning"David Woodhouse1-1/+1
2006-09-22[MTD] Add SSFDC (SmartMedia) read-only translation layerClaudio Lanconelli3-0/+477
2006-09-22[MTD] pmc551 pci cleanupJiri Slaby1-8/+5
2006-09-22[MTD] pmc551 use kzallocJiri Slaby1-5/+2
2006-09-22[MTD] pmc551 whitespace cleanupJiri Slaby1-567/+596
2006-09-22[MTD] Remove iq80310 map driverLennert Buytenhek3-127/+0
2006-09-22[MTD NAND] Fix in typo ndfc.c causing wrong ECC layoutFrank Haverkamp1-1/+1
2006-09-22[MTD] physmap: add power management supportLennert Buytenhek1-0/+33
2006-09-22ioremap balanced with iounmap for drivers/mtd subsystemAmol Lad14-15/+118
2006-09-22[MTD] Switch to pci_get_device and do ref countingAlan Cox5-8/+32
2006-09-22[MTD] blkdev helper code: fix printk format warningRandy Dunlap1-1/+1
2006-09-22[MTD] Fix ixp4xx partition parsing.Brian Walsh1-1/+1
2006-09-22[MTD NAND] Remove old code in au1550nd.cMichal Piotrowski1-11/+0
2006-09-22[MTD] Unlock NOR flash automatically where necessaryHÃ¥vard Skinnemoen2-0/+11
2006-09-22[POWERPC] Fix ohare IDE irq workaround on old powermacsBenjamin Herrenschmidt1-1/+1
2006-09-21[netdrvr] mv643xx_eth: fix obvious typo, which caused build breakageJeff Garzik1-1/+1
2006-09-21[netdrvr] lp486e: fix typoJeff Garzik1-3/+3
2006-09-21[BLOCK] dm-crypt: trivial comment improvementsRik Snel1-4/+4
2006-09-21[CRYPTO] padlock: Convert padlock-sha to use crypto_hashHerbert Xu1-56/+35
2006-09-21[CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu2-5/+5
2006-09-21[CRYPTO] users: Use crypto_hash interface instead of crypto_digestHerbert Xu2-26/+38
2006-09-21[SCSI] iscsi: Use crypto_hash interface instead of crypto_digestHerbert Xu2-65/+78
2006-09-21[CRYPTO] drivers: Remove obsolete block cipher operationsHerbert Xu1-44/+0
2006-09-21[CRYPTO] users: Use block ciphers where applicableHerbert Xu2-23/+31
2006-09-21[BLOCK] dm-crypt: Use block ciphers where applicableHerbert Xu1-61/+47