summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib
Commit message (Expand)AuthorAgeFilesLines
* 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
* IB/qib: Prevent context lossIra Weiny2016-06-171-0/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-05-283-17/+5
|\
| * Merge branch 'hfi1-2' into k.o/for-4.7Doug Ledford2016-05-262-15/+1
| |\
| | * IB/hfi1, qib: Add ieth to the packet header definitionsJianxin Xiong2016-05-261-0/+1
| | * IB/qib: Remove unused qib_7322_intr_msgs[]Jubin John2016-05-261-15/+0
| * | IB/core: Introduce capabilitymask2 field in ClassPortInfo madErez Shitrit2016-05-251-2/+4
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-05-206-14/+14
|\ \ | |/
| * IB/rdmavt,hfi1,qib: Fix memory leakJubin John2016-04-281-2/+2
| * IB/qib, IB/hfi1: Fix up UD loopback use of irq flagsMike Marciniszyn2016-04-285-12/+12
* | Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-202-10/+1
|\ \ | |/ |/|
| * IB/qib: Use cache inhibitted and guarded mapping on powerpcAneesh Kumar K.V2016-05-012-10/+1
* | IB/security: Restrict use of the write() interfaceJason Gunthorpe2016-04-281-0/+5
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-03-2225-5449/+1347
|\
| * IB/qib, staging/rdma/hfi1, IB/rdmavt: progress selection changesMike Marciniszyn2016-03-101-2/+5
| * IB/qib: Destroy SMI AH before de-allocating the protection domainHarish Chegondi2016-03-102-2/+3
| * IB/qib,rdmavt: Move smi_ah to qibDennis Dalessandro2016-03-102-5/+6
| * IB/qib: Setup notify free/create mad agent callbacks for rdmavtDennis Dalessandro2016-03-101-0/+4
| * IB/qib, staging/rdma/hfi1: add s_hlock for use in post sendMike Marciniszyn2016-03-107-75/+103
| * IB/qib: Rename several functions by adding a "qib_" prefixHarish Chegondi2016-03-104-39/+39
| * IB/qib,staging/rdma/hfi1: use setup_timer apiHari Prasath Gujulan Elango2016-03-101-3/+1
| * IB/qib: Insure last cursor is updated prior to completeMike Marciniszyn2016-03-102-9/+23
| * staging/rdma/hfi1: use new RNR timerMike Marciniszyn2016-03-101-0/+1
| * IB/qib: Remove modify_port and port_immutable functionsHarish Chegondi2016-03-103-49/+21
| * IB/qib: Support query gid in rdmavtDennis Dalessandro2016-03-101-20/+12
| * IB/qib: Remove destroy queue pair codeHarish Chegondi2016-03-103-108/+0
| * IB/qib: Remove modify queue pair codeHarish Chegondi2016-03-1011-493/+113
| * IB/qib: Remove qib_lookup_qpn and use rvt_lookup_qpn insteadHarish Chegondi2016-03-107-87/+34
| * IB/qib: Clean up register_ib_deviceDennis Dalessandro2016-03-101-68/+0
| * IB/qib: Remove srq functionalityJubin John2016-03-104-404/+1
| * IB/qib: Remove qib_query_qp functionHarish Chegondi2016-03-103-54/+2
| * IB/qib: Remove qib multicast verbs functionsHarish Chegondi2016-03-105-402/+7
| * IB/qib: Remove qib_post_receive and use rdmavt versionHarish Chegondi2016-03-101-63/+1
| * IB/qib: Use rdmavt version of post_sendHarish Chegondi2016-03-1010-291/+81
| * IB/qib: Remove completion queue data structures and functions from qibHarish Chegondi2016-03-1011-631/+24
| * IB/qib: Remove create and free mad agentsDennis Dalessandro2016-03-104-95/+34
| * IB/qib: Use rdmavt device allocation functionDennis Dalessandro2016-03-101-2/+5
| * IB/qib: Remove create qp and create qp table functionalityHarish Chegondi2016-03-104-374/+57
| * IB/qib: Use rdmavt send and receive flagsHarish Chegondi2016-03-109-225/+153
| * IB/qib: Remove qib_query_device functionHarish Chegondi2016-03-101-52/+50
| * IB/qib: Delete QIB user context allocation and de-alloction functionsHarish Chegondi2016-03-101-42/+2
| * IB/qib: Remove qpn, qp tables and related variables from qibHarish Chegondi2016-03-103-98/+84
| * IB/qib: Use rdmavt pkey verbs functionHarish Chegondi2016-03-101-20/+13
| * IB/qib: Remove mmap from qibHarish Chegondi2016-03-108-246/+53
| * IB/qib: Implement qib support for AH notificationHarish Chegondi2016-03-101-0/+19
| * IB/qib: Remove ibport and use rdmavt versionHarish Chegondi2016-03-1015-258/+281
| * IB/qib: Remove srq from qibDennis Dalessandro2016-03-104-21/+8
OpenPOWER on IntegriCloud