index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...
Linus Torvalds
2016-08-04
60
-2985
/
+4226
|
\
|
*
Merge branches 'hfi1' and 'sge-limit' into k.o/for-4.8-2
Doug Ledford
2016-08-03
6
-23
/
+29
|
|
\
|
|
*
IB/isert: Remove an unused member variable
Bart Van Assche
2016-08-02
2
-3
/
+0
|
|
*
IB/srpt: Simplify srpt_queue_response()
Bart Van Assche
2016-08-02
1
-5
/
+2
|
|
*
IB/srpt: Limit the number of SG elements per work request
Bart Van Assche
2016-08-02
2
-2
/
+7
|
|
*
IB/core, RDMA RW API: Do not exceed QP SGE send limit
Bart Van Assche
2016-08-02
2
-8
/
+11
|
|
*
IB/core: Make rdma_rw_ctx_init() initialize all used fields
Bart Van Assche
2016-08-02
1
-5
/
+9
|
*
|
IB/hfi1: Add cache evict LRU list
Dean Luick
2016-08-02
1
-10
/
+19
|
*
|
IB/hfi1: Fix memory leak during unexpected shutdown
Ira Weiny
2016-08-02
1
-13
/
+31
|
*
|
IB/hfi1: Remove unneeded mm argument in remove function
Dean Luick
2016-08-02
4
-15
/
+10
|
*
|
IB/hfi1: Consistently call ops->remove outside spinlock
Dean Luick
2016-08-02
4
-23
/
+84
|
*
|
IB/hfi1: Use evict mmu rb operation
Dean Luick
2016-08-02
2
-73
/
+47
|
*
|
IB/hfi1: Add evict operation to the mmu rb handler
Dean Luick
2016-08-02
2
-0
/
+38
|
*
|
IB/hfi1: Fix TID caching actions
Dean Luick
2016-08-02
2
-9
/
+11
|
*
|
IB/hfi1: Make the cache handler own its rb tree root
Dean Luick
2016-08-02
6
-125
/
+81
|
*
|
IB/hfi1: Make use of mm consistent
Ira Weiny
2016-08-02
8
-31
/
+50
|
*
|
IB/hfi1: Fix user SDMA racy user request claim
Dean Luick
2016-08-02
2
-13
/
+20
|
*
|
IB/hfi1: Fix error condition that needs to clean up
Dean Luick
2016-08-02
1
-1
/
+2
|
*
|
IB/hfi1: Release node on insert failure
Dean Luick
2016-08-02
1
-0
/
+1
|
*
|
IB/hfi1: Validate SDMA user iovector count
Dean Luick
2016-08-02
1
-2
/
+22
|
*
|
IB/hfi1: Validate SDMA user request index
Dean Luick
2016-08-02
1
-0
/
+8
|
*
|
IB/hfi1: Use the same capability state for all shared contexts
Dean Luick
2016-08-02
4
-21
/
+12
|
*
|
IB/hfi1: Prevent null pointer dereference
Ira Weiny
2016-08-02
1
-1
/
+1
|
*
|
IB/hfi1: Rename TID mmu_rb_* functions
Dean Luick
2016-08-02
1
-12
/
+12
|
*
|
IB/hfi1: Remove unneeded empty check in hfi1_mmu_rb_unregister()
Dean Luick
2016-08-02
1
-9
/
+6
|
*
|
IB/hfi1: Restructure hfi1_file_open
Ira Weiny
2016-08-02
1
-4
/
+10
|
*
|
IB/hfi1: Make iovec loop index easy to understand
Dean Luick
2016-08-02
1
-3
/
+3
|
*
|
IB/hfi1: Use "false" not 0
Ira Weiny
2016-08-02
1
-1
/
+1
|
*
|
IB/hfi1: Remove unused sub-context parameter
Ira Weiny
2016-08-02
1
-5
/
+4
|
*
|
IB/hfi1: Consolidate __mmu_rb_remove and hfi1_mmu_rb_remove
Ira Weiny
2016-08-02
1
-17
/
+9
|
*
|
IB/hfi1: Always expect ops functions
Dean Luick
2016-08-02
1
-14
/
+6
|
*
|
IB/hfi1: Add parameter names to callback declarations
Ira Weiny
2016-08-02
1
-5
/
+6
|
*
|
IB/hfi1: Add parameter names to function declarations
Ira Weiny
2016-08-02
1
-3
/
+5
|
*
|
IB/hfi1: Remove unused function hfi1_mmu_rb_search
Dean Luick
2016-08-02
2
-19
/
+0
|
*
|
IB/hfi1: Remove unused uctxt->subpid and uctxt->pid
Dean Luick
2016-08-02
2
-7
/
+0
|
*
|
IB/hfi1: Fix minor format error
Ira Weiny
2016-08-02
1
-1
/
+2
|
*
|
IB/hfi1: Expand reported serial number
Ira Weiny
2016-08-02
1
-1
/
+7
|
*
|
IB/hfi1: Allow for non-double word multiple message sizes for user SDMA
Ira Weiny
2016-08-02
1
-9
/
+22
|
*
|
IB/rdmavt: Eliminate redundant opcode test in mr ref clear
Ira Weiny
2016-08-02
1
-2
/
+1
|
*
|
IB/hfi1: Handle kzalloc failure in init_pervl_scs
Ira Weiny
2016-08-02
1
-3
/
+16
|
*
|
IB/qib, IB/hfi1: Fix grh creation in ud loopback
Dasaratharaman Chandramouli
2016-08-02
2
-4
/
+12
|
*
|
IB/hfi1: Use hdr2sc function to calculate 5-bit SC
Dasaratharaman Chandramouli
2016-08-02
3
-14
/
+4
|
*
|
IB/hfi1: Cleanup UD packet handler.
Dasaratharaman Chandramouli
2016-08-02
1
-30
/
+21
|
*
|
IB/hfi1: Rename hfi1_pio_header to hfi1_sdma_header.
Don Hiatt
2016-08-02
4
-4
/
+4
|
*
|
IB/hfi1: Rename struct ahg_ib_header to struct hfi1_ahg_info
Dasaratharaman Chandramouli
2016-08-02
6
-33
/
+34
|
*
|
IB/hfi1: Remove unused elements from struct ahg_ib_header
Dasaratharaman Chandramouli
2016-08-02
3
-5
/
+0
|
*
|
IB/hfi1: Reset QSFP on every run through channel tuning
Easwar Hariharan
2016-08-02
1
-1
/
+5
|
*
|
IB/hfi1: Ignore QSFP interrupts until power stabilizes
Easwar Hariharan
2016-08-02
1
-7
/
+21
|
*
|
IB/hfi1: Disable external device configuration requests
Easwar Hariharan
2016-08-02
1
-14
/
+0
|
*
|
IB/rdmavt, hfi1: Fix NFSoRDMA failure with FRMR enabled
Jianxin Xiong
2016-08-02
4
-38
/
+55
[next]