aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-09-22Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds7-64/+199
2006-09-22Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds3-26/+151
2006-09-22[PATCH] fallout from hcd-core patchAl Viro1-1/+1
2006-09-22[PATCH] fix the survivors of fbcon_vbl_handler() renamingAl Viro1-2/+2
2006-09-22[PATCH] asm/backlight.h is ppc-onlyAl Viro1-1/+1
2006-09-22[PATCH] memcpy_fromio() missing in istallionAl Viro1-1/+1
2006-09-22[CPUFREQ] Fix some more CPU hotplug locking.Dave Jones1-2/+0
2006-09-22Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds129-2679/+25252
2006-09-22Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+4
2006-09-22IB: Fix typo in kerneldoc for ib_set_client_data()Krishna Kumar1-1/+1
2006-09-22IPoIB: Add some likely/unlikely annotations in hot pathEli Cohen2-3/+3
2006-09-22IPoIB: Remove unused include of vmalloc.hDotan Barak1-1/+0
2006-09-22IPoIB: Rejoin all multicast groups after a port eventEli Cohen1-1/+3
2006-09-22IPoIB: Create MCGs with all attributes required by RFCRoland Dreier1-5/+15
2006-09-22IB/iser: INFINIBAND_ISER depends on INETRoland Dreier1-1/+1
2006-09-22IB/mthca: Simplify calls to mthca_cq_clean()Roland Dreier1-3/+2
2006-09-22IB/mthca: Recover from catastrophic errorsJack Morgenstein3-21/+136
2006-09-22IB/cm: Do not track remote QPN in timewait stateMichael S. Tsirkin1-0/+2
2006-09-22IB/sa: Require SA registrationMichael S. Tsirkin6-20/+82
2006-09-22IPoIB: Refactor completion handlingRoland Dreier1-88/+100
2006-09-22IB/iser: Do not use FMR for a single dma entry sgErez Zilber3-16/+39
2006-09-22IB/iser: fix some debug printsErez Zilber1-3/+14
2006-09-22IB/iser: make FMR "page size" be 4K and not PAGE_SIZEErez Zilber3-14/+27
2006-09-22IB/iser: Limit the max size of a scsi commandErez Zilber1-0/+1
2006-09-22IB/iser: fix a check of SG alignment for RDMAErez Zilber1-1/+1
2006-09-22RDMA/cma: Protect against adding device during destructionSean Hefty1-8/+26
2006-09-22RDMA/amso1100: Add driver for Ammasso 1100 RNICTom Tucker25-0/+9013
2006-09-22RDMA: iWARP Core Changes.Tom Tucker18-76/+394
2006-09-22RDMA: iWARP Connection Manager.Tom Tucker2-0/+1081
2006-09-22IB: Whitespace fixesRoland Dreier15-33/+31
2006-09-22IB/cm: Randomize starting comm IDSean Hefty1-8/+16
2006-09-22IB/mad: Remove unused includesJames Lentini2-3/+0
2006-09-22IB/mad: Add support for dual-sided RMPP transfers.Sean Hefty1-3/+87
2006-09-22IB/cm: Use correct reject code for invalid GIDSean Hefty1-11/+21
2006-09-22IB/cm: Enable atomics along with RDMA readsSean Hefty1-1/+2
2006-09-22IB/mthca: Return correct number of bits for static rate in query_qpJack Morgenstein1-1/+1
2006-09-22IB/mthca: Return port number for unconnected QPs in query_qpJack Morgenstein1-4/+6
2006-09-22IB/mthca: Fix default static rate returned for Tavor in AVJack Morgenstein1-1/+1
2006-09-22IB/ipath: control receive polarity inversionBryan O'Sullivan6-0/+69
2006-09-22IB/ipath: fix return value from ipath_pollBryan O'Sullivan1-1/+5
2006-09-22IB/ipath: allow SMA to be disabledBryan O'Sullivan1-0/+7
2006-09-22IB/ipath: handle sq_sig_all field correctlyBryan O'Sullivan1-5/+8
2006-09-22IB/ipath: put a limit on the number of QPs that can be createdBryan O'Sullivan3-1/+25
2006-09-22IB/ipath: validate path_mig_state properlyBryan O'Sullivan1-1/+2
2006-09-22IB/ipath: be more strict about testing the modify QP verbBryan O'Sullivan2-2/+32
2006-09-22IB/ipath: add serial number to hardware freeze error messageBryan O'Sullivan2-4/+6
2006-09-22IB/ipath: support new QLogic product naming schemeBryan O'Sullivan7-71/+68
2006-09-22IB/ipath: account for attached QPs correctlyBryan O'Sullivan1-0/+2
2006-09-22IB/ipath: do not allow use of CQ entries with invalid countsBryan O'Sullivan1-1/+6
2006-09-22IB/ipath: add new minor device to allow sending of diag packetsBryan O'Sullivan4-0/+176
2006-09-22IB/ipath: trivial cleanupsBryan O'Sullivan1-1/+0
2006-09-22IB/ipath: remove stale references to userspace SMABryan O'Sullivan14-119/+35
2006-09-22IB/ipath: simplify debugging code after ipath_core and ib_ipath mergerBryan O'Sullivan8-134/+17
2006-09-22IB/ipath: simplify layering codeBryan O'Sullivan17-1329/+1126
2006-09-22IB/ipath: merge ipath_core and ib_ipath driversBryan O'Sullivan10-292/+62
2006-09-22IB/ipath: drop requirement that PIO buffers be mmaped write-onlyBryan O'Sullivan1-9/+4
2006-09-22IB/ipath: fix handling of kpiobufsBryan O'Sullivan1-1/+2
2006-09-22IB/ipath: fix for crash on module unload, if cfgports < portcntBryan O'Sullivan1-1/+5
2006-09-22IB/ipath: lock resource limit counters correctlyBryan O'Sullivan3-8/+38
2006-09-22IB/ipath: More changes to support InfiniPath on PowerPC 970 systemsBryan O'Sullivan4-0/+66
2006-09-22IB/ipath: Performance improvements via mmap of queuesRalph Campbell9-382/+785
2006-09-22IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell10-15/+30
2006-09-22IB/uverbs: Allow resize CQ operation to return driver-specific dataRalph Campbell1-2/+1
2006-09-22IB/ehca: Add driver for IBM eHCA InfiniBand adaptersHeiko J Schick33-0/+11574
2006-09-22IB/srp: Add port/device attributesIshai Rabinovitz1-6/+24
2006-09-22IB/mthca: Include the header we really wantJames Lentini1-1/+1
2006-09-22IB/uverbs: Fix lockdep warning when QP is created with 2 CQsRoland Dreier1-15/+19
2006-09-22IB/uverbs: Use idr_read_cq() where appropriateRoland Dreier1-10/+6
2006-09-22IB/ipoib: Fix flush/start xmit race (from code review)Michael S. Tsirkin1-4/+8
2006-09-22IB/mthca: Don't use privileged UAR for kernel accessMichael S. Tsirkin1-1/+1
2006-09-22IB/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
2006-09-21[BLOCK] cryptoloop: Use block ciphers where applicableHerbert Xu1-106/+54
2006-09-21[CRYPTO] padlock: Added block cipher versions of CBC/ECBHerbert Xu3-7/+169
2006-09-21[CRYPTO] api: Get rid of flags argument to setkeyHerbert Xu1-2/+3
2006-09-21[CRYPTO] padlock-sha: TFMs don't need to be staticMichal Ludvig1-9/+9
2006-09-21[CRYPTO] padlock: Helper module padlock.koMichal Ludvig4-7/+72
2006-09-21[CRYPTO] padlock-sha: Make 2 functions staticAdrian Bunk1-2/+2
2006-09-21[CRYPTO] padlock: Driver for SHA1 / SHA256 algorithmsMichal Ludvig3-0/+354
2006-09-21[CRYPTO] padlock: Update private header fileMichal Ludvig2-12/+14
2006-09-21[CRYPTO] padlock: Add compatibility alias after renameHerbert Xu2-5/+3
2006-09-21[CRYPTO] padlock: Get rid of padlock-generic.cMichal Ludvig4-79/+42
2006-09-21[CRYPTO] api: Split out low-level APIHerbert Xu1-1/+2
2006-09-20[S390] cio: subchannel evaluation function operates without lockPeter Oberparleiter1-99/+104
2006-09-20[S390] cio: always query all paths on path verification.Peter Oberparleiter5-61/+68
2006-09-20[S390] cio: update path groups on logical CHPID changes.Peter Oberparleiter2-2/+15
2006-09-20[S390] cio: subchannels in no-path state.Peter Oberparleiter1-1/+2
2006-09-20[S390] Replace nopav-message on VM.Peter Oberparleiter1-2/+6
2006-09-20[S390] set modalias for ccw bus uevents.Peter Oberparleiter1-43/+66
2006-09-20[S390] Get rid of DBG macro.Cornelia Huck1-10/+7
2006-09-20[S390] Linux API for writing z/VM APPLDATA Monitor records.Melissa Howland3-0/+299
2006-09-20[S390] xpram off by one error.Christian Borntraeger1-1/+1
2006-09-20[S390] fix typo in vmcp.Christian Borntraeger2-2/+2
2006-09-20[S390] qdio slsb processing state.Frank Pavlic1-1/+1
2006-09-20[S390] Missing initialization in common i/o layer.Heiko Carstens1-0/+1
2006-09-20[S390] convert some assembler to C.Heiko Carstens1-2/+36
2006-09-20[S390] __exit cleanup.Heiko Carstens1-1/+1
2006-09-20[S390] cleanup sysinfo and add system z9 specific extensions.Martin Schwidefsky1-224/+231
2006-09-20[S390] dasd default debug level.Horst Hummel1-2/+2
2006-09-20[S390] dasd deadlock after state change pending interrupt.Martin Schwidefsky3-28/+51
2006-09-20[S390] qdio_get_micros return value.Frank Pavlic1-1/+1
2006-09-20[S390] empty function defines.Heiko Carstens2-12/+12
2006-09-20[S390] ipl/dump on panic.Michael Holzheu1-10/+40
2006-09-20[S390] hypfs comment cleanup.Michael Holzheu1-1/+2
2006-09-20[S390] zcrypt secure key cryptography extension.Ralph Wuerthner13-25/+373
2006-09-20[S390] zcrypt driver Makefile, Kconfig and monolithic build.Martin Schwidefsky3-0/+134
2006-09-20[S390] zcrypt PCICC, PCIXCC coprocessor card ap bus drivers.Martin Schwidefsky5-0/+1949
2006-09-20[S390] zcrypt CEX2A, CEX2C, PCICA accelerator card ap bus drivers.Martin Schwidefsky5-0/+1229
2006-09-20[S390] zcrypt user space interface.Martin Schwidefsky2-0/+1121
2006-09-20[S390] zcrypt adjunct processor bus.Martin Schwidefsky2-0/+1379
2006-09-20[S390] remove old z90crypt driver.Martin Schwidefsky6-6158/+0
2006-09-19[ATM]: [he] don't hold the device lock when upcallingChas Williams1-0/+2
2006-09-19Merge git://git.infradead.org/mtd-2.6Linus Torvalds11-100/+253
2006-09-18Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+9
2006-09-18Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-3/+10
2006-09-18Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2006-09-18[ARM] 3793/1: S3C2412: fix wrong serial info structBen Dooks1-1/+1
2006-09-18[OPENPROMIO]: Handle current_node being NULL correctly.David S. Miller1-3/+10
2006-09-17[ATM]: [he] when transmit fails, unmap the dma regionsChas Williams1-0/+9
2006-09-17[MTD] Use SEEK_{SET,CUR,END} instead of hardcoded values in mtdchar lseek()Josef 'Jeff' Sipek1-6/+3
2006-09-17Merge branch 'master' into upstream-fixesJeff Garzik10-31/+27
2006-09-17[PATCH] s390: qeth driver fixes [6/6]Frank Pavlic1-20/+39
2006-09-17[PATCH] s390: qeth driver fixes [5/6]Frank Pavlic2-30/+44
2006-09-17[PATCH] s390: qeth driver fixes [4/6]Frank Pavlic6-108/+128
2006-09-17[PATCH] s390: qeth driver fixes [3/6]Frank Pavlic3-116/+114
2006-09-17[PATCH] s390: qeth driver fixes [2/6]Frank Pavlic2-15/+32
2006-09-17[PATCH] s390: qeth driver fixes [1/6]Frank Pavlic1-26/+23
2006-09-17[PATCH] s390: Makefile cleanupFrank Pavlic1-1/+0
2006-09-17[PATCH] s390: netiucv driver fixesFrank Pavlic1-16/+64
2006-09-17[PATCH] s390: minor s390 network driver fixesFrank Pavlic3-10/+10
2006-09-16Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds3-15/+2
2006-09-16[PATCH] MTD NAND: OOB buffer offset fixupsVitaly Wool1-2/+2
2006-09-16[PATCH] IPMI: fix handling of OEM flagsCorey Minyard1-4/+4
2006-09-16[PATCH] hvc_console suspend fixAndrew Morton1-0/+1
2006-09-16[PATCH] IPMI: Fix oops on ipmi_msghandler removal for non ipmi systemsArnaud Patard1-0/+1
2006-09-16MTD: Fix bug in fixup_convert_atmel_priHåvard Skinnemoen1-1/+1
2006-09-14RDMA/cma: Increase the IB CM retry count in CMAMichael S. Tsirkin1-1/+1
2006-09-14IPoIB: Retry failed send-only multicast group joinsEli Cohen1-0/+1
2006-09-14IB/srp: Don't schedule reconnect from srpIshai Rabinovitz1-14/+0
2006-09-14Merge branch 'linux-2.6'Paul Mackerras71-528/+806
2006-09-13[PATCH] mv643xx_eth: Unmap DMA buffers in receive pathDale Farnsworth1-0/+2
2006-09-13[PATCH] cciss: version update, new hwMike Miller1-4/+6
2006-09-13[PATCH] SCSI: lockdep annotation in scsi_send_eh_cmndStefan Richter1-1/+1
2006-09-13[PATCH] alim15x3.c: M5229 (rev c8) support for DMA cd-writerMichael De Backer1-1/+1
2006-09-13[PATCH] libata: ignore CFA signature while sanity-checking an ATAPI deviceTejun Heo1-4/+9
2006-09-13[POWERPC] Quiet hvc_console console output on failed opensOlof Johansson1-3/+1
2006-09-13Merge branch 'master' into upstream-fixesJeff Garzik20-58/+85
2006-09-12Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds17-49/+74
2006-09-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2-7/+9
2006-09-12[PATCH] e1000: fix TX timout hang regression for 82542rev3Auke Kok1-4/+4
2006-09-12Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik3-27/+88
2006-09-12USB: Fix unload oops and memory leak in yealink driverHenk Vergonet1-6/+6
2006-09-12usbserial: Reference leakMatthias Urlichs1-1/+3
2006-09-12sh64: Trivial build fixes.Paul Mundt1-2/+2
2006-09-11[PATCH] zd1211rw: Fix of signal strength and quality measurementUlrich Kunitz3-27/+88
2006-09-11Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds5-3/+11
2006-09-11Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds3-91/+93
2006-09-11Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2006-09-11Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+35
2006-09-11[PATCH] Fix 2.6.18-rc6 IDE breakage, add missing ident needed for current VIA...Alan Cox4-14/+15
2006-09-11[PATCH] Fix dm9000 release_resourceDirk Opfer1-2/+2
2006-09-11[PATCH] ata_piix: add map 01b for ICH7MTejun Heo1-2/+34
2006-09-11[libata] sata_mv: errata check buglet fixAndres Salomon1-2/+1
2006-09-10[AGPGART] Rework AGPv3 modesetting fallback.Dave Jones1-15/+24
2006-09-10[AGPGART] Add suspend callback for i965Dave Jones1-0/+2
2006-09-10V4L/DVB (4608c): Fix I2C dependencies for saa7146 modulesMauro Carvalho Chehab1-4/+4
2006-09-10V4L/DVB (4608b): i2c deps fix on DVBAndrew de Quincey10-30/+46
2006-09-10V4L/DVB (4605): Fixes an issue with V4L1 and make headers-installMauro Carvalho Chehab3-13/+13
2006-09-10V4L/DVB (4520): Fix an error when loading bttv driver on PV M4900.Mauro Carvalho Chehab1-0/+1
2006-09-10V4L/DVB (4511): Restore tuner_ymec_tvf66t5_b_dff_pal_ranges[] to fix UHF swit...Hermann Pitton1-2/+8
2006-09-10V4L/DVB (4494a): Fix compilation when V4L1 support is not presentMauro Carvalho Chehab1-0/+2
2006-09-08[PATCH] sis5513: add SiS south bridge ID 0x966 and 0x968David Wang1-0/+2