index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
rdma
Age
Commit message (
Expand
)
Author
Lines
2016-04-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
-88
/
+94
2016-04-28
IB/security: Restrict use of the write() interface
Jason Gunthorpe
-1
/
+7
2016-04-28
IB/hfi1: Use kernel default llseek for ui device
Dean Luick
-23
/
+2
2016-04-28
IB/hfi1: Don't attempt to free resources if initialization failed
Mitko Haralanov
-33
/
+29
2016-04-28
IB/hfi1: Fix missing lock/unlock in verbs drain callback
Mike Marciniszyn
-0
/
+2
2016-04-28
IB/hfi1: Prevent unpinning of wrong pages
Mitko Haralanov
-5
/
+8
2016-04-28
IB/hfi1: Fix deadlock caused by locking with wrong scope
Mitko Haralanov
-5
/
+11
2016-04-28
IB/hfi1: Prevent NULL pointer deferences in caching code
Mitko Haralanov
-23
/
+37
2016-04-04
staging/rdma/hfi1: select CRC32
Markus Böhme
-0
/
+1
2016-03-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
-10715
/
+11625
2016-03-21
IB/hfi1: Add SDMA cache eviction algorithm
Mitko Haralanov
-2
/
+62
2016-03-21
IB/hfi1: Switch to using the pin query function
Mitko Haralanov
-1
/
+8
2016-03-21
IB/hfi1: Specify mm when releasing pages
Mitko Haralanov
-14
/
+22
2016-03-21
IB/hfi1: Add pin query function
Mitko Haralanov
-6
/
+47
2016-03-21
IB/hfi1: Implement SDMA-side buffer caching
Mitko Haralanov
-101
/
+155
2016-03-21
IB/hfi1: Adjust last address values for intervals
Mitko Haralanov
-3
/
+3
2016-03-21
IB/hfi1: Add filter callback
Mitko Haralanov
-5
/
+15
2016-03-21
IB/hfi1: Remove compare callback
Mitko Haralanov
-17
/
+1
2016-03-21
IB/hfi1: Add MMU tracing
Mitko Haralanov
-0
/
+12
2016-03-21
IB/hfi1: Use interval RB trees
Mitko Haralanov
-75
/
+34
2016-03-21
IB/hfi1: Notify remove MMU/RB callback of calling context
Mitko Haralanov
-10
/
+11
2016-03-21
IB/hfi1: Remove the use of add/remove RB function pointers
Mitko Haralanov
-13
/
+14
2016-03-21
IB/hfi1: Allow remove MMU callbacks to free nodes
Mitko Haralanov
-5
/
+7
2016-03-21
IB/hfi1: Prevent NULL pointer dereference
Mitko Haralanov
-0
/
+3
2016-03-21
IB/hfi1: Allow MMU function execution in IRQ context
Mitko Haralanov
-15
/
+21
2016-03-21
IB/hfi1: Re-factor MMU notification code
Mitko Haralanov
-259
/
+471
2016-03-17
IB/hfi1: Enable adaptive pio by default
Mike Marciniszyn
-1
/
+1
2016-03-17
IB/hfi1: Fix adaptive pio packet corruption
Mike Marciniszyn
-6
/
+13
2016-03-17
IB/hfi1: Fix panic in adaptive pio
Mike Marciniszyn
-5
/
+3
2016-03-17
IB/hfi1: Fix PIO wakeup timing hole
Mike Marciniszyn
-5
/
+7
2016-03-17
IB/hfi1: Fix ordering of trace for accuracy
Mike Marciniszyn
-3
/
+6
2016-03-17
IB/hfi1: Add unique trace point for pio and sdma send
Mike Marciniszyn
-6
/
+14
2016-03-17
IB/hfi1: Fix issues with qp_stats print
Mike Marciniszyn
-1
/
+1
2016-03-17
IB/hfi1: Report pid in qp_stats to aid debug
Mike Marciniszyn
-2
/
+3
2016-03-17
IB/hfi1: Improve LED beaconing
Easwar Hariharan
-51
/
+38
2016-03-17
IB/hfi1: Don't call cond_resched in atomic mode when sending packets
Kaike Wan
-2
/
+5
2016-03-17
IB/hfi1: Add adaptive cacheless verbs copy
Dean Luick
-2
/
+211
2016-03-17
IB/hfi1: Handle host handshake timeout
Jubin John
-2
/
+4
2016-03-17
IB/hfi1: Add ASIC flag view/clear
Dean Luick
-0
/
+125
2016-03-17
IB/hfi1: Hold i2c resource across debugfs open/close
Dean Luick
-21
/
+124
2016-03-17
IB/hfi1: Reduce hardware mutex timeout
Dean Luick
-1
/
+1
2016-03-17
IB/hfi1: Remove unused HFI1_DO_INIT_ASIC flag
Dean Luick
-13
/
+0
2016-03-17
IB/hfi1: Change thermal init to use resource reservation
Dean Luick
-1
/
+7
2016-03-17
IB/hfi1: Change QSFP functions to use resource reservation
Dean Luick
-56
/
+142
2016-03-17
IB/hfi1: Change SBus handling to use resource reservation
Dean Luick
-29
/
+42
2016-03-17
IB/hfi1: Change EPROM handling to use resource reservation
Dean Luick
-23
/
+13
2016-03-17
IB/hfi1: Add ASIC resource reservation functions
Dean Luick
-0
/
+219
2016-03-17
IB/hfi1: Add shared ASIC structure
Dean Luick
-3
/
+54
2016-03-17
IB/hfi1: Remove ASIC block clear
Dean Luick
-88
/
+3
2016-03-17
IB/hfi1: Replace kmalloc and memcpy with a kmemdup
Harish Chegondi
-2
/
+1
[next]