index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
oprofile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-03-11
IB/rdmavt: Add completion queue functions
Dennis Dalessandro
5
-7
/
+561
2016-03-11
IB/qib: Remove create qp and create qp table functionality
Harish Chegondi
4
-374
/
+57
2016-03-11
IB/qib: Use rdmavt send and receive flags
Harish Chegondi
9
-225
/
+153
2016-03-11
IB/qib: Remove qib_query_device function
Harish Chegondi
1
-52
/
+50
2016-03-11
IB/qib: Delete QIB user context allocation and de-alloction functions
Harish Chegondi
1
-42
/
+2
2016-03-11
IB/qib: Remove qpn, qp tables and related variables from qib
Harish Chegondi
3
-98
/
+84
2016-03-11
IB/qib: Use rdmavt pkey verbs function
Harish Chegondi
1
-20
/
+13
2016-03-11
IB/qib: Remove mmap from qib
Harish Chegondi
8
-246
/
+53
2016-03-11
IB/qib: Implement qib support for AH notification
Harish Chegondi
1
-0
/
+19
2016-03-11
IB/qib: Remove ibport and use rdmavt version
Harish Chegondi
15
-258
/
+281
2016-03-11
IB/rdmavt: Support creating qps with GFP_NOIO flag
Mike Marciniszyn
2
-15
/
+46
2016-03-11
IB/rdmavt: Add support for rvt_query_device function
Harish Chegondi
2
-3
/
+11
2016-03-11
IB/rdmavt: Allow reserving just one qpn
Harish Chegondi
1
-2
/
+2
2016-03-11
IB/rdmavt: Export reset_qp in rdmavt
Dennis Dalessandro
3
-3
/
+8
2016-03-11
IB/rdmavt: Add create queue pair functionality
Dennis Dalessandro
3
-23
/
+413
2016-03-11
IB/rdmavt: Add R and S flags for queue pairs
Dennis Dalessandro
1
-0
/
+80
2016-03-11
IB/rdmavt: Add IB user context allocation and de-alloction functions
Harish Chegondi
1
-2
/
+18
2016-03-11
IB/qib: Remove srq from qib
Dennis Dalessandro
4
-21
/
+8
2016-03-11
IB/qib: Use address handle in rdmavt and remove from qib
Dennis Dalessandro
7
-143
/
+20
2016-03-11
IB/qib: Remove qp and mr functionality from qib
Dennis Dalessandro
17
-1314
/
+308
2016-03-11
IB/qib: Add device specific info prints
Dennis Dalessandro
3
-0
/
+20
2016-03-11
IB/qib: Remove driver specific members from qib qp type
Dennis Dalessandro
8
-89
/
+145
2016-03-11
IB/qib: Use rdmavt lid defines in qib
Dennis Dalessandro
3
-4
/
+3
2016-03-11
IB/qib: Remove most uses of QIB_PERMISSIVE_LID and QIB_MULTICAST_LID_BASE
Dennis Dalessandro
5
-11
/
+13
2016-03-11
IB/qib: Use rdmavt protection domain
Dennis Dalessandro
5
-79
/
+12
2016-03-11
IB/qib: Remove dma.c and use rdmavt version of dma functions
Dennis Dalessandro
3
-4
/
+3
2016-03-11
IB/qib: Begin to use rdmavt for verbs
Dennis Dalessandro
8
-23
/
+39
2016-03-11
IB/rdmavt: Add pkey support
Dennis Dalessandro
2
-20
/
+64
2016-03-11
IB/rdmavt: Add mmap related functions
Dennis Dalessandro
4
-2
/
+156
2016-03-11
IB/rdmavt: Initialize and teardown of qpn table
Dennis Dalessandro
5
-13
/
+263
2016-03-11
IB/rdmavt: Break rdma_vt main include header file up
Dennis Dalessandro
5
-308
/
+398
2016-03-11
IB/rdmavt: Add driver notification for new AH
Dennis Dalessandro
2
-18
/
+30
2016-03-11
IB/rdmavt: Add an ibport data structure to rdmavt
Dennis Dalessandro
2
-1
/
+89
2016-03-11
IB/rdmavt: Move SRQ data structure into rdmavt
Dennis Dalessandro
1
-0
/
+13
2016-03-11
IB/rdmavt: Add AH to rdmavt
Kamal Heib
3
-5
/
+115
2016-03-11
IB/rdmavt: Add common LID defines to rdmavt
Kamal Heib
1
-0
/
+3
2016-03-11
IB/rdmavt: Do not use rvt prints which rely on driver too early
Dennis Dalessandro
1
-1
/
+1
2016-03-11
IB/rdmavt: Move memory registration into rdmavt
Dennis Dalessandro
4
-15
/
+734
2016-03-11
IB/rdmavt: Add the start of capability flags
Dennis Dalessandro
1
-0
/
+12
2016-03-11
IB/rdmavt: Add device specific info prints
Dennis Dalessandro
3
-3
/
+41
2016-03-11
IB/rdmavt: Move driver helper functions to a common structure
Dennis Dalessandro
2
-8
/
+20
2016-03-11
IB/rdmavt: Add queue pair data structure to rdmavt
Dennis Dalessandro
2
-5
/
+233
2016-03-11
IB/rdmavt: Move MR datastructures into rvt
Dennis Dalessandro
1
-0
/
+53
2016-03-11
IB/rdmavt: Add post send and recv stubs
Dennis Dalessandro
3
-1
/
+71
2016-03-11
IB/rdmavt: Add completion queue function stubs
Dennis Dalessandro
5
-1
/
+184
2016-03-11
IB/rdmavt: Add get port immutable stub
Dennis Dalessandro
1
-0
/
+7
2016-03-11
IB/rdmavt: Add mmap stub
Dennis Dalessandro
5
-1
/
+118
2016-03-11
IB/rdmavt: Add process MAD stub
Dennis Dalessandro
3
-1
/
+145
2016-03-11
IB/rdmavt: Add multicast stubs
Dennis Dalessandro
5
-1
/
+120
2016-03-11
IB/rdmavt: Add SRQ stubs
Dennis Dalessandro
5
-1
/
+155
[next]