summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath
Commit message (Expand)AuthorAgeFilesLines
...
* IB/ipath: strncpy() doesn't always NUL-terminateRoel Kluin2009-09-052-2/+2
* Fix deadlock in ipathfs ->get_sb()Al Viro2009-05-091-1/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-03-261-3/+3
|\
| * timers: add mod_timer_pending()Ingo Molnar2009-02-181-3/+3
| |
| \
*-. \ Merge branches 'cxgb3', 'endian', 'ipath', 'ipoib', 'iser', 'mad', 'misc', 'm...Roland Dreier2009-03-2411-70/+69
|\ \ \ | |_|/ |/| |
| | * IB/ipath: Really run work in ipath_release_user_pages_on_close()Roland Dreier2009-02-221-4/+4
| | * IB/ipath: Fix memory leak in init_shadow_tids() error pathRoland Dreier2009-02-221-1/+1
| |/ |/|
| * IB: Remove __constant_{endian} usesHarvey Harrison2009-01-179-65/+64
|/
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-3/+0
* cpumask: use new cpumask API in drivers/infiniband/hw/ipathRusty Russell2008-12-301-4/+4
* IB/ipath: Add locking for interrupt use of ipath_pd contexts vs freeDave Olson2008-12-057-31/+49
* IB/ipath: Fix spi_pioindex valueDave Olson2008-12-051-2/+7
* IB/ipath: Only do 1X workaround on rev1 chipsDave Olson2008-12-051-3/+4
* IB/ipath: Don't count IB symbol and link errors unless link is UPDave Olson2008-12-054-3/+155
* IB/ipath: Check return value of dma_map_single()Ralph Campbell2008-12-051-5/+16
* IB/ipath: Fix PSN of send WQEs after an RDMA read resendRalph Campbell2008-12-051-3/+2
* IB/ipath: Improve UD loopback performance by allocating temp array only onceRalph Campbell2008-12-013-26/+26
* IB/ipath: Fix pointer-to-pointer thinko in ipath_fs.cMichael Ellerman2008-12-011-1/+1
* IB/ipath: Fix RDMA write with immediate copy of last packetRalph Campbell2008-10-271-5/+5
* device create: infiniband: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-1/+1
* IB/ipath: Fix hang on module unloadYannick Cote2008-09-291-0/+7
* IB/ipath: Fix SLID generation for RC/UC QPs when LMC > 0Ralph Campbell2008-09-202-2/+4
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
* IB/ipath: Fix incorrect check for max physical address in TIDDave Olson2008-08-151-1/+1
* IB/ipath: Fix lost UD send work requestRalph Campbell2008-08-151-2/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-08-074-12/+18
|\
| * IB/ipath: Fix printk format warningsAlexander Beregalov2008-08-043-9/+15
| * IB/ipath: Use unsigned long for irq flagsVegard Nossum2008-07-301-3/+3
* | Remove newline from the description of module parametersNiels de Vos2008-08-011-1/+1
|/
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-262-4/+4
* device create: infiniband: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-1/+1
* Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar2008-07-152-2/+2
|\
| * Merge branch 'linus' into core/rcuIngo Molnar2008-06-165-13/+19
| |\
| * | rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-192-2/+2
* | | IB/ipath: Use IEEE OUI for vendor_id reported by ibv_query_device()Ralph Campbell2008-07-142-4/+5
* | | RDMA/core: Add memory management extensions supportSteve Wise2008-07-145-13/+13
* | | IB/ipath: Simplify code using ARRAY_SIZE() macroRobert P. J. Day2008-07-141-2/+2
* | | Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-145-13/+19
|\ \ \ | | |/ | |/|
| * | IB/ipath: Fix SM trap forwardingRalph Campbell2008-06-061-0/+4
| * | IB/ipath: Fix device capability flagsRalph Campbell2008-05-261-1/+2
| * | IB/ipath: Avoid test_bit() on u64 SDMA status valueRoland Dreier2008-05-262-8/+9
| * | IB/ipath: Fix UC receive completion opcode for RDMA WRITE with immediateRalph Campbell2008-05-151-2/+2
| * | IB/ipath: Fix printk format for ipath_sdma_statusRoland Dreier2008-05-151-2/+2
| |/
* | Add a bunch of cycle_kernel_lock() callsJonathan Corbet2008-06-201-1/+2
* | Add "no BKL needed" comments to several driversJonathan Corbet2008-06-201-0/+1
|/
* IB/ipath: Change ipath_devdata.ipath_sdma_status to be unsigned longRoland Dreier2008-05-132-4/+4
* IB/ipath: Make ipath_portdata work with struct pid * not pid_tPavel Emelyanov2008-05-133-18/+23
* IB/ipath: Fix RDMA read response sequence checkingRalph Campbell2008-05-132-0/+8