aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-05-19svcrdma: Copy transport address and arm CQ before calling rdma_acceptTom Tucker1-9/+14
2008-05-19svcrdma: Set rqstp transport address in rdma_read_complete functionTom Tucker1-0/+1
2008-05-19svcrdma: Use ib verbs version of dma_unmapTom Tucker1-4/+4
2008-05-19svcrdma: Cleanup queued, but unprocessed I/O in svc_rdma_freeTom Tucker1-3/+35
2008-05-19svcrdma: Move the QP and cm_id destruction to svc_rdma_freeTom Tucker1-20/+20
2008-05-19svcrdma: Add reference for each SQ/RQ WRTom Tucker1-2/+16
2008-05-19svcrdma: Move destroy to kernel threadTom Tucker2-3/+15
2008-05-19svcrdma: Shrink scope of spinlock on RQ CQTom Tucker1-2/+2
2008-05-19svcrdma: Use standard Linux lists for context cacheTom Tucker2-23/+29
2008-05-19svcrdma: Simplify RDMA_READ deferral buffer managementTom Tucker3-48/+16
2008-05-19svcrdma: Remove unused READ_DONE context flags bitTom Tucker3-3/+0
2008-05-19svcrdma: Return error from rdma_read_xdr so caller knows to free contextTom Tucker1-7/+16
2008-05-19svcrdma: Fix error handling during listening endpoint creationTom Tucker1-11/+13
2008-05-19svcrdma: Free context on post_recv error in send_replyTom Tucker1-1/+2
2008-05-19svcrdma: Free context on ib_post_recv errorTom Tucker1-0/+2
2008-05-19svcrdma: Add put of connection ESTABLISHED reference in rdma_cma_handlerTom Tucker1-0/+1
2008-05-19svcrdma: Fix return value in svc_rdma_sendTom Tucker1-1/+1
2008-05-19svcrdma: Fix race with dto_tasklet in svc_rdma_sendTom Tucker1-18/+22
2008-05-19svcrdma: Simplify receive buffer postingTom Tucker3-35/+11
2008-05-19svc: Remove unused header files from svc_xprt.cTom Tucker1-21/+0
2008-05-19svc: Remove extra check for XPT_DEAD bit in svc_xprt_enqueueTom Tucker1-2/+0
2008-05-18Linux 2.6.26-rc3Linus Torvalds1-1/+1
2008-05-18Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds25-80/+180
2008-05-18m68k: Add multi_defconfigGeert Uytterhoeven1-0/+1269
2008-05-18m68k: Update defconfigsGeert Uytterhoeven11-587/+994
2008-05-18m68k: Correctly handle multi-ISA at runtimeGeert Uytterhoeven1-3/+3
2008-05-18m68k: Prefix ISA type with ISA_TYPE_Geert Uytterhoeven2-25/+25
2008-05-18m68k: export m68k_mmutypeGeert Uytterhoeven2-2/+3
2008-05-18m68k: Q40/Q60 floppy support is brokenGeert Uytterhoeven1-1/+1
2008-05-18m68k: Return -ENODEV if no device is foundGeert Uytterhoeven5-8/+8
2008-05-18m68k: Some input drivers do not check the platformGeert Uytterhoeven3-0/+14
2008-05-18m68k: Some network drivers do not check the platformGeert Uytterhoeven5-0/+19
2008-05-18m68k: dnfb doesnt check for ApolloGeert Uytterhoeven1-0/+3
2008-05-18m68k: macide doesnt check for MacGeert Uytterhoeven1-0/+3
2008-05-18m68k: Correct jump if not running on HP300Geert Uytterhoeven1-1/+1
2008-05-18m68k: Make gcc aware that BUG() does not returnGeert Uytterhoeven1-2/+2
2008-05-18m68k vme_scc: avoid global namespace pollutionGeert Uytterhoeven1-3/+1
2008-05-18m68k: Kill CONFIG_WHIPPET_SERIALGeert Uytterhoeven1-7/+0
2008-05-18m68k: FB_HP300 depends on DIO and doesnt need FB_CFB_FILLRECTGeert Uytterhoeven1-2/+1
2008-05-18m68k: Kill CONFIG_FB_DAFBGeert Uytterhoeven1-1/+0
2008-05-18m68k: Convert access_ok() to an inline functionGeert Uytterhoeven1-1/+5
2008-05-18i2c/max6875: Really prevent 24RF08 corruptionJean Delvare1-3/+0
2008-05-18i2c-amd756: Fix functionality flagsJean Delvare1-1/+1
2008-05-18i2c: Kill the old driver matching schemeJean Delvare3-25/+7
2008-05-18i2c: Convert remaining new-style drivers to use module aliasingJean Delvare16-39/+143
2008-05-18i2c: Switch pasemi to the new device/driver matching schemeJean Delvare1-5/+2
2008-05-18i2c: Clean up Blackfin BF527 I2C device declarationsJean Delvare1-2/+0
2008-05-18i2c-nforce2: Disable the second SMBus channel on the DFI Lanparty NF4 ExpertJean Delvare1-4/+24
2008-05-18i2c: New co-maintainerJean Delvare1-1/+3
2008-05-17Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds31-74/+142