summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/mad: Add support for additional MAD info to/from driversIra Weiny2015-06-122-2/+11
* IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny2015-06-121-0/+1
* IB/mad: Support alternate Base Versions when creating MADsIra Weiny2015-06-122-2/+4
* IB/core: Pass hardware specific data in query_deviceMatan Barak2015-06-121-2/+4
* IB/core: Change provider's API of create_cq to be extendibleMatan Barak2015-06-122-5/+11
* IB/core cleanup: Add const on args - device->process_madIra Weiny2015-06-022-7/+7
* IB/core: Convert core to use bitfield for capsIra Weiny2015-05-201-7/+1
* IB/core: Add per port immutable struct to ib_deviceIra Weiny2015-05-201-0/+17
* IB/Verbs: Implement new callback query_protocol()Michael Wang2015-05-181-0/+7
* IB/qib: fix test of unsigned variableMike Marciniszyn2015-05-122-2/+3
* IB/qib: use arch_phys_wc_add()Luis R. Rodriguez2015-05-057-79/+39
* IB/qib: add acounting for MTRRLuis R. Rodriguez2015-05-051-1/+1
* VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-151-10/+10
* infinibad: weird APIs switched to ->write_iter()Al Viro2015-04-121-8/+12
* Merge branch 'iocb' into for-nextAl Viro2015-04-121-1/+0
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+0
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-02-231-1/+1
|\ \
| * | Infiniband: Fix potential NULL d_inode dereferenceDavid Howells2015-02-201-1/+1
| |/
* | IB/qib: Add blank line after declarationMike Marciniszyn2015-02-2017-6/+67
* | IB/qib: Fix checkpatch warningsMike Marciniszyn2015-02-2015-44/+42
* | IB/qib: Fix sizeof checkpatch warningsMike Marciniszyn2015-02-1717-63/+64
* | IB/qib: Replace rcu_assign_pointer() with RCU_INIT_POINTER() in qib_keys.cAndreea-Cristina Bernat2015-02-171-2/+2
* | IB/qib: Replace rcu_assign_pointer() with RCU_INIT_POINTER() in qib_qp.cAndreea-Cristina Bernat2015-02-171-4/+4
* | IB/qib: Add support for the new QMH7360 cardVinit Agnihotri2015-02-171-0/+5
* | IB/qib: Do not write EEPROMMitko Haralanov2015-02-177-220/+1
|/
* IB/core: Replace ib_umem's offset field with a full addressHaggai Eran2014-12-161-1/+1
* [infiniband] remove pointless assignmentsAl Viro2014-10-091-1/+0
* IB/qib: Correct reference counting in debugfs qp_statsMike Marciniszyn2014-09-192-9/+2
* IB/qib: Change get_user_pages() usage to always NULL vmasMike Marciniszyn2014-09-191-3/+3
* Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-151-1/+1
|\
| * PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* | IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny2014-08-111-1/+1
|/
*-. Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx...Roland Dreier2014-06-103-6/+7
|\ \
| | * IB/qib: Additional Intel branding changesVinit Agnihotri2014-05-301-4/+4
| | * IB/qib: Fix port in pkey change eventMike Marciniszyn2014-05-271-1/+1
| |/ |/|
| * IB: Return error for unsupported QP creation flagsOr Gerlitz2014-06-021-1/+2
|/
* IB/qib: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-04-111-27/+28
*---. Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc...Roland Dreier2014-04-0316-144/+316
|\ \ \
| | | * IB/qib: Remove ib_sg_dma_address() and ib_sg_dma_len() overloadsMike Marciniszyn2014-04-011-17/+4
| | |/ | |/|
| | * IB/qib: Cleanup qib_register_observer()Dan Carpenter2014-03-201-15/+10
| | * IB/qib: Change SDMA progression mode depending on single- or multi-railCQ Tang2014-03-201-13/+123
| | * IB/qib: Remove duplicate check in get_a_ctxt()Dan Carpenter2014-03-181-1/+1
| | * IB/qib: Fix memory leak of recv context when driver fails to initialize.Dennis Dalessandro2014-03-181-8/+5
| | * IB/qib: fixup indentation in qib_ib_rcv()Yann Droneaud2014-03-181-2/+2
| | * IB/qib: add missing braces in do_qib_user_sdma_queue_create()Yann Droneaud2014-03-181-1/+2
| | * IB/qib: Modify software pma counters to use percpu variablesMike Marciniszyn2014-03-1811-28/+83
| | * IB/qib: Add percpu counter replacing qib_devdata int_counterMike Marciniszyn2014-03-186-34/+59
| | * IB/qib: Fix debugfs ordering issue with multiple HCAsMike Marciniszyn2014-03-181-14/+11
| | * IB/qib: Fix potential buffer overrun in sending diag packet routineDennis Dalessandro2014-03-181-11/+16
| |/
* / IB: Refactor umem to use linear SG tableYishai Hadas2014-03-041-9/+5
|/