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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
8
-18
/
+18
*
IB/hfi1: Unsuccessful PCIe caps tuning should not fail driver load
Harish Chegondi
2017-09-27
1
-29
/
+21
*
IB/hfi1: On error, fix use after free during user context setup
Michael J. Ruhl
2017-09-27
1
-19
/
+22
*
IB/hfi1: Return correct value in general interrupt handler
Kamenee Arumugam
2017-09-27
1
-1
/
+3
*
IB/hfi1: Check eeprom config partition validity
Jan Sokolowski
2017-09-27
1
-5
/
+15
*
IB/hfi1: Only reset QSFP after link up and turn off AOC TX
Sebastian Sanchez
2017-09-27
3
-3
/
+15
*
IB/hfi1: Turn off AOC TX after offline substates
Sebastian Sanchez
2017-09-27
2
-21
/
+65
*
lib/interval_tree: fast overlap detection
Davidlohr Bueso
2017-09-09
1
-5
/
+5
*
Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-09-04
53
-3072
/
+6025
|
\
|
*
IB/hfi1: Convert qp_stats debugfs interface to use new iterator API
Mike Marciniszyn
2017-08-29
3
-107
/
+14
|
*
IB/hfi1: Convert hfi1_error_port_qps() to use new QP iterator
Mike Marciniszyn
2017-08-29
1
-38
/
+41
|
*
IB/hfi1: Use accessor to determine ring size
Kaike Wan
2017-08-29
1
-1
/
+1
|
*
IB/hif1: Remove static tracing from SDMA hot path
Michael J. Ruhl
2017-08-29
7
-29
/
+255
|
*
IB/hfi1: Acquire QSFP cable information on loopback
Jan Sokolowski
2017-08-29
1
-0
/
+15
|
*
IB/hfi1: constify vm_operations_struct
Arvind Yadav
2017-08-29
1
-1
/
+1
|
*
IB/hfi1: Add opcode states to qp_stats
Mike Marciniszyn
2017-08-29
1
-1
/
+3
|
*
IB/hfi1: Add received request info to qp_stats
Kaike Wan
2017-08-29
1
-2
/
+9
|
*
IB/hfi1: Fix whitespace alignment issue for MAD
Kamenee Arumugam
2017-08-29
1
-1
/
+1
|
*
IB/hfi1: Move structure and MACRO definitions in user_sdma.c to user_sdma.h
Harish Chegondi
2017-08-29
2
-168
/
+166
|
*
IB/hfi1: Move structure definitions from user_exp_rcv.c to user_exp_rcv.h
Harish Chegondi
2017-08-29
4
-19
/
+19
|
*
IB/hfi1: Remove duplicate definitions of num_user_pages() function
Harish Chegondi
2017-08-29
3
-20
/
+12
|
*
IB/hfi1: Fix the bail out code in pin_vector_pages() function
Harish Chegondi
2017-08-29
1
-7
/
+10
|
*
IB/hfi1: Clean up pin_vector_pages() function
Harish Chegondi
2017-08-29
1
-34
/
+45
|
*
IB/hfi1: Clean up user_sdma_send_pkts() function
Harish Chegondi
2017-08-29
1
-59
/
+82
|
*
IB/hfi1: Clean up hfi1_user_exp_rcv_setup function
Harish Chegondi
2017-08-29
2
-88
/
+153
|
*
IB/hfi1: Improve local kmem_cache_alloc performance
Michael J. Ruhl
2017-08-29
3
-27
/
+6
|
*
IB/hfi1: Ratelimit prints from sdma_interrupt
Grzegorz Morys
2017-08-29
2
-2
/
+8
|
*
IB/{qib, hfi1}: Avoid flow control testing for RDMA write operation
Mike Marciniszyn
2017-08-29
1
-1
/
+2
|
*
IB/hfi1: Add kernel receive context info to debugfs
Kaike Wan
2017-08-22
3
-0
/
+107
|
*
IB/hfi1: Remove HFI1_VERBS_31BIT_PSN option
Grzegorz Morys
2017-08-22
2
-12
/
+0
|
*
IB/hfi1: Remove pstate from hfi1_pportdata
Jakub Byczkowski
2017-08-22
4
-50
/
+33
|
*
IB/hfi1: Stricter bounds checking of MAD trap index
Kamenee Arumugame
2017-08-22
1
-1
/
+12
|
*
IB/hfi1: Load fallback platform configuration per HFI device
Jakub Byczkowski
2017-08-22
3
-62
/
+31
|
*
IB/hfi1: Add flag for platform config scratch register read
Jakub Byczkowski
2017-08-22
3
-2
/
+9
|
*
IB/hfi1: Document phys port state bits not used in IB
Dennis Dalessandro
2017-08-22
1
-2
/
+19
|
*
IB/hfi1: Check xchg returned value for queuing link down entry
Sebastian Sanchez
2017-08-22
1
-6
/
+12
|
*
IB/hfi1: fix spelling mistake: "Maximim" -> "Maximum"
Colin Ian King
2017-08-22
1
-1
/
+1
|
*
IB/hfi1: Enable RDMA_CAP_OPA_AH in hfi driver to support extended LIDs
Dasaratharaman Chandramouli
2017-08-22
1
-1
/
+2
|
*
IB/hfi1: Enhance PIO/SDMA send for 16B
Don Hiatt
2017-08-22
4
-72
/
+135
|
*
IB/hfi1: Add 16B RC/UC support
Don Hiatt
2017-08-22
5
-193
/
+445
|
*
IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lids
Dasaratharaman Chandramouli
2017-08-22
5
-40
/
+90
|
*
IB/hfi1: Add 16B trace support
Don Hiatt
2017-08-22
3
-123
/
+406
|
*
IB/hfi1: Add 16B UD support
Don Hiatt
2017-08-22
6
-131
/
+456
|
*
IB/hfi1: Determine 9B/16B L2 header type based on Address handle
Don Hiatt
2017-08-22
4
-0
/
+133
|
*
IB/hfi1: Add support to process 16B header errors
Don Hiatt
2017-08-22
6
-33
/
+112
|
*
IB/hfi1: Add support to send 16B bypass packets
Don Hiatt
2017-08-22
7
-60
/
+84
|
*
IB/hfi1: Add support to receive 16B bypass packets
Don Hiatt
2017-08-22
11
-48
/
+274
|
*
IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDs
Don Hiatt
2017-08-22
3
-11
/
+8
|
*
IB/hf1: User context locking is inconsistent
Michael J. Ruhl
2017-08-22
9
-191
/
+326
|
*
IB/hfi1: Protect context array set/clear with spinlock
Michael J. Ruhl
2017-08-22
5
-181
/
+229
[next]