aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-3/+0
2008-12-30cpumask: use new cpumask API in drivers/infiniband/hw/ipathRusty Russell1-4/+4
2008-12-05IB/ipath: Add locking for interrupt use of ipath_pd contexts vs freeDave Olson7-31/+49
2008-12-05IB/ipath: Fix spi_pioindex valueDave Olson1-2/+7
2008-12-05IB/ipath: Only do 1X workaround on rev1 chipsDave Olson1-3/+4
2008-12-05IB/ipath: Don't count IB symbol and link errors unless link is UPDave Olson4-3/+155
2008-12-05IB/ipath: Check return value of dma_map_single()Ralph Campbell1-5/+16
2008-12-05IB/ipath: Fix PSN of send WQEs after an RDMA read resendRalph Campbell1-3/+2
2008-12-01IB/ipath: Improve UD loopback performance by allocating temp array only onceRalph Campbell3-26/+26
2008-12-01IB/ipath: Fix pointer-to-pointer thinko in ipath_fs.cMichael Ellerman1-1/+1
2008-10-27IB/ipath: Fix RDMA write with immediate copy of last packetRalph Campbell1-5/+5
2008-10-16device create: infiniband: convert device_create_drvdata to device_createGreg Kroah-Hartman1-1/+1
2008-09-29IB/ipath: Fix hang on module unloadYannick Cote1-0/+7
2008-09-20IB/ipath: Fix SLID generation for RC/UC QPs when LMC > 0Ralph Campbell2-2/+4
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-08-15IB/ipath: Fix incorrect check for max physical address in TIDDave Olson1-1/+1
2008-08-15IB/ipath: Fix lost UD send work requestRalph Campbell1-2/+6
2008-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds4-12/+18
2008-08-04IB/ipath: Fix printk format warningsAlexander Beregalov3-9/+15
2008-08-01Remove newline from the description of module parametersNiels de Vos1-1/+1
2008-07-30IB/ipath: Use unsigned long for irq flagsVegard Nossum1-3/+3
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2-4/+4
2008-07-21device create: infiniband: convert device_create to device_create_drvdataGreg Kroah-Hartman1-1/+1
2008-07-15Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar2-2/+2
2008-07-14IB/ipath: Use IEEE OUI for vendor_id reported by ibv_query_device()Ralph Campbell2-4/+5
2008-07-14RDMA/core: Add memory management extensions supportSteve Wise5-13/+13
2008-07-14IB/ipath: Simplify code using ARRAY_SIZE() macroRobert P. J. Day1-2/+2
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet5-13/+19
2008-06-20Add a bunch of cycle_kernel_lock() callsJonathan Corbet1-1/+2
2008-06-20Add "no BKL needed" comments to several driversJonathan Corbet1-0/+1
2008-06-16Merge branch 'linus' into core/rcuIngo Molnar5-13/+19
2008-06-06IB/ipath: Fix SM trap forwardingRalph Campbell1-0/+4
2008-05-26IB/ipath: Fix device capability flagsRalph Campbell1-1/+2
2008-05-26IB/ipath: Avoid test_bit() on u64 SDMA status valueRoland Dreier2-8/+9
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2-2/+2
2008-05-15IB/ipath: Fix UC receive completion opcode for RDMA WRITE with immediateRalph Campbell1-2/+2
2008-05-15IB/ipath: Fix printk format for ipath_sdma_statusRoland Dreier1-2/+2
2008-05-13IB/ipath: Change ipath_devdata.ipath_sdma_status to be unsigned longRoland Dreier2-4/+4
2008-05-13IB/ipath: Make ipath_portdata work with struct pid * not pid_tPavel Emelyanov3-18/+23
2008-05-13IB/ipath: Fix RDMA read response sequence checkingRalph Campbell2-0/+8
2008-05-13IB/ipath: Fix many locking issues when switching to error stateRalph Campbell8-304/+554
2008-05-13IB/ipath: Fix RC and UC error handlingRalph Campbell5-224/+132
2008-05-07IB/ipath: Fix SDMA error recovery in absence of link status changeJohn Gregor2-10/+29
2008-05-07IB/ipath: Need to always request and handle PIO avail interruptsDave Olson8-202/+224
2008-05-07IB/ipath: Fix count of packets received by kernelMichael Albaugh1-1/+1
2008-05-07IB/ipath: Return the correct opcode for RDMA WRITE with immediateRalph Campbell1-1/+5
2008-05-07IB/ipath: Fix bug that can leave sends disabled after freeze recoveryDave Olson1-2/+6
2008-05-07IB/ipath: Only increment SSN if WQE is put on send queueRalph Campbell1-1/+1
2008-05-07IB/ipath: Only warn about prototype chip during initMichael Albaugh1-2/+3
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner1-1/+2