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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-12
IB/core: Pass hardware specific data in query_device
Matan Barak
17
-24
/
+73
2015-06-12
IB/core: Add timestamp_mask and hca_core_clock to query_device
Matan Barak
2
-0
/
+16
2015-06-12
IB/core: Extend ib_uverbs_create_cq
Matan Barak
3
-35
/
+137
2015-06-12
IB/core: Change ib_create_cq to use struct ib_cq_init_attr
Matan Barak
12
-18
/
+48
2015-06-12
IB/core: Change provider's API of create_cq to be extendible
Matan Barak
23
-44
/
+116
2015-06-11
iw_cxgb4: support for bar2 qid densities exceeding the page size
Hariprasad S
5
-69
/
+98
2015-06-11
cxgb4: Support for user mode bar2 mappings with T4
Hariprasad S
5
-6
/
+11
2015-06-11
Merge branch 'for-4.2-misc' into k.o/for-4.2
Doug Ledford
3
-11
/
+5
2015-06-11
RDMA/ocrdma: fix double free on pd
Colin Ian King
1
-1
/
+0
2015-06-11
IB/usnic: clean up some error handling code
Dan Carpenter
1
-4
/
+3
2015-06-11
IB/mthca: use swap() in mthca_make_profile()
Fabian Frederick
1
-6
/
+2
2015-06-10
IB/core: Don't warn on no SA support in event handler
Moni Shoua
2
-2
/
+2
2015-06-02
Merge branch 'for-4.2-misc' into k.o/for-4.2
Doug Ledford
6
-5
/
+22
2015-06-02
IB/core cleanup: Add const to args - agent_send_response
Ira Weiny
5
-16
/
+17
2015-06-02
IB/core cleanup: Add const on args - device->process_mad
Ira Weiny
21
-74
/
+76
2015-06-02
IB/mlx4: Fix error paths in mlx4_ib_create_flow()
Roland Dreier
1
-2
/
+3
2015-06-02
RDMA/ocrdma: Fix memory leak in _ocrdma_alloc_pd()
Roland Dreier
1
-1
/
+6
2015-06-02
IB/ipoib: Fix RCU annotations in ipoib_neigh_hash_init()
Bart Van Assche
1
-2
/
+2
2015-06-02
RDMA/nes: Enable the use of the tos field in the nes driver
Faisal Latif
2
-0
/
+9
2015-06-02
RDMA/iw_cm: Export tos field to iwarp providers
Steve Wise
1
-0
/
+2
2015-05-20
Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' in...
Doug Ledford
34
-400
/
+650
2015-05-20
IB/core: Change rdma_protocol_iboe to roce
Ira Weiny
2
-7
/
+7
2015-05-20
IB/core: Convert core to use bitfield for caps
Ira Weiny
16
-88
/
+15
2015-05-20
IB/core: Add per port immutable struct to ib_device
Ira Weiny
14
-35
/
+232
2015-05-20
IB/user_mad: Fix buggy usage of port index
Ira Weiny
1
-1
/
+1
2015-05-20
IB/user_mad: Use new start/end port functions
Ira Weiny
1
-11
/
+3
2015-05-20
IB/mad: Add const qualifiers to query only functions
Ira Weiny
2
-10
/
+10
2015-05-20
IB/mad: Clean up rcv_has_same_class
Ira Weiny
1
-3
/
+3
2015-05-20
IB/mad: Change ib_response_mad signature arguments
Ira Weiny
2
-13
/
+13
2015-05-20
IB/mad: Change validate_mad signature arguments
Ira Weiny
1
-6
/
+6
2015-05-18
iser-target: Align to generic logging helpers
Sagi Grimberg
1
-6
/
+13
2015-05-18
IB/iser: Align to generic logging helpers
Sagi Grimberg
1
-10
/
+18
2015-05-18
IB/srp: Align to generic logging helpers
Sagi Grimberg
1
-7
/
+9
2015-05-18
IB/core, cma: Nice log-friendly string helpers
Sagi Grimberg
2
-0
/
+93
2015-05-18
IB/srp: Add 64-bit LUN support
Bart Van Assche
3
-10
/
+9
2015-05-18
IB/srp: Remove !ch->target tests from the reconnect code
Bart Van Assche
1
-7
/
+1
2015-05-18
IB/srp: Remove a superfluous check from srp_free_req_data()
Bart Van Assche
1
-1
/
+1
2015-05-18
IB/srp: Rearrange module description
Bart Van Assche
1
-2
/
+3
2015-05-18
IB/srp: Remove superfluous casts
Bart Van Assche
1
-8
/
+5
2015-05-18
scsi_transport_srp: Reduce failover time
Bart Van Assche
1
-1
/
+8
2015-05-18
IB/srp: Fix reconnection failure handling
Bart Van Assche
1
-4
/
+1
2015-05-18
IB/srp: Fix connection state tracking
Bart Van Assche
2
-32
/
+30
2015-05-18
IB/srp: Fix a connection setup race
Bart Van Assche
1
-2
/
+3
2015-05-18
IB/srp: Remove an extraneous scsi_host_put() from an error path
Bart Van Assche
1
-8
/
+5
2015-05-18
scsi_transport_srp: Fix a race condition
Bart Van Assche
1
-1
/
+3
2015-05-18
scsi_transport_srp: Introduce srp_wait_for_queuecommand()
Bart Van Assche
1
-23
/
+31
2015-05-18
IB/mad: Clean up comments in smi.c
Ira Weiny
1
-2
/
+2
2015-05-18
IB/mad: Rename is_data_mad to is_rmpp_data_mad
Ira Weiny
1
-3
/
+4
2015-05-18
IB/core: Create common start/end port functions
Ira Weiny
2
-55
/
+32
2015-05-18
IB/Verbs: Use management helper rdma_cap_eth_ah()
Michael Wang
3
-4
/
+4
[next]