summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/ipath
AgeCommit message (Expand)AuthorFilesLines
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-03-27Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2009-03-25Merge branches 'cxgb3', 'endian', 'ipath', 'ipoib', 'iser', 'mad', 'misc', 'm...Roland Dreier11-70/+69
2009-02-23IB/ipath: Really run work in ipath_release_user_pages_on_close()Roland Dreier1-4/+4
2009-02-23IB/ipath: Fix memory leak in init_shadow_tids() error pathRoland Dreier1-1/+1
2009-02-18timers: add mod_timer_pending()Ingo Molnar1-3/+3
2009-01-18IB: Remove __constant_{endian} usesHarvey Harrison9-65/+64
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-02IB/ipath: Improve UD loopback performance by allocating temp array only onceRalph Campbell3-26/+26
2008-12-02IB/ipath: Fix pointer-to-pointer thinko in ipath_fs.cMichael Ellerman1-1/+1
2008-10-28IB/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-30IB/ipath: Fix hang on module unloadYannick Cote1-0/+7
2008-09-21IB/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-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus 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-22device 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-15IB/ipath: Use IEEE OUI for vendor_id reported by ibv_query_device()Ralph Campbell2-4/+5
2008-07-15RDMA/core: Add memory management extensions supportSteve Wise5-13/+13
2008-07-15IB/ipath: Simplify code using ARRAY_SIZE() macroRobert P. J. Day1-2/+2
2008-07-15Merge commit 'v2.6.26' into bkl-removalJonathan Corbet5-13/+19
2008-06-21Add a bunch of cycle_kernel_lock() callsJonathan Corbet1-1/+2
2008-06-21Add "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-27IB/ipath: Fix device capability flagsRalph Campbell1-1/+2
2008-05-27IB/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-16IB/ipath: Fix UC receive completion opcode for RDMA WRITE with immediateRalph Campbell1-2/+2
2008-05-16IB/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