index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
hfi1
/
init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-14
/
+15
2018-10-03
IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavt
Brian Welty
1
-6
/
+0
2018-09-01
IB/hfi1: Rework the IRQ API to be more flexible
Michael J. Ruhl
1
-3
/
+23
2018-09-01
IB/hfi1: Make the MSIx resource allocation a bit more flexible
Michael J. Ruhl
1
-2
/
+2
2018-09-01
IB/hfi1: Get the hfi1_devdata structure as early as possible
Michael J. Ruhl
1
-35
/
+42
2018-07-03
IB/hfi1: Set in_use_ctxts bits for user ctxts only
Michael J. Ruhl
1
-1
/
+0
2018-06-22
IB/hfi1: Reorg ctxtdata and rightsize fields
Mike Marciniszyn
1
-2
/
+2
2018-06-22
IB/hfi1: Remove caches of chip CSRs
Mike Marciniszyn
1
-1
/
+1
2018-06-22
IB/hfi1: Remove unused/writeonly devdata fields
Mike Marciniszyn
1
-3
/
+0
2018-06-22
IB/hfi1: Remove rcvhdrq_size
Mike Marciniszyn
1
-9
/
+2
2018-06-19
IB/hfi1: Remove rcvhdrsize
Mike Marciniszyn
1
-1
/
+1
2018-06-19
IB/hfi1: Move rhf_offset from devdata to ctxtdata
Mike Marciniszyn
1
-0
/
+2
2018-06-19
IB/hfi1: Move normal functions from hfi1_devdata to const array
Mike Marciniszyn
1
-18
/
+1
2018-06-04
IB/hfi1: Fix comment on default hdr entry size
Mike Marciniszyn
1
-2
/
+2
2018-06-04
IB/hfi1: Rename exp_lock to exp_mutex
Kaike Wan
1
-1
/
+1
2018-06-04
IB/hfi1: Fix user context tail allocation for DMA_RTAIL
Mike Marciniszyn
1
-5
/
+4
2018-05-24
IB/hfi1: Cleanup of exp_rcv
Mike Marciniszyn
1
-3
/
+1
2018-05-09
IB/{hfi1, rdmavt, qib}: Implement CQ completion vector support
Sebastian Sanchez
1
-2
/
+13
2018-05-09
IB/{hfi1, qib}: Add handling of kernel restart
Alex Estrin
1
-0
/
+13
2018-05-03
IB/{hfi1, rdmavt}: Fix memory leak in hfi1_alloc_devdata() upon failure
Sebastian Sanchez
1
-10
/
+27
2018-05-03
IB/hfi1: Fix NULL pointer dereference when invalid num_vls is used
Sebastian Sanchez
1
-0
/
+2
2018-05-03
IB/hfi1 Use correct type for num_user_context
Michael J. Ruhl
1
-2
/
+2
2018-02-01
IB/hfi1: Convert kzalloc_node and kcalloc to use kcalloc_node
Kamenee Arumugam
1
-8
/
+9
2018-02-01
IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit times
Kamenee Arumugam
1
-0
/
+9
2018-02-01
IB/hfi1: Fix for early release of sdma context
Alex Estrin
1
-0
/
+1
2018-02-01
IB/hfi1: Re-order IRQ cleanup to address driver cleanup race
Michael J. Ruhl
1
-1
/
+3
2018-01-05
IB/{rdmavt, hfi1, qib}: Self determine driver name
Michael J. Ruhl
1
-0
/
+2
2017-11-13
IB/hfi1: Do not allocate PIO send contexts for VNIC
Niranjana Vishwanathapura
1
-2
/
+1
2017-10-30
IB/hfi1: Add tx_opcode_stats like the opcode_stats
Mike Marciniszyn
1
-0
/
+7
2017-10-18
Merge branch 'timer_setup' into for-next
Doug Ledford
1
-1
/
+1
2017-10-18
IB/hfi1: Convert timers to use timer_setup()
Kees Cook
1
-1
/
+1
2017-09-27
IB/hfi1: Add a safe wrapper for _rcd_get_by_index
Michael J. Ruhl
1
-0
/
+21
2017-09-27
IB/hfi1: Remove unused hfi1_cpulist variables
Jan Sokolowski
1
-16
/
+0
2017-09-27
IB/hfi1: Remove unnecessary error messages on alloc failures
Jan Sokolowski
1
-6
/
+0
2017-08-22
IB/hf1: User context locking is inconsistent
Michael J. Ruhl
1
-50
/
+84
2017-08-22
IB/hfi1: Protect context array set/clear with spinlock
Michael J. Ruhl
1
-62
/
+137
2017-08-22
IB/hfi1: Revert egress pkey check enforcement
Alex Estrin
1
-1
/
+0
2017-07-31
IB/hfi1: Create workqueue for link events
Sebastian Sanchez
1
-0
/
+26
2017-07-31
IB/hfi1: Pass the context pointer rather than the index
Michael J. Ruhl
1
-7
/
+7
2017-07-31
IB/hfi1: Size rcd array index correctly and consistently
Michael J. Ruhl
1
-4
/
+5
2017-06-27
IB/hfi1: Resolve kernel panics by reference counting receive contexts
Michael J. Ruhl
1
-10
/
+48
2017-06-27
IB/hfi1: Initialize TID lists to avoid crash on cleanup
Michael J. Ruhl
1
-0
/
+4
2017-05-04
IB/hfi1: Clean up on context initialization failure
Michael J. Ruhl
1
-6
/
+4
2017-05-04
IB/hfi1: Fix an assign/ordering issue with shared context IDs
Michael J. Ruhl
1
-1
/
+2
2017-05-04
IB/hfi1: Clean up context initialization
Michael J. Ruhl
1
-8
/
+2
2017-05-04
IB/hfi1: Name function prototype parameters
Michael J. Ruhl
1
-1
/
+1
2017-05-04
IB/hfi1: Return an error on memory allocation failure
Michael J. Ruhl
1
-0
/
+1
2017-05-04
IB/hfi1: Adjust default eager_buffer_size to 8MB
Tymoteusz Kielan
1
-2
/
+2
2017-05-04
IB/hfi1: Fix yield logic in send engine
Mike Marciniszyn
1
-1
/
+2
2017-04-28
IB/hfi1: Fix unbalanced braces around else
Dennis Dalessandro
1
-2
/
+4
[next]