index
:
talos-op-linux
master
Talos™ II 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 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
*
|
IB/hfi1: Fix the size parameter to find_first_bit
Christophe Jaillet
2016-09-02
1
-4
/
+4
*
|
IB/hfi1: Clean up type used and casting
Christophe Jaillet
2016-08-26
1
-2
/
+2
*
|
IB/hfi1: Fix mm_struct use after free
Ira Weiny
2016-08-22
1
-0
/
+2
*
|
IB/hfi1: Improve J_KEY generation
Mitko Haralanov
2016-08-22
1
-1
/
+18
*
|
IB/hfi1: Return invalid field for non-QSFP CableInfo queries
Easwar Hariharan
2016-08-22
1
-0
/
+5
*
|
IB/hfi1: Add missing error code assignment before test
Christophe Jaillet
2016-08-22
1
-1
/
+1
*
|
IB/hfi1: Using kfree_rcu() to simplify the code
Wei Yongjun
2016-08-22
3
-10
/
+2
*
|
IB/hfi1: Validate header in set_armed_active
Mike Marciniszyn
2016-08-22
1
-1
/
+2
*
|
IB/hfi1: Pass packet ptr to set_armed_active
Mike Marciniszyn
2016-08-22
1
-5
/
+5
*
|
IB/hfi1: Fetch monitor values on-demand for CableInfo query
Easwar Hariharan
2016-08-22
2
-2
/
+33
*
|
IB/hfi1,IB/qib: Fix qp_stats sleep with rcu read lock held
Mike Marciniszyn
2016-08-22
2
-9
/
+9
*
|
IB/hfi1: Remove duplicated include from affinity.c
Wei Yongjun
2016-08-22
1
-1
/
+0
*
|
IB/hfi1: Allocate cpu mask on the heap to silence warning
Tadeusz Struk
2016-08-22
1
-7
/
+13
|
/
*
Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...
Linus Torvalds
2016-08-04
45
-2892
/
+3829
|
\
|
*
IB/hfi1: Add cache evict LRU list
Dean Luick
2016-08-02
1
-10
/
+19
|
*
IB/hfi1: Fix memory leak during unexpected shutdown
Ira Weiny
2016-08-02
1
-13
/
+31
|
*
IB/hfi1: Remove unneeded mm argument in remove function
Dean Luick
2016-08-02
4
-15
/
+10
|
*
IB/hfi1: Consistently call ops->remove outside spinlock
Dean Luick
2016-08-02
4
-23
/
+84
|
*
IB/hfi1: Use evict mmu rb operation
Dean Luick
2016-08-02
2
-73
/
+47
|
*
IB/hfi1: Add evict operation to the mmu rb handler
Dean Luick
2016-08-02
2
-0
/
+38
|
*
IB/hfi1: Fix TID caching actions
Dean Luick
2016-08-02
2
-9
/
+11
|
*
IB/hfi1: Make the cache handler own its rb tree root
Dean Luick
2016-08-02
6
-125
/
+81
|
*
IB/hfi1: Make use of mm consistent
Ira Weiny
2016-08-02
8
-31
/
+50
|
*
IB/hfi1: Fix user SDMA racy user request claim
Dean Luick
2016-08-02
2
-13
/
+20
|
*
IB/hfi1: Fix error condition that needs to clean up
Dean Luick
2016-08-02
1
-1
/
+2
|
*
IB/hfi1: Release node on insert failure
Dean Luick
2016-08-02
1
-0
/
+1
|
*
IB/hfi1: Validate SDMA user iovector count
Dean Luick
2016-08-02
1
-2
/
+22
|
*
IB/hfi1: Validate SDMA user request index
Dean Luick
2016-08-02
1
-0
/
+8
|
*
IB/hfi1: Use the same capability state for all shared contexts
Dean Luick
2016-08-02
4
-21
/
+12
|
*
IB/hfi1: Prevent null pointer dereference
Ira Weiny
2016-08-02
1
-1
/
+1
|
*
IB/hfi1: Rename TID mmu_rb_* functions
Dean Luick
2016-08-02
1
-12
/
+12
|
*
IB/hfi1: Remove unneeded empty check in hfi1_mmu_rb_unregister()
Dean Luick
2016-08-02
1
-9
/
+6
|
*
IB/hfi1: Restructure hfi1_file_open
Ira Weiny
2016-08-02
1
-4
/
+10
|
*
IB/hfi1: Make iovec loop index easy to understand
Dean Luick
2016-08-02
1
-3
/
+3
|
*
IB/hfi1: Use "false" not 0
Ira Weiny
2016-08-02
1
-1
/
+1
[prev]
[next]