aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca/mthca_eq.c
Commit message (Expand)AuthorAgeFilesLines
* IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long)John L. Burr2011-01-111-1/+1
* IB/mthca: Use the dma state API instead of pci equivalentsFUJITA Tomonori2010-04-211-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* IB/mthca: Distinguish multiple devices in /proc/interruptsArputham Benjamin2009-09-051-5/+12
* IB/mthca: Don't double-free IRQs when falling back from MSI-X to INTxRoland Dreier2009-06-131-1/+3
* IB/mthca: Use pci_request_regions()Roland Dreier2008-09-291-41/+10
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-1/+1
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-141-2/+0
* IB/mthca: Formatting cleanupsRoland Dreier2008-04-161-2/+2
* IB/mthca: Remove MSI support as scheduledAdrian Bunk2008-01-251-4/+2
* IB/mthca: Avoid alignment traps when writing doorbellsRoland Dreier2007-10-151-18/+3
* IB/mthca: Replace memset(<addr>, 0, PAGE_SIZE) with clear_page(<addr>)Shani Moideen2007-07-101-1/+1
* IB/mthca: Fix section mismatchesRoland Dreier2006-11-291-11/+10
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-6/+4
* [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* IB/mthca: Remove dead codeMichael S. Tsirkin2006-06-171-4/+0
* IB/mthca: Fix section mismatch problemsRoland Dreier2006-03-291-3/+3
* IB/mthca: Coverity fix to mthca_init_eq_table()Roland Dreier2006-03-201-1/+1
* IB/mthca: Use an enum for HCA page sizeIshai Rabinovitz2006-03-201-1/+1
* IB/mthca: Whitespace cleanupsRoland Dreier2006-03-201-1/+1
* IB/mthca: prevent event queue overrunMichael S. Tsirkin2006-01-091-13/+15
* IB/mthca: create_eq with size not a power of 2Michael S. Tsirkin2006-01-051-2/+2
* [IB] mthca: report asynchronous CQ eventsMichael S. Tsirkin2005-10-291-1/+3
* Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/co...Roland Dreier2005-10-241-10/+11
|\
| * [IB] mthca: Always re-arm EQs in mthca_tavor_interrupt()Roland Dreier2005-10-221-10/+11
* | [IB] mthca: SRQ limit reached eventsRoland Dreier2005-10-171-3/+18
|/
* [IB] mthca: fix off by one in clr_int calculationMichael S. Tsirkin2005-09-261-1/+1
* [PATCH] IB/mthca: Initialize eq->nent before we use itRoland Dreier2005-09-181-11/+5
* [PATCH] IB: sparse endianness cleanupSean Hefty2005-08-261-31/+31
* [PATCH] IB: Add copyright noticesRoland Dreier2005-08-261-0/+1
* [PATCH] IB/mthca: Align FW command mailboxes to 4KRoland Dreier2005-06-271-19/+18
* [PATCH] IB/mthca: Use dma_alloc_coherent instead of pci_alloc_consistentRoland Dreier2005-06-271-6/+6
* [PATCH] IB/mthca: Clean up error messagesBernhard Fischer2005-06-271-6/+3
* [PATCH] IB/mthca: encapsulate mem-free check into mthca_is_memfree()Roland Dreier2005-04-161-9/+9
* [PATCH] IB/mthca: fix format of CQ number for CQ eventsRoland Dreier2005-04-161-2/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+964