index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
hfi1
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/hfi1: Remove incorrect IS_ERR check
Dennis Dalessandro
2016-11-15
1
-1
/
+1
*
IB/hfi1: Prevent hardware counter names from being cut off
Jianxin Xiong
2016-11-15
1
-1
/
+1
*
IB/hfi1: Fix ECN processing in prescan_rxq
Dasaratharaman Chandramouli
2016-11-15
1
-9
/
+11
*
IB/hfi1: Fix status error code for unsupported packets
Jakub Pawlak
2016-11-15
2
-2
/
+18
*
IB/hfi1: Relocate rcvhdrcnt module parameter check.
Krzysztof Blaszkowski
2016-11-15
1
-18
/
+26
*
IB/hfi1: Fix rnr_timer addition
Ira Weiny
2016-11-15
1
-1
/
+1
*
IB/hfi1: Delete unused lock
Easwar Hariharan
2016-11-15
2
-3
/
+0
*
IB/hfi1: Clean up unused argument
Easwar Hariharan
2016-11-15
3
-5
/
+3
*
IB/hfi1: Remove leftover snoop references
Dennis Dalessandro
2016-11-15
3
-114
/
+4
*
IB/hfi1: Fix a potential memory leak in hfi1_create_ctxts()
Jianxin Xiong
2016-11-15
1
-6
/
+7
*
IB/hfi1: Return ENODEV for unsupported PCI device ids.
Krzysztof Blaszkowski
2016-11-15
1
-13
/
+12
*
IB/hfi1: Fix an Oops on pci device force remove
Tadeusz Struk
2016-11-15
4
-5
/
+44
*
IB/hfi1: Fix integrity check flags default values
Jakub Pawlak
2016-11-15
3
-40
/
+32
*
IB/hfi1: Remove redundant sysfs irq affinity entry
Tadeusz Struk
2016-11-15
3
-101
/
+0
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2016-10-09
1
-1
/
+2
|
\
|
*
IB/{core,hw}: Add constant for node_desc
Yuval Shaia
2016-10-07
1
-1
/
+2
*
|
IB/hfi1: Fix trace of atomic ack
Mike Marciniszyn
2016-10-02
2
-3
/
+3
*
|
IB/hfi1: Update SMA ingress checks for response packets
Jianxin Xiong
2016-10-02
1
-25
/
+24
*
|
IB/hfi1: Use EPROM platform configuration read
Dean Luick
2016-10-02
2
-15
/
+26
*
|
IB/hfi1: Add ability to read platform config from the EPROM
Dean Luick
2016-10-02
2
-0
/
+84
*
|
IB/hfi1: Restore EPROM read ability
Dean Luick
2016-10-02
3
-3
/
+103
*
|
IB/hfi1: Add new debugfs sdma_cpu_list file
Tadeusz Struk
2016-10-02
3
-0
/
+83
*
|
IB/hfi1: Add irq affinity notification handler
Tadeusz Struk
2016-10-02
2
-10
/
+103
*
|
IB/hfi1: Add a new VL sysfs attribute for sdma engines
Tadeusz Struk
2016-10-02
1
-1
/
+14
*
|
IB/hfi1: Add sysfs interface for affinity setup
Tadeusz Struk
2016-10-02
5
-7
/
+412
*
|
IB/hfi1: Fix resource release in context allocation
Jakub Pawlak
2016-10-02
2
-5
/
+13
*
|
IB/hfi1: Remove unused variable from devdata
Dennis Dalessandro
2016-10-02
1
-2
/
+0
*
|
IB/hfi1: Cleanup tasklet refs in comments
Dennis Dalessandro
2016-10-02
2
-10
/
+10
*
|
IB/hfi1: Adjust hardware buffering parameter
Harish Chegondi
2016-10-02
2
-3
/
+3
*
|
IB/hfi1: Act on external device timeout
Dean Luick
2016-10-02
2
-2
/
+6
*
|
IB/hfi1: Fix defered ack race with qp destroy
Mike Marciniszyn
2016-10-02
1
-1
/
+4
*
|
IB/hfi1: Combine shift copy and byte copy for SGE reads
Sebastian Sanchez
2016-10-02
1
-137
/
+23
*
|
IB/hfi1: Do not read more than a SGE length
Sebastian Sanchez
2016-10-02
1
-48
/
+40
*
|
IB/hfi1: Extend i2c timeout
Dean Luick
2016-10-02
1
-1
/
+1
*
|
IB/hfi1: Increase default settings of max_cqes and max_qps
Jianxin Xiong
2016-10-02
1
-2
/
+2
*
|
IB/hfi1: Remove filtering of Set(PkeyTable) in HFI SMA
Sebastian Sanchez
2016-10-02
1
-6
/
+0
*
|
IB/hfi1: Consolidate pio control masks into single definition
Mike Marciniszyn
2016-10-02
4
-30
/
+32
*
|
IB/rdmavt, IB/hfi1: Add lockdep asserts for lock debug
Mike Marciniszyn
2016-10-02
2
-2
/
+22
*
|
IB/hfi1: Move iowait_init() to priv allocate
Mike Marciniszyn
2016-10-02
1
-7
/
+7
*
|
IB/hfi1: Fix locking scheme for affinity settings
Tadeusz Struk
2016-10-02
2
-43
/
+51
*
|
IB/hfi1: Fix user-space buffers mapping with IOMMU enabled
Tymoteusz Kielan
2016-10-02
7
-63
/
+79
*
|
IB/hfi1: Fix the count of user packets submitted to an SDMA engine
Harish Chegondi
2016-10-02
3
-28
/
+30
*
|
IB/hfi1: Move serdes tune inside link start function
Dean Luick
2016-10-02
2
-15
/
+8
*
|
IB/qib,IB/hfi: Use core common header file
Mike Marciniszyn
2016-10-02
14
-209
/
+107
*
|
IB/rdmavt, IB/qib, IB/hfi1: Use new QP put get routines
Mike Marciniszyn
2016-09-16
4
-15
/
+11
*
|
IB/hfi1: Rework debugfs to use SRCU
Mike Marciniszyn
2016-09-02
1
-80
/
+52
*
|
IB/hfi1: Make n_krcvqs be an unsigned long integer
Harish Chegondi
2016-09-02
3
-5
/
+5
*
|
IB/hfi1: Add QSFP sanity pre-check
Dean Luick
2016-09-02
4
-8
/
+82
*
|
IB/hfi1: Fix AHG KDETH Intr shift
Jubin John
2016-09-02
1
-1
/
+4
*
|
IB/hfi1: Fix SGE length for misaligned PIO copy
Sebastian Sanchez
2016-09-02
1
-0
/
+12
[next]