summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-091-1/+1
|\
| * fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-261-1/+1
* | IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-011-0/+2
* | IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-018-73/+100
* | IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli2017-05-011-1/+1
* | IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli2017-05-011-1/+1
* | IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-013-6/+6
* | IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressingMichael J. Ruhl2017-04-281-1/+1
* | IB/qib: use setup_timerGeliang Tang2017-04-284-24/+16
* | Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdeviceDoug Ledford2017-04-203-3/+25
|\ \ | |/ |/|
| * IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependentMike Marciniszyn2017-04-053-3/+25
* | IB/qib: fix false-postive maybe-uninitialized warningArnd Bergmann2017-03-241-1/+1
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* scripts/spelling.txt: add "overwriten" pattern and fix typo instancesMasahiro Yamada2017-02-273-3/+3
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-253-174/+2
|\
| * IB/qib: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
| * IB/qib: Remove DMA mapping codeBart Van Assche2017-01-242-173/+1
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-0/+1
|\ \
| * | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-0/+1
* | | IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.hDon Hiatt2017-02-192-10/+10
* | | IB/rdmavt, IB/hfi1, IB/qib: Correct ack count for passive (RTR) QPsMike Marciniszyn2017-02-191-1/+1
* | | IB/qib: Updates to use rdmavt's SGE helper routinesBrian Welty2017-02-194-94/+9
* | | IB/qib: Use new rdmavt timersVenkata Sandeep Dhanalakota2017-02-195-122/+21
* | | IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavtBrian Welty2017-02-194-162/+20
* | | IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavtBrian Welty2017-02-195-50/+11
* | | IB/hfi1: Ensure read of producer s_head is correctMike Marciniszyn2017-02-191-3/+4
* | | IB/qib: Remove empty functionLeon Romanovsky2017-01-243-12/+0
| |/ |/|
* | RDMA/qib: use rb_entry()Geliang Tang2017-01-121-3/+3
* | RDMA/qib: drop qib_pci_link_reset()Cao jin2017-01-121-8/+0
|/
* Merge branch 'hfi1' into merge-testDoug Ledford2016-12-144-88/+16
|\
| * IB/rdmavt, IB/hfi1, IB/qib: Add inlines for mtu divisionMike Marciniszyn2016-12-111-2/+1
| * IB/hfi1,IB/qib: use rvt swqe mr deref helperMike Marciniszyn2016-12-112-19/+3
| * IB/hfi1,IB/qib: Use new send completion helperMike Marciniszyn2016-12-113-53/+3
| * IB/qib: Use standard refcount wrapper for QPsSebastian Sanchez2016-12-112-14/+9
* | infiniband: remove WARN that is not kernel bugLeon Romanovsky2016-12-031-1/+4
* | IB/qib: Remove debug prints after allocation failureLeon Romanovsky2016-12-036-80/+17
|/
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-092-3/+4
|\ \
| * | IB/{core,hw}: Add constant for node_descYuval Shaia2016-10-071-1/+2
| * | IB/qib: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-10-071-2/+2
* | | IB/qib: Remove qpt_mask globalDennis Dalessandro2016-10-023-13/+3
* | | IB/qib,IB/hfi: Use core common header fileMike Marciniszyn2016-10-029-137/+55
* | | IB/rdmavt, IB/qib, IB/hfi1: Use new QP put get routinesMike Marciniszyn2016-09-162-8/+7
| |/ |/|
* | IB/qib: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-231-21/+5
* | IB/hfi1,IB/qib: Fix qp_stats sleep with rcu read lock heldMike Marciniszyn2016-08-222-7/+9
|/
* IB/qib, IB/hfi1: Fix grh creation in ud loopbackDasaratharaman Chandramouli2016-08-021-2/+6
* IB/qib: Add qib post send tableMike Marciniszyn2016-08-023-0/+47
OpenPOWER on IntegriCloud