index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
hfi1
/
chip.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/{rdmavt, hfi1, qib}: Add a counter for credit waits
Kaike Wan
2019-09-13
1
-0
/
+2
*
IB/hfi1: Check for error on call to alloc_rsm_map_table
John Fleck
2019-07-22
1
-2
/
+9
*
IB/hfi1: Correct tid qp rcd to match verbs context
Mike Marciniszyn
2019-06-11
1
-0
/
+13
*
IB/hfi1: Insure freeze_work work_struct is canceled on shutdown
Mike Marciniszyn
2019-05-29
1
-0
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-05-09
1
-22
/
+32
|
\
|
*
IB/hfi1: Add selected Rcv counters
Mike Marciniszyn
2019-04-24
1
-0
/
+3
|
*
Merge HFI1 updates into k.o/for-next
Jason Gunthorpe
2019-04-03
1
-17
/
+38
|
|
\
|
|
*
IB/hfi1: Implement CCA for TID RDMA protocol
Kaike Wan
2019-04-03
1
-13
/
+22
|
*
|
hfi1: Convert hfi1_unit_table to XArray
Matthew Wilcox
2019-04-01
1
-9
/
+7
*
|
|
Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
2019-05-07
1
-3
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
drivers: Remove explicit invocations of mmiowb()
Will Deacon
2019-04-08
1
-3
/
+0
|
*
|
drivers: Remove useless trailing comments from mmiowb() invocations
Will Deacon
2019-04-08
1
-1
/
+1
|
|
/
*
/
IB/hfi1: Fix the allocation of RSM table
Kaike Wan
2019-03-27
1
-7
/
+19
|
/
*
IB/hfi1: Add the counter n_tidwait
Kaike Wan
2019-02-05
1
-0
/
+2
*
IB/hfi1: Add OPFN helper functions for TID RDMA feature
Kaike Wan
2019-01-31
1
-0
/
+11
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-12-28
1
-1
/
+46
|
\
|
*
IB/hfi1: Ignore LNI errors before DC8051 transitions to Polling state
Kaike Wan
2018-12-07
1
-1
/
+46
*
|
IB/hfi1: Fix an out-of-bounds access in get_hw_stats
Piotr Stankiewicz
2018-12-03
1
-1
/
+2
|
/
*
Merge branch 'for-rc' into rdma.git for-next
Jason Gunthorpe
2018-10-16
1
-1
/
+5
|
\
|
*
IB/hfi1: Fix destroy_qp hang after a link down
Michael J. Ruhl
2018-09-21
1
-1
/
+5
*
|
IB/hfi1: Add mtu check for operational data VLs
Alex Estrin
2018-10-01
1
-4
/
+22
*
|
IB/hfi1: set_intr_bits uses incorrect source for register modification
Michael J. Ruhl
2018-09-11
1
-1
/
+1
*
|
IB/hfi1: Move URGENT IRQ enable to hfi1_rcvctrl()
Michael J. Ruhl
2018-09-01
1
-0
/
+7
*
|
IB/hfi1: Rework the IRQ API to be more flexible
Michael J. Ruhl
2018-09-01
1
-75
/
+73
*
|
IB/hfi1: Make the MSIx resource allocation a bit more flexible
Michael J. Ruhl
2018-09-01
1
-1
/
+30
*
|
IB/hfi1: Prepare for new HFI1 MSIx API
Michael J. Ruhl
2018-09-01
1
-272
/
+8
*
|
IB/hfi1: Get the hfi1_devdata structure as early as possible
Michael J. Ruhl
2018-09-01
1
-17
/
+5
*
|
IB/hfi1: tune_pcie_caps is arbitrarily placed, poorly
Michael J. Ruhl
2018-09-01
1
-0
/
+6
|
/
*
IB/hfi1: Remove incorrect call to do_interrupt callback
Michael J. Ruhl
2018-07-03
1
-7
/
+9
*
IB/hfi1: Set in_use_ctxts bits for user ctxts only
Michael J. Ruhl
2018-07-03
1
-6
/
+8
*
IB/hfi1: Remove INTx support and simplify MSIx usage
Michael J. Ruhl
2018-06-22
1
-68
/
+21
*
IB/hfi1: Remove caches of chip CSRs
Mike Marciniszyn
2018-06-22
1
-37
/
+37
*
IB/hfi1: Remove rcvctrl from ctxtdata
Mike Marciniszyn
2018-06-22
1
-2
/
+1
*
IB/hfi1: Remove rcvhdrq_size
Mike Marciniszyn
2018-06-22
1
-1
/
+1
*
IB/hfi1: Remove rcvhdrsize
Mike Marciniszyn
2018-06-19
1
-2
/
+0
*
IB/hfi1: Move rhf_offset from devdata to ctxtdata
Mike Marciniszyn
2018-06-19
1
-5
/
+0
*
IB/hfi1: Add bypass register defines and replace blind constants
Mike Marciniszyn
2018-06-04
1
-1
/
+3
*
IB/hfi1: Fix user context tail allocation for DMA_RTAIL
Mike Marciniszyn
2018-06-04
1
-4
/
+4
*
Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...
Jason Gunthorpe
2018-05-28
1
-0
/
+4
|
\
|
*
IB/hfi1: Use after free race condition in send context error path
Michael J. Ruhl
2018-05-09
1
-0
/
+4
*
|
IB/{hfi1, rdmavt, qib}: Implement CQ completion vector support
Sebastian Sanchez
2018-05-09
1
-0
/
+5
*
|
IB/Hfi1: Read CCE Revision register to verify the device is responsive
Kamenee Arumugam
2018-05-09
1
-7
/
+0
*
|
IB/hfi1: Rework fault injection machinery
Mitko Haralanov
2018-05-09
1
-1
/
+2
*
|
IB/hfi1: Return correct value for device state
Michael J. Ruhl
2018-05-09
1
-2
/
+2
*
|
IB/hfi1: Prevent LNI hang when LCB can't obtain lanes
Sebastian Sanchez
2018-05-09
1
-16
/
+35
|
/
*
IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit times
Kamenee Arumugam
2018-02-01
1
-6
/
+58
*
IB/hfi1: Re-order IRQ cleanup to address driver cleanup race
Michael J. Ruhl
2018-02-01
1
-6
/
+12
*
IB/{hfi1, qib}: Fix a concurrency issue with device name in logging
Michael J. Ruhl
2018-01-05
1
-3
/
+2
*
IB/hfi1: Fix infinite loop in 8051 command error path
Sebastian Sanchez
2018-01-05
1
-53
/
+29
*
IB/hfi1: Send 'reboot' as planned down remote reason
Jan Sokolowski
2017-11-13
1
-3
/
+3
[next]