index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.gitignore
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-03-11
IB/rdmavt: Add SRQ stubs
Dennis Dalessandro
5
-1
/
+155
2016-03-11
IB/rdmavt: Add memory region stubs
Dennis Dalessandro
5
-1
/
+246
2016-03-11
IB/rdmavt: Add address handle stubs
Dennis Dalessandro
5
-2
/
+143
2016-03-11
IB/rdmavt: Add queue pair function stubs
Dennis Dalessandro
5
-1
/
+195
2016-03-11
IB/rdmavt: Alloc and dealloc ucontexts
Dennis Dalessandro
1
-0
/
+22
2016-03-11
IB/rdmavt: Add query gid stub
Dennis Dalessandro
1
-0
/
+22
2016-03-11
IB/rdmavt: Add pkey query stub
Dennis Dalessandro
2
-1
/
+23
2016-03-11
IB/rdmavt: Add query and modify port stubs
Dennis Dalessandro
1
-0
/
+48
2016-03-11
IB/rdmavt: Add query and modify device stubs
Dennis Dalessandro
1
-0
/
+31
2016-03-11
IB/rdmavt: Macroize override checks during driver registration
Dennis Dalessandro
1
-13
/
+9
2016-03-11
IB/rdmavt: Add ib core device attributes to rvt driver params list
Dennis Dalessandro
2
-3
/
+56
2016-03-11
IB/rdmavt: Add protection domain to rdmavt.
Dennis Dalessandro
6
-5
/
+206
2016-03-11
IB/rdmavt: Consolidate dma ops in rdmavt.
Dennis Dalessandro
5
-1
/
+249
2016-03-11
IB/rdmavt: Create module framework and handle driver registration
Dennis Dalessandro
9
-0
/
+232
2016-03-11
staging/hfi1: check for ARMED->ACTIVE change in recv int
Jim Snow
5
-2
/
+89
2016-03-11
staging/hfi1: Fix Xmit Wait calculation
Ira Weiny
1
-13
/
+20
2016-03-11
staging/hfi1: Clean up comments
Edward Mascarenhas
5
-6
/
+5
2016-03-11
staging/hfi1: Remove unneeded variable index
Dean Luick
1
-12
/
+7
2016-03-11
staging/hfi1: add per SDMA engine stats to hfistats
Vennila Megavannan
6
-15
/
+139
2016-03-01
staging/hfi1: Change default krcvqs
jubin.john@intel.com
1
-1
/
+1
2016-03-01
staging/hfi1: change krcvqs mod param from byte to uint
Mark F. Brown
2
-3
/
+3
2016-03-01
staging/hfi1: Move s_sde to read mostly section of hfi1_qp
Harish Chegondi
1
-1
/
+1
2016-03-01
staging/hfi1: Use BIT macro
jubin.john@intel.com
8
-50
/
+50
2016-03-01
staging/hfi1: set Gen3 half-swing for integrated devices
Dean Luick
2
-4
/
+89
2016-03-01
staging/hfi1: add dd_dev_dbg
Ira Weiny
1
-0
/
+4
2016-02-29
staging/hfi1: Enable TID caching feature
Mitko Haralanov
7
-498
/
+132
2016-02-29
staging/hfi1: Add TID entry program function body
Mitko Haralanov
1
-4
/
+259
2016-02-29
staging/hfi1: Add TID free/clear function bodies
Mitko Haralanov
1
-6
/
+85
2016-02-29
staging/hfi1: Add MMU notifier callback function
Mitko Haralanov
1
-2
/
+65
2016-02-29
staging/hfi1: Add TID cache receive init and free funcs
Mitko Haralanov
1
-10
/
+144
2016-02-29
staging/hfi1: Convert lock to mutex
Mitko Haralanov
3
-8
/
+8
2016-02-29
staging/hfi1: Add building blocks for TID caching
Mitko Haralanov
1
-0
/
+337
2016-02-29
staging/hfi1: TID group definitions and support funcs
Mitko Haralanov
1
-0
/
+64
2016-02-29
staging/hfi1: Remove un-needed variable
Mitko Haralanov
1
-7
/
+4
2016-02-29
staging/hfi1: Add definitions needed for TID cache
Mitko Haralanov
1
-0
/
+20
2016-02-29
uapi/hfi1_user: Add command and event for TID caching
Mitko Haralanov
2
-1
/
+5
2016-02-29
uapi/hfi1_user: Correct comment for capability bit
Mitko Haralanov
1
-1
/
+1
2016-02-29
staging/hfi1: Add function stubs for TID caching
Mitko Haralanov
5
-1
/
+278
2016-02-28
Linux 4.5-rc6
v4.5-rc6
Linus Torvalds
1
-1
/
+1
2016-02-28
do_last(): ELOOP failure exit should be done after leaving RCU mode
Al Viro
1
-5
/
+4
2016-02-28
should_follow_link(): validate ->d_seq after having decided to follow
Al Viro
1
-0
/
+5
2016-02-28
namei: ->d_inode of a pinned dentry is stable only for positives
Al Viro
1
-2
/
+2
2016-02-28
do_last(): don't let a bogus return value from ->open() et.al. to confuse us
Al Viro
1
-0
/
+4
2016-02-28
fs: return -EOPNOTSUPP if clone is not supported
Christoph Hellwig
1
-2
/
+4
2016-02-28
hpfs: don't truncate the file when delete fails
Mikulas Patocka
1
-28
/
+3
2016-02-27
ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite()
Ross Zwisler
2
-35
/
+3
2016-02-27
dax: move writeback calls into the filesystems
Ross Zwisler
7
-16
/
+43
2016-02-27
dax: give DAX clearing code correct bdev
Ross Zwisler
6
-10
/
+13
2016-02-27
ext4: online defrag not supported with DAX
Ross Zwisler
1
-0
/
+5
2016-02-27
ext2, ext4: only set S_DAX for regular inodes
Ross Zwisler
2
-2
/
+2
[next]