index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-08
IB/mlx5: Postpone remove_keys under knowledge of coming preemption
Leon Romanovsky
1
-1
/
+13
2015-12-08
IB/mlx4: Use vmalloc for WR buffers when needed
Wengang Wang
2
-9
/
+21
2015-12-08
mlx4: Expose correct max_sge_rd limit
Sagi Grimberg
1
-1
/
+1
2015-12-07
IB/qib: Minor fixes to qib per SFF 8636
Easwar Hariharan
1
-2
/
+2
2015-12-07
IB/qib: Fix qib_mr structure
Ira Weiny
1
-1
/
+1
2015-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2015-11-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
48
-1158
/
+1441
2015-11-06
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
1
-1
/
+1
2015-11-06
Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2015-10-28
RDMA/nes: Remove old FRWR API
Sagi Grimberg
2
-167
/
+1
2015-10-28
IB/qib: Remove old FRWR API
Sagi Grimberg
4
-102
/
+1
2015-10-28
iw_cxgb4: Remove old FRWR API
Sagi Grimberg
5
-143
/
+1
2015-10-28
RDMA/cxgb3: Remove old FRWR API
Sagi Grimberg
3
-72
/
+1
2015-10-28
RDMA/ocrdma: Remove old FRWR API
Sagi Grimberg
3
-109
/
+1
2015-10-28
IB/mlx4: Remove old FRWR API support
Sagi Grimberg
5
-98
/
+1
2015-10-28
IB/mlx5: Remove old FRWR API support
Sagi Grimberg
5
-149
/
+9
2015-10-28
RDMA/nes: Support the new memory registration API
Sagi Grimberg
2
-1
/
+120
2015-10-28
IB/qib: Support the new memory registration API
Sagi Grimberg
4
-1
/
+104
2015-10-28
iw_cxgb4: Support the new memory registration API
Sagi Grimberg
4
-0
/
+120
2015-10-28
RDMA/cxgb3: Support the new memory registration API
Sagi Grimberg
3
-0
/
+83
2015-10-28
RDMA/ocrdma: Support the new memory registration API
Sagi Grimberg
4
-0
/
+96
2015-10-28
IB/mlx4: Support the new memory registration API
Sagi Grimberg
5
-6
/
+132
2015-10-28
IB/mlx5: Support the new memory registration API
Sagi Grimberg
5
-0
/
+189
2015-10-28
IB/mlx5: Remove dead fmr code
Sagi Grimberg
1
-25
/
+0
2015-10-28
Merge branch 'wr-cleanup' into k.o/for-4.4
Doug Ledford
19
-391
/
+431
2015-10-21
IB/core: Use GID table in AH creation and dmac resolution
Matan Barak
7
-38
/
+94
2015-10-21
IB/core: Add netdev and gid attributes paramteres to cache
Matan Barak
4
-6
/
+7
2015-10-21
IB/mlx4: Add support for blocking multicast loopback QP creation user flag
Eran Ben Elisha
2
-6
/
+10
2015-10-21
IB/mlx4: Add counter based implementation for QP multicast loopback block
Eran Ben Elisha
2
-0
/
+68
2015-10-21
IB/mlx4: Add IB counters table
Eran Ben Elisha
4
-24
/
+81
2015-10-21
iw_cxgb4: Adds support for T6 adapter
Hariprasad S
5
-146
/
+204
2015-10-21
RDMA/ocrdma: Bump up ocrdma version number to 11.0.0.0
Selvin Xavier
1
-1
/
+1
2015-10-21
RDMA/ocrdma: Prevent CQ-Doorbell floods
Devesh Sharma
1
-8
/
+3
2015-10-21
RDMA/ocrdma: Check resource ids received in Async CQE
Naga Irrinki
1
-4
/
+26
2015-10-21
RDMA/ocrdma: Avoid a possible crash in ocrdma_rem_port_stats
Selvin Xavier
1
-1
/
+1
2015-10-21
RDMA/ocrdma: Cleanup unused device list and rcu variables
Selvin Xavier
2
-15
/
+2
2015-10-21
iw_cxgb4: reverse the ord/ird in the ESTABLISHED upcall
Hariprasad S
1
-2
/
+2
2015-10-21
iw_cxgb4: fix misuse of ep->ord for minimum ird calculation
Hariprasad S
1
-1
/
+1
2015-10-21
iw_cxgb4: pass the ord/ird in connect reply events
Hariprasad S
1
-0
/
+4
2015-10-21
iw_cxgb4: detect fatal errors while creating listening filters
Hariprasad S
1
-0
/
+4
2015-10-21
RDMA/cxgb4: re-fix 32-bit build warning
Arnd Bergmann
1
-1
/
+1
2015-10-21
usnic: correctly handle kzalloc return value
Insu Yun
1
-4
/
+4
2015-10-21
usnic: correctly check failed allocation
Insu Yun
1
-5
/
+4
2015-10-21
Merge branch 'k.o/for-4.3-v1' into k.o/for-4.4
Doug Ledford
28
-144
/
+435
2015-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
25
-73
/
+433
2015-10-16
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
1
-3
/
+0
2015-10-15
mlx5: stop including <asm-generic/kmap_types.h>
Christoph Hellwig
1
-1
/
+1
2015-10-08
IB: remove xrc_remote_srq_num from struct ib_send_wr
Christoph Hellwig
1
-1
/
+0
2015-10-08
IB: split struct ib_send_wr
Christoph Hellwig
19
-390
/
+431
2015-10-06
usnic: add missing clauses to BSD license
Jeff Squyres
25
-73
/
+433
[next]