index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
hfi1
/
init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/hfi1: Remove rcvhdrsize
Mike Marciniszyn
2018-06-19
1
-1
/
+1
*
IB/hfi1: Move rhf_offset from devdata to ctxtdata
Mike Marciniszyn
2018-06-19
1
-0
/
+2
*
IB/hfi1: Move normal functions from hfi1_devdata to const array
Mike Marciniszyn
2018-06-19
1
-18
/
+1
*
IB/hfi1: Fix comment on default hdr entry size
Mike Marciniszyn
2018-06-04
1
-2
/
+2
*
IB/hfi1: Rename exp_lock to exp_mutex
Kaike Wan
2018-06-04
1
-1
/
+1
*
IB/hfi1: Fix user context tail allocation for DMA_RTAIL
Mike Marciniszyn
2018-06-04
1
-5
/
+4
*
IB/hfi1: Cleanup of exp_rcv
Mike Marciniszyn
2018-05-24
1
-3
/
+1
*
IB/{hfi1, rdmavt, qib}: Implement CQ completion vector support
Sebastian Sanchez
2018-05-09
1
-2
/
+13
*
IB/{hfi1, qib}: Add handling of kernel restart
Alex Estrin
2018-05-09
1
-0
/
+13
*
IB/{hfi1, rdmavt}: Fix memory leak in hfi1_alloc_devdata() upon failure
Sebastian Sanchez
2018-05-03
1
-10
/
+27
*
IB/hfi1: Fix NULL pointer dereference when invalid num_vls is used
Sebastian Sanchez
2018-05-03
1
-0
/
+2
*
IB/hfi1 Use correct type for num_user_context
Michael J. Ruhl
2018-05-03
1
-2
/
+2
*
IB/hfi1: Convert kzalloc_node and kcalloc to use kcalloc_node
Kamenee Arumugam
2018-02-01
1
-8
/
+9
*
IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit times
Kamenee Arumugam
2018-02-01
1
-0
/
+9
*
IB/hfi1: Fix for early release of sdma context
Alex Estrin
2018-02-01
1
-0
/
+1
*
IB/hfi1: Re-order IRQ cleanup to address driver cleanup race
Michael J. Ruhl
2018-02-01
1
-1
/
+3
*
IB/{rdmavt, hfi1, qib}: Self determine driver name
Michael J. Ruhl
2018-01-05
1
-0
/
+2
*
IB/hfi1: Do not allocate PIO send contexts for VNIC
Niranjana Vishwanathapura
2017-11-13
1
-2
/
+1
*
IB/hfi1: Add tx_opcode_stats like the opcode_stats
Mike Marciniszyn
2017-10-30
1
-0
/
+7
*
Merge branch 'timer_setup' into for-next
Doug Ledford
2017-10-18
1
-1
/
+1
|
\
|
*
IB/hfi1: Convert timers to use timer_setup()
Kees Cook
2017-10-18
1
-1
/
+1
*
|
IB/hfi1: Add a safe wrapper for _rcd_get_by_index
Michael J. Ruhl
2017-09-27
1
-0
/
+21
*
|
IB/hfi1: Remove unused hfi1_cpulist variables
Jan Sokolowski
2017-09-27
1
-16
/
+0
*
|
IB/hfi1: Remove unnecessary error messages on alloc failures
Jan Sokolowski
2017-09-27
1
-6
/
+0
|
/
*
IB/hf1: User context locking is inconsistent
Michael J. Ruhl
2017-08-22
1
-50
/
+84
*
IB/hfi1: Protect context array set/clear with spinlock
Michael J. Ruhl
2017-08-22
1
-62
/
+137
*
IB/hfi1: Revert egress pkey check enforcement
Alex Estrin
2017-08-22
1
-1
/
+0
*
IB/hfi1: Create workqueue for link events
Sebastian Sanchez
2017-07-31
1
-0
/
+26
*
IB/hfi1: Pass the context pointer rather than the index
Michael J. Ruhl
2017-07-31
1
-7
/
+7
*
IB/hfi1: Size rcd array index correctly and consistently
Michael J. Ruhl
2017-07-31
1
-4
/
+5
*
IB/hfi1: Resolve kernel panics by reference counting receive contexts
Michael J. Ruhl
2017-06-27
1
-10
/
+48
*
IB/hfi1: Initialize TID lists to avoid crash on cleanup
Michael J. Ruhl
2017-06-27
1
-0
/
+4
*
IB/hfi1: Clean up on context initialization failure
Michael J. Ruhl
2017-05-05
1
-6
/
+4
*
IB/hfi1: Fix an assign/ordering issue with shared context IDs
Michael J. Ruhl
2017-05-05
1
-1
/
+2
*
IB/hfi1: Clean up context initialization
Michael J. Ruhl
2017-05-05
1
-8
/
+2
*
IB/hfi1: Name function prototype parameters
Michael J. Ruhl
2017-05-05
1
-1
/
+1
*
IB/hfi1: Return an error on memory allocation failure
Michael J. Ruhl
2017-05-05
1
-0
/
+1
*
IB/hfi1: Adjust default eager_buffer_size to 8MB
Tymoteusz Kielan
2017-05-05
1
-2
/
+2
*
IB/hfi1: Fix yield logic in send engine
Mike Marciniszyn
2017-05-05
1
-1
/
+2
*
IB/hfi1: Fix unbalanced braces around else
Dennis Dalessandro
2017-04-28
1
-2
/
+4
*
IB/hfi1: Permanently enable P_Key checking in HFI
Neel Desai
2017-04-28
1
-0
/
+3
*
IB/hfi1: Fix softlockup issue
Tadeusz Struk
2017-04-28
1
-1
/
+1
*
IB/hfi1: VNIC SDMA support
Vishwanathapura, Niranjana
2017-04-20
1
-0
/
+1
*
IB/hfi1: Virtual Network Interface Controller (VNIC) HW support
Vishwanathapura, Niranjana
2017-04-20
1
-12
/
+17
*
IB/hfi1: OPA_VNIC RDMA netdev support
Vishwanathapura, Niranjana
2017-04-20
1
-1
/
+8
*
IB/hfi1: Check device id early during init
Tadeusz Struk
2017-04-05
1
-9
/
+10
*
IB/hfi1: Allocate context data on memory node
Sebastian Sanchez
2017-02-19
1
-8
/
+9
*
IB/hfi1: Relocate rcvhdrcnt module parameter check.
Krzysztof Blaszkowski
2016-11-15
1
-18
/
+26
*
IB/hfi1: Delete unused lock
Easwar Hariharan
2016-11-15
1
-1
/
+0
*
IB/hfi1: Fix a potential memory leak in hfi1_create_ctxts()
Jianxin Xiong
2016-11-15
1
-6
/
+7
[next]