aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca/mthca_eq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-23RDMA: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-10/+11
2019-03-25RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi1-8/+8
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+3
2013-10-14IB: Remove unnecessary semicolonsJoe Perches1-1/+1
2011-07-15IB/mthca: Stop returning separate error and status from FW commandsGoldwyn Rodrigues1-33/+10
2011-01-11IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long)John L. Burr1-1/+1
2010-04-21IB/mthca: Use the dma state API instead of pci equivalentsFUJITA Tomonori1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-05IB/mthca: Distinguish multiple devices in /proc/interruptsArputham Benjamin1-5/+12
2009-06-13IB/mthca: Don't double-free IRQs when falling back from MSI-X to INTxRoland Dreier1-1/+3
2008-09-29IB/mthca: Use pci_request_regions()Roland Dreier1-41/+10
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-1/+1
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-04-16IB/mthca: Formatting cleanupsRoland Dreier1-2/+2
2008-01-25IB/mthca: Remove MSI support as scheduledAdrian Bunk1-4/+2
2007-10-15IB/mthca: Avoid alignment traps when writing doorbellsRoland Dreier1-18/+3
2007-07-10IB/mthca: Replace memset(<addr>, 0, PAGE_SIZE) with clear_page(<addr>)Shani Moideen1-1/+1
2006-11-29IB/mthca: Fix section mismatchesRoland Dreier1-11/+10
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-6/+4
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-17IB/mthca: Remove dead codeMichael S. Tsirkin1-4/+0
2006-03-29IB/mthca: Fix section mismatch problemsRoland Dreier1-3/+3
2006-03-20IB/mthca: Coverity fix to mthca_init_eq_table()Roland Dreier1-1/+1
2006-03-20IB/mthca: Use an enum for HCA page sizeIshai Rabinovitz1-1/+1
2006-03-20IB/mthca: Whitespace cleanupsRoland Dreier1-1/+1
2006-01-09IB/mthca: prevent event queue overrunMichael S. Tsirkin1-13/+15
2006-01-05IB/mthca: create_eq with size not a power of 2Michael S. Tsirkin1-2/+2
2005-10-29[IB] mthca: report asynchronous CQ eventsMichael S. Tsirkin1-1/+3
2005-10-24Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/core/ucm.c)Roland Dreier1-10/+11
2005-10-22[IB] mthca: Always re-arm EQs in mthca_tavor_interrupt()Roland Dreier1-10/+11
2005-10-17[IB] mthca: SRQ limit reached eventsRoland Dreier1-3/+18
2005-09-26[IB] mthca: fix off by one in clr_int calculationMichael S. Tsirkin1-1/+1
2005-09-18[PATCH] IB/mthca: Initialize eq->nent before we use itRoland Dreier1-11/+5
2005-08-26[PATCH] IB: sparse endianness cleanupSean Hefty1-31/+31
2005-08-26[PATCH] IB: Add copyright noticesRoland Dreier1-0/+1
2005-06-27[PATCH] IB/mthca: Align FW command mailboxes to 4KRoland Dreier1-19/+18
2005-06-27[PATCH] IB/mthca: Use dma_alloc_coherent instead of pci_alloc_consistentRoland Dreier1-6/+6
2005-06-27[PATCH] IB/mthca: Clean up error messagesBernhard Fischer1-6/+3
2005-04-16[PATCH] IB/mthca: encapsulate mem-free check into mthca_is_memfree()Roland Dreier1-9/+9
2005-04-16[PATCH] IB/mthca: fix format of CQ number for CQ eventsRoland Dreier1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+964